html, body{
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Arial;
	color: #5a5a5a;
	background-color: #f5f5f5;
	line-height: 18px;
	position: relative;
	padding-bottom: 50px;
}

img {
	border: none;
}

h1,h2,h3,h4,h5 {
	margin-top: 0;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0098FF;
}

h2 {
	font-size: 20px;
	margin-top: -4px;
	margin-bottom: 10px;
	color: #5a5a5a;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
}

h5 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

a, a:hover, a:link, a:active, a.visited {
	text-decoration: none;
	color: #0098ff;
}

ul{
	margin: 0;
	padding-left: 25px;
}

input[type=text], input[type=password], textarea{
	border: 1px solid #888888;
	padding: 2px 3px;
}

input[type=submit]{
	background-color: #0098ff;
	background-image: none;
	color: #ffffff;
	padding: 4px 10px;
	color: #ffffff;
	text-align: center;
	border: none;
	cursor: pointer;
}

p{
	margin-top: 0;
}

.clear{
	clear: both;
}

.clear_5{
	clear: both;
	height: 5px;
}

.clear_10{
	clear: both;
	height: 10px;
}

.clear_15{
	clear: both;
	height: 15px;
}

.clear_20{
	clear: both;
	height: 20px;
}

.clear_25{
	clear: both;
	height: 25px;
}

.clear_30{
	clear: both;
	height: 30px;
}

.clear_35{
	clear: both;
	height: 35px;
}

.clear_40{
	clear: both;
	height: 40px;
}

.clear_45{
	clear: both;
	height: 45px;
}

.clear_50{
	clear: both;
	height: 50px;
}

#gesamt {
	width: 1000px;
	margin: 0 auto;
}

.layout {
	width: 1000px;
	margin: 0 auto;
}

#kontaktbalken{
	background-color: #5a5a5a;
	padding: 10px 20px;
	border-radius: 10px;
	color: #ffffff;
	margin: 20px 0;
}

#kontaktbalken .hellblau{
	font-weight: bold;
}

.hellblau, a.hellblau{
	color: #96c8ea;
}

#navi_und_logo{
	display: block;
	height: 117px;
	background-image: url('../img/style/background_navigation.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

a#logo{
	display: block;
	float: left;
	width: 340px;
	height: 93px;
	background-image: url('../img/style/logo_dischinger.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 51px;
	margin-left: 20px;
}

#navi{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi li{
	display: block;
	float: left;
	margin-right: 1px;
	height: 117px;
	background-image: url('../img/style/background_link_inaktiv.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#navi li.aktiv, #navi li:hover{
	background-image: url('../img/style/background_link_aktiv.png');
}

#navi li a{
	display: block;
	height: 117px;
	text-align: center;
	padding: 0 20px;
	line-height: 117px;
	color: #5a5a5a;
	font-size: 16px;
}

#navi li.aktiv a, #navi li a:hover{
	color: #ffffff;
}

#content{
	min-height: 120px;
}

#header {
	z-index: 0;
	width: 1000px;
	height: 334px;
	margin-bottom: 20px;
}

#header img{
	width: 1000px;
	height: 334px;
}

#header div.slideshow_item{
	position: relative;
}

.header_overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 334px;
	width: 411px;
	background-image: url('../img/style/header_ueberlagerung.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.header_text_block{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 331px;
	height: 254px;
	padding: 50px 40px 30px 40px;
	font-weight: bold;
}

.header_weiss{
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
}

.header_blau{
	font-size: 26px;
	line-height: 35px;
	color: #0098ff;
}

.header_punkt{
	display: block;
	width: 17px;
	height: 16px;
	float: left;
	background-image: url('../img/style/punkt_header.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 7px;
	margin-right: 10px;
}

a.blauer_button{
	display: block;
	background-color: #0098ff;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 10px;
	font-size: 13px;
}

#navi_bottom{
	float: left;
}

#navi_bottom a{
	margin: 0 20px;
	color: #5a5a5a;
}

#footer {
	padding: 15px 0 0 0;
	color: #5a5a5a;
	border-top: 2px solid #5a5a5a;
}

#footer a {
	text-decoration: none;
	color: #5a5a5a;
}

#copyright{
	float: right;
}


/*Kontaktformular*/
#kontaktformular {
	float: left;
    width: 563px;
}

#kontaktformular table {
    width: 100%;
    border-spacing: 0;
}

#kontaktformular .linke_spalte {
    width: 50%;
    padding: 3px 10px 0 0;
}

#kontaktformular .rechte_spalte {
    width: 50%;
    padding: 3px 0 0 10px;
}

#kontaktformular select {
    border: solid #888888;
    border-width: 1px 1px 1px 1px;
}

#kontaktformular option {
    padding: 2px 20px 0px 2px;
}

#kontaktformular .input_reparatur{
    padding-right: 7px; /* = padding left und right und border vom input*/
}

#kontaktformular input {
    width: 100%;
    padding: 2px;
    border: solid #888888;
    border-width: 1px 1px 1px 1px;
}

#kontaktformular input[type=submit] {
    border: none;
    padding: 6px 20px;
    cursor: pointer;
    font-size: 16px;
}

#kontaktformular textarea {
    width: 100%;
    height: 159px;
    padding: 2px;
    border: solid #888888;
    border-width: 1px 1px 1px 1px;
    resize: vertical;
}

#kontaktformular img {
    margin-right: 10px;
}

#kontaktformular .hinweis {
    clear: both;
    font-size: 10px;
    margin: 10px 0;
    padding-top: 10px;
    text-align: justify;
}
/*ENDE Kontaktformular*/

.infobox_fehler{
	position: fixed;
	top: 30px;
	left: 50%;
	border: 2px solid #d40000;
	padding: 20px;
	background-color: #ffdfdf;
	color: #d40000;
	margin-left: -420px;
	width: 800px;
	border-radius: 5px;
	z-index: 999;
}

.infobox_fehler .info_close{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #d40000;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-radius: 0 0 0 5px;
	cursor: pointer;
}

.infobox_erfolg .info_close{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #01a41c;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-radius: 0 0 0 5px;
	cursor: pointer;
}

.infobox_erfolg{
	position: fixed;
	top: 30px;
	left: 50%;
	border: 2px solid #01a41c;
	padding: 20px;
	background-color: #dfffdf;
	color: #01a41c;
	margin-left: -420px;
	width: 800px;
	border-radius: 5px;
	z-index: 999;
}

.infobox_fehler ul, .infobox_erfolg ul{
	margin: 5px 0px 0px 0px;
	padding-left: 35px;
}


#modal .save_button, #modal .cancel_button {
	float: right;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	border: solid #93A2B2;
	border-width: 1px 2px 2px 1px;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
	background-color: #ffffff;
	color: #383838;
}

.changeable {
	position: relative;
}

.content_edit_button {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #cccccc;
	padding: 2px 5px;
	background-color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	color: #bbbbbb !important;
	text-decoration: none;
	font-size: 11px;
}

.content_edit_button:hover {
	color: #383838 !important;
	text-decoration: none;
}

.index_box{
	position: relative;
	display: block;
	background-color: #ECECEC;
	float: left;
	width: 195px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 25px 20px 20px 20px;
	min-height: 280px;
}

.index_box_h1{
	color: #5a5a5a;
	font-size: 14px;
	font-weight: bold;
}

.index_box_h2{
	color: #0098ff;
	font-size: 16px;
	font-weight: bold;
}

.index_box hr{
	height: 2px;
	border: none;
	background-color: #bcbcbc;
	margin: 10px 0 15px 0;
}

.index_box ul{
	list-style-image: url('../img/style/punkt_content.png');
}

.index_box ul li{
	margin-bottom: 10px;
}

.index_box a.blauer_button{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.index_news_block{
	margin: 20px 0;
}

.index_news_datum{
	font-weight: bold;
	margin-bottom: 10px;
}



.input, .textinput{
	margin-bottom: 10px;
}

.textinput{
	padding-right: 6px;
}

.textinput input, .textinput textarea{
	width: 100%;
	padding: 2px 3px;
	font-family: Arial;
	font-size: 14px;
}

.textinput textarea{
	resize: vertical;
}


.img_del_button{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid red;
	background-color: red;
	color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 0 5px;
	text-align: center;
}

a.button{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0A4BA2;
}

.news_block{
	display: block;
}

a.news_bild{
	display: block;
	float: left;
	width: 202px;
}

a.news_bild img{
	width: 200px;
	border: 1px solid #cccccc;
}

.news_text_block{
	margin-left: 220px;
}

.news_ueberschrift{
	font-weight: bold;
	font-size: 14px;
}

.news_datum{
	font-size: 11px;
}

.news_kurztext{

}
