/*
--------------------------
Site: TTC-Ebersweier.de
Autor: Patrick Broucke
Letzte Änderung: 30.08.2008
--------------------------
*/

* {
	margin:0;
	padding:0;
}
#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 124px;
	background-image: url(../layout/layout_01.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	line-height: 500px;
	overflow: hidden;
	height: 44px;
}

#navigation {
	background-image: url(../layout/layout_02l.jpg);
	background-repeat: no-repeat;
	height: 34px;
	font-weight: bold;
	padding: 0px 85px 0px 0px;
	text-align: center;
	color: #FFFFFF;


}

#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #FFFFFF;
	padding: 0px 4px;
	text-decoration: none;
}
#navigation a:hover {
	color: #3B6CAF;
}

#unternav {
	padding: 0px 0px 0px 10px;
}
#unternav a {
	padding-right: 0px;
}



#head {
	background-image: url(../layout/layout_04.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding: 15px 15px 0px 115px;
}
#head h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-right: 70px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000099;
	background-color: #FFFFFF;
	text-align: center;
}

#mainPage {
	background-image: url(../layout/layout_05.jpg);
	padding: 0px 125px 10px 125px;
	height: 100%;
}
#mainPage p {
	line-height: 160%;
}

#mainPage h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../layout/layout_15.jpg);
	background-repeat: no-repeat;
	height: 39px;
	padding: 4px 130px 0px 0px;
	text-align: right;
}



#footer a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}



#footer a:hover {

}

