/*
Template name: Decayed
Template URI: http://templates.arcsin.se/decayed-website-template/
Release date: 2007-05-12
Description: A dark trash style two-column website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: green;
	text-decoration:none;	
 font-weight: bold;
}
a:hover {color: grey;}

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

p1,ul,ol,h2 {padding-bottom: 0.3em;}
h1 {padding-bottom: 0.5em;}
p {padding-bottom: 0.0em;}

p {
	font-size: 12px;
	text-shadow:gray 1px 1px 3px; 
	color:black;
	line-height:16px;
}

p1 {
	font-size: 12px;
	text-shadow:gray 1px 1px 3px; 
	color:black;
	line-height:16px;
}
h1 {
	font-size: 32px;
	text-shadow:gray 1px 1px 3px; 
	color:#000066;
	line-height:25px;
}
h2 {color:#000066;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}


/* content */
#content {
	left: 334px;
	position: absolute;
	top: 12px;
	width: 670px;
	height: 596px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 44px;
	position: absolute;
	top: 250px;
	width: 196px;
}
#navigation a {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#navigation ul {margin: 0 0 0 0;}
#navigation li {
	list-style: none;
	color: #000;
	background-color: #cde7d5;
	width: 196px;
	height: 28px;
	margin-bottom: 5px;
	text-align: center;
	line-height:28px;
	text-shadow:#AAAAAA 1px 1px 3px;
}
#navigation li a {
	text-decoration: none;
	
}
#navigation li:hover {background-color: #9accad;}
#navigation .aktiv {background-color: #9accad;}

/* daten */
#daten {
	left: 539px;
	position: absolute;
	top: 632px;
	width: 196px;
	height: 40px;
}
#daten a {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#daten ul {margin: 0 0 0 0;}
#daten li {
	list-style: none;
	color: #000;
	background-color: #ff6666;
	width: 196px;
	height: 28px;
	margin-bottom: 5px;
	text-align: center;
	line-height:28px;
	text-shadow:#AAAAAA 1px 1px 3px;
}
#daten li a {
	text-decoration: none;
	
}
#daten li:hover {background-color: #ff3333;}
#daten .aktiv {background-color: #ff3333;}

/* anfrage */
#anfrage {
	left: 775px;
	position: absolute;
	top: 631px;
	width: 196px;
	height: 40px;
}
#anfrage a {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#anfrage ul {margin: 0 0 0 0;}
#anfrage li {
	list-style: none;
	color: #000;
	background-color: #009900;
	width: 196px;
	height: 28px;
	margin-bottom: 5px;
	text-align: center;
	line-height:28px;
	text-shadow:#AAAAAA 1px 1px 3px;
}
#anfrage li a {
	text-decoration: none;
	
}
#anfrage li:hover {background-color: #006600;}
#anfrage .aktiv {background-color: #006600;}

/* header */
#header {
	border: 0px;
	/*background:url('header.jpg') no-repeat;*/
	position: absolute;
	top: 2px;
	width: 212px;
	height: 210px;
	left: 40px;
}

