@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #213d85 url(images/bodybg.jpg) left top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px auto;
	text-align: left;
} 
.twoColFixLtHdr #headerbar/*		Footer Formatierung
-----------------------------------------------------------------------*/

 {
	background: transparent url(images/banner.jpg) center top no-repeat;
	height: 85px;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr  #headermenu/*		Footer Formatierung
-----------------------------------------------------------------------*/

 {
	height: 39px;
	padding: 10px 0px 0px 0px;
	width: 780px;
}
.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	height: 215px;
} 
.twoColFixLtHdr  #headerflash {
	margin-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 15px 19px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
}
.twoColFixLtHdr          #sidebar1         A  {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr  #mainContentb {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: transparent url(images/watermark.jpg) center center no-repeat;
} 
.twoColFixLtHdr   #mainContentb  h1 {
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;

} 
.twoColFixLtHdr    #mainContentb   h2 {
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

} 
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: ffffff;
	background: transparent url(images/watermark.jpg) top center repeat;
	padding: 30px 35px 0px 32px;
} 
.twoColFixLtHdr  #mainContent h1 {
	padding: 6px 0px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 200;
	background: transparent url(images/heading.gif) left top no-repeat;
	width: 90%;
	height: 33px;

} 
.twoColFixLtHdr   #mainContent  h2 {
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

} 
.twoColFixLtHdr  #mainContentalign {
	width: 98%;

} 
.twoColFixLtHdr  #mainContentmapdec {
	border: solid #274697 1px;
	width: 242px;
	height: 242px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 10px;
	background-color: #152859;
	height: 82px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.twoColFixLtHdr  #footer  h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
}
.twoColFixLtHdr  #cswest {
	padding: 5px;
	font-size: 9px;
	color: #3F66CD;
	text-align: right;
} 
.twoColFixLtHdr   #cswest A {
	text-decoration: none;
	color: #3E67D1;

} 
.newslettertable {
	border-bottom: 1px solid #84836f;
	width: 430px;

}
.newslettertableheading {
	padding-right: 5px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #274697;
	font-weight: normal;
	border-left: 1px solid #84836f;
	border-right: 1px solid #84836f;
	border-top: 1px solid #84836f;
	padding-left: 10px;
	padding-top: 9px;
	height: 24px;
	padding-bottom: 5px;
}
.newslettertableheading  A {
	color: #333333;

}
.newslettertabletd {
	background-color: #404040;
	font-size: 12px;
	color: #CCCCCC;
	padding: 5px;
	border-right: 1px solid #52525f;
	border-left: 1px solid #52525f;
	border-top: 1px solid #52525f;
}
.newslettertabletd     A {
	color: #FFFFFF;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

