html
{
height: 100%;
padding: 0px;
}


body
{
margin: 0px;
padding: 0px;
height:100%
}


/* index */


.bkgr
{
position:absolute;
top:0px;
left:0px;
width:100%;
}


.TextBlockwithHeader
{
text-align:justify;
}

.boxposition
{
position: absolute;
margin-top: 50px; 
margin-left: 700px;
text-align: right; 
z-index: 2; 
font-family: Arial;
font-size: 19px;
}



.whitebox{
	background-image: url(Bilder/white_tranparent.png); 
	background-repeat:repeat-x; 
	background-repeat:repeat; 
	padding: 10px;
	border: 1px solid cyan;
}





/* LINKS */

a:link
{
color:#990033;
text-decoration:none;
}

a:visited
{
color:#990033;
text-decoration:none;
}

a:hover
{
color:#FF6633;
text-decoration:none;
}



A.LinkStyle1:link, A.LinkStyle1:visited, A.LinkStyle1:active
{
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-family: Arial;
font: Arial;
font-size: 15px;
}

A.LinkStyle1:hover
{
color:#009933;
}







