/***************************************************************************
 EurSafety Health-net Website **********************************************/

html
{
margin:0px;
}
body
{
background-color:#FFFFFF;
margin:0px;
}

/***************************************************************************
 Designelemente Linke Spalte  **********************************************/
 
#startschuss
{
position:absolute;left:0px;top:0px;
width:1100px;height:655px;
background-color:#FFFFFF;
z-index:4;
}
#topindex
{
position:absolute;left:0px;top:0px;
background-image: url(../design/Topbereich-Index.jpg);
background-repeat:no-repeat;
width:1100px;height:165px;
background-color:#FFFFFF;
z-index:1;
}
#topindexNL
{
position:absolute;left:0px;top:0px;
background-image: url(../design/Topbereich-IndexNL.jpg);
background-repeat:no-repeat;
width:1100px;height:165px;
background-color:#FFFFFF;
z-index:1;
}
#blockindexli
{
position:absolute;left:0px;top:165px;
background-image: url(../design/Block-Links_Index.jpg);
background-repeat:no-repeat;
width:345px;height:395px;
background-color:#FFFFFF;
z-index:1;
}
#blockprojektli
{
position:absolute;left:0px;top:165px;
background-image: url(../design/Block-Links_Projekt.jpg);
background-repeat:repeat-y;
width:255px;height:auto;
z-index:1;
}
#motivprojekt
{
position:absolute;left:0px;top:20px;
background-image: url(../images/Projektseite-Bildmotiv_Links.jpg);
background-repeat:no-repeat;
width:345px;height:210px;
z-index:2;
}
#headerprojekt
{
position:absolute;left:0px;top:230px;
background-image: url(../design/Projektheader-Links.jpg);
background-repeat:no-repeat;
width:345px;height:55px;
z-index:2;
}
#flaggenleiste
{
position:absolute;left:1050px;top:165px;
background-image: url(../images/Flaggenleiste.jpg);
background-repeat:no-repeat;
width:50px;height:210px;
background-color:#FFFFFF;
z-index:1;
}
#contentindex
{
position:absolute;left:345px;top:165px;
background-image: url(../design/Content-Index.jpg);
background-repeat:no-repeat;
width:705px;height:395px;
background-color:#FFFFFF;
z-index:1;
}
#contentindexEHEC
{
	position:absolute;
	left:345px;
	top:165px;
	width:705px;
	height:395px;
	background-color:#FFFFFF;
	z-index:1;
	overflow: auto;
}
#contentprojekt
{
position:absolute;left:345px;top:165px;
background-image: url(../design/Content-Projekt.jpg);
background-repeat:repeat-y;
width:660px;height:auto;
background-color:#FFFFFF;
padding-top:25px;
z-index:1;
}
#infoblockA
{
position:absolute;left:45px;top:195px;
width:320px;height:auto;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#B0B0B0;
padding:15px;
visibility:hidden;
z-index:2;
}
#infoblockB
{
position:absolute;left:187px;top:195px;
width:320px;height:auto;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#B0B0B0;
padding:15px;
visibility:hidden;
z-index:2;
}

#kickoffinfo
{
	position:absolute;
	left:140px;
	top:245px;
	width:400px;
	height:auto;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#B0B0B0;
	padding:15px;
	visibility:visible;
	z-index:5;
}



#bottombereich
{
position:absolute;left:0px;top:560px;
background-image: url(../design/Projektsponsoren.jpg);
background-repeat:no-repeat;
width:1100px;height:95px;
background-color:#FFFFFF;
z-index:1;
}
#bottombereichNL
{
position:absolute;left:0px;top:560px;
background-image: url(../design/ProjektsponsorenNL.jpg);
background-repeat:no-repeat;
width:1100px;height:95px;
background-color:#FFFFFF;
z-index:1;
}

/**************************************************************************** 
Formatierung f&uuml;r eingebundene Bilder und Grafiken im Text *******************/

.bildlinksvomtext
{
float:left;
margin-top:-10px;
margin-bottom:10px;
margin-right:10px;
}
.bildrechtsvomtext
{
float:right;
margin-top:-10px;
margin-left:10px;
margin-bottom:10px;
}
.bildrechtsNLvomtext
{
float:right;
margin-top:-18px;
margin-left:10px;
margin-bottom:10px;
}
.clleft
{
clear:left;
}
.clright
{
clear:right;
}
.cl
{
clear:both;
}

