/* intro */

/* vertical CSS */


body, td {
	font-family:  verdana;
	font-size:11px;
	/*line-height:14px;*/
	color:#333333;
}

body {
	margin:0px;
	background-color:#A7B6C2;
}

h2{
	font-size:14px;
	font-family:arial,sans-serif;
                color:#333333;
	font-weight:bold;
                padding-bottom:0px;
                text-transform:uppercase;

}

.contentFrame{
               padding:24px;
	background-color:#FFFFFF;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	}
.header1{
               background-image:url(../images/bg_a.jpg);
	width:460px; 
	height:24px;
	}
.header2{
                background-image:url(../images/bg_b.jpg);
	width:340px; 
	height:24px;
	}

.contentAktuell_D{
                padding:6px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	vertical-align:top;
	height:340px;
	}

.contentAktuell_D a {

	text-decoration:none;
                font-weight:normal;
	color:#FF0000;
}
.contentAktuell_D a:hover {

	text-decoration:none;
                 font-weight:normal;
	color:#333333;
}

.contentAktuell_I{
	padding:6px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #999999;
	vertical-align:top;
	}
.contentAktuell_I a {
	text-decoration:none;
	line-height:8px;
	font-weight:normal;
	color:#FF0000;
}
.contentAktuell_I a:hover {
	text-decoration:none;
	line-height:8px;
	font-weight:normal;
	color:#333333;
}
	
	
.contentRigth{
	padding:6px;
	border-right:1px solid #999999;
               width:184px; 
	vertical-align:top;
	}
.contentRigth a {
	text-decoration:none;

	font-weight:normal;
	color:#FF0000;
}
.contentRigth a:hover {
	text-decoration:none;

	font-weight:normal;
	color:#333333;
}
	


	
.menuBg {
	background-image:url(../images/banner_oben_2.jpg);
}


.divider, hr {
	color:#DDDDDD;
	height:1px;
}