﻿/* Allgemeine Layoutdatei */
body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 0.69em Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
    background: rgb(204,204,204);
}

img {
	border: 0 none;
}

a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

#scripterror {
	background: #eee;
	border: 1px dotted #f00;
	text-align: center;
	padding: 3px;
}

/* INHALT */
img#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#container {
	position: relative;	
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

#container_content {
	position: relative;	
    width: 956px;
    margin: 0 auto;
}

#container_content_search {
	position: absolute;	
    top: 16px;
    right: 35px;
}

#container_content_search input {
	width: 160px;
    height: 18px;
    border: 0;
    background: transparent;
    font: 1em Verdana; 
    color: rgb(100,100,100);
}


#container_content_card {
	position: relative;	
    background: url(../image/container_content_card.png);
    padding: 13px;
    margin-top: 20px;
}

#container_content_menu {
	position: relative;	
    margin-top: 30px;
    height: 147px;
    width: inherit;
}

#container_content_menu_box-1 {
	position: absolute;	
    top: 0;
    left: 0;
    width: 199px;
    height: 127px;
    padding: 10px;
    background: url(../image/container_content_menu_box.png) no-repeat;
}

#container_content_menu_box-2 {
	position: absolute;	
    top: 0;
    left: 248px;
    width: 199px;
    height: 127px;
    padding: 10px;
    background: url(../image/container_content_menu_box.png) no-repeat;
}

#container_content_menu_box-3 {
	position: absolute;	
    top: 0;
    left: 493px;
    width: 199px;
    height: 127px;
    padding: 10px;
    background: url(../image/container_content_menu_box.png) no-repeat;
}

#container_content_menu_box-4 {
	position: absolute;	
    top: 0;
    left: 737px;
    width: 199px;
    height: 127px;
    padding: 10px;
    background: url(../image/container_content_menu_box.png) no-repeat;
}

#container_content_news {
	position: relative;	
    margin-top: 30px;
    width: inherit;
}

#container_content_news_left {
	position: relative;	
    width: 447px;
    padding: 10px;
    vertical-align: top;
    background: rgb(206,224,210) url(../image/container_content_news.gif) 0 100% repeat-x;
}

#container_content_news_left h1 {
    color: rgb(227,40,46);
    font-weight: bold;
    font-size: 1em;
}

#container_content_news_left a {
    font-weight: bold;
    text-decoration: none;
}

#container_content_news_right {
	position: relative;	
    width: 443px;
    vertical-align: top;
    padding: 10px;
    background: rgb(206,224,210) url(../image/container_content_news.gif) 0 100% repeat-x;
}

#container_content_news_right h1 {
    color: rgb(227,40,46);
    font-weight: bold;
    font-size: 1em;
}

#container_content_news_right a {
    font-weight: normal;
}

#container_content_footer {
    margin-top: 50px;
	position: relative;	
    text-align: center;
    color: rgb(66,177,83);
}

#container_content_footer a {
    color: rgb(66,177,83);
}

.fix-div {
    clear: both; 
    line-height: 0; 
    font-size: 0; 
    padding: 0; 
    margin: 0;
}

#dhtmltooltip {
    position: absolute;
    width: 170px;
    border: 1px solid black;
    padding: 10px;
    background-color: white;
    visibility: hidden;
    z-index: 100;
}

