/* =========================== Seitenaufbau =========================== */

body
{
    background-color: #e8e8e8;
    color: #343434;
    font-family: arial, helvetica, sans-serif;
}

html
{
    overflow: -moz-scrollbars-vertical;
    Overflow-y: scroll;   
    Overflow-x: hidden;   
}

html,
body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
    padding: 0;
    height: 100%;
}

.seite
{
    margin: 0 auto;
    width: 840px;
    background-color: white;
    background-image: url(bilder/z_v_linie.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* =========================== Seiteninhalt =========================== */

.inhalt
{
    padding-left: 250px;
    width: 450px;
    padding-bottom: 0;
    clear: both;
    min-height: 100%px;
    height: auto !important;
    height: auto;
}

.text
{
    background-color: #fff;
    font-size: 77%;
    color: #666;
    padding-bottom: 0px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 17px;
    line-height: 1.29em;
    clear: both;
}

h1
{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    font-size: 1px;
    color: #ffffff;
    z-index: 100;
    width: 225px;
    height: 130px;
}

h2
{	
	font-size:        13px;
    color:            #6c6c6c;
    margin:           0 0 0.0em; padding: 0.0em;
    text-align:       left;
    background-color: #ffffff;
    border:           none;
    font-family:      verdana;
    text-decoration:  none;
}	

h3
{
    padding: 0;
    margin: 0;
    color: rgb(135,135,135);
    font-size: 15px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
}

h4
{
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 3px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
}

h5
{	
	font-size:		  1px;
	font-weight: 	  normal;
	font-style:	      normal;
	text-decoration:  none;
	word-spacing:	  normal;
	letter-spacing:	  normal;
	text-transform:	  none;
	font-family: 	  arial;
	color: 		      #ffffff;
	margin-top: 	  3px; 
	margin-bottom: 	  15px;

 }

.linie
{
	width:          100%;
	padding-bottom: 5px;
	border-bottom:  1px solid #ff3333;
}

a img
{
    border: 0;
}

/* =========================== Seitensteuerung =========================== */

#menue .navi {
padding: 2px 0px 0px 0px;
display: block;
overflow: hidden;
width: 204px;
height: 20px;
font-size: 12px;
font-weight: normal;
text-align: left;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
color: rgb(105,105,105);
border-bottom: 0px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
}

#menue .navi:hover {
height: 20px;
background-color: #ffffff;
color: #ff0000;
}

a:visited.navi  {
background-color: #ffffff;
color: #959595;
}

#menue .navi1 {
padding: 2px 0px 0px 0px;
display: block;
overflow: hidden;
width: 204px;
height: 20px;
font-size: 12px;
font-weight: normal;
text-align: left;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
color: rgb(255,0,0);
border-bottom: 0px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
}

/* =========================== Linkanzeige =========================== */

a:link{text-decoration:none;color:#666666;}
a:hover{text-decoration:none;color:#ff3333;font-weight:mormal}
a:visited{text-decoration:none;color:#b3b3b3;font-weight:mormal}
a:active{text-decoration:none;color:#ff3333;font-weight:nromal}

/* =========================== Fusszeile =========================== */

#fusszeile
{
    position: absolute;
    bottom: 0 !important;
    bottom: 0px;
    height: 20px;
    width: 100%;
    color: rgb(105,105,105);
    font-size: 10px;
    border-top: 1px solid rgb(207,207,207);
    background-color: #FFF;
    border-right: 0px solid rgb(207,207,207);
    border-left: 0px solid rgb(207,207,207);
    background-position: 0 0;
    overflow: hidden;
}

#fusszeile a
{
    text-decoration: none;
}

#fusszeile a:hover
{
    color: #ff0000;
}