/****************************************/
/* CSS aixplan                  		*/
/* Ansprechpartner: Nikias Ehrlich     	*/
/* mail@nikias-ehrlich.de          		*/
/****************************************/


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

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

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

h1{
	color: #FFFFFF;
	font-size: 13px!important;
	font-weight: bold;
  }
  
.rahmen{
	position: relative;
	width: 56.56em;
	margin-left: auto;
	margin-right:auto;
	margin-top: 1em;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
}

.logo
{
	position: relative;
	width: 17.13em;
	top: 0px;
	left: 0px;
}

a{
	color:white;
}

.spalte1{
	width: 17.13em;
	position: relative;
	float: left;
}

.mainnavi{
	margin-left: 2.80em;
	margin-top: 1em;	
	position: relative;
	clear:both;
}

.subnavi{
	margin-top: 2.0em;
	margin-left: 2.80em;
}


.spalte2{
	position: relative;
	top: 0px;
	left: 0px;
	width: 39.3em;
	height:auto;
	float: left;
}

.bigpic{
	position: relative;
	padding-bottom: 1.5em;
	background-color: #bebebe;	
}

.content{
	margin-left: 1em;
	font-size: 0.8em;
}

.head{
	width: 49.00em;
	height: 1.74em;
	text-align:right;
	padding-top: 0.7em;
	background-color: #B9B9B9;
	font-size: 0.8em;
}

.head a{
	color: #4F4F4F;
	text-decoration: none;
}

.head a:hover{
	color: #FFFFFF;
}


 a.admin{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#BA0403;
	color:white;
	padding: 2px;
	text-decoration: none;
 }
 
.spalte1 a{
	color:#505050;
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	display: block;
	clear: both;	
	font-weight: normal;
	font-size: 0.8em;
}

.spalte1 a:hover,.spalte1 a.sel{
	font-weight: bold;
	color: #FFFFFF;
}
 
 .spalte1 a.sel{
	font-size: 1.0em; 
} 

a:active, a:focus {outline: none}

 
label{
	width: 100px;
	float: left;
}

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

 input{
	border: solid 1px #BCBCBC;
}