@charset "utf-8";
/* CSS Document */
body {
	background-color: #fcfcfc;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-repeat: repeat-x;
	background-image: url(../img/tut_background_lines_step_05.jpg);
}

#arbeitsflaeche {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#header {
	width:1024px;
	height:300px;
	background-image:url(../img/Bilder/header_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#startdiv {
	border:1px solid #666666;
	background-color: #FFFFCC;
	padding:5px;
	width:900px;
	height:auto;
}


#navi {
	width:1019px;
	height:89px;
	padding-left:5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/Bilder/naviback.png);
}

#content {
	width:1024px;
	min-height:350px;
	background-color:#FFFFFF;
	/*background-image: url(../img/contback.jpg);
	background-repeat: repeat-y;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #999999;
}
#context {
	width: auto;
	line-height:20px;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
}
#footer {
	width:1024px;
	height:80px;
	background-color:white;
}
p, h1 {
margin: 0px;
padding: 10px;
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}
/*a {
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}*/

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background-image: url(../img/navi/kontakt_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
