@import url(blueprint/screen.css);

body {
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	letter-spacing:1px;
}

p {
	margin-bottom:10px;
}
.container {
	width:1000px;
}

.head {
	background-image:url(../images/head_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:258px;
	margin-top:27px;
}
.head_logo {
	position:absolute;
	margin-left:293px;
}
*html .head_logo { margin-left:290px; }
*+html .head_logo { margin-left:290px; }

.nav {
	background-color:#89D537;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:37px;
}
ul.nav_menu {
	display:block;
	list-style:none;
	float:left;
	margin:8px 0 0 0;
}
.nav_menu li {
	display:block;
	float:left;
}
.nav_menu li a {
	color:#000000;
	text-decoration:none;
	font-size:14px;
	display:block;
	padding: 0 21px;
	border-right:1px dashed #000000;
}
.nav_menu li a:hover,
.nav_menu li.active a {
	color:#ffffff;
}
.nav_menu li.last a {
	border:0;
	padding: 0 0 0 21px;
}
.nav_end {
	float:right;
}

.main {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:1007px;
	margin-left:-7px;
}

.content {
	width:706px;
	background-image:url(../images/content_r.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:600px;
	padding: 5px 25px 10px 25px;
}
.content_l {
	background-image:url(../images/content_l.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
	float:left;
}

.sidebar {
	width:221px;
	min-height:215px;
	background-color:#b7dcf4;
	background-image:url(../images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	padding:15px 15px 370px;
}

.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:1007px;
	height:15px;
	margin-left:-7px;
}

.copyright {
	text-align:center;
	padding:10px 0 5px 0;
	color:#999999;
}
.copyright a { color: #999999; text-decoration:none; }
.copyright a:hover { color: #000000; }

/**
	Headlines
**/
h1 {
	color:#72ad29;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 20px; 0;
}
h2 {
	color:#72ad29;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:10px 0 5px 0;
}

/**
	KONTAKT
**/
form#kontakt {
	display: block;
	width: 100%;
	background-image:url(../images/kontakt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#kontakt img {
	border: 1px solid #BBBBBB;
	float:left;
	margin-right:15px;
}	

/**
	STARTSEITE
**/
#player {
	border:12px solid #89D537;
	margin:0 0 30px 135px;
	width:400px;
}

/**
	EINFACH STARTEN
**/
.list_nr {
	float:left;
	margin-right:10px;
}
.list_text {
	float:left;
	padding-top:6px;
}



.button {
	border-width:1px 1px 1px 8px;
	border-style:solid;
	border-color:#89D537;
	background-color:#DDFFFF;
	padding:3px 7px;
	margin-right:10px;
	color:#000000;
	text-decoration:none;
}
.button:hover {
	border-color:#78C426;
	background-color:#CCEEEE;	
}
.reset {
	border:0;
	margin:0;
	padding:0;
	line-height:normal;
	letter-spacing:normal;
}

/** 
	LEISTUNGEN - TABELLENDARSTELLUNG
**/

.leistung {
	background-image: url(/assets/images/leistungTab_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 650px;
	display: block;
	margin-left: 26px;
}

.leistungTab {
	width: 324px;
	float: left;
}
.leistungTab h2 {
	width: 310px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	line-height: 16px;
	background-image: url(/assets/images/leistungTab_h2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	min-height: 19px;
}
.leistungTab ul {
	padding: 0; /* resetted */
	margin: 0; /* resetted */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url(/assets/images/leistungTab_list_arrow.gif);
}
.leistungTab ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

