﻿/* Allgemeine Definitionen*/

body
{
background-color: #ced2d4; 
color: #000; 
text-align: center;
/*font-size:1px;*/
font-family:Arial, Helvetica, sans-serif;

}

html 
{
margin:0;
padding:0;
}

/*Ausrichtung*/	

#hidelink, .toleft 
{
position: absolute;
left: -1000em;
width: 100em;
height: 1em;
overflow: hidden;
}

.hideall 
{ 
display: none;
 }
 
 .nonvisible
 {visibility:hidden;
  }
	
.clear	
{
height: 0px;
width: auto !important;
overflow: hidden;
float: none !important;
clear: both;
}
	

.clearall
{
clear:both;
height:10px;
} 

.left{float:left;}	
.right{float:right;}	
.middle{vertical-align:middle;}  
.top{vertical-align:top;} 
.rechts{text-align:right;} 
.bottom{vertical-align:bottom;} 




/*Allgemeine Definitionen*/
img
{
border:0px;
}

div
{
border:0px  #ffffff;
}


	
p, td	
{
margin:0 0 0px 0;
padding:0 0 0 0;
font-size:12px;
}
	
ul li
{
margin:0em 0 0 0;
padding:0 0 0 0;
}
	
	
		
h1 
{
margin:0 0 24px 0;
padding:0 0 0 0;
font-size:12px;
font-weight:bold;
}	
	
		
h2 
{
font-size:12px;
font-weight:bold;
}

	
a
{
text-decoration: none
}

a:hover 
{
text-decoration: underline
}


/*Gliederung*/

#outer
{
width:927px;
text-align:center;
margin:0px auto;
padding: 0px 0 0 0;
}

#header
{
background-image:url(images/header.gif);
height:97px;
width:927px;
text-align:left;
}

#headernavi
{
margin:2px;
background:url(images/hg_navi_header.gif) repeat-x;
height:44px;
width:923px;
}


#innercontent
{
background:url(images/hg_content.jpg) no-repeat;
width:927px;
min-height:948px;
height: auto !important;
height:948px;
float:left;
text-align:left;
}

#content
{
background:url(images/kachel_hg_content.gif) repeat-y;
width:927px;
float:left;
}

#navileft
{
padding:16px 5px 0 15px;
width:223px;
float:left;
}


