body
{
   font-family: Verdana, Tahoma, Arial,sans-serif;
   font-size: 11px;
}

a {
   text-decoration: none;
}

div#header
{
   z-index: 2;
   position: relative;
   background: #c7ddf6;
   overflow: hidden;
}

div#headerGray
{
   z-index: 2;
   position: relative;
   background: #8c98a8;
   overflow: hidden;
}


div.headerBorder
{
   position: relative;
   height: 6px;
   background: #80a0ff;
   border-bottom: solid 1px #4c5868;
   border-top: solid 1px #dfdfdf;
}

div#headerLogos
{
   position: relative;
   height: 192px;
}

div#headerLogos * img
{
   border: 0px;
}


div#logoUni
{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 200px;
   height: 64px;
}

div#logoDGPs
{
   position: absolute;
   top: 64px;
   left: 0px;
   width: 200px;
   height: 64px;
}

div#logoFachgruppe
{
   position: absolute;
   top: 128px;
   left: 0px;
   width: 200px;
   height: 64px;
}

div#logoTitle
{
   position: absolute;
   background-repeat: no-repeat; 
   background-image: url('../images/header.png');
   top: 0px;
   left: 200px;
   width: 820px;
   height: 192px;
}

div#back, div#backGray
{
	position: fixed;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: #fafdfa;
}

div#backGray
{
   background: #f1f3f6;
}

div#backLeft
{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 200px;
   height: 100%;
   background: #ebf0f6;
   border-right: 1px solid #ffffff;
}

div#backRight
{
   position: absolute;
   top: 0px;
   right: 0px;
   width: 180px;
   height: 100%;
   background: #ffffff;
   border-left: 1px solid #c7ddf6;
}

div#login
{
   position: absolute;
   z-index: 2;
   border: 2px solid gray;
   top: 220px;
   left: 10px;
   width: 155px;
   height: 85px;
   background: white;
}

div#kongressinfo
{
   position: absolute;
   z-index: 1;
   bottom: 22px;
   left: 6px;
   width: 165px;
   font-size: 0.9em;
   color: #4c4c5c;
}

div#kongressinfo h1
{
   color: #000000;
   font-size: 0.9em;
   font-weight: bold;
}



div#footer
{
   position: fixed;
   z-index: 2;
   width: 100%;
   height: 16px;
   bottom: 0px;
   margin-right: 8px;
   background: #80a0ff;
   border-bottom: solid 1px #4c5868;
   border-top: solid 1px #dfdfdf;
}

div#footerText
{
   color: #dfefef;
   font-size: 0.8em;
   padding: 1px 8px;
}


div#down
{
   position: absolute;
   color: #ffffff;
   bottom: 0px;
   width: 100%;
   border-bottom: 2px solid gray;
   z-index: 0;
   overflow: hidden;
}

div#main
{
   position: relative;
   z-index: 2;
   margin-bottom: 20px;
}

div#mainLeft
{
   position: absolute;
   top: 5px;
   left: 5px;
   width: 190px;
}

div#mainRight
{
   position: absolute;
   top: 10px;
   right: 10px;
   width: 160px;
}

div#mainContent
{
   position: absolute;
   left: 200px;
   right: 175px;
   padding: 12px 16px 24px 16px;
}

div#mainContent h1
{
	font-size: 2em;
}

div#mainContent h2
{
	font-size: 1.6em;
}

div#mainContent h3
{
	font-size: 1.3em;
}


div#navigator 
{
	padding-top: 4px;
}

#navigator a, #navigator a:visited
{
	color: #000000;
	text-decoration: none;
}

#navigator a:hover
{
	color: #000000;
	text-decoration: underline;
}

td.menu_default 
{
	margin: 0px;
	font-size: 1.0em;
	width: 180px;
	padding-top: 4px;
	padding-bottom: 8px;
	vertical-align: middle;
	font-weight: bold;
}

td.menu_selected 
{
	background-color: #A8B2E0;
}

td.menu_root
{
	padding: 0px;
	margin: 0px;
}

td.menu_node0
{
	padding-left: 4px;
    background-image: url(../images/dot_line66.gif);
    background-repeat: repeat-x;
    background-position: left top;
	font-size: 1.0em;
}

td.menu_node1
{
	padding-left: 8px;
	font-size: 0.9em;
}

td.menu_node2
{
	padding-left: 25px;
}

td.menu_node3
{
	padding-left: 32px;
}
