/*********************************************
************** Text Formats ******************
*********************************************/
a:link {color:black; text-decoration: underline;}
a:visited {color:black; text-decoration: none;}
a:hover {color:blue; text-decoration: ;}
a:active {color:black; text-decoration: none;}

.titelfont{
position: absolute;
Bottom: 12px; left: 20px; margin: 0px;
font-family: verdana,arial;
font-size: 11pt;
font-weight: bold;
letter-spacing: 0px;
color: black;
}
.lauftextfont{
position: absolute;
top: 55px; left: 20px; margin: 0px; width: 210px;
font-family: verdana,arial;
font-size: 10pt;
letter-spacing: 0px;
color: black;
z-index: 2;
}

/*********************************************
************** General Layout ****************
*********************************************/
#root{
position: absolute;
top: 0px; left: 0px;
width: 100%; height: 100%;
margin: 0px;
background-image:url(images/background.jpg);
background-repeat: no;
z-index: 1;
}
#contentbox{
position: absolute;
top: 30px; left: 50%;
margin-left: -400px;
width: 524px; height: 600px;
background-color: white;
z-index: 5;
}
#impressumbox{
position: absolute;
top: 200px; left: 50%;
margin-left: 150px;
width: 250px; height: 400px;
background-color: white;
z-index: 4;
}
/*********************************************
************** White Box *********************
*********************************************/
#topleftcorner{
position: absolute;
top: 0px; left: 0px;
width: 10px; height: 10px;
background-image:url(images/topleftcorner.jpg);
background-repeat: no-repeat;
z-index: 3;
}
#toprightcorner{
position: absolute;
top: 0px; right: 0px;
width: 10px; height: 10px;
background-image:url(images/toprightcorner.jpg);
background-repeat: no-repeat;
z-index: 3;
}
#bottomleftcorner{
position: absolute;
bottom: 0px; left: 0px;
width: 10px; height: 50px;
background-image:url(images/bottomleftcorner.jpg);
background-repeat: no-repeat;
z-index: 3;
}
#bottomrightcorner{
position: absolute;
bottom: 0px; right: 0px;
width: 10px; height: 50px;
background-image:url(images/bottomrightcorner.jpg);
background-repeat: no-repeat;
z-index: 3;
}
#topedge{
position: absolute;
top: 0px; left: 0px;
width: 100%; height: 10px;
background-image:url(images/topedge.jpg);
background-repeat: repeat-x;
z-index: 2;
}
#leftedge{
position: absolute;
top: 0px; left: 0px;
width: 10px; height: 100%;
background-image:url(images/leftedge.jpg);
background-repeat: repeat-y;
z-index: 2;
}
#rightedge{
position: absolute;
top: 0px; right: 0px;
width: 10px; height: 100%;
background-image:url(images/rightedge.jpg);
background-repeat: repeat-y;
z-index: 2;
}
#bottomedge{
position: absolute;
bottom: 0px; left: 0px;
width: 100%; height: 50px;
background-image:url(images/bottomedge.jpg);
background-repeat: repeat-x;
z-index: 2;
}
/*********************************************
************** Titelfield *********************
*********************************************/
#titelfield{
position: absolute;
top: 10px;
width: 100%; height: 40px;
background-image:url(images/titelbackground.png);
background-repeat: repeat-x;
z-index: 3;
}
#lefttiteledge{
position: absolute;
top: 2px; left: 0px;
width: 10; height: 38px;
background-image:url(images/lefttiteledge.jpg);
background-repeat: no-repeat;
z-index: 1;
}
#righttiteledge{
position: absolute;
top: 2px; right: 0px;
width: 10; height: 38px;
background-image:url(images/righttiteledge.jpg);
background-repeat: no-repeat;
z-index: 1;
}
