/* Allgemeines */

body {
    background-color:#E0E0E0;
    font-family: Verdana, sans-serif;
    margin:0px;
    padding:20px;
    text-decoration: none;}

a:link {
    color: #000099; 
    text-decoration: none;}

a:visited {
    color: #000099; 
    text-decoration: none;}

a:hover {
    color: #777777;
    background-color: #CCCCCC;
    text-decoration: none;}

a:active {
    color: #CCCCCC;
    background-color: #666666;
    text-decoration: none;}

	h2           {text-align:left; 
              font-size:140%; font-weight:bold;
              color:#303090;
	      margin:30px 15px 15px; padding:0px;
	      border-bottom:1px dotted #303090;}

h3           {text-align:left; 
              font-size:100%; font-weight:bold;
              color:#000033;
	      margin:10px 15px 15px; padding:0px;}

p.foot       {text-align:right; font-style:italic; 
              border-top:1px dotted #303090; 
	      margin-top:30px; padding-top:2px;}



div.parent {
	background-color:#FCE7C7;
	width:880px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	border:1px solid #303090;
    background-image: bgblue.jpg;
	background-image: url(../bgblue.jpg);
	background-repeat: repeat-x;
}

div.title {
    width:880px;
    height:85px;
    background-color:#303090;
    overflow:hidden;
    text-align:left;}

/* Floating images in the text (left and right) */
img.floatl   {float:left;
              margin:3px 15px 5px 0px; padding:0px;}
img.floatr   {float:right;
              margin:3px 5px 5px; padding:0px;}


/* TITEL-NAVIGATIONSLEISTE */

#teh ul {
	padding: 3px 0px;
	margin: 12px 0px 18px;
	border-bottom: 1px solid #FF6600;
	font-size: 12px;
	font-weight: bold;
}

#teh ul li {
    list-style: none; 
    margin: 0px; 
    display: inline;}

#teh ul li a {
	padding: 3px 0.75em;
	margin: 0px 0px 0px 5px;
	border-bottom: medium none #FFAD02;
	background: #FFAD02;
	text-decoration: none;
	border-top: medium outset #FFAD02;
	border-right: medium outset #FFAD02;
	border-left: medium outset #FFAD02;
}

#teh ul li a:link { 
    color: #000000;} 

#teh ul li a:visited {
    color: #003300;}

#teh ul li a:hover {
	color: #CC3300;
	background: #FFAD02;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #336;
	border-right-color: #336;
	border-bottom-color: #336;
	border-left-color: #336;
}

#teh ul li a#current {
	background: #fce7c7;
	border-bottom: 1px solid #FCE7C7;
}



/* LINKE-NAVIGATIONSLEISTE */

#navsite {
    margin: 0px 0px 50px 0px;
    width: 150px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    border-right: 0px solid #666666;}

#navsite ul {
    list-style: none;
    margin: 0px;
    padding: 0px;}

#navsite ul li {
    margin: 0px; 
    padding: 0px;
    border-top: 1px solid #000033;}

#navsite ul li a {
    display: block; 
    width: 150px;
    padding: 2px 2px 2px 0.5em; 
    border-left: 10px solid #FF6600; 
    border-right: 1px solid #FFAD02;
    border-bottom: 1px solid #FFAD02;
    background-color: #FFAD02; 
    color: #000000; 
    text-decoration: none;}

#navsite ul li a:hover {
    border-left: 10px solid #003366; 
    border-right: 1px solid #6699CC;
    border-bottom: 1px solid #336699;
    background-color: #6699FF;
    color: #FFFFFF;}



/* MAIN WINDOW */

div.main {
   
    font-family: Arial, sans-serif;
    margin: 0px 15px 30px 15px;
    padding: 40px 30px;
    border: 1px solid #303090;
    background-color:#FFFFFF;}

div.main td#bullet {
    width: 20px;
    height: 30px;
    vertical-align: top;}

div.main td#fuss {
    font-size: 70%;
    padding: 30px 0px 0px 0px;}

div.main h1 {
    font-size: 160%;
    font-weight: bold;
    color: #303090;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border-bottom: 1px dotted #303090;}



/* STATUS */
div.status   {
	width:878px;
	background-color:#FFA062;
	color:#303090;
	margin:0px;
	padding:2px 20px 0px 5px;
	height: 20px;
}
#status {
    width:875px;
    background-color:#FFAD02;
	font-size: 0.8em;
    text-align:right;
    color:#303090;
    border:0;
    margin:0px;
    padding:3px 5px 3px 20px;}
div.clear    {
	clear:both;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003366;
}
td {
	padding-left: 5px;
}
