/*Allgemeine Definitionen**************/
body    { font-family: Arial,sans-serif,verdana; color:#000000; font-size:10pt; background-color:#EFEFEF;
         margin-left:0px; margin-right:0px; margin-top:1px; margin-bottom:0px; background:url(../images/background.jpg); background-repeat:repeat-y}
		 
li {margin-top:3px; margin-bottom:3px}

/*Header Definitionen******************/
#theheader {text-align:left; width:100%; height:60px; position:absolute; top:0px; left:0px; background:url(../images/back-top.jpg); background-repeat:repeat-y}
#headtext 	{position:absolute; left:240px; top:10px; letter-spacing:3pt; font-weight:normal; font-size:22pt; color:#980000}


/*Navigation Definitionen**************/
#thenavi { left:10px; width:190px; position:absolute; top:40px; z-index:99}

a:link.navi    { color:#A50021; text-decoration:underline; font-weight:normal; font-size:10pt}
a:visited.navi { color:#A50021; text-decoration:underline; font-weight:normal; font-size:10pt}
a:hover.navi   { color:#A50021; text-decoration:underline; font-weight:normal; font-size:10pt}
a:active.navi  { color:#A50021; text-decoration:underline; font-weight:normal; font-size:10pt}

#navispacer {margin-bottom:4px}


/*Content Definitionen**************/
#thecontent {position:absolute; left: 240px; width:730px; top:70px; font-family:Arial,sans-serif,verdana;
             color:#101010; font-size:11pt; background-color:#FFFFFF}
#contenttext {font-family:Arial,sans-serif,verdana; color:#101010; font-size:11pt}

#error {font-family:Arial,sans-serif,verdana; color:red; font-size:10pt}
             
h1 {letter-spacing:1.5pt; font-weight:normal; font-size:14pt; color:#980000}
h2 {font-weight:normal; font-size:12pt; color:#000000}

a:link.cont    { color:#A50021; text-decoration:underline; font-weight:normal; font-size:11pt}
a:visited.cont { color:#A50021; text-decoration:underline; font-weight:normal; font-size:11pt}
a:hover.cont   { color:#A50021; text-decoration:underline; font-weight:normal; font-size:11pt}
a:active.cont  { color:#A50021; text-decoration:underline; font-weight:normal; font-size:11pt}
