@charset "utf-8";
body  {
	background: #fefefe url(../images/1.gif) repeat-x left top;
	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 */
}
.main #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	width: 970px;
} 
.main #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 970px;
	height: 80px;
	float: left;
}
.main #sidebar1 {
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	float: left;
}
.main #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 718px;
	background: #FFFFFF;
	border: 1px solid #dde1dd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
}
.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;
}
.logo {
	text-align: left;
	vertical-align: middle;
	width: 217px;
	padding-left: 33px;
	float: left;
}
.topContent {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #454e47;
	float: right;
	text-align: right;
	width: 600px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
}
.button {
	font: 11px Tahoma, Arial;
	padding: 2px;
}
.button2 {
	font: 11px Tahoma, Arial;
	padding: 1px 4px;
	cursor: pointer;
}
a:link {
	color: #004990;
	text-decoration:underline;
}
a:visited {
	color: #004990;
	text-decoration:underline;
}
a:hover {
	color: #004990;
	text-decoration:none;
}
a:active {
	color: #004990;
	text-decoration:none;
}

a.nav_left:link {
	color: #313131;
	text-decoration:none;
}
a.nav_left:visited {
	color: #313131;
	text-decoration:none;
}
a.nav_left:hover {
	color: #313131;
	text-decoration:underline;
}
a.nav_left:active {
	color: #313131;
	text-decoration:underline;
}

td.normal{
	background-color: #FFFFFF;
	cursor: pointer;
}

td.normalon {
	background-color: #dde1dd;
	cursor: pointer;
}
.TextNav {
	color: #313131;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
.float1 {
	padding-top: 20px;
}
.antraste {
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #313131;
}
.antrasteBig {
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	color: #313131;

}
.text1 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #313131;
}
.float2 {
	padding-bottom: 5px;
}
.interactive {
	background: #DDE1DD;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

.newsBlock {
	width: 700px;
	float: right;
}
.newsBlock2 {
	float: right;
	width: 100%;
}
a.nav:link {
	color: #004990;
	text-decoration:underline;
}
a.nav:visited {
	color: #004990;
	text-decoration:underline;
}
a.nav:hover {
	color: #313131;
	text-decoration:none;
}
a.nav:active {
	color: #004990;
	text-decoration:underline;
}
td.normal{
	background-color: #FFFFFF;
	cursor: pointer;
}
.text2 {
	font: 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #313131;
}
.text2w {
	font: 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.borderPr {
	border-top: 1px solid #DDE1DD;
	border-bottom: 1px solid #DDE1DD;
	border-left: 1px solid #DDE1DD;
	border-right-width: 0px;
	border-right-style: none;
}
.text3 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}
.border5 {
	border-top: 1px solid #DDE1DD;
	border-left: 1px solid #DDE1DD;
	border-right-color: #DDE1DD;
	border-bottom-color: #DDE1DD;
}
.border6 {
	border-top: 1px solid #DDE1DD;
	border-right-color: #DDE1DD;
	border-bottom-color: #DDE1DD;
	border-left-color: #DDE1DD;
}
.mainText {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #313131;
}

.divs4cl {
	float: left;
	height: 49px;
}
a.navw:link {
 color: #ffffff;
 text-decoration:underline;
}
a.navw:visited {
 color: #ffffff;
 text-decoration:underline;
}
a.navw:hover {
 color: #ffffff;
 text-decoration:none;
}
a.navw:active {
 color: #ffffff;
 text-decoration:underline;
}