@charset "UTF-8";
@import "back.css";
@import "top.css";
@import "box.css";
@import url("grafik/box_w_tr/box.css");
@import "bigimg.css";
@import "content.css";

.leftimg, .rightimg{display:none;}


/* Allgemeines */
body, div{padding:0; margin:0; font-family:Verdana, Geneva, sans-serif;}
p{margin:0; padding:0; padding-bottom:5px;}

a.nolink , .nolink  a{color:inherit; text-decoration:inherit;}
a.nolink:hover , .nolink  a:hover{text-decoration:underline}
a.nolink img, .nolink img{border:none}

img{border:none}

input, textarea{
border-top:  1px solid #ddd; border-left:  1px solid #ddd;
border-right:1px solid #ccc; border-bottom:1px solid #ccc;
color:inherit;
}
input[type="button"], input[type="submit"]{background: #c8e6e8 url(grafik/input_back.png) repeat-x; padding:5px; color:inherit}
input[type="button"]:hover, input[type="submit"]:hover {background-color: #c8e6e8; background-image:none; color:#000}
input[type="button"]:active,input[type="submit"]:active{background-color: #c8e6e8; background-image:none; color:#000}

.button{ width:20px; height:5px; padding:5px; background-image:url(grafik/button/button_normal.png)}
.button:hover{background-image:url(grafik/button/button_hover.png)}
.button:active{background-image:url(grafik/button/button_active.png)}

/* Grobes Layout */
body{/*background-color:#595151;*/}

#back{position:relative; margin:0 auto; width:100%;
	background-color:#fff; overflow:visible;
	background-image:url(grafik/top/Bilder/top_back.jpg);
	background-position:50% 0px;
	/*background-position:50% -110px;*/
	background-repeat:no-repeat;
	background:url(grafik/top/head_back.png) repeat-x;
	background-position:0 -90px;
}

#seite {
	position:relative;
	width: 920px;
	margin:0px auto;
	overflow:visible;
	border-bottom:1px solid #bbbbbb;
}
#top{
	position:relative;
	height:170px;
	/*height:60px;*/
	overflow:visible;
}

#content{
		
}
#footer{
	clear:both;
	padding-top:5px;
	background-color:#c4d6d6;
	margin-bottom:10px;
	color:#84afaf;
	text-align:center;
	font-size:10px;
	display:block;/*wo wurde das veraendert???*/
}


