/* Allgemeine Formatierungen*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {margin: 0; padding: 0; font-size: 11px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;}
html, body {background: #000; font-size: 101%; color: #FFFFFF;}
.img {clear: right; float: left; margin: 5px 10px 10px 0;}
.green{ font-size: 20px; font-weight: bold; margin: 0 0 5px 0; }
.grey{ font-size: 20px; font-weight: bold; margin: 0 0 10px 0;}
h1{ font-weight: normal; color: #5e783a; font-size: 16pt; margin: 2px 0 5px 0;}
hr{border: 0px; border-bottom: 1px solid #666666; margin: 5px;}

table{
	background: #0d0d0d;
	border-collapse: collapse;
}

/* Links */
a {color: #00afdd; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
a:link.grey_link {color: #5c5a57; text-decoration: none;}
a:visited.grey_link  {color: #5c5a57; text-decoration: none;}

/* Ausrichtungen  */
.left{float:left;}
.right{float:right;}

#parawrap{
background: #090909 rl('../images/para_bg.png') repeat-x;
width: 100%;
height: 350px;
}

#parallax{
position:relative; 
overflow: hidden; 
width: 1280px; 
height:350px; 
margin: 0 auto;
border: 0px solid #ff0;
}

#logo{
background: url('../images/wulogo.png') repeat-x;
width: 700px;
height: 250px;
position: absolute; 
z-index: 10000;
top: 40px;
left: 120px;
}

.warn{color: #FF0000;}

/* Inhalt der Seite */
#wrapper{ margin: -150px auto; border: 0px solid #303030; padding: 20px; width: 802px; overflow: auto; z-index:10000; position: relative;}
#topbar{ margin: 0 auto; width: 760px; height: 40px; border: 1px; solid #545454; text-align: right; padding: 20px; }
#logout{ padding: 10px; width: 760px; min-height: 178px; background: url('../images/content_bg.png') repeat; overflow: auto; }
.login_main{ margin: 0 0 20px 0; width: 800px; min-height: 200px; position: relative;}
.login_left{ background: url('../images/login_bg.png') repeat-x top left; border-right: 0px solid #71934d; min-height: 200px; width: 210px; padding: 5px 10px 20px 10px; margin: 0 auto;  float: left; color: #FFFFFF; -moz-border-radius-TopLeft: 5px; -moz-border-radius-BottomLeft: 5px; }
.login_right{
	background: url('../images/trans.png') repeat;
	height: 220px;
	width: 550px;
	padding: 10px;
	margin: 0 auto;
	float: right;
	color: #FFFFFF;
	line-height: 1.7em;
	-moz-border-radius-TopRight: 5px;
	-moz-border-radius-BottomRight: 5px;
	overflow: auto;
}
.requierements{ color: #666666; font-size: 10px; margin: 45px 0 10px 0; padding: 5px 10px; -moz-Border-Radius: 5px; }
.screenshots{ margin: 0 0 10px 0 ; width: 780px; padding: 10px; height: 76px; background: url('../images/content_bg.png') repeat top left; display: block; position: relative; font-size: 12px; overflow: auto; -moz-border-radius: 10px;}
.content{
	margin: 0;
	width: 780px;
	padding: 10px;
	min-height: 75px;
	background: url('../images/content_bg.png') repeat top left;
	display: block;
	position: relative;
	font-size: 12px;
	overflow: auto;
	-moz-border-radius: 10px;
}
.button_grey{ float: right; width: 210px; margin: 10px 0; font-weight: bold;}
.warn_front{display: block; width: 780px; padding:  10px; margin: 0 0 15px 0; background: #ffabab; border: 1px solid #ff0000; color: #ff0000;}
.warn_reg{display: block; width: 527px; padding:  10px; margin: 0 0 15px 0; background: #ffabab; border: 1px solid #ff0000; color: #ff0000;}
.atticon{width: 16px; height: 50px; padding:0 0 5px 20px; background: url('../images/icon_stop.png') no-repeat; }
.links{margin: 10px 0 20px 25px; font-size: 12px; color: #666666; }
.links a:link , a:visited, a:active{ font-size: 11px; }
.big_content{ background: url('../images/trans.png') repeat; min-height: 220px; width: 780px; padding: 10px; margin: 0 auto; color: #FFFFFF; -moz-border-radius: 5px; }

select{ padding: 5px; margin: 0 0 5px 0; color: #666666; background: #262626; font-size: 11px; border: 1px solid #333333; -moz-Border-Radius: 5px; }
option { padding: 0 5px; color: #666666; background: #262626; font-size: 11px; border: 0px; }

/* Login */
.list_login { width: 180px; padding: 5px; margin: 0 0 5px 0; color: #666666; background: #262626; font-size: 11px; border: 1px solid #333333; -moz-Border-Radius: 5px; }
.text_login{ width: 168px; margin: 0; }
.login_headline{ color: #333333; font-size: 16pt; font-weight: bold; }

/* Registration */
.list_reg { width: 180px; padding: 5px; margin: 0 0 5px 0; color: #666666; background: #262626; font-size: 11px; border: 1px solid #333333; -moz-Border-Radius: 5px; }
.text_reg{ width: 168px; margin: 0; }
.reg{ padding: 2px 0 2px 0; }
.reg_text{ width: 150px; float: left; }
.reg_field{ margin: 0 0 0 150px; }

/* Footer */
#footer {width: 780px; height: 50px; margin: 0; padding: 5px 5px 0 0; float: left; display: block; position: relative; color : #666666; font-size : 11px; font-family : Tahoma; text-align : right; }
#footer span{font-size: 10px; font-family: Verdana;}
#footer a:link {color : #666666; font-size : 10px; font-family : Verdana; text-decoration : none; } 
#footer a:visited {color : #5c5a57; font-size : 10px; font-family : Verdana; text-decoration : none; }
#footer a:hover {color : #5c5a57; font-size : 10px; font-family : Verdana; text-decoration : underline; }
#footer a:active {color : #5c5a57; font-size : 10px; font-family : Verdana; text-decoration : none; }

/* Lightbox für Screenshotdarstellung */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* PIC */
.pic{
	background: #EEEEEE;
	color: #000000;
	padding: 5px 5px 20px 5px;
	margin: 10px 20px;
	display: inline-block;
	text-align: center;
	border: none;
}

.pic img{
	padding: 0 0 10px 0;
}

.pic a{
	text-decoration: none;
}

/* Banner */
.banner{
	text-align: center;
}

/* NEW Bild */
.new{
	background: url("../images/new.png") no-repeat Top Left;
	position: relative;
	margin: 0 0 0 -10px;
	display: inline-block;
	width: 16px;
	height: 16px;
}

/* Formualar */
input{ background: #262626 url('../images/button.jpg') repeat-x bottom left; color: #FFFFFF; border: 1px solid #333333; padding: 5px; font-size: 11px; position: center; -moz-Border-Radius: 5px; margin: 2px; }
.button{ font-weight: bold; }
.button:hover{ background: #1e1e1e url('../images/button_hover.jpg') repeat-x bottom left; border: 1px solid #2d2d2d; }
.text{ width: 180px; background: #262626 url('../images/button.jpg') repeat-x bottom left; }
.text:hover{ background: #1e1e1e url('../images/button_hover.jpg') repeat-x bottom left; border: 1px solid #4d4d4d; }
.text:focus{ background: #1e1e1e url('../images/button_hover.jpg') repeat-x bottom left; border: 1px solid #4d4d4d; }
.file{ position: center; border: 1px solid #333333; color: #222222; padding: 2px; }
select{ font-size: 11px; background-color: #FFFFFF; border: 1px solid #666666; color: #222222; }
option{ padding: 0 0 0 0; font-size: 11px; background-color: #FFFFFF; border: 0px; color: #222222; }
.text_aboutme{ height: 80px; width: 400px; }
.text_actionpass{ background: #FF0000 url('../images/actionpass_bg.jpg') repeat-x bottom left; border: 1px solid #FFFFFF; }
textarea{ background: #262626 url('../images/button.jpg') repeat-x bottom left; position: center; font-size: 11px; border: 0px solid #333333; color: #FFFFFF; padding: 5px; -moz-Border-Radius: 5px; margin: 2px; }
