/* CSS Document */

/* Layout Specific Designs */

body{
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}

#container{
	width: 760px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top.jpg);
}


#header_mitglied{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_mitglied.jpg);
}

#header_links{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_links.jpg);
}


#header_impressum{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_impressum.jpg);
}


#header_satzung{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_satzung.jpg);
}

#header_vorstand{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_vorstand.jpg);
}


#header_kontakt{
	height: 100px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/top_kontakt.jpg);
}




#header h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #A0C80E;
	letter-spacing: 3px;
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-top: 35px;
}


#nav{
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
}

#nav ul{
	list-style: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#nav li{
	position: relative;
	float: left;
	margin: 0px;
}

#nav ul li a{
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: lowercase;
}

#nav ul li a:hover, #nav ul li .selected { color: #000000; background-color: orange }

#content{
	width: 760px;
}

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: orange;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: orange;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	margin: 0px;
}

#content a{
	font-weight: bold;
	color: #727272;
	text-decoration: none;
}

#content a:hover{
	font-weight: bold;
	color: #A0C80E;
	text-decoration: underline;
}

#content img{
	padding: 3px;
	border: 1px solid #000000;
}

#footer{
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 50px;
}

#footer h1{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: orange;
}

#footer h2{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A0C80E;
}

#footer a{
	font-weight: bold;
	font-size: 10px;
	color: #727272;
	text-decoration: underline;
}

#footer a:hover{
	font-weight: bold;
	color: #A0C80E;
	font-size: 10px;
	text-decoration: underline;
}

/* Commen Content Classes */

.alginLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.floatLeft{
	float: left;
	margin-left: 20px;
	margin-right: 5px;
}

.floatRight{
	float: right;
	margin-right: 20px;
	margin-left: 5px;
}

.box{
	background-color: #EEEEEE;
	border: 1px solid #A0C80E;
	width: 48%;
}