/*
 * RWTH dunkelblau: #0067A6
 * RWTH hellblau  : #779EC9
 */


/* Voreistellung fuer Hintergrund im freien Bereich */
#desktop {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
/*	width:100%; */
/*	height:100%; */
/*	min-height:980px; */
	z-index:-10;
}
#desktop_picture {
	width:98%;
	height:97%;
	border:none;
}
/* Ende der Voreinstellung */


body {
	background-color: #f0f0f0;
	padding: 0px;
	height:100%;
}

p, a, h1, h2, h3, h4, dt, dd, th, td, li {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

p.small, p.small a {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #0067A6;
}

a.header {
	text-decoration: none;
	color: #fff;
}

a.bold {
	font-weight: bold;
}

tr {
	vertical-align: top;
}

dt {
	font-weight: bold;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	color: #0067A6;
}

h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #0067A6;
}

h4 {
	font-weight: bold;
}


div#layout, div#header, div#footer {
	clear: both;
	margin: auto auto;
	width: 980px;
}


/* header */
div#header {
	margin-top: 30px;
	margin-bottom: 20px;
}

div#header a.logo, div#header a.logo:visited {
	width:107px;
	height:80px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
/* Text aus den Viewport schieben */
	white-space: nowrap;
	text-indent: -9999em;
	background:url("images/oval_light.png") no-repeat;
}

div#header a.logo:hover {
	background:url("images/oval_dark_inv.png") no-repeat;
}


/* Menu */
/* Groessen und Abstaende */
div#menu {
	font-size:0.85em;
	margin-top:5px;
	padding-top:10px;
}
/* Links */
div#menu a, div#menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; /* Textfarbe */
	width:234px; 
	height:30px; 
//	background:url("images/tableft.gif") no-repeat left top;   /* Hintergrundbalken */
//	background:url("images/tabright.gif") no-repeat right top; /* Hintergrundbalken */
  background:#0067A6;
	padding-left:8px; 
	line-height:29px;
}
div#menu a:hover {
 	background:#779EC9;
	width:237px;
}

/* Ebene 1 */
div#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index: 1;
}
div#menu ul li {
	float:left; /* horizontale Liste */
	width:245px; /* Breite der Eintraege */
	position:relative; /* fuer die Position der Dropdown-Menues */
}

/* Ebene 2 */
div#menu ul ul {
	width:245px;
}
/* Eintrage */
div#menu ul ul a, div#menu ul ul a:visited {
	background:#779EC9;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:225px;
	border:1px solid #fff; 
	border-width:1px 1px 0px 0px; /* oben rechts unten links*/
}
div#menu ul ul a:hover {
 	background:#0067A6;
	width:225px;
	border:1px solid #fff; 
	border-width:1px 1px 0px 0px; /* oben rechts unten links*/
}


/* Ebene 3 */
/* Position Flyout-Menu rechts (Standard) */
div#menu ul ul ul {
	left:245px;
	top:0;
	width:140px;
}
/* Eintrage */
div#menu ul ul ul a, div#menu ul ul ul a:visited {
	background:#779EC9;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:119px;
	border:1px solid #fff; 
	border-width:1px 1px 0px 0px; /* oben rechts unten links*/
}
div#menu ul ul ul a:hover {
 	background:#0067A6;
	width:119px;
	border:1px solid #fff; 
	border-width:1px 1px 0px 0px; /* oben rechts unten links*/
}

/* Position Flyout-Menu links  */
/*
div#menu ul ul ul.left {
	left:-140px;
}
*/

/* Unsichtbarkeit + absolute Position des Dropdown-Menus */
div#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:245px;
}

/* Ebene 4 */
/* Position Flyout-Menu rechts */
div#menu ul ul ul ul{
	left:140px;
	top:0;
	width:140px;
}

/* Verhalten des Menüs */
/* Dropdown-Menu sichtbar, falls hover in Menuzeile, sonst unsichtbar */
div#menu ul li:hover ul { visibility:visible; }
div#menu ul a:hover ul { visibility:visible; }
/* Flyout-Menu unsichtbar, falls hover in Menuzeile */
div#menu ul :hover ul ul{ visibility:hidden; }
/* Flyout-Menu sichtbar, falls hover in Dropdown-Menu */
div#menu ul :hover ul :hover ul{ visibility:visible; }
/* 2. Flyout-Menu unsichtbar, falls hover in Dropdown-Menu */
div#menu ul :hover ul :hover ul ul{ visibility:hidden; }
/* 2. Flyout-Menu sichtbar, falls hover in Flyout-Menu */
div#menu ul :hover ul :hover ul :hover ul{ visibility:visible; }

/* für den Internet Explorer 7 */
div#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}


/* content */
div#content {
/*	background:url("images/hell.png") no-repeat; */
	background-position: center;
	padding: 50px;
	border-bottom: 3px solid #0067A6;
	background-color: #fff;
	min-height: 400px; /* war 629px */
}


/* footer */
div#footer {
	margin-top: 5px;
}

div#footer p {
	margin: 0px;
}


/* last_modified */
div#last_modified {
	margin-top: 50px;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
}

div#footer p {
	margin: 0px;
}


/* Tabellen */
table {
	border-collapse: collapse;
	width: 100%;
}

table th, table td {
	padding: 3px;
	border: 2px solid #0067A6;
}

table th, tr.date {
	text-align: left;
	color: #fff;
 	background-color: #0067A6; 

}

table tr.gray {
	background-color: #D3D3D3;
}

table td.intermezzo {
	font-weight: bold;
	padding-top: 13px;
	border-left: 0px;
	border-right: 0px;
}

table td.header {
	font-weight: bold;
}

table.boldhead th {
	font-weight: bold;
}

dl.publist dd {
	margin-bottom: 13px;
}

dd.small {
	font-size: 11px;
}

dd.small a {
	font-size: 11px;
}

table#aktuelles {
	float: right;
	width: 300px;
}

table#termine {
	width: 500px;
}

table#noborders {
	border: 0px solid #0067A6;
}

table#noborders th, table#noborders td {
	padding: 3px;
	border: 0px solid #0067A6;
}

table#costom {
	border-collapse: collapse;
	width: 64%;
	margin-left: 150px; 
}





/* Listen */
div#content ul li {
	list-style-image:url("images/bullet_triangle.gif");
}

/* Horizontale Linie */
/* hr { 
     width: 72.5%; 
/*     height: 5px;  */
/*     margin-left: 0;
/*     color: blue;
/*     background: #dfac20;
                    
}

