/* DEFINITIONS: EVOPAGE-BASICS -> START */

body {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			12px;
}

font.standard {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			12px;
}

font.klein {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			10px;
}

font.klein a:link,
font.klein a:hover,
font.klein a:active,
font.klein a:visited {
	font-size:			10px;
}

font.gross {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			14px;
}

font.gross a:link,
font.gross a:hover,
font.gross a:active,
font.gross a:visited {
	font-size:			14px;
}

table.evp_table {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			12px;
	width:				100%;
}

table.evp_table td, table.evp_table td.small {
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			12px;
}

table.evp_table td.small {
	font-size:			12px;
}

/* DEFINITIONS: EVOPAGE-BASICS -> END */


body.page {
	background: url(/static/images/bg.gif) repeat-y;
	margin:		0px;
}

.master {
	float:		left;
	width:		994px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:	12px;
}

.head {
	width:		994px;
	height:		140px;
}

.headtitle{
	position:	absolute;
	left:		197px;
	top:		110px;
	font-size:	21px;
	height:		23px;
	z-index:	99;
	color:		#193E6B;
}

.headlogo {
	float:		left;
	width:		177px;
}

.headmood {
	float:		left;
	width:		817px;
	height:		140px;
	background: url(/static/images/mood.jpg) no-repeat;
}

.headstripe {
	width:		994px;
	height:		15px;
	background: url(/static/images/stripe.gif) repeat-x;
}

.footer {
	float:		left;
	margin-top:	23px;
	padding-top:7px;
	width:		100%;
	border-top: 1px solid #D9DEE6;
	text-align:	right;
	font-size:	10px;
}

hr {
	margin:		8px 0 8px 0;
	background-color: #D9DEE6; /* Farbe für Opera und Firefox */ 
	color:		#D9DEE6; /* Farbe für Internet Explorer (IE) */
	border:		0; 
	height:		1px; 
}

hr.downliste {
	margin:		5px 0 5px 0;
	background-color: #D9DEE6; /* Farbe für Opera und Firefox */ 
	color:		#D9DEE6; /* Farbe für Internet Explorer (IE) */
	border:		0; 
	height:		1px; 
}

.navigation {
	float:		left;
	margin:		23px 0 0 0;
	width:		177px;
	padding:0px;
}

.content {
	float:				left;
	margin:				23px 0 0 0;
	padding-left:		26px;
	width:				556px;
}

a {
	color:				#193C6B;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
	color:				#C83025;
}

h1 {
	color:				#193C6B;
	font-size:			16px;
	font-weight:		bold;
	margin:				0 0 15px;
}

h2 {
	color:				#193C6B;
	font-size:			14px;
	font-weight:		bold;
	margin:				2px 0 5px 0;
}

h2.teaser {
	color:				#193C6B;
	font-size:			12px;
	font-weight:		bold;
	margin:				2px 0 5px 0;
}

h2.listheadline {
	color:				#000000;
	font-size:			12px;
	font-weight:		bold;
	margin:				2px 0 5px 0;
}


h3 {
	color:				#C83025;
	font-size:			11px;
	font-weight:		normal;
	margin:				4px 0 0 0;
}

ul {
	list-style-image:	url(/static/images/listelement.gif);
}

li {
	margin:				7px 0 7px 0;
}

.clearer {
	clear:		both;
}

.teaserheadline {
	color:				#193C6B;
	font-size:			14px;
	font-weight:		bold;
	padding-bottom:		4px;
	border-bottom:		1px solid #CED6E7;
}

.teasercontent {
	color:				#000;
	font-size:			11px;
	font-weight:		normal;
}


/* DEFINITIONS: NAVIGATION -> START */

ul.menu, ul.submenu{
	list-style-type:none;
	margin:0px;
	padding:3px 0px;
}

ul.menu li{
	display:block;
	width:177px;
	margin:0px;
}

ul.menu li a{
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	display:block;
	color:black;
	width:161px;
	padding:1px 0px 1px 16px;
}

ul.menu li div.borderBottom{
	padding:10px 0px;
	margin:0px;
}

ul.menu li a:hover, ul.menu li a.active{
	color: #193C6B;
	text-decoration:none;
}

ul.menu li ul.submenu li{
	padding: 0px;
	border-bottom:none;
	display:block;
	margin:0px;
}

ul.menu li ul.submenu li a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:158px;
	padding:2px 0px 1px 19px;
}

ul.menu li ul.submenu li a span.arrow{
	font-weight:normal;
	visibility:hidden;
	padding:0 3px 0 0px;
	display:inline;
}

ul.menu li ul.submenu li a:hover, ul.menu li ul.submenu li a.active{
	color:#C83025;
	background-color:#F6F7F9;
}

ul.menu li ul.submenu li a.active{
	font-weight:bold;
}

ul.menu li ul.submenu li a:hover span.arrow{
	visibility:visible;
}

.search{
	background-color:#F2F3F7;
	font-size:11px;
	margin:0px;
	padding:20px 0px 10px 15px;
	width:162px;
	font-weight:bold;
}

.searchSpacer{
	padding:10px 0 0 0;
	margin:0px;
}

.hub {
	width:150px;
}


input.searchSubmit {
	margin-left:5px;
	width:22px;
	height:22px;
	border: 0px;
	padding: 0px;
}

input.searchTerm {
	border:1px solid #C3CCD8;
	width:120px;
	height:22px;
	font-style:italic;
	font-size:11px;
}

input {
	border:1px solid #C3CCD8;
	height:22px;
	font-style:italic;
	padding:3px 2px 0 2px;
	font-size:11px;
	vertical-align:middle;
}

.button {
	padding:1px 15px 1px 15px;
	font-size:11px;
	font-style:normal;
	vertical-align:middle;
	border:1px solid #C3CCD8;
}

/* DEFINITIONS: NAVIGATION -> END */

/* DEFINITIONS: NAVIGATION -> START */

.row{
	margin:4px 0 0 0;
	padding:0px;
}

.row .column{
	width:450px;
}

.row .columnLeft, .row .columnRigth{
	width:196px;
	padding:2px 2px 2px 0px;
	margin:0px;
}
.row .columnRigth{
	width:246px;
}
.row .columnLeft{
	float:left;
}

.row .columnRight input{
	border:1px solid #C3CCD8;
	width:246px;
	height:23px;
	font-size:12px;
	vertical-align:middle;
}

.row .columnRight input.button{
	width:122px;
}

.row .columnRight textArea{
	border:1px solid #C3CCD8;
	width:246px;
	font-size:12px;
	height:50px;
}
/* DEFINITIONS: NAVIGATION -> END */

.searchWide{
	font-size:12px;
	margin:0px;
	width:556px;
	font-weight:bold;
}

.searchWide .hub {
	margin:10px 0;
	width:556px;
}


.searchWide .hub input.searchSubmit {
	margin-left:5px;
	width:22px;
	height:22px;
}

.searchWide .hub input.searchTerm {
	width:510px;

}
<!-- user="1" date="1244799577" -->
