/*******************************************************************************************/
/** SEITENAUFBAU und Navigationen / Contentformatierungen in content.css 
/*******************************************************************************************/
html,body {
	height:100%;
	width: 100%;
	margin:0;
	padding:0;
	color:#454545;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
}
p {
	padding:0;
	margin:0;
}
hr {
  height: 1px;
  border: 0;
  background: #999999;
  padding:0;
  margin:5px 0;
 }
 
 a img{
 	border:0;
 }
 a:link, a:visited{
 	color:#666666;
  text-decoration:none;
 }
a:hover, a:active{
	color:#EF641E;
  text-decoration:none;
 }
 
  /**** ERROR  ***/
.error{
	color:#cc0000;
	font-weight:bold;
}
.error_msg{
	color:#cc0000;
	font-size:14pt;
	font-weight:bold;
}
.error_hint{
	color:#990000;
	font-weight:bold;
	font-size:18px;
	padding:5px;
	text-decoration:blink;
	border:2px solid #990000;
	margin:7px 0;
}




/*******************************************************************************************/
/** SEITENAUFBAU / Bestandteile **/ 
/*******************************************************************************************/

#site{ 
	width:970px;
	margin:0 auto 0 auto;
	background: url(../../img/logo.gif) no-repeat 10px 10px;
}
/* - LOGO - */

#help_legende{
	display:none;
}
#help_indicator{
	display:none;
}

/* - Sondernavigation - */
#sondernav{
	width:970px;
	padding: 0;
	text-align: right;
}
#sondernav ul {
	width: 970px;
	text-align: right;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#sondernav ul li { 
	color:#666666;
	display:inline;
	font-size:9pt;
	font-weight:normal;
	line-height:28px;
	margin:4px 0;
	padding:7px 0 7px 15px;
	text-decoration:none;
}
#sondernav ul li a:link, #sondernav ul li a:visited{
	color: #666666;
	background: none;
}
#sondernav ul li a:hover, #sondernav ul li a:active{
	color: #EF641E;
}
#sondernav ul li:first-child{
	background:url(../../img/icons/login.gif) no-repeat;
	padding-left: 25px;	
}
/* - MAINMENU - */
#header { 
	width:970px;
	padding: 5px 0;
	height: 100px;
}

#header ul {
	width: 970px;
	height: 40px;
	padding: 0 0 0 0;
	margin:61px 0 5px 0;
	text-align: right;
	text-transform: uppercase;
	list-style-type:none;
}
#header ul li { 
	font-size: 12px;
	display:inline;
	text-decoration:none;
	padding:5px 0 6px 0;
	margin:0;
	height: 35px;
}
#header ul li a, #header ul li a:link, #header ul li a:hover{
	color: #999;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding:0px 0 10px 8px;
	margin: 0 0 0 4px;
} 
#header ul li a:hover, #header ul li a:active{
	color: #EF641E;
} 
#header ul li a.active{
background:url("../../img/icons/primnavaktiv.gif") no-repeat scroll 0 4px transparent;
color:#454545;
}
/***** subnav ****/
#sidenav{
	position:relative;
	float:left;
	width:180px;
	text-align:right;
	list-style-position: inside;
	list-style-type: none;
}
#sidenav a {
	display:block;
	padding:5px 8px 5px 0;
	margin:0 0 -1px 0;
	color: #999999;
	font-size:0.9em;
	text-decoration: none;
	text-transform:uppercase;
	border-top:1px #d0d0d0 solid;
	border-bottom:1px #d0d0d0 solid;
	background-image:url(../../img/icons/seknav_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#sidenav a:hover {
	   	color: #ef641f;
		font-weight: bold;
		background-image:url(../../img/icons/seknav_icon_mo.gif);
}
#sidenav a:active {
	    color: #ef641f;
		font-weight: bold;
		background-image:url(../../img/icons/seknav_icon_mo.gif);
}
#sidenav a:visited{
	color:#999999;
}
#subNav a.active {
	    color: #ef641f;
		font-weight: bold;
		background-image:url(../../img/icons/seknav_icon_mo.gif);
}


/*********************CONTENTCONTAINER************/
#content{
	width:770px;
	float:right;
	color:#454545;
}

/******************************************/
/*****   DIV clearing floatings        ****/
/******************************************/
#clear{
	clear:both;
}
/*****************************************************************************************/
/*****************    Formulare auf der Webseite nicht intern reiner Webcontetn *********************/

form label{
	display: block;
  	float: left;
	font-weight:bold;
	min-width:110px;
	margin:1px 12px 9px 0;
}
form input[type=text], form input[type=file], form input[type=password]{
	float: left;
	border:1px solid #666666;
	margin:1px 18px 11px 0;
}
form textarea{
	float: left;
	border:1px solid #666666;
	margin:1px 18px 11px 0;
}
form select{
	float: left;
	margin:1px 18px 7px 0;
}
form input[type=file]:focus, form input[type=text]:focus, form input[type=password]:focus{
	border:1px solid #EF641E;
}
form textarea:focus{
	border:1px solid #EF641E;
}
form input[type=submit]{
	margin:3px 18px 8px 0;
}
form br{
	clear:left;
}
form hr{
	padding: 0;
	margin: 10px 0;
}
form button{
	margin:1px 12px 11px 0;
}

/*******FACEBOOK********/
.facebutton a:link, .facebutton a:visited{
	font-size: 1.1em;
	display: block;
	background:  url(../../img/facebook_40.png) no-repeat 0 3px;
	color: #345faa;
	padding: 6px 1px 1px 44px;
	height: 39px;
	font-weight: bold;
}
.facebutton a:hover{
	padding: 7px 0 0 45px;
	background-position: 1px 4px;
}
