/** * Project Styles *//* Base Styles */html, body {	margin:0;padding:0;	background: #000075;}body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}body, td, div, p, pre, ul {	font-size: 13px;}p {	margin:0 10px 10px;}h1 {	font-size: 18px;	font-weight: bold;	margin:0 10px 10px;}h2 {	font-size: 18px;	font-weight: bold;	margin:0 10px 10px;}h3 {	font-size: 15px;	font-weight: bold;	margin:0 10px 10px;}h4 {	font-size: 13px;	font-weight: bold;	margin:0 10px 5px;}img {	border-style: solid;}table {	margin:0 10px 10px;}ul {	list-style: disc;	list-style-position: inside;	margin:0 10px 10px;}strong{	font-weight: bold;}/* Pseudo Classes */a {	text-decoration: none;}a:link {	color: #DA470C;}a:visited {	color: #DA470C;}a:active {	color: #DA470C;}a:hover {	color: #EEC402; text-decoration: underline;}	.content a:link {		//color: #00009C;		//color: #A0A0A0;		color: #000000; font-weight:bold;	}	.content a:active {		color: #000000; font-weight:bold;	}	.content a:visited {		color: #000000; font-weight:bold;	}	.content a:hover {		color: #EEC402; font-weight:bold; text-decoration: underline;	}	.header a:link {		color: #000000;	}	.header a:active {		color: #000000;	}	.header a:visited {		color: #000000;	}	.header a:hover {		color: #EEC402; text-decoration: underline;	}/* == Container == */	.container {		/*background:url(../share/images/bg-navigation.gif) top right repeat-y;*/		background: #EEEEEE;	}/* == Header == */	.header {		background: #EEEEEE;	}/* == Navigation == */	.navigation {		background:#EEEEEE;	}	/*	.navigation h1,	.navigation h2,	.navigation h3,	.navigation h4 {		margin:0;		padding-left: 0px;	}	*//* == Content == */	.content {		/*background:url(../images/Punkte_dunkler_vblauheller.jpg) top left repeat;*/				/* @note scrollbars for content-area */		height: 933px;		overflow: auto;	}		#colorManagement .content {			height: 1063px;		}	.content td,	.content div,	.content p,	.content pre,	.content ul {		font-size: 12px;	}	.content h1 {		font-size: 26px;	}	.content h2 {		font-size: 22px;	}	.content h3 {		font-size: 18px;	}	.content h4 {		font-size: 14px;	}	.content p {		line-height:1.4em;	}/*.content h1,h2,h3,h4 {	margin:0; padding-left: 10px;}*//* SEE - script.css */.buy a {	display:block;	text-indent:-9999em;	background:url(../images/Kaufen_Logo.gif) top left no-repeat;	width:85px;	height:43px;}.buy-small a {	display:block;	text-indent:-9999em;	background:url(../images/Kaufen_Logo_klein.gif) top left no-repeat;	width:72px;	height:18px;}.buy-mail-small a {	display:block;	text-indent:-9999em;	background:url(../images/Kaufen_Mail_klein.gif) top left no-repeat;	width:72px;	height:18px;}/* SEE - script.css */.test a {	display:block;	text-indent:-9999em;	background:url(../images/Testen_Logo.gif) top left no-repeat;	width:85px;	height:43px;}.test-small a {	display:block;	text-indent:-9999em;	background:url(../images/Testen_Logo_klein.gif) top left no-repeat;	width:72px;	height:18px;}.test-mail-small a {	display:block;	text-indent:-9999em;	background:url(../images/Testen_Mail_klein.gif) top left no-repeat;	width:72px;	height:18px;}/* == Footer == */.footer p {	margin:0;	padding:5px 10px;}/* == Extra == */	.extra {		background:#EEEEEE;	}/* == Footer == */.footer {	background: #333333;	color: #FFF;}	.footer a,	.footer a:link {		color:#BBB;		padding:0;	}
