@charset "UTF-8";
/* CSS Document */
html {
	height:101%;
	
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:  Verdana, sans-serif;
	font-size: 100%;
	line-height: normal;
	background-color: #000;	
}

h1, h2, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

h1.index {
	font-size:64px;
	padding:20px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;

}

h2.index {
	font-size:30px;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:0px;
	font-weight:300;
}

h3 {
	font-size:25px;
	margin-bottom:10px;
	margin-top:30px;
	font-weight:200;
}

h6.nomargin {
	margin-bottom:0px;
	
}

p.index {
	font-size:24px;
	text-align:center;
	padding-top:50px;
}

p.beschreibung {
	font-size:16px;
	text-align:center;
	
}

a.menu:link, a.menu:visited { 
	color: #903;
	text-decoration: none;
	
}

a.menu:active,a.menu:hover { 
	color:#eeeeee;

}

a.p:link, a.p:visited { 
	color: #903;
	text-decoration: none;
	font-size:18px;
	
	
}

a.p:active,a.p:hover { 
	color:#eeeeee;
	font-size:18px;


}

table.ueberuns {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	margin-bottom:20px;
	
}


table.ueberuns td {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding:3px;
}

table.fotos td {
	vertical-align:middle;
	text-align:center;
}



#style {
	width:1024px;
	margin:0px auto;
	border:#000;
	border-style:solid;

}

#title {

padding:0px;
text-align:center;
background-color:#000000;


}

#menu {
	color:#ffffff;
	background-color:#FC6;
	border-top:3px solid #000000;
	text-align:center;
	padding:10px 0px;
	font-size:20px;
}

#content {
	border-top:3px solid #000000;
	min-height:600px;
	height: auto;
	padding:10px;
	color:#933;
	background-color: #FC9;
	text-align:left;
	vertical-align:middle;
	padding-bottom:50px;
}

#footer {
	border-top:3px solid #000000;
	background: #C60;
	height:auto;
	
}

#boxleft {
	position:absolute;
	left:0px;
	top:300px;
	height:auto;
	width:200px;
}
#boxrigth {
	position:absolute;
	right:0px;
	top:300px;
	height:auto;
	width:200px;
}
