* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #fff;
	color: #444;
	font-family: Arial, "verdana", sans-serif;
	font-size: 12px;
	line-height:19px;
}
a {
	background-color: inherit;
	color: #444;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	background-color: inherit;
	color: #444;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}
h1 {
	color: #AAD352;
	border-bottom: 2px solid #AAD352;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

h2 {
	color: #AAD352;
	font-size: 14px;
	margin: 20px 0 10px 0;
	padding: 0;
}
h3 {
	color: #AAD352;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	font-style: italic;
}
h4 {
	color: #AAD352;
	font-weight: normal;
	padding: 0;
}
ul, li {
	margin: 0;
}

ul.linklist { margin-left: 12px; }


#navigation a { font-family: "Lucida Grande", Arial, Verdana; font-size: 12px; text-decoration: none;}

a.actionlink { color: #AAD352; font-weight: bold; font-style: italic; text-decoration: none; }
	a.actionlink:hover { text-decoration: underline; }

/* Layout */
.clear { clear: both; }

#page { position: relative; width: 100%; margin: auto; }

#header{
	background: #333 url(../img/header_fluegel.jpg) no-repeat top center;
	padding: 0;
	height: 200px;
	position: relative; 
	border-top: #AAD352 5px solid;
}

body.termine #header, 
body.werke #header { 
	background-image: url(../img/header_kopfhoerer.jpg);
}

#header h1 { 
	color: #ffffff;
	padding: 0;
}
#header h1 a { 
	color: #ffffff;
	background: #2C6877;
	text-decoration: none;
}
#header h1 a:hover { 
	color: #ffffff;
	background: #003d4c;
	text-decoration: none;
}

#navigation { position: relative; width: 700px; margin: 0 auto; padding: 181px 0 0 0; z-index: 2; list-style: none; }
	#navigation li { float: left; margin-right: 2px; background: url(../img/tab-r.gif) no-repeat top right;}
	#navigation li a { display: block; padding: 0 10px; color: #fff; font-weight: normal; background: url(../img/tab-l.gif) no-repeat top left; }
	#navigation li a:hover { color: #888; }
	
#content{
	background-color: #fff;
	width: 700px;
	margin: 25px auto;
	clear: both;
	color: #333;
	padding: 0;
	overflow: auto;
}

#content p { margin: 0 10px 10px 0; }

#maincontent { float: left; width: 480px; min-height: 350px; }
* html #maincontent { height: 350px; }

#rightcontent { margin-left: 500px; font-size: 12px; min-height: 350px; }
	#rightcontent a { color: #444; line-height: 16px;}

#footer {
	clear: both;
	width: 700px;
	color: #AAD352;
	font-size: 12px;
	margin: auto;
	border-top: 2px solid #AAD352;
	padding-top: 5px;
	text-align: left;
}
#footer #languages { float: left;}
	#footer #languages .flag { display: block; float: left; width: 16px; height: 11px; margin: 0 4px 0 0;}
	#footer #languages #flag_de { background: url(../img/de.gif) no-repeat top left; }
	#footer #languages #flag_usuk { background: url(../img/usuk.gif) no-repeat top left; }

#footer #metanav { float: right;}

/* Werklisten */

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 15px 0 5px 0;
}

dd {
	margin-left: 20px;
}

/* Galerie */
.galerie {
	padding: 10px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.galerie img {
	float: left;
	border: 2px solid #d8d8d8;
	margin: 11px;
}



/* Formulare
*************************/

label { color: #444; }
input, textarea, select { border: 1px solid #AAD352; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;}
textarea { width: 250px; height: 100px; }
.submit input { margin-top: 4px; background-color: #AAD352; color: #fff; font-weight: bold; }
