html{
	overflow-y:scroll;
}

body{
	margin:0;
	padding:0;
	/*background:#FFFFFF url(bg_site.png) top repeat-x;*/
	background-color:#FFFFFF;
	background-image:url(bg_site.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#626262;
}

a:link{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}
a:visited{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}
a:hover{color:#e2001a; text-decoration:none; border-bottom:1px solid #e2001a;}
a:active{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}

#content{
	width:1000px;
	margin:0 auto;
}

#content_top{
	margin:58px 0 0 0;
	width:1000px;
	height:137px;
	background:url(header.png) top no-repeat;
}

#logo{
	position:absolute;
	top:3px;
	width:291px;
	height:193px;
	background:url(logo.png) center center no-repeat;
}

#content_middle{
	width:1000px;
	background:url(content_middle.png) top repeat-y;
	overflow-x:hidden;
}

#sitecontent_top{
	width:910px;
	height:15px;
	margin:15px auto 0 auto;
	background:url(c_top.png) top no-repeat;
}

#sitecontent_middle{
	width:910px;
	margin:0 auto;
	padding:0 0 20px 0;
	background:url(c_middle.png) top repeat-y;
}

#sitecontent_bottom{
	width:910px;
	height:15px;
	margin:0 auto;
	background:url(c_bottom.png) top no-repeat;
}





#menu{
	width:910px;
	height:48px;
	margin:0 auto;
	background:url(bg_menu.png) top no-repeat;
	text-align:center;
	font-variant:small-caps;
	font-size:0.8em;
}

#menu a{color:#f29400; text-decoration:none; border:none; display:block;}
#menu a:visited{color:#f29400; text-decoration:none; border:none;}
#menu a:hover{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}
#menu a:active{color:#f29400; text-decoration:none; border:none;}

#menu a.active{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}


#menu ul{
	position:relative;
	left:50%;
	float:left;
	margin:0 auto;
	padding:0;
	list-style-type:none;

}

#menu ul li{
	float:left;
	position:relative;
	padding-top:15px;
	font-size:1.1em;
	right:50%;
}

.break{
	margin:0 15px 0 15px;
	height:43px;
	width:1px;
	background:url(mi_break.png) top no-repeat;
	
}

#submenu{
	width:860px;
	margin:0 auto;
	padding:0 0 4px 0;
	text-align:center;
	font-variant:small-caps;
	border-bottom:1px solid #CFCFCF;
}

#submenu a{color:#f29400; text-decoration:none; border:none;}
#submenu a:visited{color:#f29400; text-decoration:none; border:none;}
#submenu a:hover{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}
#submenu a:active{color:#f29400; text-decoration:none; border:none;}

.active{color:#e2001a; text-decoration:none; border-bottom:1px dotted #e2001a;}

#submenu ul{
	position:relative;
	left:50%;
	float:left;
	margin:0 auto;
	padding:0;
	list-style-type:none;

}

#submenu ul li{
	float:left;
	position:relative;
	font-size:0.9em;
	padding:0 10px 0 10px;
	right:50%;
}









#left{
	float:left;
	width:551px;
	padding:15px 22px 0 33px;
}

h1{
	margin:0;
	padding:0;
	color:#E2001A;
	font-variant:small-caps;
	font-size:1.4em;
}

p{
	font-size:0.8em;
	color:#626262;
}

strong{
	color:#e2001a;
}




#right{
	float:left;
	width:239px;
	padding:15px 33px 0 22px;
	text-align:center;
}

#right h1{
	text-align:left;
	padding:0 0 0 10px;
}

#right h2{
	text-align:left;
	padding:0 0 0 8px;
	color:#E2001A;
	font-variant:small-caps;
	font-size:1.1em;
}







#newsletter{
	float:left;
	text-align:left;
}


#umschlag{
	width:240px;
	height:180px;
}

.umschlagfix{
	width:240px;
	height:150px;
	position:absolute;
}

#umschlag #oben{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	width:240px;
	height:0px;
	background:url(umschlag_oben.png) bottom no-repeat;
}

#umschlag #unten{
	position:absolute;
	left:0;
	top:20px;
	z-index:100000;
	width:240px;
	height:129px;
	background:url(umschlag_unten.png) bottom no-repeat;
	border-top:1px solid #E2E2E2;
}

#umschlag #umschlagdeckel{
	position:absolute;
	left:0;
	top:20px;
	z-index:10;
	width:240px;
	height:129px;
	background:#E1C186;
}


#newsletterbox{
	bottom:0;
	left:9px;
	position:absolute;
	z-index:1000;
	width:220px;
	height:0px;
	overflow:hidden;
	text-align:left;
	padding:0 0 30px 0;
	background-color:#FFFFFF;
	border:1px solid #E2E2E2;
	border-bottom:none;
}

#newsletterbox p{
	padding:0 10px 0 10px;
}

#newsletterbox ul{
	margin:0 0 0 10px;
	padding:0;
}

#newsletterbox li{
	text-align:left;
	list-style-type:none;
	padding:0 0 0 5px;
}

#newsletterbox li label{
	font-size:0.8em;
}

#newsletterbox li input{

	border:1px solid #CCCCCC;
	width:190px;
	height:15px;
}

#newsletterbox li select{

	border:1px solid #CCCCCC;
	width:192px;
	height:19px;
}

#newsletterbox li .rex_375_subscribe{

	border:1px solid #CCCCCC;
	width:192px;
	height:22px;
	margin:5px 0 4px 0;
	font-size:0.7em;
}

#newsletterbox li .rex_375_unsubscribe{

	border:1px solid #CCCCCC;
	width:192px;
	height:22px;
	font-size:0.7em;
}


#newsletterbox .rex_375_error p{
	color:#FF0000;
	font-size:0.7em;
	font-weight:bold;

}

.news{
	float:left;
	width:223px;
	padding:0 10px 0 10px;
	margin:6px 0 10px 0;
	text-align:left;
	border-top:1px solid #CFCFCF;
}




.gewinnspiel{
	width:100%;
}

.gewinnspiel p{
	margin:2px 0 4px 0;
	padding:0;
}

.gewinnspiel tr td{
	vertical-align:top;
}

.gewinnspiel .fragefeld{
	width:170px;
}

.gewinnspiel .loesung{
	font-size:1.5em;
}

.gewinnspiel .loesungsfeld{
	color:#E2001A;
	background:#FFFFFF;
	width:20px;
	text-align:center;
	font-size:1.2em;
	border:none;
	border-bottom:1px solid #666666;
}



.gs_feld{
	margin:2px 0 5px 0;
	color:#E2001A;
	background:#FFFFFF;
	width:310px;
	border:none;
	border-bottom:1px solid #666666;
}

.save{
	display:none;
}

.loesungbutton{
	margin:15px 0 0 0;
	width:310px;
	border:1px solid #666666;
}

.gewinnfelder{
	float:left;
	text-align:right;
}


#content_bottom{
	width:1000px;
	height:37px;
	background:url(content_bottom.png) top no-repeat;
}

#imprint{
	float:right;
	padding:0 70px 0 0;
	font-size:0.74em;
}
#imprint a{text-decoration:none; color:#E2001A; border:none;}
#imprint a:visited{text-decoration:none; color:#E2001A; border:none;}
#imprint a:hover{text-decoration:none; color:#FFFFFF; border:none;}
#imprint a:active{text-decoration:none; color:#E2001A; border:none;}

.absolutefix{
	position:absolute;
}

.clear{
	clear:both;
}

#boy{
	position:absolute;
	top:-73px;
	right:-110px;
	width:70px;
	height:78px;
	background:url(boy.png) center center no-repeat;
}


#adress{
	width:1000px;
	margin:0 auto 30px auto;
	text-align:center;
	font-size:0.74em;
	color:#E2001A;
	font-variant:small-caps;
}






#socialfix{
	position:absolute;
}

#socialmedia{
	position:absolute;
	left:775px;
	top:-30px;
	width:210px;
	height:50px;
}

#socialmedia a, #socialmedia img{
	border:none;
}


#left .round{
	float:right;
	margin:0 35px 10px 0;
	border:3px solid #f9b900;
	padding:3px 3px 3px 3px;
}

#right .round{
	float:left;
	margin:10px 10px 10px 10px;
	padding:3px 3px 3px 3px;
	border:3px solid #f9b900;
}
/*


/*
 Guestbook Addon
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/



.gb{
	font-size:0.9em;
	color:#626262;
}

.gb td{
	vertical-align:top;
}

.blaettern{
	margin:0 0 20px 0;
}


.rahmen{
	border:2px dashed #e2001a;
	padding:0 10px 0 10px;
	margin:30px 0 0 0;
	color:#E2001A;
}



.fotowettbewerb{
	text-align:left;
}

.fotowettbewerb h2{
	text-align:center !IMPORTANT;
}

.fotowettbewerb p{
	margin:0;
	padding:0;
	text-align:right;
}

.fotowettbewerb .field{
	border:1px solid #999999;
	width:170px;
}

.fotowettbewerb .file{
	width:170px;
}

.fotowettbewerb .submit{
	border:1px solid #999999;
	width:172px;	
}


.fotowettbewerb .name{
	display:none;
}







.bigContestimg{
	margin:0;
	padding:0;
	width:300px;
	height:270px;
}




.kommentare{
	text-align:left;
}

.kommentare h2{
	text-align:center !IMPORTANT;
}

.kommentare p{
	margin:0;
	padding:0;
	text-align:right;
}

.kommentare .field{
	border:1px solid #999999;
	width:170px;
}

.kommentare .kommentar{
	border:1px solid #999999;
	width:170px;
}

.kommentare .submit{
	border:1px solid #999999;
	width:172px;	
}


.kommentare .name{
	display:none;
}














.teilnehmer{
	float:left;
	width:170px;
	margin:0 5px 0 0;
	padding:0;
	border:none;
	text-align:center;
}

.teilnehmer tr, .teilnehmer tr td{
	border:none;
	margin:0;
	padding:0;
}

.teilnehmer img{
	border:none;
}

.teilnehmer a, .teilnehmer a:visited, .teilnehmer a:hover, .teilnehmer a:active{
	border:none;
	text-decoration:none;
}

.teilnehmer .image{
	width:160px;
	height:160px;
	border:none;
	margin:5px;
	padding:0;
	background:#CCCCCC;

}

.teilnehmer .rating{
}





.bewertungssterne{
	width:300px;
}

.bewertungssterne p{
	cursor:default;
}

.info{
	width:300px;
	float:left;
}

.redstar{
	float:left;
	width:15px;
	height:15px;
	background:url(stern_rot_15.gif) no-repeat;
	cursor:pointer;
}

.greystar{
	float:left;
	width:15px;
	height:15px;
	background:url(stern_grau_15.gif) no-repeat;
	cursor:pointer;
}























/* Formular */
.a63-form {
	margin:30px 0 0 0;
	width: 100%;
}

.a63-form legend{
	color:#e2001a;
}


/* Eingabefelder */
.a63-form input, .a63-form textarea {
	border: 1px solid #AAA;
	margin: 1px 2px 1px 2px;
	width: 100%;
	background-color: #FFF;
}

.a63-form input:focus, .a63-form textarea:focus {
	background-color: #FFEEFF;
}

/* Text-Eingabefeld*/
.a63-form textarea {
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
	width: 100px;
	float: left;
	padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
	width: 100px;
	margin: 0px;
	margin-top: 5px;
	background-color: #FFF;
	color:#626262;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
	padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
	text-align: right;
	padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;

}



/*
  Listen Styles
*/


/* Eintr�ge-Layer */
.a63-entries .a63-entry {
	padding-bottom: 10px;
	border-bottom: 1px dotted #859885;
}

.a63-entries p {
	margin: 0px;
	padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
	text-align: left;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
	padding-left: 2px;
	padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
	font-weight: bold;
	border-bottom:1px dotted #E2001A;
}


.a63-entries ul li {
	list-style-type: none;
	display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
	float: left;
	width: 70px;
}

/* Werte */
.a63-entries .a63-value {
	padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
	list-style-type: none;
}

/* Ausgabe der Dateiversion
  m�glichst unauff�llig und klein */
.Modulversion {
	display:none;
}
