@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #F8E873;
}

a:hover {
	color:#FFFFFF;
}

a:active {
	color:#FFFFFF;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-size: 18px;
}

h3 {
	margin: 16px 0px 0px;
	padding: 0px;
}

.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.oneColFixCtr #mainContent {
	padding: 0 20px;
	margin-top: 10px;
}

#mainContent #form1 #button {
	background-color: #FFFF99;
	border-style: none;
}

#logo {
	background-image: url(images/funkenflug-logo.gif);
	height: 170px;
	background-position: center;
	background-repeat: no-repeat;
}

#navi {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 16px;
	font-weight: normal;
}

#navi ul {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#navi li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#indexbg {
	background-image: url(images/index-bg.jpg);
	height: 500px;
}

#indexbg #termine {
	width:350px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
#indexbg #termine h2 {
	color: #E9AF03;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


#indexbg #termine ul {
	list-style-type: none;
}

.bilderrahmen {
	border: 1px solid #F8E873;
}

#flashcontent {
	height: 400px;
}

#kontaktbg {
	background-image: url(images/kontakt-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
}
