/*-----------------------------------
Sevas Allschwil und Schönenbuch -Site
Start: 7.01.2009
Letzte Aenderung: 7.01.2009
Autor: Markus Amstad
Medium: Screen
-------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}


#container {
	width: 740px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #hauptinhalt {
	font-size: 12px;
	line-height: 18px;
}

#hauptinhalt img {
	margin-right: 10px;
	border: 1px solid #999999;
}



#kopf {
	height: 160px;
	background-image: url(../images/banner_sevas.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;
}
#kopf h1 {
	line-height: 500px;
	height: 44px;
	overflow: hidden;
}


#navigation {
	text-align: center;
	font-weight: bold;
}

#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}

#navigation a, #fuss a {
	color: #5A9176;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#navigation a:hover, #fuss a:hover {
	color: #0C3188;
	text-decoration: underline;
}




#hauptinhalt {
	padding-top: 50;
	padding-right: 12px;
	padding-bottom: 50;
	padding-left: 12px;
}
#container #hauptinhalt h3 {
	bottom: 10px;
	padding: 20px;
}

#hauptinhalt h2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


#fuss {
	height: 30px;
	margin: 30px 5;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;



}

