/* CSS Document */

* { margin: 0; padding: 0;}

html { height: 101%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 90%;
	line-height: 150%;
	text-align: justify;

}

h4 {
	color: #555;
	font-size: 100%;
	line-height: 200%;
}

a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:hover, a:active {
	color: #555;
	text-decoration: underline;
}

ul {
	list-style-position: inside;
	list-style-image: url(../grafics/listenpunkt.gif);
}

/*–––––––––––––––––––––––––––
––––––––––––IDs––––––––––––––*/

#wrapper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;

}

#head {
	height: 306px;
	width: 890px;
	text-align: center;

}

#contentbox {
	width: 890px;
}

#menuli {
	float: left;
	width: 160px;

}

#menure {
	float: right;
	width: 160px;

}

#content {
	width: 570px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;

}

#content_index {
	width: 430px;
	float: left;
	padding-left: 70px;
	padding-right: 70px;
	background-image: url(../grafics/pixindex/woelogo.gif);
	background-repeat: no-repeat;
	background-position: 50px bottom;

}

#content_links {
	width: 430px;
	float: left;
	padding-left: 70px;
	padding-right: 70px;
	background-image: url(../grafics/pixindex/woelogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 100%;
}

#content_links p {
	margin-bottom: 10px;
}

/*–––––––––––––––––––––––––––
––––––––––––Classes––––––––––*/

.thumbs {
	float: left;
	height: 120px;
	width: 120px;
	background-image: url(../grafics/pixall/bg_thumbs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 11px;
	padding-bottom: 15px;
	padding-left: 11px;
	text-align: center;
	padding-top: 0px;
}

.pixquer {
	position: relative;
	top: 25px;
}

.pixhoch {
	top: 15px;
	position: relative;
	background-image: url(t10);
}

.bildli {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.banner {
	float: left;
	height: 120px;
	width: 570px;
}
.clearboth {
	clear: both;
}
