/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body, {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:auto;
	margin:0 ;
	padding:0;
	width:100%;
	height:100%;
	background-color:#fff;
	text-align:center;
}

/* Unsichtbare Elemente außerhalb des Bildschirms */
.unsichtbar {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}


A:link			{text-decoration: underline; color : #44566C; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}
A:visited		{text-decoration: underline; color : #44566C; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}
A:hover		    {text-decoration: underline; color : #000; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}
A:active		{text-decoration: underline; color : #44566C; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}
A:focus 		{color:#697889; text-decoration: underline; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}


img{
border:none;
}

.clear {
clear:both;
}


#mittig {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
text-align:center;
z-index:2;
}


/* - - - - - - - - - - - - Visual - - - - - - - - - - - - */

/*Visual und Logo */

#visual {
position:relative;
border: 0;
padding:0;
margin: auto;
height:120px;
width:776px;
z-index:3;
border-right:1px solid #fff;
border-left:1px solid #fff;
background-image:url(/site/DE/int/img/projekt/screen_home/visual_home.gif);
}

/* 100% breiter Farbstreifen  */
#streifen {
position:absolute;
background-color:#F89CBB;
top:100px;
left:0;
width:100%;
height:20px;
z-index:1;
}


/* - - - - - - - - - - - -  Contentbereich 2-spaltig  - - - - - - - - - - - - */

#content {
position:relative;
border-top:1px solid #fff;
margin:auto;
width:776px;
height:462px;
padding:0;
background-image:url(/site/DE/int/img/projekt/screen_home/contentimage.jpg);
background-color:#78A7C5;
background-repeat:no-repeat;
overflow:hidden;
}

* html b\ody #content {
overflow:visible;
}


#rechts {
float:right;
padding:0;
padding-top:10px;
width:247px;
height:462px;
border-left:5px solid #fff;
background-image:url(/site/DE/int/img/projekt/screen_home/rightbg.gif);
background-repeat:no-repeat;
background-color:#78A7C5;
margin-left:530px;
overflow:hidden;
}
* html #rechts {
width:242px;
height:451px;
}


/* rest des Schriftzuges in der rechten Spalte */
#teasertypo {
position:relative;
top:190px;
background-image:url(/site/DE/int/img/projekt/screen_home/teaserimage.gif);
background-repeat:no-repeat;
height:235px;
width:259px;
z-index:3;
}


.modul {
text-align:justify;
padding-left:20px;
padding-right:20px;
padding-top:205px;
height:160px;
/*overflow:hidden;*/
}
* html .modul{
padding-top:215px;
}

h1 {
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#fff;
font-size:12px;
}

/** html h1 {
font-size:70%;
}*/

#weiter-home {
position:absolute;
bottom:15px;
right:10px;
}
* html b\ody #weiter-home {
position:relative;
margin-top:580px;
margin-left:100px;
}

