/*
---------------------------------
---------------------------------
Homepage Funtasten
*/

* {
	margin: 0;
	padding: 0;
}

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

form {
    font-weight: normal;
     }
	 
table {
    margin-top: 30px;
    border: 0;
}




#Container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#header h1 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	line-height: 300px;
	overflow: hidden;
	background-image: url(../images/funtasten_headline.jpg);
	color: #643b59;
}
#navigation p {
	background-image: url(../images/Navigation_headline.jpg);
	background-repeat: no-repeat;
	height: 10px;
	line-height: 50px;
	overflow: hidden;
}


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

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

#navigation li {
	display: inline;
}

#navigation a {
	color: #EEC81F;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#navigation a:hover {
	color: #643b59;
	text-decoration: underline;
}

#Main_content {
	padding: 0 30px;
	height: 530px;
}

#Main_content h2 {
	padding: 40px;
	color: #643b59;
}

#Main_content h3 {
	padding: 20px 0 10px 0;
	color: #643b59;
}

#Main_content p {
	line-height: 150%;
	color: #643b59;
}

#footer {
}

#footer p {
	background-image: url(../images/funtasten_footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	line-height: 800px;
	overflow: hidden;
	background-position: top;
}


#Main_content img {
	padding: 10px;
}

#Main_content f {
	text-align: center;
}
