html{
	background:#FFF;	
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow-x:hidden;
}

body{
	margin:auto;
	width:800px;
	padding:50px 0 0 0;
}

a{
	text-decoration:none;	
}

#content a:visited {
	color: #0000EE !important;
}
hr{
	border:0;
	border-bottom:1px dotted #666;	
}

#logo,#logo a{
	/*background-image: url(/uploads/tx_attribute/HuP_Logo.png);*/
	float: left;
	width:300px;
	float:left;
	background-repeat:no-repeat;
	height:65px;
}

#logo span{
	display:none;	
}

#navigation {
    float: right;
    /*width: 470px;*/
    /*overflow: hidden;*/
}

#navigation li{
	float:left;	
	margin:60px 0 0 0;
}

#navigation .langSwitch{
	float:right;	
}

#navigation a{
	color:#000;
	background:#fff;
	padding:3px 20px;
	float:left;
}

#navigation .last a,#navigation .sub,#navigation .langSwitch a{
	background:#fff;	
}
#navigation .active {
	background: #ECEDEF !important;
}

#navigation .langSwitch a{
	padding:3px 15px;	
}




#main{
	width:100%;
	float:left;
	padding:30px 0;
	background-color:#ECEDEF;
	background-repeat:repeat-y;
	height:270px;
	position: relative;
}

#main #subnavigation{
	width:330px;
	float:left;
	color:#fff;
}

#main h1{
	font-size:30px;
	color:#fff;
	padding:0 20px 0 20px;
	text-align:right;
}
#content h2{
	font-size: 13px;
	font-weight: bold;
}
#content h3{
	font-size: 11px;
	font-weight: bold;
}
#content p {
	margin-bottom: 16px;
}

#subnavigation ol{
	clear:both;
	float:right;
	width:300px;
	margin:30px 0;
}

#subnavigation ol ol{
	clear:both;
	float:right;
	width:300px;
	margin:0 0;
}

#subnavigation li{
	padding-right:20px;
	text-align:right;
}

#subnavigation ol a{
	color:#fff;	
	padding:0 2px;
}

#subnavigation .active a{
	color:#000;
	line-height:20px;
}

#subnavigation .fcolor a,
#subnavigation li.sub-aktiv,
#subnavigation .sub-aktiv a {
	color:#000 !important;
	font-weight:bold;
}

#subnavigation .fcolor{
	color: #000;
/*
	color:fff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
*/
	font-weight:bold;
}








#footer{
	width:100%;
	float:left;
	text-align:right;
	color:#000;
	padding:5px 0;
	font-size:10px;
}

#footer p {
float: right;
}





/* Scroller */
#scroll_container {
	margin:0 0 0 0;
	width: 420px;
	height: 270px;
	overflow:hidden;
	margin-right:10px;
	float:left;
	padding-top: 6px;
}

#content{
	width:390px;
	padding:0 0 40px 40px;
	float:right;
	line-height:14px;
}


#scroll_knob {
	position:relative;
	height: 10px;
	width: 10px;
	margin-left:1px;
	background:#ccc;
	cursor: pointer;
}

#scroll_up {
	height:11px;
	width:15px;
}

#scroll_down {
	height:11px;
	width:15px;
}

#scollbar_container {
	padding:10px 10px 0 0;
	height: 250px;
	width: 15px;
	float: right;
}

#scroll_area {
	height: 250px;
	width: 15px;
	background:url("../img/dot.gif") repeat-y 3px 0px;
}

.csc-mailform label{
	clear:both;
	width:120px;
	float:left;
}

.csc-mailform-field{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}

.csc-mailform input,.csc-mailform textarea{
	width:216px;	
	padding:1px 2px 1px 2px;
}

#mailformformtype_mail{
	margin:0 0 0 120px;	
}
/* Sitemaps im Content */
#content .csc-menu li {
	background: url(../img/linksymbol.gif) no-repeat 3px 0px;
	padding-left: 17px;
}
/* Suchfeld links im grauen Bereich */
/*#suchfeld {
	width: 200px;
	position: absolute;
	top: 300px;
	margin-left: 40px;
}*/
/* IE7 Fix */
/*#ie7 #suchfeld {
	left: 0px !important;
}*/