/* 2008 // despecial.com */


/* reset */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* defaults */
body { 
	font: normal 8pt Arial, sans-serif;
	color: #00582a;
	background-color: #ffffff;
}

a:link,
a:visited { 
	text-decoration: none;
	color: #009605
}
a:hover,
a:active {
	text-decoration: underline;
	color: #027406
}

img { border: none }

/* logo */
#logo { 
	position: absolute;
	top: 3%;
	left: 48%;
}


/* Content */
#content {
	position: absolute;
	top: 62%;
	left: 30%;
	background: transparent url("../_img/content-bg.gif") repeat-y 40px 0px;
}
#content_top {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 589px;
	height: 166px;
	margin-top: -166px;
	margin-left: -16px;
	background: transparent url("../_img/content-top-bg.gif") no-repeat;
}
#content_bottom {
	position: absolute;
	width: 640px;
	height: 158px;
	margin-left: -33px;
	margin-top: -80px;
	background: transparent url("../_img/content-bottom-bg.gif") no-repeat;
}
#content_top h1,
#content_top h2 {
	position: relative;
	top: 90px;
	left: 86px;
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: uppercase
}
#content_top h2 {
	font-size: 21px;
}

#inhalt {
	position: relative;
	top: -45px;
	width: 466px;
	padding-right: 10px;
	margin-left: 72px;
	margin-bottom: 14px;
}
#inhalt p {
	margin-bottom: 14px
}
#inhalt h3 {
	margin-top: -60px;
}


/* Navigation */
#navi {
	position: absolute;
	top: 7%;
	left: 1.5%;
	height: 239px;
	width: 252px;
	background: transparent url("../_img/nav-bg.gif") no-repeat
}
#nav {
	display: inline;
	list-style-type: none;
}
#nav li {
	float: left;
	margin-right: 2px;
}
#nav li a span  {
	display: none;
}

/* nav menus */
li#nav1 {
	position: absolute;
	top: 16px;
	left: 66px;
}
#nav1 a:link,
#nav1 a:visited {
	height: 28px;
	width: 57px;
	display: block;
	background: transparent url("../_img/nav_1.gif") no-repeat
}
#nav1 a:hover,
#nav1 a:active,
#nav1 a.active {
	background: transparent url("../_img/nav_hover1.gif") no-repeat
}

li#nav2 {
	position: absolute;
	top: 50px;
	left: 76px;
}
#nav2 a:link,
#nav2 a:visited {
	height: 27px;
	width: 40px;
	display: block;
	background: transparent url("../_img/nav_2.gif") no-repeat
}
#nav2 a:hover,
#nav2 a:active,
#nav2 a.active {
	background: transparent url("../_img/nav_hover2.gif") no-repeat
}

li#nav3 {
	position: absolute;
	top: 80px;
	left: 62px;
}
#nav3 a:link,
#nav3 a:visited {
	height: 28px;
	width: 163px;
	display: block;
	background: transparent url("../_img/nav_3.gif") no-repeat
}
#nav3 a:hover,
#nav3 a:active,
#nav3 a.active {
	background: transparent url("../_img/nav_hover3.gif") no-repeat
}

li#nav4 {
	position: absolute;
	top: 110px;
	left: 65px;
}
#nav4 a:link,
#nav4 a:visited {
	height: 33px;
	width: 172px;
	display: block;
	background: transparent url("../_img/nav_4.gif") no-repeat
}
#nav4 a:hover,
#nav4 a:active,
#nav4 a.active {
	background: transparent url("../_img/nav_hover4.gif") no-repeat
}

li#nav5 {
	position: absolute;
	top: 143px;
	left: 75px;
}
#nav5 a:link,
#nav5 a:visited {
	height: 22px;
	width: 56px;
	display: block;
	background: transparent url("../_img/nav_5.gif") no-repeat
}
#nav5 a:hover,
#nav5 a:active ,
#nav5 a.active {
	background: transparent url("../_img/nav_hover5.gif") no-repeat
}

li#nav6 {
	position: absolute;
	top: 166px;
	left: 65px;
}
#nav6 a:link,
#nav6 a:visited {
	height: 30px;
	width: 77px;
	display: block;
	background: transparent url("../_img/nav_6.gif") no-repeat
}
#nav6 a:hover,
#nav6 a:active,
#nav6 a.active {
	background: transparent url("../_img/nav_hover6.gif") no-repeat
}



/* Aktuelles */
#aktuelles {
	position: absolute;
	top: 52%;
	left: 5%;
	width: 194px;
	height: 247px;
	background: transparent url("../_img/aktuelles-bg.gif") no-repeat
}
#aktuelles h1 {
	height: 25px;
	width: 115px;
	display: block;
	margin: 40px 0 0 40px
}
#aktuelles h1 span { display: none }

#aktuelles h2  { 
	width: 170px;
	height: 76px;
	margin: 10px 20px 10px 18px;
	color: white;
	font-size: 11pt;
	line-height: 15px;
	overflow: hidden;
}
#aktuelles a {
	color: white;
	text-decoration: none
}


/* Footer */
#footer {
	position: absolute;
	bottom:10px;
	left: 10px;
	font-size: 10px
}





/* misc */

.left { float: left }
.right { float: right }
.clear { clear: both }

.hr {
	clear: both;
	display: block;
	width: 862px;
	height: 30px;
	background: transparent url("../_img/hr-grey.gif") no-repeat;
	margin: 5px 0 5px 0
}

.txtfield,
#contactmsg {
	padding: 2px;
	border: 1px solid #50C51F;
	background-color: #E3FADA;
	font: normal 11px arial, sans-serif
}

#contactmsg {
	width: 330px;
	height: 120px;
}