@CHARSET "UTF-8";

body, html {
	color: white;
	background-color: black;
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.grey {
	font-weight: bold;
	color: #999999;
}

.green {
	font-weight: bold;
	color: #00FF00;
}

.red {
	font-weight: bold;
	color: #FF0000;
}




/*//////////////////////////////////////////////////////////////////////////////////////////
Kopf
//////////////////////////////////////////////////////////////////////////////////////////*/
#Header {
	background-color: black;
	padding: 0px;
	width: 820px;
	float: left;
	height: 90px;
	border: 0px solid black;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Hauptseite
//////////////////////////////////////////////////////////////////////////////////////////*/
#Page {
	margin: auto;
	width: 1000px;
	padding: 0px;
	text-align: left;
}
#Frame_Left {
	background-color: black;
	width: 90px;
	padding: 0px;
	text-align: left;
	float: left;
	border: 0px solid black;
}

#Frame_Main {
	background-color: white;
	margin: auto;
	width: 818px;
	padding: 0px;
	text-align: left;
	border: 1px solid #999999;
	float: left;
}

#Frame_Right {
	background-color: black;
	width: 90px;
	padding: 0px;
	text-align: left;
	float:right;
	border: 0px solid black;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Content
//////////////////////////////////////////////////////////////////////////////////////////*/
#Content {
	width: 778px;
	margin: 20px;
	clear: both;
	border: 0px solid white;
}
#Content h1 {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

#Content p {
	color: black;
	text-align: left;
}

#RegisterForm {
	color: black;
	width: 440px;
	float: left;
}
#RegisterForm a {
	color: black;
}
#RegisterForm p {
	margin: 10px 0 5px 0;
}

#RegisterForm input, #RegisterForm textarea {
	width: 400px;
	
}
#uploadform {
	display: none;
}
.pic0{
	float: left;
	text-align: center;
	width: 120px;
	margin: 5px 0;
}
.pic1{
	float: left;
	text-align: center;
	width: 160px;
	margin: 5px 0;
}
.pic2{
	float: left;
	text-align: center;
	width: 120px;
	margin: 5px 0;
}

#Facebook {
	color: black;
	width: 335px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}
#Facebook h1, #Facebook p {
	margin: 0 0 10px 35px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Greeting
//////////////////////////////////////////////////////////////////////////////////////////*/
#greeting h1{
	color: #CC0000;
	font-weight: bold;
	font-size: 2em;
	margin-top: 0;
}
#greetingtext {
	width: 400px;
	margin-bottom: 40px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////
Gallerie Thumb
//////////////////////////////////////////////////////////////////////////////////////////*/
.Galerie {
	color: black;
	width: 780px;
	clear: both;
	/*margin-top: 20px;*/
}
.Galerie a {
	color: black;
}
#Galerieteaser{
	border-top: 1px solid #CC0000;
	height: 20px;	
}
.galerieuser {
	clear:both;
	height: 210px;
	padding: 5px 10px;
}
.galerieheader {
	
}
.location {
	float:left;
	width: 300px;
}
.location p {
	margin: 0 0 5px 0;
}
.rating {
	float:right;
}

.ratingbar {
	float:right; 
	margin-left:5px;
}

.picbar{
	clear:both;
	width: 770px;
}
.picbar a, .picbar img{
	border: 0px solid white;
}

.singlepic0{
	float: left;
	text-align: center;
	width: 200px;
	margin-top: 15px;
}
.singlepic1{
	float: left;
	text-align: center;
	width: 360px;
	margin-top: 15px;
}
.singlepic2{
	float: right;
	text-align: center;
	width: 200px;
	margin-top: 15px;
	padding-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Footer
//////////////////////////////////////////////////////////////////////////////////////////*/
#Footer {
	font-size: 0.8em;
	margin-left: 90px;
	padding: 15px 0 10px;
}

#Footer a {
	color: white;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Button
//////////////////////////////////////////////////////////////////////////////////////////*/
#but_mitmachen{
	background: transparent url(../images/but_mitmachen.jpg) no-repeat scroll 0 0;
	width: 315px;
	height: 60px;
	cursor: pointer;
	margin-bottom: 20px;
}

.weiterbutton {
	background: transparent url(../images/but_weiter.jpg) no-repeat scroll 0 0;
	width: 111px;
	height: 28px;
	cursor: pointer;
}
.zurueckbutton {
	background: transparent url(../images/but_zurueck.jpg) no-repeat scroll 0 0;
	width: 110px;
	height: 28px;
	cursor: pointer;
}

#formbutton {
	background: transparent url(../images/but_teilnehmen.jpg) no-repeat scroll 0 0;
	width: 315px;
	height:60px;
	cursor: pointer;
	margin: 20px 0;
}

.control {
	margin: 20px auto 20px 160px
	
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Gallerie Overlay
//////////////////////////////////////////////////////////////////////////////////////////*/
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay a {
	color: white !important;
}
/*//////////////////////////////////////////////////////////////////////////////////////////
Vote Form
//////////////////////////////////////////////////////////////////////////////////////////*/
.votebar{
    /* overlay is hidden before loading */ 
    display:none; 
    /* standard decorations */ 
    width: 510px;
    height: 150px;
    padding: 40px;     
    border:5px solid #666; 
 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:5px solid rgba(250, 250, 250, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:10px; 
    -webkit-border-radius:10px; 
}
.votetext{
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 5px;
	
}
.votetext p{
	color: white !important;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Video Overlay
//////////////////////////////////////////////////////////////////////////////////////////*/
#videobox {
	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:640px;
	height:360px;
	border:10px solid #666;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(43, 81, 91, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#videobox div {
	padding:10px;
	border:1px solid #3B5998;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}
/* close button positioned on upper right corner */
#videobox .close {
	display:none;
	background-color:transparent;
	background-image:url("../images/close.png");
	border:0 none;
	cursor:pointer;
	height:15px;
	position:absolute;
	right:-20px;
	top:-20px;
	width:15px;
}
.playcontrol{
	display:none;
	background-color:transparent !important;
	/*background-image:url("../images/pause.png");*/
	border:0 none !important;
	position:absolute;
	top:96%;
	left: 45%;	
	cursor:pointer;
	height:15px;
	width:15px;	
}

.stopcontrol {
	display:none;
	background-color:transparent !important;
	background-image:url("../images/stop.png");
	border:0 none !important;
	position:absolute;
	top:96%;
	left: 55%;	
	cursor:pointer;
	height:15px;
	width:15px;		
}

