@charset "utf-8";

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

html, body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
}

p {
	margin:0;
	padding:0;
}

#inhalt {
	width:702px; /*  748px abzüglich links und rechts margin    */
	color:#333;
	margin:15px 23px;
}

#sidebar {
	width:216px; /*  252px abzüglich links und rechts margin    */
	margin:40px 18px 10px 18px;
	color:#CCC;
}

#sidebar h1 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:1px;
	color:#09F;
}

#sidebar h2 {
	margin-bottom:12px;
	color:#666;
	border-bottom:1px solid #666;
	font-weight:normal;
	font-size:11px;
	text-align:right;
	margin-top:2px;
}

#zeile {
	display:block;
	position: relative;
}

#inhalt img {
	border:1px solid #09C;
	width:231px;
	padding:10px;
	-moz-border-radius: 7px;
	-moz-box-shadow: #6F6F6F 3px 3px 3px;
}

h1 {
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}

h2 {
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
	color:#333;
}

#thumb_container {
	float: left;
	position: relative;
	width: 253px;
	left: 0px;
	height:1%;
}
.thumb {
	border:1px solid #09C;
	-moz-border-radius: 7px;
	-moz-box-shadow: #6F6F6F 3px 3px 3px;
}
#beschreibung {
	margin-left:280px;
	position: relative;
	right: 0px;
	positon:relative;
}

.clear {
	clear:both;
	border-bottom:1px solid #CCC;
	height:6px;			/* Abstand zur Linie nach unten  */
	margin-bottom:22px; /* Abstand zur nächsten Zeile  */

}
.pfeil {
	width:28px;
	height:19px;
	background-repeat:no-repeat;
	display:inline-block;
}
