/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#040e00;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font-size:100%;}
pre,code,kbd,samp,tt {font-family:monospace;line-height:100%;}

/*
Copyright (c) 2008, Maurice Wohlkönig. Alle Rechte vorbehalten.
*/
BODY {
	background: #040e00;
	color: #ffa800;
	font: 12px Verdana,Arial,sans-serif;
}

A {
	color: #ffa800;
	text-decoration: underline;
}
	A:hover {
		text-decoration: none;
	}

INPUT {
	border: #287101 solid 1px;
	color: #BD7C00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 1px;
	background: url(input_bg.gif) repeat-x #102F00;
	margin: 0px;
	padding: 1px;
}
TEXTAREA {
	background-color: #102F00;
	border: #287101 solid 1px;
	color: #BD7C00;
	background-image: url(textarea_bg.gif);
	background-repeat: repeat-x;
}
SELECT {
	background-color: #102F00;
	border: #287101 solid 1px;
	color: #BD7C00;
}

INPUT[type='button'], INPUT[type='submit'], INPUT.submit {
	-moz-border-radius: 3px;
	cursor: pointer;
}
INPUT[type='button']:hover, INPUT[type='submit']:hover, INPUT.submit:hover {
	border-color: #ffa800;
}

#page {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 950px;
	margin-left: -485px;
	background: #0e2900 url(page_bg.jpg) 0px 50px;
}
	#page HR {
		display: none;
	}

#header {
	height: 180px;
	background: url(header_bg.gif) no-repeat top left;
}
	#header H1 {
		display: block;
		position: relative;
		top: 30px;
		left: 50%;
		width: 616px;
		height: 103px;
		margin-left: -308px;
		background: url(thehempconnection.png) no-repeat top left;
	}
		#header H1 A {
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
		}
		#header H1 SPAN {
			position: relative;
			top: -100000px;
			left: -1000000px;
		}
#navigation {
	position: relative;
	top: -10px;
	float: left;
	width: 200px;
}
	#navigation H2 {
		display: none;
	}
	#navigation .menu {
		width: 200px;
		margin-bottom: 10px;
	}
		#navigation .menu .menutop {
			width: 200px;
			height: 29px;
			background: url(nav_left_top.png) no-repeat top left;
		}
		#navigation .menu UL {
			padding-right: 10px;
			background: url(nav_left_bg.gif) repeat-y top left;
		}
		#navigation .menu UL LI A {
			display: block;
			padding: 3px 20px;
			text-decoration: none;
			width: 150px;
			background: url(menu_icon.gif) no-repeat 2px -100px;
		}
			#navigation .menu UL LI A:hover {
				background-position: 3px center;
			}
		#navigation .menu .menubot {
			width: 200px;
			height: 41px;
			background: url(nav_left_bot.png) no-repeat top left;
		}

#content {
	position: relative;
	top: 10px;
	float: left;
	width: 550px;
	text-align: center;
}
#right {
	position: relative;
	top: -10px;
	float: right;
	width: 200px;
	padding-top: 239px;
}
	#login {
		position: absolute;
		width: 235px;
		height: 229px;
		top: 0px;
		left: 0px;
		background: url(login_bg.png) no-repeat top left;
		color: #000;
	}
		#login #login_leaves {
			position: absolute;
			width: 94px;
			height: 45px;
			background: url(login_leaves.gif) no-repeat top left;
			top: -27px;
			left: 66px;
		}
		#login UL {
			padding: 17px 7px 0 17px;
		}
			#login UL LI {
				display: block;
				height: 17px;
				overflow: hidden;
			}
				#login UL LI LABEL {
					display: block;
					float: left;
					width: 80px;
					padding: 2px 0px;
					position: relative;
					top: -10000px;
					left: -10000px;
				}
				#login UL LI INPUT {
					width: 121px;
					height: 13px;
					background: url(login_input_bg.png) no-repeat top left;
					border: none;
					padding: 3px 4px 1px 4px;
					font-size: 10px;
					color: #cf8902;
					float: right;
					cursor: text;
				}
			#login #login_title {
				float: left;
				height: 38px;
				width: 44px;
				background: url(login_title.png) no-repeat 2px 11px;
			}
				#login #login_title H2 {
					position: relative;
					top: -10000px;
					left: -10000px;
				}
				#login .securelogin {
					position: absolute;
					left: 80px;
					width: 16px;
					height: 16px;
					display: block;
					background: url(secure.png) no-repeat top left;
				}
				#login .securelogin SPAN {
					position: relative;
					top: -10000px;
					left: -100000px;
				}
			#login #login_world {
				float: right;
				height: 38px;
			}
				#login_inp_world {
					width: 129px;
					margin-top: 14px;
					color: #cf8902;
					-moz-border-radius: 4px;
				}
			#login #login_name {
				clear: both;
				margin-bottom: 5px;
				background: url(login_loginname.gif) no-repeat 1px 4px;
			}
			#login #login_pass {
				clear: both;
				margin-bottom: 5px;
				background: url(login_passwort.gif) no-repeat 1px 4px;
			}
			#login #login_subm {
				clear: both;
				width: 100%;
				height: 99px;
				font-size: 10px;
				color: #ffa800;
				background: url(login_submit_bg.png) no-repeat 0px 0px;
			}
			#login #login_hint {
				clear: both;
				font-family: Arial;
				font-size: 8px;
				background: url(login_hint_de.gif) no-repeat center 3px;
			}
				#login #login_hint SPAN {
					position: relative;
					top: -10000px;
					left: -10000px;
				}
	#right .box {
		padding: 0 0 0 10px;
		background: url(right_box_bg.gif) repeat-y top left;
	}
		#right .box p {
			padding: 5px;
		}
		#right .boxtop {
			width: 200px;
			height: 28px;
			background: url(right_box_top.png) no-repeat top left;
		}
		#right .boxbot {
			width: 200px;
			height: 28px;
			background: url(right_box_bot.png) no-repeat top left;
			margin-bottom: 10px;
		}

#vote {

}
	#vote H2 {
		display: block;
		width: 67px;
		height: 28px;
		margin: 0 0 0 12px;
		background: url(right_umfrage_de.gif) no-repeat top left;
	}
		#vote H2 SPAN {
			position: relative;
			top: -10000px;
			left: -10000px;
		}
	#vote #question {
		display: block;
		margin: 8px 10px;
		font-weight: normal;
	}
	#vote #answers LI {
		display: block;
		padding: 3px 13px;
		font-size: 10px;
	}
	#vote #answers LI.vote {
		cursor: pointer;
	}
	#vote #answers .case {
		width: 130px;
		float: left;
		margin-bottom: 3px;
	}
	#vote #answers .opt {
		width: 34px;
		float: right;
		margin-bottom: 3px;
		text-align: right;
	}
	#vote #answers .bar {
		clear: both;
		height: 1px;
		width: 164px;
		background: #000;
		font-size:0em;
	}
		#answers .bar .barf {
			height: 1px;
			background: #ffa800;
			font-size:0em;
		}

#content .box {
	position: relative;
	left: 15px;
	width: 470px;
	text-align: left;
	padding: 0 25px;
	margin: 20px 0 45px 0;
	background: url(box_bg.gif) repeat-y top left;
}
	#content .box .boxtop {
		position: relative;
		top: -20px;
		height: 20px;
		margin: 0px -25px 0 -25px;
		background: url(box_top.png) no-repeat top left;
	}
	#content .box .title {
		position: relative;
		top: -30px;
		padding: 10px 20px 0;
		margin: 0 -15px 0 -15px;
		font-size: 14px;
		font-weight: bold;
		font-family: Arial;
		background: #163a04 url(box_title_top.gif) no-repeat 0px 0px;
	}
		#content .box .title H2, #content .box .title H3, #content .box .title H4 {
			font-weight: bold;
		}
		#content .box .title .right {
			font-weight: normal;
			float: right;
		}
		#content .box .title .titlebot {
			margin: 10px -20px 4px -20px;
			height: 6px;
			background: url(box_title_bot.gif) repeat-x top left;
		}
	#content .box .content {
		margin: -20px 0;
	}
	#content .box .cont {
		width: 450px;
		padding: 10px;
		margin: -25px 0 -15px 0;
		line-height: 1.2em;
		background: #153605 url(box_cont_top.gif) no-repeat top left;
		overflow: hidden;
	}
		#content .box .justify {
			text-align: justify;
		}
		#content .box .cont.piece {
			margin: 5px 0;
		}
		#content .box .contbot {
			margin: 0 0 -10px -10px;
			width: 470px;
			height: 8px;
			background: url(box_cont_bot.gif) no-repeat bottom left;
		}
		#content .right {
			float: right;
			text-align: right;
		}
	#content .box .footer {
		font-size: 10px;
		margin: 20px 0 -20px 0;
	}
	#content .box .center {
		text-align: center;
	}
	#content .boxbot {
		position: relative;
		top: 20px;
		height: 20px;
		margin: 0px -25px 0 -25px;
		background: url(box_bot.png) no-repeat top left;
	}

#content P {
	padding: 0.5em 0;
}

#content UL, #content OL {
	padding: 10px 25px;
}
	#content UL LI {
		list-style-type: disc;
		list-style-image: url(c_poc.gif);
		padding: 2px 0;
	}
	#content OL LI {
		list-style: decimal;
		padding: 2px 0;
	}
	#content SMALL {

	}

	#content .formtable TD {
		padding: 2px;
		vertical-align: top;
	}
		#content .formtable INPUT,#content .formtable SELECT, #content .formtable TEXTAREA {
			width: 300px;
			float: right;
		}
		#content .formtable INPUT {
			width: 298px;
		}
		#content .formtable SELECT {
			width: 302px;
		}

#footer {
	clear: both;
	position: relative;
	top: 30px;
	height: 59px;
	background: url(footer_bg.png) no-repeat 0px 7px;
}
	#footer DIV {
		display: block;
		padding: 40px 12px 0;
		text-align: center;
		font-size: 10px;
	}
	#footer SPAN.info {
		width: 535px;
		height: 10px;
		padding: 0px 90px 2px 0pt;
		background: url(footer_info.gif) no-repeat left 2px;
	}
		#footer SPAN.info SPAN {
			position: relative;
			top: -10000px;
			left: -10000px;
		}
#tooltip {
	display: none;
	position: absolute;
	width: 200px;
	border: #287101 solid 1px;
	-moz-border-radius: 6px;
}
	#tooltiptext {
		background: #153605;
		padding: 5px;
		-moz-border-radius: 6px;
	}

.clear {
	clear: both;
}
.paddingtable TD {
	padding: 1px;
}

/* Spezielle Titel */
#hi_welcome {
	width: 414px;
	height: 42px;
	background: url(welcome.gif) no-repeat top left;
}
#hi_welcome2 {
	display: block;
	width: 372px;
	height: 26px;
	background: url(start_grasgruen_gangsterwelt.gif) no-repeat top left;
}
#hi_welcome3 {
	display: block;
	width: 254px;
	height: 24px;
	margin-top: 5px;
	background: url(start_kostenlos.gif) no-repeat top left;
}
#hi_news {
	width: 126px;
	height: 31px;
	background: url(t_news.gif) no-repeat top left;
}
#hi_register {
	width: 121px;
	height: 34px;
	background: url(t_register.gif) no-repeat top left;
}
.hi SPAN {
	position: relative;
	top: -100000px;
	left: -100000px;
}

/* seitenspezifisches CSS */

UL#register {
	padding: 0;
}
	UL#register LI {
		list-style: none;
		margin: 4px 5px;
		height: 15px;
		clear: both;
	}
		#register LI SPAN {
			display: block;
			width: 200px;
			float: left;
		}
		#register LI INPUT, #register LI SELECT {
			width: 150px;
		}
	#register_city {
		font-family: 'Courier New';
		font-size: 12px;
	}
	#register_topinfo {
		text-align: right;
		font-size: 12px;
	}
