/*
 * Allgemein
 */
 body, html {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    
}
body {
	background-image: url('../images/hg_body.jpg');
    background-repeat: repeat-x;
   	width: 100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/*
 * Head // Logo
 */

.logo{
	background-image: url('../images/logo_neu.jpg');
    background-repeat: no-repeat;
	width:951px;
	padding-top:272px;
}
/*
 * Body
 */
.table{
	background-color: #fff;
	width:754px;
	
	margin-right:1px;
}
/*
 * Menue
 */
.menue {
	background: url('../images/hg_menue.jpg') no-repeat;
	background-color:#CCCCCC;
	border-bottom:2px solid #006EAD;
	width:187px;
	vertical-align:top;
	text-align:left;
}
.menue a{
	text-decoration: none;
    color: #006EAD;
	line-height:20px;
	display:block;
}
.menue div{
	background:url('../images/Menue_blau_oben.gif') no-repeat;
	padding-top:9px;
	width:166px;
	margin:2px 0px;
	margin-left:10px;
}
.menue div div{
	padding:0px;
	margin:0px;
	background:url('../images/Menue_blau_unten.gif') no-repeat bottom left;
	padding-bottom:8px;
}
/*
 * Menue // Links
 */
.menue .menu_1{
	padding-left:20px;
	margin-left:10px;
}
.menue .act,
.menue .menu_1:hover{
	background:url('../images/Menue_orange_komplett.gif') no-repeat;
}

.menue .menu_2{
	background:url('../images/menu_br.gif') no-repeat;
	background-position:20px center;
	background-color:#ABCFE4;
	padding-left:30px;
	line-height:20px;
}

.menue .menu_3{
	background:#ABCFE4;
	padding-left:32px;
	line-height:16px;
}
.menue .menu_4{
	background:#ABCFE4;
	padding-left:44px;
	line-height:16px;
}
.menue .menu_2:hover,
.menue .menu_3:hover,
.menue .menu_4:hover{
	text-decoration:underline;
}
/*
 * Conntent
 */
.content{
    background-image: url('../images/hg_conntent.jpg');
    background-repeat: no-repeat;
	background-position:bottom;
	border-bottom:2px solid #006EAD;
	padding:20px;
	vertical-align:top;
	text-align:left;
}

p.csc-frame-frame1, table.csc-frame-frame1{
	background-color: #edebf1;
	padding: 2px 4px;
	border: 0px solid #333;
}
p.csc-frame-frame2, table.csc-frame-frame2{
	background-color: #F8B800;
	padding: 2px 4px;
	border: 0px solid #333;
}



