/*
-------------------------
Website Sportstudio-TZ1
Start: 10.04.09
Letzte Aenderung: 10.04.09
Autor: Frank-Udo Fydrich
Medium: screen.css
-------------------------
*/

* {
	margin:0;
	padding:0;
	
}
body {
	font-family: Verdana;
	font-size: 76%;
	line-height: 120%;
	color: #FFCC00;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	font-style: normal;
	background-color: #F6A503;
}

	
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #4c636f;
	color: #F6A503;
}
#bannerwerbung {
}


#header {
	height: 118px;
	background-image: url(../Bilder/Logo/LOGO4.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	font-variant: normal;
}


#navigation {
	background-image: url(../Bilder/hintergrundbilder/navi_background2.png);
	height: 80px;
	text-align: center;
}
#navigation2 {
	text-align: center;
	height: 40px;
}

#navigation a:hover {
	color: #4C636F;
	text-decoration: underline;
}

#navigation li {
	display: inline;
	text-decoration: none;
	padding-top: 10px;
}

#navigation a {
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#maincontent h3 {
	padding: 30px 0 15px;
	height: 0px;
}
#maincontent p {
	line-height: 160%;
}



#navigation ul {
	list-style-type: none;
}


#maincontent {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	color: #FFCC33;
}

#footer {
	height: 150px;
	margin: 50px 0;
	text-align: center;
	padding-top: 30px;
	color: #999999;
}

#navigation1 {
	background-image: url(../Bilder/Logo/img_navi7.png);
	height: 40px;
	text-align: center;
}

