html,body {
	margin:0px;
	padding:0px;
	font-size:12px;
 	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-color:#333;
	background: #fac934 url(../images/background/background_banner.jpg) repeat-x;
	height:100%;
}
#banner_top {
	position:relative;
	width:auto;
	height:160px;
}
#container {
	margin: 0px auto 0px auto;
  padding-bottom: 10px;
	position: relative;
	width:960px;
	background:url(../images/background/background_content_960_20.jpg) repeat-y;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
#content_titel_left {
	margin-right:10px;
  padding-top: 15px;
	width:190px;
	float:left;
}
#content_titel_right {
	margin-left:10px;
  padding-top: 15px;
	width:730px;
	float:left;
}
#content_left {
	margin-right:10px;
	width:190px;
	float:left;
}
#content_right {
	margin-left:10px;
	width:730px;
	float:left;
}
#container_inhalt{
	width:540px;
	float:left;
}
#content_inhalt {
	padding-right:20px;
	width:520px;
	margin-right:10px;
	float:left;
}
#content_trenn {
	border-bottom: 2px dotted #fac934;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:10px;
	width:520px;
	margin-right:10px;
	float:left;
}

/* ----- NEWS - Bereich right ----- */
#container_news{
	background-color:#fff;
	width:180px;
	float:left;
}
#content_oben {
	background:url(../images/divers/news_oben.jpg) no-repeat;
	width:180px;
	height:20px;
	float:left;
}
#content_unten {
	background:url(../images/divers/news_unten.jpg) no-repeat;
	width:180px;
	height:20px;
	float:left;
}

/* ----- START NEWS BEREICH ----- */
#content_news_titel {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	border-bottom:2px dashed #fff;
	background:url(../images/divers/news_mitte.jpg) repeat-y;
	background-color:#fff;
	width:170px;
	float:left;
}
#content_news {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:3px;
	background:url(../images/divers/news_mitte.jpg) repeat-y;
	background-color:#fff;
	width:170px;
	float:left;
}
#datum_news_klein {
	font-size:10px;
}
#news_block {
	border-bottom:1px dotted #fff;
	margin-bottom:6px;
}
/* ----- ENDE NEWS Bereich right ----- */

/* ----- BEREICH ABFRAGE SPIELPLÄTZE ----- */
#titel_allgemein {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_goms {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_oestlich_raron {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_brig {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_westlich_raron {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_visp {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#titel_spielplatz_leuk {
	width:510px;
	background-color:#fac934;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
#bezirk_oben {
	width:520px;
	height:15px;
	background:url(../images/divers/bezirk_oben.jpg) no-repeat;
	float:left;
}
#bezirk_mitte {
	width:520px;
	height:auto;
	background:url(../images/divers/bezirk_mitte.jpg) repeat-y;
	float:left;
}
#bezirk_inhalt {
	width:510px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#bezirk_content_text {
	width:510px;
	float:left;
}
#bezirk_content_fotos {
	width:510px;
	padding-top:5px;
	float:left;
}
#bezirk_unten {
	width:520px;
	height:15px;
	background:url(../images/divers/bezirk_unten.jpg) no-repeat;
	margin-bottom:5px;
	float:left;
}
/* ----- ENDE BEREICH SPIELPLÄTZE ----- */

/* ----- START SPONSOREN ----- */
#sponsoren {
	width:520px;
	height:auto;
	border-bottom:2px dotted #fac934;
	padding-bottom:5px;
	margin-bottom:5px;
	float:left;
}
#sponsoren_left {
	width:100px;
	margin-right:20px;
	float:left;
}
#sponsoren_right {
	width:400px;
	float:left;
}
/* ----- ENDE SPONSOREN ----- */

a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;	
}
a.foto:link {
	color:#000000;
	text-decoration:none;
}
a.foto:visited {
	color:#000000;
	text-decoration:none;
}
a.foto:hover {
	color:#999999;
	text-decoration:none;
}
a.foto:active {
	color:#000000;
	text-decoration:none;
}
/* ----- START ZURÜCK BUTTON SPIELPLÄTZE ----- */
#navi_zurueck a:link, #navi_zurueck a:visited, #navi_zurueck a:active {
	background:url(../images/divers/zurueck_01.jpg) no-repeat;
	width:190px;
	height:50px;
	float:left;
}
#navi_zurueck a:hover {
	background:url(../images/divers/zurueck_02.jpg) no-repeat;
	width:190px;
	height:50px;
	float:left;
}
#impressum_hinweis {
	width:480px;
	margin-left:19px;
	margin-top:4px;
	float:left;
}
/* ----- ENDE ZURÜCK BUTTON ----- */

/* ----- START LOGIN / ADMIN ----- */
#login {
	width:520px;
	height:auto;
	float:left;
}
#login_left {
	width:50px;
	margin-right:20px;
	padding-bottom:10px;
	float:left;
}
#login_right {
	width:450px;
	padding-bottom:10px;
	float:left;
}
.input_login{
	width:150px;
	font-size:11px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #999999;	
	maxlength:40;
}
.button {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #999999;
}
.login_fehler{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.input_adm {
	width:350px;
	background-color:#ffffff;
	border:1px solid #999999;
}
.textarea_adm {
	width:350px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#ffffff;
	border:1px solid #999999;
	height: 150px;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: auto;
}
.checkbox_adm {
	color: #3333333;
	background-color: #ffffff;
	border: 1px solid #999999;
}
.file_adm {
	width:350px;
	background-color:#ffffff;
	border:1px solid #999999;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
.select_adm{
	width:200px;
	font-size:11px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color: #333333;	
	border:1px solid #999999;
}
/* ----- ENDE LOGIN / ADMIN BEREICH ----- */

/* ----- START EDIT BERIECH ----- */
#container_edit {
	width:520px;
	height:auto;
	float:left;
}
#container_edit_left {
	width:120px;
	padding-bottom:10px;
	float:left;
}
#container_edit_right {
	width:400px;
	padding-bottom:10px;
	float:left;
}

/* ----- ENDE EDIT BEREICH ----- */
