/* Autor: Dirk Petscheleit --- www.roterblitz.de*/
/* CSS-Frames basierend auf http://www.456bereastreet.com/lab/cssframes/ 

undo: */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

/* Generelle Formatierungen */

body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
	background-color: #ff9900;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
a:link {
	color: white;
	font-weight: bold;
}

a:visited {
	color: white;
	font-weight: bold;
}
a:hover {
	color: #F1D655;
	background-color: black;
}

a:active {
	color: #444444;
	text-decoration: underline;
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
	
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:50px;

}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:50px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:720px;
	margin:0 auto;
}
div#sidebar {
	width:180px;
	float:left;
}
div#content {
	padding:0 10px;
	
}

div#footer {
	height:50px;

}

/* Jetzt das Styling */

#header {
	padding-top: 5px;
	background-color: black;
	color: white;
	text-align: center;
}

#footer {
	padding-top: 5px;
	color: white;
	text-align: center;
}

#content{
	margin-top: 40px;
}

.clear {
	clear: both;
	visibility: hidden;
}

#topnavi {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #ff9900;
}

#topnavi li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	
}

#topnavi li a {
	color: black;
	font-size: 12px;
	padding: 3px 20px 3px 20px;
}
#topnavi li a:hover {
	background: transparent url(../images/navi.gif) center no-repeat;
}

#topnavi li a#current {
	font-weight: bold;
	background: transparent url(../images/navi.gif) center no-repeat;
}

.contentBox {
	width: 504px;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: transparent url(../images/box_unten.gif) bottom left repeat-y;
}

.contentBox h2 {
	background: transparent url(../images/box_oben.gif) top left no-repeat;
	height: 36px;
	padding: 10px 10px 10px 20px;
}

.contentBox h3 {
	margin:15px 10px 0 10px;
}

.contentBox p {
	margin: 0 10px 10px 10px;
}

#startText {
	margin: 20px;
}

#startText p {
	margin-top: 10px;
}
#termine {
	width: 450px;
	margin: auto;
}
#termine td {
	padding: 5px;
}

#termine th {
	text-align: left;
}

/* Kontaktzformular */

.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 365px;
	font-size: 12px;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

fieldset {
	border: none;
}

#sponsoren {
	text-align: center;
	background-color: #ff9900;
}

#footer img {
	margin-right: 4%;
}

#footer a:hover {
	background-color: transparent;
}
#textbox {
	font-size: 12px;
}

.gallery {
	text-align: center;
	width:  500px;
	margin-left:  100px;
}
