/* Allgemeine Formatierungen */
html, body {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(ital/bilder/bg.gif);
	background-repeat:repeat-x;
	background-color:#fde4fe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

ul {
	type:square;
}

#container {
	margin: 0px auto;
	width:900px;
}

h1 {
	font-size:14px;
	color:#fb882c;
}

.clear {
	clear:both;
}


a:link, a:hover, a:active {
	text-decoration:none;
	font-color:#de4973;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	font-color:#fde4fe;
	font-weight:bold;
}
/* Kopfbereich */
#container_top {
	width:100%; height:257px;
	background-color:#70d2fb;
}

#container_menue {
height:257px;
}

#container_balken {
height:257px;
	width:363px;
	float:left;
}

#menue_1 {
height:257px;
	width:167px;
	float:left;
}

#menue_2 {
	width:167px;
	float:right;
}

#container_balken2 {
	width:537px;
	float:right;


}

#logo_oben {
	width:172px;
	float:left;
}

#kopf {
	float:right;

}

/* Content */

#container_content {
	background-color:#ffffff;
}

#container_menue3 {
	width:535px; height:138px;
	float:left;
}

#menue_3 {
	width:535px; 
	text-align:right;
}

#kopf_2 {
	width:363px; height:138px;
	float:right;
}

#spalte_links {
	padding:0px 10px 10px 22px;
	width:487px;
	float:left;
}


#spalte_rechts {
	padding:10px;
	width:347px;
	float:right;
}

#spalte_rechts img, #spalte_links img {
	float:left;
	margin-right:10px;
	border:1px solid #FB882C;
}

#spalte_rechts table, #spalte_links table {
	border:1px solid #DE4973;
	border-collapse:collapse;
}

#spalte_rechts th, #spalte_links th{
	width:351px;
	border:1px solid #DE4973;
	background-color:#FDE4FE;
}

#spalte_rechts td, #spalte_links td{
	width:351px;
	border:1px solid #DE4973;
	padding:5px;
}

#spalte_rechts td.center, #spalte_links td.center {
	width:351px;
	border:1px solid #DE4973;
	padding:5px;
	text-align:center;
}

#fuss {
	width:100%; height:30px;
	background-color:#de4973;
}

#flaggen {
	float:right;
	padding-top:10px;
	padding-right:20px;
}

input.input {
	border:1px solid #fb882c;
	width:300px;
}

.submit {
	border:1px solid #fb882c;
	background-color:#fb882c;
	color:#ffffff;
	font-weight:bold;
	width:100px;
}