* {
	padding:0;
	margin:0;
}

html, 
body {
	font-size:95%;
	font-family:Helvetica, Arial, sans-serif;
	background:#eeeeee;
}

#wrap_head {
	width:100%;
	height:235px;
	background:url(images/bg_top.png) repeat-x;
}

#head {
	width:1000px;
	height:235px;
	margin:0px auto;
	background:url(images/bg_head.png) top right no-repeat;
}

#menu {
	width:750px;
	height:49px;
	line-height:49px;
	position:relative;
	top:70px;
}

#sub_menu {
	width:750px;
	height:49px;
	line-height:49px;
	position:relative;
	top:80px;
}

#title {
	width:300px;
	height:20px;
	line-height:29px;
	position:relative;
	top:110px;
}

#wrap_content {
	width:100%;
	height:auto;
	background:url(images/bg_content.png);
}

#content {
	width:1000px;
	height:auto;
	min-height:300px;
	margin:0px auto;
}

#content_row_1,
#content_row_2,
#content_row_3 {
	color:#ffffff;
	font-size:0.9em;
	width:313px;
	height:auto;
	min-height:300px;
	padding:25px 10px;
	float:left;
	text-align:justify;
}

#wrap_footer {
	width:100%;
	height:37px;
	background:url(images/bg_footer.png) repeat-x;
}

#footer {
	width:1000px;
	height:30px;
	margin:0px auto;
	text-align:right;
	line-height:30px;
}




/* ------- Links --------  */

#menu a:link , 
#menu a:visited {
	color:#ffffff; 
	text-decoration:none; 
	padding:13px 10px 20px 10px;
	background:url(images/bg_nav.png) repeat-x;
}

#menu a:active , 
#menu a:hover , 
#menu a:focus {
	text-decoration:none; 
	color:#a3c411;
	padding:13px 10px 20px 10px;
	background:url(images/bg_nav_on.png) repeat-x;
}

#sub_menu a:link , 
#sub_menu a:visited {
	color:#ffffff; 
	text-decoration:none;
	font-size:0.8em;
	padding:17px 7px 20px 7px;
	background:url(images/bg_nav.png) repeat-x;
}

#sub_menu a:active , 
#sub_menu a:hover , 
#sub_menu a:focus {
	text-decoration:none; 
	color:#a3c411;
	font-size:0.8em;
	padding:17px 7px 20px 7px;
	background:url(images/bg_nav_on.png) repeat-x;
}

#footer a:link , 
#footer a:visited {
	color:#3e3e3e; 
	text-decoration:none;
	font-size:0.8em;
}

#footer a:active , 
#footer a:hover , 
#footer a:focus {
	text-decoration:underline; 
	color:#000000;
	font-size:0.8em;
}

a , 
a:visited {
	text-decoration:none;
	color:#a3c411;
	outline:none;
}

a:active , 
a:hover , 
a:focus {
	text-decoration:none;
	color:#000000;
	outline:none;
}

/* ------- Sonstige --------  */

.clear {
	 clear:both;
}

h1 {
	font-size:1.4em;
	color:#a2bb22;
}

h2 {
	font-size:1.2em;
	color:#a2bb22;
	margin-bottom:5px;
}

h3 {
	font-size:1.1em;
	color:#a2bb22;
	margin:5px 0;
	font-weight:lighter;
}

hr {
	margin:10px 0;
}

li {
	margin:10px 0 0 15px;
	color:#a3c411;
	list-style:none;
}

p {
	margin:10px 0;
}

a img {
	border:none;
}

/* ------- Formulare --------  */

input,
textarea,
select {
	border:1px solid #a2bb22;
	background:#3e3e3e;
	margin:3px;
	color:#ffffff;
}

.submit {
	border:1px solid #a2bb22;
	color:#a2bb22;
	font-weight:bold;
	font-size:1.1em;
	outline:none;
}


