/************************************************************************************/
/* Generelle HTML Tags */

html, body
{
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;	
}

	  
body
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}



/************************************************************************************/
/* Layout */

#divLayout
{
background-image: url(../images/bg_content.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
width: 100%;
min-height: 100%;
position: relative;
display:inline-block;
}

/* IE6 Hack */
* html #divLayout
{
height: 100%;
}



/************************************************************************************/
/* Header */

#divHeader
{
background-color: #E30022;
height: 96px;
width: 100%;
background-image: url(../images/bg_head.gif);
background-repeat: repeat-x; 
}



/************************************************************************************/
/* Navigation */

#divNavigation
{
background-color: #E30022;
height: 24px;
width: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #E30022;
}

#divMenu
{
padding-left: 1px;
position: relative;
float: left;
background-color: #E3E2E2;
height: 24px;
width: 799px;
}



/************************************************************************************/
/* Content     border: 1px solid #000;  */

#divContent
{
margin: 0px;
width: 100%;
height: 100%;
padding-bottom: 30px;
}


#divInhalt
{
position: relative;
width: 760px; 
padding: 20px; 
height: 100%;
float: left;
margin-bottom: 30px;
}

#divInhalt2
{
position: relative;
color: #181818;	
width: 760px; 
padding: 20px; 
height: 100%;
float: left;
margin-bottom: 30px;
}


#divRight {
position: relative;
float: left;
width: 140px; 
padding: 20px; 
}

#extContent {
height: 500px;
width:790px;
margin-left: -10px;
margin-right: -10px;
border:none;
background-color:#fff;
}



/************************************************************************************/
/* Foot NEU       border: 1px solid #000;  */

#divContentFoot
{
background-color: transparent;
padding: 0px;
height: 30px;
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
/*margin: -20px auto 0 auto;
background-image:url(../images/bg_foot.png); 
background-repeat: repeat-x;*/
}

/* IE6 Hack */
* html #divFoot
{
margin-top: -30px;
}












