body {
	background-color: #e9f1f5;
	font-family: Arial, Tahoma, Verdana;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
}

/* ---- Zentrierung des Layouts ---- */
#layout {
	width: 869px;
	margin: 0 auto;
	margin-top:10px;
	padding: 0;
}

#main {
	background-color:#ffffff;
	padding:0px;
    box-shadow: 0 0 10px;
}

#navi{
	background-color:#faeab7;
}

div.button {
	background-image:url(../img/button.jpg);
	width:260px;
	height:36px;
	display:block;
}

.navilink {
	padding:8px;
	padding-left:20px;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
}


.navilink2 {
	padding:8px;
	padding-left:10px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
	line-height:20px;
}

.navilink:hover {
	color:#a70e0e;
	background-color:#d7e9f3;
}

.navilink2:hover {
	color:#a70e0e;
}

.small {
	font-size:8pt;
}

.tablesmall {
	font-size:9pt;
}

.adress {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:20px;
	color:#666666;
	font-family:Arial, Tahoma;
	font-size:10pt;
}

a.textlink {
	color:#3e546b;
	font-weight:bold;
	text-decoration:none;
}

a.textlink:hover {
	color:#990033;
	font-weight:bold;
	text-decoration:none;
}

.bottom {
	width:864px;
	height:35px;
	text-align:right;
	font-family: Arial, Tahoma;
	font-size:8pt;
	color: #666666;
	padding-top:5px;
	padding-right:10px;
	/*background-image:url(../img/bottom_background.jpg);*/
	background-repeat:repeat-x;
}

.bottomlink {
	color:#666666;
	text-decoration:none;
}

#inhalt {
	padding:20px;
	font-size:10pt;
	font-family:arial, tahoma;
}

h1 {
	color:#666666;
	font-weight:bold;
	font-family:Arial Narrow, Arial, Tahoma;
	font-size:16pt;
}

h2 {
	color:#666666;
	font-weight:bold;
	font-family:Arial, Tahoma;
	font-size:13pt;
}

h3 {
	color:#666666;
	font-weight:bold;
	font-size:12pt;
}

h4 {
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
	display:inline;
}

input {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}

textarea {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}

select {
	border:1px solid #7d98b4;
	font-size:8pt;
	font-family:arial, tahoma;
}







.tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 30px;
}

.tabs ul li {
    display: block;
    float: left;
    width: auto;
    padding: 5px 10px 4px 10px;
    border: 1px solid #93A2B2;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 0px 0px;
    background-color: #dddddd;
    color: #5B6C7E;
    cursor: pointer;
    margin-right: 3px;
}

.tabs ul li.active {
    background-color: #ffffff;
    color: #5B6C7E;
    border-width: 1px 1px 0px 1px;
    padding: 5px 10px 5px 10px;
}

.tab_content {
    display: none;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #93A2B2;
    border-radius: 0px 5px 5px 5px;
}

.tab_content.active {
    display: block;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    opacity: 0.5;
    background-color: #000000;
    z-index: 1000;
    top: 0;
    left: 0;
}

#modal {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    z-index: 1001;
    top: 0;
    left: 0;
    color: #555555;
    /*max-width: 1010px;*/
}

.modal_close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/style/modal_close.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

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

.changeable {
    position: relative;
    min-height: 26px;
}

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

.content_edit_button:hover {
    color: #383838 !important;
    text-decoration: none;
    background-color: #eeeeee;
    border-width: 0px 0px 1px 1px;
}

#login_div{
    position: relative;
    float: right;
    color: #666666;
}

#login_div a{
    color: #666666;
	text-decoration: none;
}

.login_link, .logout_link{
    cursor: pointer;
}

.login_box{
    display: none;
    position: absolute;
    width: 367px;
    left: 15px;
    top: -65px;
    padding: 10px;
    border: 1px solid #36231D;
    background-color: #ffffff;
}

.login_box_close{
    position: absolute;
    width: 15px;
    height: 20px;
    top: 0;
    right: 0;
    color: #aaaaaa;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.login_box input[type=text], .login_box input[type=password]{
    width: 140px;
}

.login_box input[type=submit]{
    width: 50px;
}

.login_box_close:hover{
    color: #4c4c4c;
}

.login_box_input_div{
    float: left;
    margin-right: 10px;
}

.login_box_input_div label{
    display: block;
    color: #4c4c4c;
}


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

#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: 142px;
    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;
}