
body{
	background-color:#E8E8E8;
	color:#111;
}
a{
	color:#090909;
	font-weight: bold;
	text-decoration: none;
	border: none;

}
img{
    border:none;
}
.rottext{
	color:#CC0033;
}
.blautext{
	color:#0099CC;
}
.blaubox{
	background-color:#0099CC;
}
.gelbtext{
	color:#FFCC00;
}
a:hover{
	border-bottom: 2px solid #0099CC;
}
#jquery-lightbox a:hover{
    border-bottom: none;
}
a:hover.rot{
	border-color:#CC0033;
}
a:hover.blau{
	border-color:#0099CC;
}
a:hover.gelb{
	border-color:#FFCC00;
}

#mainbox{
	position:absolute;
	left:50%;
	top:50%;
	height:600px;
	width:960px;
	margin-top:-300px;
	margin-left:-480px; 
	/*background-color:red; */
}
/* Header */
#header{
	position:relative;
	width:100%;
	height:100px;
	/* background-color:green;*/
}
#headertext{
	position:relative;
	font-size:1.7em;
}

#menu{
	position:absolute;
	width:50%;
	left:50%;
	text-align:right;
	bottom:4px;
}

#submenu{
	position:absolute;
	width:50%;
	left:50%;
	text-align:right;
	bottom:30px;
}
#submenu a{
	font-weight:normal;
}
#submenu a:hover{
	border-bottom: 1px solid #090909;
}
#content{
	position:relative;
	width:100%;
	height:540px;
	/*background-color:yellow;*/
	
}
#content1{
	position:relative;
	width:100%;
	height:600px;
	/*background-color:yellow;*/
	
}
#leftcontentpt{
	position:absolute;
	left:0px;
	height:100%;
	width:367px;
	/*background-color:purple;*/
}
#rightcontentpt{
	position:absolute;
	left:367px;
	height:540px;
	width:593px;
	background-color:#DDD;
	overflow:hidden;
	padding-left:10px;
}
#leftcontenttp{
	position:absolute;
	left:0px;
	height:100%;
	width:593px;
		background-color:#DDD;
	overflow:hidden;
	padding-left:10px;
      ;
	/*background-color:purple;*/
}
#rightcontenttp{
	position:absolute;
	left:593px;
	height:540px;
	width:367px;

}
#leftcontenttp1{
	position:absolute;
	left:0px;
	height:600px;
	width:593px;
	background-color:#DDD;
	overflow:hidden;
	padding-left:10px;
  
	/*background-color:purple;*/
}
#rightcontenttp1{
	position:absolute;
	left:593px;
	height:600px;
	width:367px;

}
#textcontent{
	position:absolute;
	left:0px;
	height:100%;
	width:960px;
	background-color:#DDD;
	overflow:hidden;
    padding-left:10px;
	/*background-color:purple;*/
}
#contentscroller{
overflow:auto;
height:540px;
padding-right:15px
}
#footer{
	position:relative;
	width:100%;
	height:30px;
	/*background-color:blue;*/
	text-align:center;
}
.fade{
    color:#DDD;
}
.slide{
    border: #FFFFFF 5px solid;
    
}
.fade li img{
    width:100%;
}

textarea{
    width:392px;
    height:100px;
}
.error{
    color:red;   
}
label {
 display: inline-block;
 width: 80px;
}
#leftcontenttp input,select,textarea{
    width:150px;
    margin:2px;
}
#leftcontenttp input[type="submit"]{
    position:absolute;
    height:20px;
    width:40%;
    left:30%;
    background-color:#0099CC;
}
.noshow{
    display:none;
}
#picbox{
    width:600px;
    height:400px;
    margin: 0 auto;
    background-color:#e8e8e8;
}
#linkbox{
    text-align: center;
    
}
#linkbox span{
    padding-left: 20px;
    display:block;
    width:100px;
    height:29px;
    float:left;
}