
body{
	height:101%;
	padding: 0;
	margin: 0;
	background: #000000 url(/images/hinterg.jpg) repeat-x left top;
}

form{
	display: inline;
}

#content {
	position: relative;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color: #ffffff;
	width: 100%-10px;
	font-size: 12px;
	margin: 5px 25px 5px 25px;
	line-height: 17px;
}

#content a{
	color: #CAD8EE;
	text-decoration: none;
	/*border-bottom: dashed 1px #FABC05;*/
}

#content a:hover{
	color: #fff;
	text-decoration: none;
	/*border-bottom: solid 1px #FABC05;*/
}

#header{
	margin-left: 20px;
	height: 161px;
	position: relative;
	background: url(/images/header.jpg) no-repeat left top;
}

h1 {
	width: 99%;
	font-size: 15px;
	padding: 2px 2px 2px 5px;
	margin: 20px 0 0 0;
	color: #FDEA60;
	font-weight: bold;
	background: url(/images/h1_bg.jpg) no-repeat left top;
}

/* Menu Definition  nach dem Login */
#banner {
	z-index: 2;
	position: absolute;
	top: 50px;
	left: 530px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 10pt;
	color: #fff;
}

#banner a{
	color: #ADC1E4;
	font-size: 8pt;
	text-decoration: none;
}

#banner a:hover{
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}

#banner ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


#footer{
	float: none;
	width: 100%;
	text-align: center;
	height: 50px;
}

/* Message Boxen
----------------------------------------------- */
#errorbox {
	font-weight: bold;
	background-color: #E10000;
	border: solid 1px #CAD8EE;
	color: #fff;
}

#messagebox {
	font-weight: bold;
	background-color: #008000;
	border: solid 1px #CAD8EE;
	color: #fff;
}

#waitbox {
	font-weight: bold;
	border: solid 1px #F2F200;
	color: #000;
	display: none;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	background: #FFFFD9 url(/images/icons/warten.gif) no-repeat 2px 2px;
}

/* redirect
----------------------------------------------- */

#goto{
	margin: auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	margin-top: 100px;
	background: #2C62C2 url(/images/redirect_header.jpg) no-repeat left top;
	width: 343px;
	height: 160px;
	color: #fff;
	font-size: 12px;
}

#goto div{
	display: block;
	padding: 85px 5px 5px 5px;
}

#goto a{
	color: #fff;
}

/* big picture
----------------------------------------------- */

.heli_pic_head{
	width: 100px;
	background-color: #182585;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

.heli_pic{
	margin: 10px 10px 10px 0px;
	/*width: 450px;
	height: 160px;*/
	background: url(/images/heli_box_bg.jpg) repeat-x left top;
	position: relative;
}

.heli_pic_disabled{
	margin: 10px 10px 10px 0px;
	/*width: 450px;
	height: 160px;*/
	background: url(/images/heli_box_bg_disabled.jpg) repeat-x left top;
	position: relative;
}


/* heli_box (thumbnail view)
----------------------------------------------- */
.heli_box{
	margin: 10px 10px 10px 0px;
	width: 450px;
	height: 160px;
	background: url(/images/heli_box_bg.jpg) repeat-x left top;
	position: relative;
	float: left;
	font-size: 10px;
	line-height: 12px;
}

.heli_box table{
	font-size: 10px;
}

.heli_box_disabled{
	margin: 10px 10px 10px 0px;
	width: 450px;
	height: 160px;
	background: url(/images/heli_box_bg_disabled.jpg) repeat-x left top;
	position: relative;
	float: left;
	font-size: 10px;
	line-height: 12px;
}

.heli_box_head{
	width: 75px;
	background-color: #182585;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

.heli_box_header{
	font-weight: bold;
	line-height: 19px;
	font-size: 13px;
	padding-left: 3px;
}

.heli_box_pic{
	background-color: #0A113D;
	width: 150px;
	height: 150px;
	text-align: center;
	border: solid 1px #346CC1;
}

/* photo rating
----------------------------------------------- */

ul#rating {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 32px;
	list-style: none;
	background: url(/images/vote/votebg.gif) no-repeat 0 0px;
	position: relative;
}
	
ul#rating li {
	position: absolute;
	left: 0px;
	display: block;
	height: 32px;
	text-indent: -1000px;
	background: 0;
	padding: 0;
	margin: 0;
}
	
ul#rating li a {
	display: block;
	height: 32px;
	width: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
}
	
ul#rating li#r1 { width: 44px; z-index: 200; }
ul#rating li#r2 { width: 56px; z-index: 190; }
ul#rating li#r3 { width: 68px; z-index: 180; }
ul#rating li#r4 { width: 80px; z-index: 170; }
ul#rating li#r5 { width: 92px; z-index: 160; }
ul#rating li#r6 { width: 104px; z-index: 150; }
ul#rating li#r7 { width: 116px; z-index: 140; }
ul#rating li#r8 { width: 128px; z-index: 130; }
ul#rating li#r9 { width: 140px; z-index: 120; }
ul#rating li#r10 { width: 152px; z-index: 110; }

li#r1 a { background: url(/images/vote/vote1.gif) no-repeat; }
li#r2 a { background: url(/images/vote/vote2.gif); }
li#r3 a { background: url(/images/vote/vote3.gif); }
li#r4 a { background: url(/images/vote/vote4.gif); }
li#r5 a { background: url(/images/vote/vote5.gif); }
li#r6 a { background: url(/images/vote/vote6.gif); }
li#r7 a { background: url(/images/vote/vote7.gif); }
li#r8 a { background: url(/images/vote/vote8.gif); }
li#r9 a { background: url(/images/vote/vote9.gif); }
li#r10 a { background: url(/images/vote/vote10.gif) no-repeat; }

ul#rating li a:hover { background-position: 0 -33px; }

/* manufacturer
----------------------------------------------- */
#manufacturer{
	position: relative;
	display: block;
	width: 100%;
}

#manufacturer ul{
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

#manufacturer li{
	position: relative;
	float: left;
}

#manufacturer li a{
	width: 180px;
	font-size: 13px;
	display: block;
	text-decoration: none;
	color: #CAD8EE;
	border: none;
	padding: 3px 1px 3px 20px;
	background: url(/images/pfeil_off.png) no-repeat 0px 4px;
}

#manufacturer li a:hover{
	border: none;
	background: url(/images/pfeil_on.png) no-repeat 0px 4px;
	color: #FFCF00;
}

/* Reiter
----------------------------------------------- */

#box_reiter_header {
	position: absolute;
	left: 0px;
	top: 135px;
	width: 80%;
	height: 22px;
	width: 90%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
}

#box_reiter {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 22px;

}

#box_reiter a
{
	color: #ADC1E4;
	background: url("/images/reiter_l.jpg") left top no-repeat;
	text-decoration: none;
	line-height: 22px;
	padding-left: 6px;
	border: none;
}

#box_reiter a span
{
	background: url("/images/reiter_r.jpg") right top no-repeat;
	padding-right: 6px
}

#box_reiter_an a
{
	color: #000;
	background: url("/images/reiter_l_an.jpg") left top no-repeat;
	text-decoration: none;
	line-height: 22px;
	padding-left: 6px;
}

#box_reiter_an a span
{
	background: url("/images/reiter_r_an.jpg") right top no-repeat;
	padding-right: 6px;
}

#box_reiter a:hover {
	color: #000;
	background: #DFDFDF url("/images/reiter_l_an.jpg") left top no-repeat;
	text-decoration: none;
	border: none;
}

#box_reiter a:hover span
{
	background: url("/images/reiter_r_an.jpg") right top no-repeat;
}

#box_reiter ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#box_reiter li
{
	float: left;
	display: block;
	margin: 0 2px 0 2px;
	padding: 0;
}

#box_reiter li a, #box_reiter li a span
{
	display:block
}

.form_info{
	font-size: 10px;
	/*background-color: #8FA3C8;*/
	color: #FFC41C;
}
