/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.07.2015, 08:46:36
    Author     : KPlewnia
*/
/* ---------------     Reset     --------------- */
* {
	padding: 0;
	margin: 0;
}

html,body {
	border: 0 solid;
}

a img {
	border: 0
}



/* ---------------     Container     --------------- */
#container {
	width: 1280px;
	margin: 20px auto;
	text-align: left;
	/*border: 1px solid #999999;*/
        border-top: 1px solid #999999;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	left: 0px;
	
}

#header {
	height: 100px;
        color: #9f0000;
        font-size: xx-large;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
        style :"position:relative";
	background-image: url(../images/banner7.jpg);

	background-repeat: no-repeat;
        text-align: right;
}

#header2 {
	height: 35px;
	line-height: 34px;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	font-size: small;
	text-align: center;
	border-bottom: 1px solid #999999
}

#content {
        margin: 250 px;
	float: left;
	width: 730px;
	height: 668px;
	padding: 10px 25px 15px 200px;
	background: #FFFFFF;
	overflow: auto;
}

#mainnav_rechts{
    float: right;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-style: italic;
    width: 250px;
    height: 693px;
    background: #FFFFFF;
    
    
}


#menu {
	float: left;
	width: 172px;
	min-height: 655px;
	padding: 20px 0 0 0;
	text-align: left;
}

#menu #logo {
	top: 40px;
	left: 40px;
	position: relative;
	width: 150px;
	height: 145px;
}

#logo p {
	color: rgb(204, 0, 0);
}

#menu #logo_users {
	top: 20px;
	left: 40px;
	position: relative;
	width: 130px;
	height: 145px;
}

#menu #logo_zw {
	top: 40px;
	left: 40px;
	position: relative;
	width: 130px;
	height: 145px;
}

#footer {
	clear: both;
	background: #FFFFFF;
	height: 55px;
	border-top: 1px solid #999999;
	padding-bottom: 5px;
}

#contentframe {
	border-left: 1px solid #999999;
	background: #FFFFFF;
}

#seitenzahl {
	text-align: center;
	font-size: 15px;
	word-spacing: 4px;
	position: relative;
	bottom: 0;
}
/* ---------------     Tags und Fonts     --------------- */
body {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	/*color: #666666;*/        
        color: #000000;
        background-image: url(../images/background_kachel.jpg) ;
        background-repeat: repeat;
}

#content a {
	font-size: 10px;
}


#header h1 {
	font-size: 40px;
	margin-left: 320px;
	line-height: 89px;
}
#content h2 {
	margin-top: 12px;
	margin-bottom: 5px;
        margin-left: 56px;
	font-size: 20px;
	color: #cc0000;
        text-decoration: underline;
}
#content h3 {
	margin: 1em 0 1em 0;
	font-size: 16px;
	color: #cd2626;
}

#content h4 {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #cc0000;
        
}





#footer p {
	padding-top: 16px;
	text-align: center;
}

#header2 a {
	border: 1px solid #C1CDC1;
	/*color: #666666;*/	
        color: #000000;
	text-decoration: none;
	background-color: buttonhighlight;
	padding: 3px;
	margin-right: 10px;
}

#header2 a:hover {
	border: 1px solid #E78F26;
	color: #cc0000;
	text-decoration: none;
}

p,li {
	font-size: 1.2em;
	line-height: 180%;
}

p {
	margin-bottom: 1em;
	text-align: justify;
        font-size: 12px;
}

a {
	/*color: #666666;*/    
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

a:focus {
	outline: none;
}


ul {
	list-style-type: square;
}

#menu ul {
	margin-left: 30px;
}

#menu li a {
	display: block;
	padding-left: 5px;
	width: 165px;
}

#menu table {
	text-align:left;
}

.button {
	width: 80px;
	height: 20px;
	border: 1px solid #8b7e66;
}

.festeBreite {
	width: 150px;
}

.textboxbreite {
	width: 245px;
}

.festeBreiteein {
	width: 245px;
}

.table {
	font-size: 11px;
	text-align: left;
}

.table2 {
	font-size: 12px;
	text-align: left;
}

.table2 td {
	padding-left: 15px;
}

.thead{
	border-bottom: 1px black;
}

.tdcenter{
        text-align: center;
}

.rot {
	color: #cd2626;
}

.rotcenter {
	color: #cd2626;
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.rotleft {
	color: #cd2626;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.rotright {
	color: #cd2626;
	font-size: 13px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.web {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}

select{
   width: 100px;
} 

span{
    margin-top: 4px;
    position:absolute;
}