@charset "utf-8";
/* CSS Document */

/* ************************************************************************************************** */
/*                       CSS by Fabienne Ueckeroth                                                    */
/*                        agentur-es / es GmbH                                                        */
/*																									  */
/*																									  */
/* ************************************************************************************************** */

/*~~~~~~~~~~~~~~~~~~~~ resetting script ~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*~~~~~~~~~~~~~~~~~~~~ Basics ~~~~~~~~~~~~~~~~~~~~*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#8b8d8e;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	height:100%;
}
a {
	color:#83b817;
	text-decoration:none;
}
a:hover {
	color:#83b817;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/*~~~~~~~~~~~~~~~~~~~~ Schrift ~~~~~~~~~~~~~~~~~~~~*/
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
}
h1 {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:30px;
	font-weight:normal;
}
h2 {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	margin:4px 0px 19px 0px;
	padding-bottom:11px;
	border-bottom:3px solid #d7d9da;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
}
#container_main ul {
	line-height:20px;
	list-style:disc inside;
}
#container_main ul.number {
	line-height:20px;
	list-style:decimal inside;
	margin-left:15px;
}

/*~~~~~~~~~~~~~~~~~~~~ Struktur ~~~~~~~~~~~~~~~~~~~~*/
#page {
	width:940px;
	margin:auto;
	min-height:100%;
}
#main {
	overflow:auto;
	padding-bottom:35px;
}
#container_navi {
	width:220px;
	float:left;
}
#container_main {
	width:700px;
	margin-left:20px;
	padding-bottom:70px;
	float:left;
}

/*~~~~~~~~~~~~~~~~~~~~ Navi ~~~~~~~~~~~~~~~~~~~~*/
#logo {
	height:72px;
	margin:65px 0px 54px 0px;
}
#navi {
}
#navi ul {
	list-style:none;
}
#navi ul li {
}
#navi ul li a {
	display:block;
	font-size:14px;
	line-height:40px;
	width:220px;
	height:40px;
	color:#b7b9ba;
}
#navi ul li a.active, #navi ul li a:hover, #navi ul li a.inpath {
	background:url(http://www.agem-dav.de/lw_resource/datapool/layout/bg_navi_li.jpg) no-repeat;
	color:#83b817;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~ Sub Navi ~~~~~~~~~~~~~~~~~~~~*/
#navi ul li ul {
	list-style:none;
	background:url(http://www.agem-dav.de/lw_resource/datapool/layout/bg_navi_li.jpg) bottom right no-repeat;
	margin:8px 0px 0px 0px;
	padding-bottom:12px;
}
#navi ul li ul li {
}
#navi ul li ul li a {
	display:block;
	font-size:12px;
	line-height:20px;
	width:220px;
	height:20px;
	background:none;
}
#navi ul li ul li a.active, #navi ul li ul li a:hover {
	background:none;
	color:#83b817;
	font-weight:normal;
	text-decoration:none;
}


/*~~~~~~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~~~~~~*/
#container_header {
	height:200px;
}
#container_header a, #container_header p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
#topnav {
	height:20px;
	background-color:#b7b9ba;
}
#topnav_left {
	margin-left:9px;
	float:left;
}
#topnav_right {
	width:220px;
	height:20px;
	background-image:url(http://www.agem-dav.de/lw_resource/datapool/layout/bg_link_zu-dav.jpg);
	float:right;
	text-align:right;
}
#topnav_right a {
	width:210px;
	display:block;
	padding-right:10px;
}
#topnav span {
	height:20px;
	margin-right:9px;
	padding-right:8px;
	border-right:1px solid #83b817;
	display:block;
	float:left;
}
#header_image {
	height:151px;
	margin-top:10px;
}

/*~~~~~~~~~~~~~~~~~~~~ Content ~~~~~~~~~~~~~~~~~~~~*/
#container_content {
	padding-top:23px;
	width:700px;
}
#container_content img {
	border:1px solid #b7b9ba;
}
#content_left {
	width:460px;
	float:left;
}
#teaser_right {
	width:220px;
	margin-left:20px;
	float:left;
}

/*~~~~~~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~~~~~~*/
#footer {
	position: relative;
	margin-top: -35px;
	height: 35px;
	clear:both;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/*END*/

#footer_position {
	height:35px;
	width:700px;
	margin:auto;
}
#container_footer {
	height:26px;
	width:700px;
	background-color:#d7d9da;
	margin-left:120px;
	padding-top:9px;
}
#footer_left {
	float:left;
	margin-left:10px;
}
#footer_right {
	float:right;
	margin-right:10px;
}
#container_footer a, #container_footer p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container_footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#container_footer span {
	margin:0px 6px 0px 9px;
}

/*~~~~~~~~~~~~~~~~~~~~ Buttons ~~~~~~~~~~~~~~~~~~~~*/
a.button_mehr {
	width:11px;
	display:inline-block;
	background:url(http://www.agem-dav.de/lw_resource/datapool/layout/button_mehr.jpg) top left no-repeat;
	margin-left:5px;
}
a.button_mehr:hover {
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~ CBOX: Two Images ~~~~~~~~~~~~~~~~~~~~*/
.single_column {
	width:220px;
	float:left;
	margin-left:20px;
}
.single_column_first {
	width:220px;
	float:left;
}
/*.img_untertitel {
	margin-bottom:5px;
}*/
.two_images {
	margin-top:10px;
}
