body, p, td, table, div, span, a { color: black; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }

BODY.bmain				{ background-color: #6699cc; height:100%}
TABLE.content		{ background-color: #ffffff; width:100%; }
TABLE.list			{ width:90%;}
TABLE.tcontent		{ width: 100%; height: 100%;}

TR.bghead			{ background-color: #003366; }
TR.trcol1 			{ background-color: #ccdeee; }
TR.trcol2 			{ background-color: #6699cc; }
TR.trcol3 			{ background-color: #003366; }

TD.tdcol1 			{ background-color: #003366; }
TD.tdcol2 			{ background-color: white; }
TD.coloredbg		{ background-color: #6699cc; }

a.header:link 		{ color: #ccdeee; text-decoration: none; font-size : 12px; font-weight : bold; }
a.header:visited 	{ color: #ccdeee; text-decoration: none; font-size : 12px; font-weight : bold; }
a.header:active 	{ color: #ccdeee; text-decoration: none; font-size : 12px; font-weight : bold; }
a.header:hover		{ color: #ffffff; text-decoration: none; font-size : 12px; font-weight : bold; 	background-color : #003366;}

a:link				{ color: #003366 }
a:visited			{ color: #003366 }
a:hover				{ color: #ffffff; background-color: #003366; }
a:active			{ color: #6699cc }


.head1 				{ font-size:30px; }
.headline 			{ background-color: #003366; }
.footline			{ background-color: #336699; color: #ffffff; }
.headcol			{ background-color: #003366; }
.mn2				{ color: #ffffff; }

.ipt 				{ background-color: #ccdeee; border-color:#003366; }
.ipt2 				{ background-color: #ccdeee; border-color:#003366; }
.button01			{ background-color: #ccdeee; border-color:#003366; }

.newsod		{ color: #003366; font-size: 15px; }
.titlebar	{ background-color: white; }

/*new*/
input.ipt_srch, select.ipt_srch { position:relative; top: 5px; left: 55px; font-size:12px; width: 100px; border: 0; overflow: hidden:}

.adress  { color: white; font-size: 12px; font-weight: 700; line-height: 14px; padding-left: 10px; }
.box_unten 	{ background-color: white; border: 1px solid #003366; border-top: none; }
.box_head 	{ height: 31px; border: 1px solid #003366; }


.h111	 { height: 111px; }
.head1	 { font-size: 20px; font-weight: 700; line-height: 25px; padding-left: 20px; }
.head2	 { font-size: 14px; font-weight: normal; line-height: 14px; }
.lefttop	{ background-color: white; width: 278px; }
.backcol	{ background-color: #003366; }
.bot_line { border-bottom: 1px solid #003366; }
.heads_boxen { color: white; font-weight: bold; font-size: 14px; line-height: 16px; padding-right: 4px; padding-left: 6px }
.headlines 	{ font-weight: bold; font-size: 16px; line-height: 22px; padding: 4px 4px 4px 0px}
.maincol	{ background-color: #6699cc; }
.menuheight	 { height: 29px; }
.maindiv 	{ padding-left: 20px; padding-right: 5px; background-color: #ffffff; height: 100%; }
.newsdestages { color: black; font-size: 11px; line-height: 16px; padding: 4px 4px 4px 6px }
.rahmen_u_re 	{ border-right: 1px solid #6699cc; border-bottom: 1px solid #6699cc; }
.rahmen_u 		{ border-bottom: 1px solid #6699cc; border-right-color: #6699cc; }
.wmain	{ width: 790px; height:100%; vertical-align:top; }
.w160	{ width: 160px; }
.w200	{ width: 200px; }
.wright	{ width: 246px; }
.waddress { width: 206px; }
.white_line { border-bottom: 1px solid white; }
.submen { width:34px; height:28px; }

a.textb         { color: white; font-size: 12px; font-weight: 700; text-decoration: none; text-align: left; }
a.textb:VISITED, a.textb:ACTIVE,   { color: white ; font-weight: 700; }
a.textb:HOVER     { color: white; font-weight: 700; text-decoration: underline; background-color: transparent;  }

TR.trcol1 		{ background-color: #DFE3EB; font-size:11px;}
TR.trcol2 		{ background-color: #ccdeee; font-size:11px;}
.trcol 			{ background-color: #ccdeee; }
.trcol1 		{ background-color: #DFE3EB; }
.trcol2 		{ background-color: #ccdeee; }


/* menu */
.chromestyle
{
	font-weight: bold;
	padding: 0px;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px 3px;
	text-decoration: none;
	margin: 0px 0px 0px -3px;
	border-right: 1px solid #003366; border-left: 1px solid #ffffff;
	height:29px;
}


.chromestyle ul li a:hover,.chromestyle ul li a:active{
color: #ffffff;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding: 5px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font-weight: bold;
font-size: 10px;
z-index:100;
background-color: #003366;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #000000;
}

.dropmenudiv a:active, .dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #fff;
}
