/* DATEI: style.css */

/* CSS-Angaben für "ita.rwth-aachen.de" */
/* Thomas Langens 2007 */

/* Wichtige Farben
#FFF79A gelb
#FFFCDC blassgelb
#FFFFEC ganzhellgelb
#D9D9D9 hellgrau
#767676 dunkelgrau
#ED1B24 mousoverrot
#3300FF dunkelblau
#CC0000 dunkelrot
*/

p,br,ul,ol,li,div,address,blockquote,nobr,b,i
	{ font-family:Arial,sans-serif,Helvetica; }

table,tr,td,th
	{ font-family:Arial,sans-serif,Helvetica; font-size:10pt; line-height:14pt; }
	
p,blockquote { font-size:10pt; line-height:16pt;}

p.navi { font-family:Verdana,Arial,sans-serif,Helvetica; font-size:8pt; line-height:12pt; font-weight:bold; }

ul { font-size:10pt; line-height:14pt; list-style-type:circle }

ol { font-size:10pt; line-height:14pt; list-style-type:decimal }

h1 { font-family:Verdana,Arial,sans-serif,Helvetica; font-size:18pt; color:#000000; line-height:18pt; font-style:normal; font-weight:bold; }
h2 { font-family:Verdana,Arial,sans-serif,Helvetica; font-size:14pt; color:#000000; line-height:16pt; font-style:normal; font-weight:bold; padding:3px; }
h3 { font-family:Verdana,Arial,sans-serif,Helvetica; font-size:13pt; color:#000000; line-height:14pt; font-style:normal; font-weight:bold; padding:3px; }

ul { list-style-image:url(pics/list_point.gif) }

a:link { color:#3300FF; text-decoration:underline; }
a:visited { color:#CC0000; text-decoration:underline; }
a:active { color:#CC0000; text-decoration:underline; }
a:hover { color:#CC0000; text-decoration:underline; }

.banner{
	position:absolute;
	left:0px;
	top:550px;
	width:130px;
}

.beam{
	position:absolute; 
	top:120px; 
	left:0px; 
	width:928px; 
	height:26px; 
	background-color: #D9D9D9; 
	layer-background-color: #D9D9D9; 
	border: 1px none #000000;	
}

.beamitem {
	background-color:#D9D9D9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:25px;
	position:relative;
	top:0px;
	float: right;
	padding-left:20px;
	padding-right:20px;
}

.beamitem a:link{
	background-color:#D9D9D9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.beamitem a:visited{
	background-color:#D9D9D9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.beamitem a:hover{
	background-color: #333;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.beamitem a:active{
	background-color:#D9D9D9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

body {
	background:url(../pics/mainbg.gif); 
	background-repeat:repeat-y;
}

.content{
	position:absolute; 
	top:200px; 
	left:220px; 
	width:530px; 
	height:auto;
	font-size:14px;
}

.content p{
	font-size:14px;
}

.headertext{
	color: #000063; 
	position:absolute; 
	left:10px; 
	top:80px; 
	z-index:4; 
	font-size:12px;
}
.header {
	background-color:#FFF;
	background-image:url(../pics/header.jpg);
	height:120px;
	width:928px;
	position: absolute;
	top:0px;
	left:0px;
}


.menue a {
	display: block;
	padding: 4px;
}

.menue {
	position:absolute; 
	top:300px; 
	left:0px;
	z-index:10;	
}

.menuebg {
	z-index:0; 
	position:absolute; 
	top:146px; 
	left:0px;
}


.menueheader {
	font-family:Arial,sans-serif,Helvetica; 
	font-size:11px; 
	line-height:125%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal; 
	letter-spacing:0px;
	color:#FFF; 
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	width:140px; 
}

.menueheader {
	font-family:Arial,sans-serif,Helvetica; 
	font-size:11px; 
	line-height:125%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal; 
	letter-spacing:0px;
	color:#FFF; 
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	width:140px; 
}

#marked{
	font-weight: bold;
}


.menueheader a:link{
	color:#FFF; 
	text-decoration: none;
}
.menueheader a:visited {
	color:#FFF; 
	text-decoration: none;
}
.menueheader a:hover {
	text-decoration: none;
	background-color: #a3c4cd;
	color: #FFF;
}
.menueheader a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold; 
}

.textbg {
	position:absolute;
	top:120px;
	left:128px;
	background-image:  url(../pics/bg.jpg);
	background-repeat:no-repeat; 
	height:600px; 
	width:800px;
	z-index:0;
}
