*{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; 
}

a img {
	text-decoration: none;
	border: 0 none;
	}

img {
	text-decoration: none;
	border: 0 none;
	}

body{
	height:100%;
	background-color:#333333;
	background:url(bg_dark.png);
	background-repeat:repeat;
	background-attachment:fixed;
	overflow:scroll;
	overflow-x:hidden;
	color:#eeeeee;
}

a:link {text-decoration:none; color:#D4D4D4;}
a:visited {text-decoration:none; color:#D4D4D4;}
a:hover {text-decoration:none; color:#333333;}

h1{
	font-weight:bold;
	color:#A9FF53;
	}

h2{
	font-size:11px;
	}

h3{
	color:#A9FF53;
	font-size:14px;
	font-weight:500;
	}

h31{
	color:#40898d;
	font-size:14px;
	font-weight:500;
	}

h4{
	font-weight:bold;
	font-size:16px;
	color:#A9FF53;
}

h41{
	font-weight:bold;
	font-size:16px;
	color:#40898d;
}

h5{
	font-weight:bold;
	font-size:16px;
	color:#EEEEEE;
}

#left_col{
	height:100%;
	right:50%;
	margin-right:400px;
	position:fixed;
	text-align:right;
	margin-top:40px;
	border-right:1px solid #a9ff53;
	padding-right:10px;
	padding-top:10px;
}

#left_col_top{
	height:31px;
	padding-top:9px;
	right:50%;
	margin-right:400px;
	position:fixed;
	background-color:#333333;
	text-align:left;
	border-bottom:1px solid #a9ff53;
}

#middle_col{
	height:100%;
	width:800px;
	float:left;
	position:relative;
	left:50%;
	margin-left:-400px;
}

#right_col{
	height:100%;
	left:50%;
	margin-left:400px;
	position:fixed;
	float:right;
	margin-top:40px;
	border-left:1px solid #a9ff53;
	padding-left:10px;
	padding-top:10px;
}

#right_col_top{
	height:31px;
	padding-top:9px;
	left:50%;
	margin-left:400px;
	position:fixed;
	background-color:#333333;
	border-bottom:1px solid #a9ff53;
}

#header{
	height:100px;
	width:100%;
	background-color:#333333;
	background-image:url(header.png);
	background-repeat:no-repeat;
}

#menu{
	height:40px;
	width:800px;
	background-color:#333333;
	border-bottom:1px solid #a9ff53;
	z-index:5;
}

#content{
	height:100%;
	width:780px;
	background-color:#333333;
	padding:15px 10px 0px 10px;
}

#footer{
	height:23px;
	width:800px;
	background-color:#333333;
	border-top:1px solid #a9ff53;
	color:#ffffff;
	text-align:center;
	padding-top:7px;
}

#footer a:hover{
	color:#ffffff;
}

#eintragen_tut{
}

#eintragen_tut a:hover{
	color:#40898d;
}

#sponsoren_top{
	position:absolute;
	margin-top:15px;
	left:40px;
	z-index:999999;
}

#sponsoring_flyer_party{
	margin-top:160px;
}

#button_container{
	margin-top:150px;
	cursor:pointer;
}

#impressum{
	background-image:url(pixel.png);
	background-repeat:repeat;
	width:100%;
	line-height:25px;
	position:absolute;
	bottom:70px;	
}

#impressum a:hover{
	color:#A9FF53;
}

#sponsor_left_bottom{
	height:40px;
	position:absolute;
	bottom:110px;
	right:25px;
}

input.button_back{
	text-align:center;
	background-color:#000000;
	color:#D4D4D4;
	border-radius:5px;
	font-size:13px;
	font-weight:bold;
	border:1px solid #A9FF53;
	width:150px;
	cursor:pointer;
}

input.button_back:hover{
	background-color:#A9FF53;
	color:#000000;
	border:1px solid #A9FF53;
}

	/*PopUps*/
	
#pop_eintragen_tut{
	left:50%;
	margin-top: 150px;
	margin-left:-250px;
	padding-top: 0px;
	width: 500px;
	height: 470px;
	position: fixed;
	overflow-x:hidden;
	
	background: rgba(0, 0, 0, .4);
	
	list-style-image:url(list.png); 
	list-style-position:inside;
	font-family: Arial;
	visibility: hidden;
	font-weight: normal;
	color: #eeeeee;
	
	-webkit-box-shadow: 0 0 15px #A9FF53;
	-moz-box-shadow: 0 0 15px #A9FF53;
	box-shadow: 0 0 15px #A9FF53;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	z-index:999999;
}

#pop_wertung{
	left:50%;
	margin-left:-250px;
	padding-top: 0px;
	width: 500px;
	height: 300px;
	position: fixed;
	overflow-x:hidden;
	
	background: rgba(0, 0, 0, .4);
	
	list-style-image:url(list.png); 
	list-style-position:inside;
	font-family: Arial;
	visibility: hidden;
	font-weight: normal;
	color: #eeeeee;
	
	-webkit-box-shadow: 0 0 15px #A9FF53;
	-moz-box-shadow: 0 0 15px #A9FF53;
	box-shadow: 0 0 15px #A9FF53;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	z-index:999999;
}

#pop_fotografen_bewerbung{
	left:50%;
	margin-top: 150px;
	margin-left:-250px;
	padding-top: 0px;
	width: 500px;
	height: 470px;
	position: fixed;
	overflow-x:hidden;
	
	background: rgba(0, 0, 0, .4);
	
	list-style-image:url(list.png); 
	list-style-position:inside;
	font-family: Arial;
	visibility: hidden;
	font-weight: normal;
	color: #eeeeee;
	
	-webkit-box-shadow: 0 0 15px #A9FF53;
	-moz-box-shadow: 0 0 15px #A9FF53;
	box-shadow: 0 0 15px #A9FF53;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	z-index:999999;
}
	
#pop_wertung_overlay {
	visibility: hidden;
	position: fixed;
	top:0;
	left:0;
	width: 800px;
	left:50%;
	margin-left:-400px;
	height:500px;
	background-color:#000000;
	cursor: pointer;
	z-index:888888;
	opacity:0.8;
}
	
#pop_register_overlay {
	visibility: hidden;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:500px;
	background-color:#000000;
	cursor: pointer;
	z-index:888888;
	opacity:0.8;
}
	
input.neuanmeldung{
	background-color:#000000;
	color:#D4D4D4;
	line-height:21px;
	font-size:15px;
	font-weight:bold;
 	border:0px; 
	-webkit-box-shadow: 0 0 5px #A9FF53; -moz-box-shadow: 0 0 5px #A9FF53; box-shadow: 0 0 5px #A9FF53;
	width:210px;
}
	
input.neuanmeldung:hover{
	background-color:#A9FF53;
	color:#000000;
	font-size:15px;
	border:1px solid #A9FF53;
}

input.fotografen_pop{
	background-color:#000000;
	border:1px solid #a9ff53;
	border-radius:8px;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	width:200px;
}

input.fotografen_pop_plz{
	background-color:#000000;
	border:1px solid #a9ff53;
	border-radius:8px;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	width:40px;
}

input.fotografen_pop_ort{
	background-color:#000000;
	border:1px solid #a9ff53;
	border-radius:8px;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	width:140px;
}

input.button_fotografen{
	background-color:#000000;
	color:#D4D4D4;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #A9FF53;
	width:180px;
}

input.button_fotografen:hover{
	background-color:#A9FF53;
	color:#000000;
	font-size:15px;
	border:1px solid #A9FF53;
}
	
.styled-select select {
	color:#ffffff;
    background:#222222;
    width:150px;
    padding:5px;
    font-size:12px;
    border:0px;
    height:30px;
    position:absolute;
    right:266px;
	margin:5.5px;
}

#list_headline{
	height:30px;
	width:100%;
	margin-bottom:15px;
	font-size:16px;
	color:#ffffff;
	font-weight:bolder;
	line-height:30px;
	border-bottom:2px solid #40898d;
}

#foto_platzhalter{
	float:left;
	height:30px;
	width:780px;
	margin-top:0px;
	margin-bottom:30px;
	font-size:16px;
	color:#ffffff;
	font-weight:bolder;
	line-height:30px;
	border-bottom:2px solid #40898d;
}

#foto_platzhalter_public{
	float:left;
	height:30px;
	width:100%;
	margin-top:0px;
	margin-bottom:30px;
	font-size:16px;
	color:#ffffff;
	font-weight:bolder;
	line-height:30px;
	border-bottom:2px solid #40898d;
}

#foto_werbung{
	width:780px;
	height:80px;
	border:1px solid #999999;
	float:left;
}

#fotografen_werbung{
	width:780px;
	height:80px;
	background-image:url(bilder/fotografen1.jpg);
}

#fotografen_werbung a{
	color:#a9ff53;
	position:absolute;
	margin-left:410px;
	margin-top:45px;
	font-size:18px;
	font-weight:bold;
}

#fotografen_werbung a:hover{
	text-decoration:underline;
}

input.button{
	background-color:#333333;
	color:#D4D4D4;
	font-size:15px;
	font-weight:bold;
	border:1px solid #A9FF53;
	width:90px;
}

input.button:hover{
	background-color:#A9FF53;
	color:#000000;
	font-size:15px;
	border:1px solid #A9FF53;
}
	
input.feld{
	background-color:#333333;
	color:#D4D4D4;
	font-size:15px;
	font-weight:bold;
	border:1px solid #A9FF53;
}
	
select{
	background-color:#000000;
	color:#FFFFFF;
	border:1px solid #A9FF53;
	border-radius:5px;
}

input.button_p_neu{
	background-color:#000000;
	color:#D4D4D4;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #A9FF53;
	width:90px;
}

input.button_p_neu:hover{
	background-color:#A9FF53;
	color:#000000;
	font-size:15px;
	border:1px solid #A9FF53;
}