 

html,body {
	margin: 0;
	padding: 0;
	background:#e5e4dc url(../img/logo_bg.gif) repeat;
    overflow:hidden;
}

table#Box {
width:800px;
background-color:#fff;
}
table#Box td {
padding:15px;
}

#C_Bild {

width:300px;
height:350px;

float: left;
margin-right:15px;
margin-bottom:15px;
}

#subMenu { 
margin:0px;
width:370px;
height: 16px;
padding:15px;
font-size: 11px;
font-weight: bold;
color:#fff;
}

#C_Text { 
width: 370px;
height: 310px;
max-height: 258px;
overflow:auto;
background:#fff;
font-size: 11px ! important;
color: #666;
text-align: justify;
padding:15px;
margin-top:15px;
border: 1px solid #ccc;
}

a.smenu_links { 
font-size: 11px;
font-weight: bold;
color:#fff;
text-decoration: none;
}
a:hover.smenu_links { 
font-size: 11px;
font-weight: bold;
color:#fff;
text-decoration: underline;
}
a:active.smenu_links { 
font-size: 11px;
font-weight: bold;
color:#fff;
text-decoration: underline;
}

a.text_links { 
font-size: 11px;
font-weight: normal;
color:#666;
text-decoration: underline;
}
a:hover.text_links { 
font-size: 11px;
font-weight: normal;
color:#333;
text-decoration: underline;
}

a.ref_links { 
font-size: 11px;
font-weight: normal;
color:#666;
text-decoration: none;
}
a:hover.ref_links { 
font-size: 11px;
font-weight: normal;
color:#333;
text-decoration: none;
}

a.normal:link, a.normal:visited {
COLOR:#f2f2eb; TEXT-DECORATION:none; }
a.normal:hover, a.normal:active,
a.aktiv:focus { COLOR:#ff9900;
TEXT-DECORATION:none; }

a.aktiv:link, a.aktiv:visited {
COLOR:#f2f2eb; TEXT-DECORATION:underline; }
a.aktiv:hover, a.aktiv:active,
a.aktiv:focus { COLOR:#ff9900; TEXT-DECORATION:none; }

/* styles für Referenzen/Sub */

#subMenuRef { 
margin:0px;
width:325px;
height: 16px;
padding:15px;
font-size: 11px;
font-weight: bold;
color:#fff;
background:#478fce;
}

#C_Ref { 
width: 324px;
height: 257px;
overflow: auto;
background:#fff;
font-size: 11px ! important;
color: #666;
padding:15px;
margin-top:15px;
margin-bottom:15px;
margin-right:15px;
border: 1px solid #ccc;

}

.popupbody { 
margin:0px; padding-top:10px; background-color:white;
}