@import url(navigation.css);
@import url(lightbox.css);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 154%;
	border-bottom:1px solid #7eae39;
}

.priority {
	background-color:#e3ebd1;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	color: #7eae39;
	font-weight:bold;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(/img/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #444444;
}

a:active {
	color: #067600;
}

a:visited {
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.right{
	float: right;
	margin: 5px 0 5px 15px;
}

img.logo{
	margin: 15px 0 15px 15px;
}

/* Menu */

#menu {
	width: 840px;
	margin: 0 auto;
}

#menu ul {
	height:22px;
	list-style: none;
	margin: 0;
	padding: 7px 0;
  	border-bottom: 1px solid #CCC;
  	font-weight: bold;
  	text-align: center;
    white-space: nowrap
}

#menu li {
	display: inline;
	margin: 0 4px
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding:0 0 3px 0;
    border-bottom: 4px solid #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #666666;
}

#menu a:hover {
	border-bottom: 4px solid #F60;
	color: #666666;
}

#menu .active a {
	border-bottom: 4px solid #F60;
	color: #666666;
}

/* Header */

#header {
	width: 840px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: right;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(/img/img05.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
	border:0;
}

#header h2 {
	float: left;
	width: 600px;
	height: 86px;
	margin: 0;
	background: url(/img/img04.jpg);
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 838px;
	margin: 0 auto;
	padding: 20px 0;

}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-right: 15px;
	border-right: 2px dotted #7eae39;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #CBC9B3;
	line-height:0px;
	padding:0;
	margin:0 0 20px 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 5px;
	background: #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 25px;
	color: #ffffff;
}

#sidebar h3 {
	font-weight:normal;
	font-size: 100%;
	line-height:125%;
	padding: 5px 5px;
	color: #444444;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #444444;
    margin: 5px 0px;
}

#sidebar ul li a {
	color: #444444;
    margin: 0px;
}

.orangebox {
	margin-bottom:20px;
	border:1px solid #bbbbbb;
}

.orangebox h2 {
	background: url(/img/sidebar-back.gif);
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	width:840px;
	padding: 10px 0;
	margin:0 auto;
}

#footer img {
	top:-10px;
	left:50%;
	width:840px;
	height: 11px;
	margin:0 0 0 -420px;
	position:relative;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}


/* Kleine Mitgliederseiten*/
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

#adress {
background-color: #dfebcd;
text-align: right;
padding: 0px;
margin: 0px;
}


#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background-color: #ffffff;
}

#right {
background-color: #ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px; }

div#right { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}
