/****************************************/
/* CSS heitkštter                  		*/
/* Ansprechpartner: Nikias Ehrlich     	*/
/* mail@nikias-ehrlich.de          		*/
/****************************************/


/******************************************************************************/
/*                            Hauptelemente HTML                              */
/******************************************************************************/

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

html { height: 100% }
body {
    font-size: 12px;
    font-family: Arial, Verdana, 'sans-serif';
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    background-color: #d7dadb;
  }


.outerrahmen{
	width: 100%;
	position: relative;
	background-color: white;
}
  
.rahmen{
	position: relative;
	width: 943px;
	margin-left: auto;
	margin-right:auto;
	background-color: #ffffff;
}

.navi{
	left: 15px;
	width: 214px;
	color: #001749;
	position: relative;
	float: left
}


.content{
	position: relative;
	top: 0px;
	left: 75px;
	width: 466px;
	height:auto;
	color: #787878;
	float: left;
}

.content a{
	color: #EE4712;
}

.bigPic{
	position: relative;
	top: 0px;
	left: 5px;
	width: 485px;
	height: 289px;
	color: #66696e;
	float: left;
}
 
 a.admin{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#EF4712;
	color:white;
	padding: 2px;
	text-decoration: none;
 }
.logo
{
	position: relative;
	top: 0px;
	left: 75px;
	height: 65px;
	overflow: hidden;
}

.underlogo
{
	position: relative;
	width: 448px;
	height: 223px;
	background-color: #d7dadb;
	left: 10px;
	float: left;
	top: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


.footer{
	margin-top: 0px;
	position: relative;
	width: 100%;
	height:28px;
	background-color: #d7dadb;
	color: #6b6b6b;
	font-size: 12px;
}

.footbalken{
	position: absolute;
	width: 115px;
	height: 15px;
	background-color: #ece1c8;
	top: 590px;
	left: 886px;
}

.navi a{
	color: #787878;
	height:25px;
	text-decoration: none;
	display: block;
	clear: both;	
}

#navi a{
	font-weight: bold;
}

.navi a:hover, .navi a.sel{
	font-weight: bold;
	color: #ee4712;
}
   
   
   
.loader
{
	position: absolute;
}  
  
 
label{
	width: 100px;
	float: left;
}

textarea{
	border: solid 1px #BCBCBC;
	width: 300px;
	height:180px;
}

.bigPic input{
	border: solid 1px #BCBCBC;
	width: 200px;
}

 input{
	border: solid 1px #BCBCBC;
}