@import 'navigation.css';
@import 'thickbox.css';


/* design rules */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	
html {
	overflow:scroll;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}
#main {
	width: 964px;
	margin: 0 auto;
}

#header-left {
	width: 15px;
	height: 124px;
	background-image:url(header-left.gif);
	float: left;
}

#header {
	width: 934px;
	height: 124px;
	background-image:url(header.gif);
	float: left;
}
#navi {
	width: 609px;
	height: 117px;
	float: left;
	padding-top: 99px;
	margin-top: 7px;
}
#logo {
	width: 325px;
	height: 117px;
	margin-top: 7px;
	float: left;
}


#head-image {
	width: 950px;
	height: 178px;
	padding-top: 10px;
	background:url(head-image-bg.gif);
}

#header-right {
	width: 15px;
	height: 124px;
	background-image:url(header-right.gif);
	float: left;
}

#body-container {
	width: 950px;
	background-image:url(body.gif);
	min-height: 500px;
	padding: 7px;
}

#content-container {
	margin-top: 15px;
	width: 950px;
	background-image:url(content-container.gif);
	min-height: 200px;
}



#subnavi {
	width : 184px;
	float: left;
	margin-right: 1px;
	padding: 14px;
	padding-top: 10px;
}

#content {
	width : 498px;
	float: left;
	margin-right: 1px;
	padding: 15px;
}

#news {
	width : 178px;
	float: left;
	padding: 15px;
}

.news_text {
	padding: 0px;
	margin: 0px;
}


#news a {
	text-decoration: none;
}




#body-footer {
	width: 100%;
	height: 15px;
	background-image:url(footer.gif);
}




.clearfix {
	clear: both;
}


h1 {
	font-size: 15px;
	color: #d5b229;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted white;	
	border-bottom: 1px dotted white;	
}

h2 {
	font-size: 13px;
	line-height: 26px;
	color: #d5b229;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: -5px;
}

h3, h4, h5, h6 {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	list-style: inherit;
	list-style-image: url('./list-arrow.gif');
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}

img {
	border: none;
}


div.image_legend {
	font-size: 10px;
}

hr {
	width: 100%;
	margin-top: 15px;
	border: 0px;
	border-bottom: 1px solid #d5b229;
	height: 1px;
	margin-bottom: 15px;
}

.td_header {
	background-image:url(td_header_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.td_body {
	background-color: #333333;
}

/* address rules */
div.address {
	margin-top: 20px;
}
.address {
	font-size: 10px;
}

#content a, a.content {
	color: #998020;
	text-decoration: underline !important;
}

#content a:hover, a.content:hover {
	text-decoration: none !important;
}

#copyright {
	width: 954px;
	margin: 0 auto;
}

a.copyright {
	color:#CDCDCD !important;
	text-decoration:none !important;
	margin-left: 10px;
}

a.copyright:hover {
	color:#333333 !important;
	text-decoration:none !important;
}



/* form rules */
.form {
	background-color: #F4F4F4;
	border: 1px solid black;
	width: 289px;
}
select, option {
	border: 1px solid black;
	background-color:#F4F4F4 !important;
}
option {
	border: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

option.last {
	border-bottom: 1px solid black;
}

.checkbox {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	float: left;
	background: none;
}

.submit {
	background-color: #F1F1F1;
	border: 1px solid black;
}

.form_error {
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
}


/* Mitgliederliste */
.mitglied {
	border: 1px solid #CDCDCD;
	width:486px;
	padding:5px;
	margin-bottom: 5px;
}

div.mitglied h2 {
	margin-top:0px;
	margin-bottom:2px;
}

div.h2 h2 {
	margin-top:0px;
	margin-bottom:2px;
}

.mitglieder-map {
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
}
