html {
	height: 100.1%

}

#head{
	width: 900px;
	height: 150px;
	background-color:  #FFF;
	background-image: url(images/logo.png);
	margin-left: auto;
	margin-right: auto;

}
#main{
	width: 900px;
	background-color: #FFF; 
	margin-left: auto;
	margin-right: auto;
}

#menu{
	width: 150px;
	height: 300px;
	background-color: #FFF;
	float:left;
}

#menu ul {
	margin-left: 40px; padding: 0;	
  list-style-type: none;
  text-indent: 1px; 
  letter-spacing: 1px;
  list-style-image: url(images/stift1.png); 	
}
  
#menu ul li {
	width: 100px;
	
}


#menu ul li  a, #menu ul li a:link, #menu ul li  a:visited{
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: black;
vertical-align: top;
	text-decoration: none;
}

#menu ul li a:hover{
	color: red;

}

#content{
	font-family: sans-serif;
	font-size: 11pt;
	color: #222;
	font-weight: normal;
	margin-left: 150px;
	padding-top: 10px;
	width: 747px;
	background-color: #FFF;
	text-align: left;
}

#footer{
	width: 900px;
	height: 50px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.thumb {
	width: 292px;
	height: 340px;
	text-align: center;
	/* padding-top: 5px; */
	float: left;
	margin-left: 40px;
	/* margin-top: 50px; */
	margin-bottom: 50px;
	background-color: #EEE;
}

div.image{
	width: 290px;
	height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #333;
	border-bottom: none;
}

div.thumb_desc {
	width: 285px;
	height: 102px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 8pt;
	font-family: sans-serif;
	color: #222;
	border: 1px solid #333;
	border-top: 1px dashed #333;
	border-bottom: none;
	text-align: left;
}

h1{
	text-align: center;
	font-size: 20pt;
	color: #444;
	font-weight: bold;
	text-decoration: underline;

}

h2{
	font-size: 12pt;
	color: #444;
	font-weight: bold;
	text-decoration: underline;
	
}

img {
	border: 0;

}
a, a:link, a:visited{
	color: #6AF;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;

}

font.normal{
	font-face: sans-serif;
	font-size: 10pt;
	

}

div.gb, div.re_gb{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #222;
	margin-bottom: 30px;
}

div.re_gb{
	border-top: none;
	margin-top: -30px;
}

div.gb_content, div.re_gb_content {
	margin: 10px;
}
div.re_gb_content {
	border-left: 10px solid #6AF;
	padding-left: 10px;
}

font.schrift_rechts {
	float: right;
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;	
}
font.schrift_links{
	float: left;
	text-align: left;
	font-size: 11pt;
	margin: 0;
}

div.gb_title{
	width: 390px;
	height: 2.5ex;
	background-color: #EEE;
	border-bottom: 1px dashed #222;
	padding-left: 10px;
}

div.rating{
	width: 290px;
	height: 20px;
	border: 1px solid #222;
	border-top: none;
	/* float: right; */
	/* margin-right: 2px; */
	vertical-align: bottom;
	font-weight: bold;
}

div.rating input{
	font-size: 8pt;
}

div.points{
	margin-top: 0px;
	font-size: 11pt;
	float: right;
	margin-right: 2px;
	vertical-align: top;
}

select {
	font-size: 8pt;
	/* font-weight: bold; */

}

