/***************************************************************/
/*      RWTH Aachen - standard.css V. 1.0
/*      Stand: 01.05.2007
/***************************************************************/



/***************************************************************/
/*      Allgemeine Formatierungen
/***************************************************************/

html{
	height:			100%;
}

*{
   margin:			0px;
   padding:			0px;
}

body{
	background-color:#f0f0f0;
	font-family: 	Verdana, Helvetica, Arial,  sans-serif;
	font-size:		80%;
	height:			100%;

}

#box{
	position: 		relative;
	min-height: 	100%;
	height:			auto !important; /* moderne Browser */
	height:			100%; /* IE */
}

/***** unsichtbare Sprungnavigation, nichtsichtbare Druckbereiche *****/
.u,
.print{
	position:		absolute;
	left:			-3000px;
	top: 			-3000px;
	width:			1px;
	height:			1px;
	z-index:		1;
   
}

.u a:focus, 
.u a:hover, 
.u a:active {
	position: 			absolute;
	display: 			block;
	color: 				#FFF;
	top: 				3000px;
	left: 				3190px;
	height: 			auto;
	width: 				auto;
	font-size: 			85%;
	font-weight: 		bold;
	text-decoration: 	underline;
	white-space: 		nowrap;
}

.rechtsbuendig{
	position:			relative;
	text-align:         right;
	bottom: 			2px;
	right: 				5px;
}

.contextedit{
	background: 		#FFFF99;
	position:			relative;
	margin-left:		170px;
	padding: 			2px 0px 2px 5px;
	line-height:		2em;
}

.fett{
	font-weight:		bold;
}

.highlight{
	color: 				#C00;
}

.contextedit li{
	list-style: 		none;
	display: 			inline;
	padding-right:  	10px;
	
}

img{
	border:				none;
}

hr {
	height: 			1px;
	background-color: 	#039;
	margin-top: 		5px;
	margin-bottom: 		10px;
	margin-right:		10px;
	border: 			0px none;
}

hr.clear{
	clear:				both;
	visibility:			hidden;
	height:          	0;
}

br.clear{
	clear:				both;
	visibility:			hidden;
	height:				0;
}

p.neuerBildabsatz{
	clear:				both;
	visibility:			hidden;
	height:          	0;
}

.serienbild{

	position:			relative;

	top: 				3px;

	xbottom: 			2px;

	right: 				3px;

}

p.bild-box {
    float: left;
    xwidth: 170px;
    text-align: center;
    font-size: 100%;
   
}

p.bild-box img {
    display: block;
    margin-right: 5px;
}

hr.neuerBildabsatz{
	clear:				both;
	visibility:			hidden;
	height:				0;
}

p.letzterAbsatz{
	margin-bottom:		2.5em;
}

h2{
	font-size:			1.25em;
	font-weight:		600;
	margin-bottom:		15px;
    border-bottom:		1px solid #039;
	color:				#039;
	margin-right:		10px;
   -height:				1px  /* gegen die guillotine */ 
}

h3{
	font-size:			1.1em;
	margin-bottom:		4px;
	margin-top:			5px;
	color:				#039;
}

h4{
	font-size:			1em;
	margin-bottom:		6px;
	color:				#039;
}

p, a, li, table{
	font-size:			100%;
}

p{
	margin-bottom:		1.5em;
}

acronym  {
	border-bottom: 		1px dashed #039;
	cursor: 			help;
 }

abbr  {
	border-bottom: 		1px dashed #039;
	cursor: 			help;
 }
 
input{
	margin-bottom:		2px;
}

/*input.button{
	vertical-align:		center;
	border-top-width: 	1px;
	border-bottom-width:1px;
	border-right-width: 1px;
}*/
 
table{
	border-collapse: 	collapse;
	border:				1px solid #000;
	caption-side:		top;
	margin-bottom:		20px;
} 

td{
	border-right:		1px dotted #000;
	border-bottom:		1px solid #000;
	padding:			0.3em 0.7em;
}

th{
	border:				1px solid #000;
	padding:			0.3em 0.7em;
	background:			#9CF;
}

th.ohne{
	border-top:			0px;
	border-left:		0px;
	border-right:		1px solid #000;
	background:			none;
}

th.zelle_ohne_farbe{
	border-top:			0px;
	border-left:		0px;
	border-right:		1px solid #000;
	background:			none;
}

tr.tabellenzeile_farbig td{
	background: 		#CCF;
}

caption{
	margin-top: 		10px;
	padding-bottom: 	5px;
	color:				#000;
	font-weight:		600;
	text-align:			left;
}

span.rechtsbuendig{
	text-align:			right;
	background:			#C00;
}

/***** Textpositionierung *****/
.right{
	text-align: 		right;
}

.left{
	text-align: 		left;
}

.center{
	text-align: 		center;
}

/***** Bildpositionierung *****/
.bild-portal {
   float:				left;
   margin: 				0px 19px 10px 0;
   padding:				2px;

}

.bild-links {
   float:				left;


















   margin: 				0px 10px 10px 0;
   padding:				2px;
}

.bild-rechts {
   float:				right;
   margin:				0px 10px 10px 0px;
   padding:				2px;
}

.bildunterschrift{
	text-align: 		left;
	position: 			relative;
	padding-left: 		2px;
	margin-top:			-15px;
	margin-bottom:		1.5em;
	font-size:			85%;
}


/***** Zellenbreiten *****/

.zehn{
	width:		10%; 
}

.zwanzig{
	width:		20%; 
}

.dreissig{
	width:		30%; 
}

.vierzig{
	width:		40%; 
}

.fuenfzig{
	width:		50%; 
}

.sechzig{
	width:		60%; 
}

.siebzig{
	width:		70%; 
}

.achtzig{
	width:		80%; 
}

.neunzig{
	width:		90%;
}



/***************************************************************/
/*      Seitenkopf
/***************************************************************/

#kopf{
	background-color:	#039;
	height:				94px;
}

#kopf img{
	display:			block;
}

#backlink{
	float:				left;
}

#rwthlogo{
	position:			absolute;
	top:				20px;
	left:				195px;
}

/***************************************************************/
/*      Hilfebox (Suche, A-Z, Feedback, Telefonbuch)
/***************************************************************/

#hilfen{
	position:			absolute;
	top:				20px;
	right:				2em;
	padding:			5px 4px 7px 4px;
	font-size:			.85em;
	font-weight:		600;
}

#hilfen a:link,
#hilfen a:visited{
	color:				#fff;
	font-size:			.95em;
	padding:			7px 6px 7px 26px;
	margin-left:		5px; 
	text-decoration: 	none;
}

#hilfen a.suche{
	background-image: 	url(/custom/img/suche.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat
}

#hilfen a.abisz{
	background-image:	url(/custom/img/abisz.gif);
	background-position: left 50%;
	background-repeat:	no-repeat
}

#hilfen a.sitemap{
	background-image: 	url(/custom/img/sitemap.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat
}

#hilfen a.personen{
	background-image: 	url(/custom/img/telefonbuch.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat
}

#hilfen a.feedback{
	background-image: 	url(/custom/img/feedback.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat
}

#hilfen a.hilfe{
	background-image: 	url(/custom/img/hilfe.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat
}

#hilfen a:hover.suche{
	background-image: 	url(/custom/img/suche_hover.gif);
}

#hilfen a:hover.abisz{
	background-image: 	url(/custom/img/abisz_hover.gif);
}

#hilfen a:hover.feedback{
	background-image: 	url(/custom/img/feedback_hover.gif);
}

#hilfen a:hover.hilfe{
	background-image: 	url(/custom/img/hilfe_hover.gif);
}

#hilfen a:hover.personen{
	background-image: 	url(/custom/img/telefonbuch_hover.gif);
}


/***************************************************************/
/*      Zielgruppennavigation
/***************************************************************/

#zielgruppennavi{
	position:		relative;
	width:			100%;
	background:		#9CF;
	margin: 		0px 0px 0px 0px;
	padding: 		0px;
	white-space: 	nowrap;
	border-top:		1px solid #039;	
}

#zielgruppennavi ul{
    padding-left:	195px;
}

#zielgruppennavi li{
	border-right:	1px solid #039;
	display: 		inline;
	line-height:	1.4em;
	padding:		0px 0px 0px 0px;
}

#zielgruppennavi li a:link,
#zielgruppennavi li a:visited{
	color:			#039;   
	font-size:		.9em;
	font-weight:	600;
	text-decoration:none;
	padding-left:	5px;
	padding-right:	5px;	
}

#zielgruppennavi li a:hover,
#zielgruppennavi li a:focus,
#zielgruppennavi li a:active{
	color:			#C00;
	background: 	#FFF;
}

#zielgruppennavi  a#hier:link,
#zielgruppennavi  a#hier:visited,
#zielgruppennavi  a#hier:hover,
#zielgruppennavi  a#hier:active{
	color:			#039;
	background: 	#FFF;
}


/***************************************************************/
/*      Breadcrumb
/***************************************************************/

#breadcrumb
{
	position:		relative;
	line-height:	1.4em;
	font-size:		.78em;
    font-weight:	600;
 	margin:			0px;
	color:			#000;
	width:			100%;
	border-top:		1px solid #039;	
	background:		#f0f0f0 url(../img/nav_background.gif) repeat-y top left;

}

#breadcrumb span.links {
	color:			#039;
}

#breadcrumb span.rechts {
	color:			#000;
	padding-left:	195px;
	font-weight:	300;
	display:		block;
}

#breadcrumb a.schwarz{
	color: 			#C00;
}

#breadcrumb a.schwarz:hover{
	color: 			#00F;
}



/********************************************************************************************************
**		Formatierung der Inhaltsbereiche												   **
********************************************************************************************************/

/***************************************************************/
/*      Allgemeiner Inhaltsrahmen
/***************************************************************/

#rahmen {
	padding:		0em;
	background:		#f0f0f0 url(../img/nav_background.gif) repeat-y top left;
}


/***************************************************************/
/*      Spalte links - Themen 
/***************************************************************/

#hauptnav_rahmen{
	float:			left;
	width:			170px;
	z-index:		3;
}

#hauptnav_inhalt {
	position: 		relative;
	margin-top:		1.5em;
	margin-bottom:	4em;
	z-index:		4;
}

#hauptnav_inhalt li {
	list-style: 	none;
	font-size:		.9em;
    font-weight:	300;
	line-height:	2.5em;
	border-bottom:	1px solid #FFF;
	text-align: 	left;
}

#hauptnav_inhalt li a:link,
#hauptnav_inhalt li a:visited{
	color:			#FFF;
	text-decoration:none;
	padding-left:	5px;
}

#hauptnav_inhalt li a:hover,
#hauptnav_inhalt li a:focus{
	color:			#C00;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #C00;
}

#hauptnav_inhalt a#hier:link,
#hauptnav_inhalt a#hier:visited,
#hauptnav_inhalt a#hier:hover,
#hauptnav_inhalt a#hier:active{
	color:			#039;
	background:		#f0f0f0;
	text-decoration:none;
	display: 		block;
	border-left:	2px solid #C00;
}

#hauptnav_werbung{
	position: 		relative;
	height: 		75px;
	margin-top:		15px;
	margin-bottom:	12px;
	padding: 		2px 15px 2px 15px;
}
#hauptnav_werbung img{

	margin:			0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
}


/***************************************************************/
/*      Rechte Spalte - Zusatzinfo
/***************************************************************/

#zusatzinfo_rahmen{
	float:			right;
	width:			16em;
	z-index: 		5;
}

#zusatzinfo_inhalt{
	position: 		relative;
	padding:		42px 0px 0px 0px;
	font-size:		.92em;
	z-index: 		6;
	word-wrap: 		break-word;
}

.zusatzinfobox{
	margin-bottom:	30px;
	margin-right:	10px;
	border:			1px dotted #039;
}

.zusatzinfobox h5{
	color:			#FFF;
	background:		#039;
	font-size:		100.01%;
	border-bottom:	1px solid #039;
	padding:		2px 5px 2px 3px;
}

.zusatzinfobox p{
	padding-left:	5px;
	padding-top:	5px;
	padding-bottom:	5px;
}

.zusatzinfobox ul{
	padding-left:	17px;
	padding-top:	5px;
	padding-bottom:	5px;
	list-style-type:disk;	
}

.zusatzinfobox li{
	margin-bottom:	5px;	
}

.zusatzinfobox li.pfeil{
	margin-bottom:	2px;	
	margin-left:	15px;
	padding-left:	10px;
	list-style-image:url(../img/pfeil_r.gif)

}


/***************************************************************/
/*      Mittlere Spalte - Inhalt
/***************************************************************/

#inhalt_rahmen{
	width:			auto;
	margin-left: 	180px;
	margin-right:	18em;
	z-index:		1;
}

#inhalt{
	position: 		relative;
	overflow:		visible;
	padding:		25px 10px 20px 20px;
	color:			#000;
	z-index:		2;
	height:			1%;
	word-wrap: 		break-word;
}

#inhalt ul{   
	margin-top:		5px;
	margin-bottom:	15px;
	margin-left:	20px;
}

#inhalt ol{
	margin-top:		5px;
	margin-bottom:	15px;
	margin-left:	27px;
}

#inhalt ul.suchergebnisse{

}

#inhalt ul.suchergebnisse li{
	list-style:		none;
	margin-bottom: 	15px;
	text-indent: 	-10px;
}

#inhalt ul li{
	list-style: 	square;
	margin-left:	-3px;
	margin-bottom:	0px;
}

#inhalt ul li li{
   list-style: 		disc;
   margin-left:		-3px;   
}

#inhalt li.pfeil{
	list-style-image:url(../img/pfeil_r.gif)
}

#inhalt.bildbox{
	width:			270px;
	height:			11em;
	float:			left;
	margin-right:	10px;
	margin-bottom:	10px;
	padding-left:	10px;
	border-left:	3px solid #039;
}

#inhalt.bildbox img{
	float:			left;
}

#inhalt.bildbox ul{
	float:			right;
	width:			160px;

}






#inhalt .imagebox{
	margin-bottom:	15px;
	float:			left;
/******* zusätzlich am22.07.08 eingefügt *****************/
/******* für FF3.0 (und Safari) bei ZHV-Einstiegsseite ***/
min-width: 580px;
}

#inhalt .imagebox img{
	float:			left;
	margin-right: 	50px;
	margin-bottom: 	25px;	
}

#inhalt .imagebox ul{
	list-style-type:disc;	
	list-style-position:	outside; /*###########geändert 02.08.2010 wg. Aufzählungs-Umbruch R.N.#########*/
}

#inhalt p.clear{
	clear:			both;
}

#inhalt img{
	margin-top:		10px;
	margin-top:		2px;
	margin-bottom:	10px;
	padding-left:	10px;
	padding-right:	10px;
}
#inhalt img.textbild{
	margin-bottom:	0px;
	padding-right:	2px;
	padding-left:	0px;
}



/***************************************************************/
/*      Mittlere Spalte - Zusatz für Portalseiten
/***************************************************************/

ul.horizontal li{
	display:		inline; 
}

.linkbox{
	position: 		relative;
	margin-bottom:	20px;
	margin-right:	21px;
	min-height: 	165px;
	height: 		auto;
	_height: 		165px;
	width:			45%;
	float:			left;
	background: 	#FFF;
	display:		inline;
}

.linkbox p{
margin-left:		5px;
}

.linkbox h3{
	color:			#FFF;
	background-color:#039;
	font-size:		100.01%;
	padding:		1px 5px 1px 5px;
	border-style:	none;
	border-bottom:	1px solid #039;
	margin-top:		0px;
}

.linkbox ul{
	margin-bottom: 	10px;
}

.linkbox.contextedit_box{
	background: 	#FF9;
	position:		relative;
	margin:			0px;
	padding: 		0px;
	line-height:	1.5em;
}

.linkbox.contextedit_box li{
	list-style: 	none;
	display: 		inline;
	padding-right:  5px;
	
}

/***************************************************************/
/*      Mittlere Spalte -  RWTH aktuell
/***************************************************************/


.meldungsbox{
	position: 		relative;
	min-height:		110px;
	-height:		110px;
	list-style: 	circle;
	display: 		block;
}

.meldungsbox img{
	float:			left;
	padding-right: 	5px;	
	padding-top: 	4px;
}

.meldungsbox h3{
	margin-top:		30px;
	border-style:	none;
	border-bottom:	1px solid #039;
	font-size:		100%;
	padding-left:	0px;
	margin-right:	5px;
	margin-bottom: 	5px;
	display:	 	block;
}

.meldungsbox span.rechtsbuendig{
	float:			right;
	background:		#FF9;
	display: 		inline;
}

.meldungsbox span.rechtsbuendig.contextedit_box{
	background: 	#FF9;
	position:		relative;
	margin:			0px;
	padding: 		0px;
	display: 		inline;
}

.meldungsbox span.rechtsbuendig.contextedit_box.img{
	display: 		inline;
	padding: 		0px 0px 0px 0px;	
}

.meldungsbox span.rechtsbuendig ul{
	padding-right:  5px;
	padding-bottom:	2px;
	list-style: 	none;
}

/*.meldungsbox span.rechtsbuendig li{
	list-style: 	inline;
	display: 		inline;
}*/

.zusatzinfobox.contextedit{
	background: 	#FF9;
	position:		relative;
	margin:			0px;
	padding: 		0px;
	list-style: 	none;
	line-height:	1.5em;
}

.zusatzinfobox.contextedit.img{
	clear: 			both;
	display: 		inline;
}

.such-form {
xwidth: 400px;
display: inline;
}

#form{
display: inline;
}

/***************************************************************/
/*      Footer
/***************************************************************/

#footer{
	position: 		relative;
	bottom: 		0; /* wichtig */
	clear:			both;
	background:		#f0f0f0;
	border-top:		1px dashed #039;
	text-align: 	center;
}

#footer p{
	color:			#039;
	font-size:		0.8em;
	margin-left:	195px;
	margin-top:		10px;
	line-height:	1em;
}

#footer  span.rechts {
	padding-left:	195px;
	display:		block;
}

#footer ul{

}

#footer li{
	list-style: 	none;
	display: 		inline;
	font-size:		.85em;
	color: #039;
	padding-left:	5em;
}

#footer li a:link,
#footer li a:visited{   
	color:			#039;
	font-weight:	300;
	text-decoration: none;
	display:		inline;
}

#footer li a:hover,
#footer li a:focus,
#footer li a:active{
	color:			#cc0000;
}


/***************************************************************/
/*      Linkklassen (externe, interne, pdf, word, zip, ...)
/***************************************************************/
a.externerlink {
	background-image: 	url(/custom/img/externerlink.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat;
	padding-left: 		16px
}

a.pdf{
	background-image: 	url(/custom/img/pdf_icon.gif);
	background-position: right top;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.word{
	background-image: 	url(/custom/img/word_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.ppoint{
	background-image: 	url(/custom/img/ppt_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.zip{
	background-image: 	url(/custom/img/zip_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.german{
	background-image: 	url(/custom/img/german_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.english{
	background-image: 	url(/custom/img/english-klein.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.audio{
	background-image: 	url(/custom/img/audio_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.video{
	background-image: 	url(/custom/img/video_icon.gif);
	background-position: right 50%;
	background-repeat: 	no-repeat;
	padding-right: 		20px
}

a.th_intern{
	background-image: 	url(/custom/img/rwth-intern.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat;
	padding-left: 		16px
}

a.maplink {
	background-image: 	url(/custom/img/maplink.gif);
	background-position: left 50%;
	background-repeat: 	no-repeat;
	padding-left: 		16px
}


ul.kategorien{
	list-style: 		inside;
	text-indent: 		-17px;
}

li.kategorien{
	list-style: 		inside;
	display: 			inline;
	line-height:		1.4em;
	text-align:			center;
	padding:			0px 10px 0px 0px;
}