/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	padding-top: 0px;
}


/** HEADER */

#header {
	width: 1000px;
	height: 172px;
	margin: 0px auto;
	background: url(../images/header.jpg) no-repeat left top;
}
#content2{
	width: 868px;
	height: 125px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 385px;
	height: 125px;
}

#logo h1, #logo h2 {
	display: none;
}

/** SEARCH */

#search {
	float: left;
	width: 615px;
	height: 70px;
	padding: 55px 0px 0px 0px;
	background: url(../images/homepage05.jpg) no-repeat right top;
}

/** MENU */

#menu {
	padding: 65px 0px 0px 0px;
	height: 120px;
}
#menu1 {
	padding: 80px 0px 0px 0px;
	height: 117px;
}
#menu2 {
	min-height: 50px;
	
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	height: 18x;
	padding: 0px 0px 0px 28px;
	
}

#menu a {
	display: block;
	width: 250px;
	height: 18px;
	padding: 2px 0px 0px 3px;
	background: url(../images/homepage09.gif) repeat-x left bottom;
}

#menu ul li a:hover, #menu ul li.active a {
	background-image:url(../images/navi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#666;
}

/* Level 2 */
#menu ul.subNavigation {
	width:210px;
	margin:0;
	padding:0;
}
#menu ul.subNavigation li a {
	background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px dotted #ccc;
	color:#666;
	width:221px;
}
#menu ul.subNavigation li.active a {
	color:#666;
}
#menu ul.subNavigation li a:hover, #menu ul.subNavigation li.active a {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Level 3 */



/** LOGIN */

#login {
	padding: 10px 0px 0px 35px;
}

/** CONTENT */

#content {
	width: 1000px;
	margin: 0px auto;
	min-height: 400px;
	
}

#left {
	float: left;
	width: 171px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/nextgame.jpg);
	background-repeat:no-repeat;
}

#right {
	float: left;
	width: 829px;
	padding: 0px 0px 0px 0px;
		
}

#rightunten {
	float: right;
	width: 865px;
}

/** FOOTER */

#footer {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
}

/** BOX1 */

#box1 {
	padding: 30px 0px 0px 0px;
	text-align: center;
}

/** BOX2 */

#box2 {
	padding-bottom: 1px;
}

/** BOX3 */

#box3 {
	padding: 14px 0px 3px 0px;
}

#box33 {

}
a.navileft_passive {
	display:block;
	background-color:#ecfcfc;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.navileft_active {
	display:block;
	background-color:#ffffff;

	background-position:right;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.navileft_open {
	padding-left:10px;
	display:block;
	
	background-position:right;
	background-color:#E8E8EE;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.left_passive {
	display:block;
	background-color:#ecfcfc;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.left_active {
	display:block;
	background-color:#ffffff;
	
	background-position:right;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.left_open {
	padding-left:10px;
	display:block;
	
	background-position:right;
	background-color:#E8E8EE;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:11px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label {
	display:block;
	float:left;
	width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
	border:1px solid #ccc;
	width:346px;
}
#contactForm .contactRow select {
	border:1px solid #ccc;
	width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
}

#contactForm .contactRow input {
	height:14px;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:11px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#666666;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:11px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}





div.formular_einruecker {
margin-left: 0px;
padding-right: 0px;
margin-bottom: 20px;
}
span.fehler_kontaktformular,
span.fehler_mailkontakt,
span.fehlerhinweis {
color: #ff0000;
}
table.tabelle_formular {
border: 1px solid #3d857d;
}
td.tabellenzelle_formular {
}
td.tabellenzelle_formular_ueberschrift {
font-weight: 900;
padding: 3px;
vertical-align: top;
color: #3d857d;
}
input.button {
border: 1px solid #3d857d;
}
input.feld,
textarea.feld {
border: 1px solid #3d857d;
background-color: #ffffff;
}
