/***************************************************************/
/*      standard.css V. 1.0
/*      Stand: 05.02.2009
/***************************************************************/
/***************************************************************/
/*      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 {
	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;
}

.fett {
	font-weight: 			        bold;
}
a.fett{
	font-weight: 			        bold;
}

.highlight {
	color: 					#C00;
}

.auflistung {
	padding-bottom: 		        15px;
}

img {
	border: 				none;
}

hr {
	height: 1px;
	background-color:		        #039;
	margin-top: 			        5px;
	margin-bottom: 			        10px;
	margin-right: 			        10px;
	border: 				none;
}

hr.clear {
	clear: 					both;
	visibility: 			        hidden;
	height: 				0px;
}

br.clear {
	clear: 					both;
	visibility: 			        hidden;
	height: 				0px;
}

p.neuerBildabsatz {
	clear: 					both;
	visibility: 			        hidden;
	height: 				0px;
}

hr.neuerBildabsatz {
	clear: 					both;
	visibility: 			        hidden;
	height: 				0px;
}

p.letzterAbsatz {
	margin-bottom: 			        2.5em;
}

h2 {
	font-size: 				1.25em;
	font-weight: 			        600;
	margin-bottom: 			        15px;
	border-bottom: 			        1px solid #039;
	color: 					#039;
}

h3 {
	font-size: 				1.1em;
	margin-bottom: 			        4px;
	margin-top: 			        5px;
	color: 					#039;
}

h4 {
	font-size: 				1em;
	margin-top: 			        5px;
	margin-bottom: 			        6px;
	color: 					#039;
}

p,a,li,table {
	font-size: 				100%;
}

p {
	margin-bottom: 			        20px;
}

input {
	margin-bottom: 			        2px;
}

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-color: 		        #9CF;
}

th.zelle_ohne_farbe {
	border-top: 			        0px;
	border-left: 			        0px;
	border-right: 			        1px solid #000;
	background-color: 		        transparent;
}

tr.tabellenzeile_farbig td {
	background-color: 		        #CCF;
}

caption {
	margin-top: 			        10px;
	padding-bottom: 		        5px;
	color: 					#000;
	font-weight: 			        600;
	text-align: 			        left;
}

span.rechtsbuendig {
	text-align: 			        right;
	background-color: 		        #C00;
}

/***** Textpositionierung *****/

.right {
	text-align: 			        right;
}

.left {
	text-align: 			        left;
}

.center {
	text-align: 			        center;
}

/***** Bildpositionierung *****/

.bild-portal {
	float: 					left;
	margin: 				0px 19px 10px 0px;
	padding: 				2px;
}

.bild-links {
	float: 					left;
	margin: 				0px 10px 10px 0px;
	padding: 				4px;
}

.bild-rechts {
	float: 					right;
	margin: 				0px 0px 10px 10px;
	padding: 				4px;
}

.bildunterschrift {
	text-align: 			        left;
	position: 				relative;
	padding-left: 			        2px;
	margin-top: 			        -15px;
	margin-bottom: 			        1.5em;
	font-size: 				85%;
}

.serienbild {
	position: 				relative;
	top: 					3px;
	right: 					3px;
}

.bild-meldung {
   float:				left;
   margin: 				0px 10px 10px 0;
   padding:				2px;
   width:				75px;
   height:				100px;
}

/***** Tabellen - 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;
	/* gehoert in site.css
	background-image:		        url(/custom/img/border/kopfhintergrund.jpg);
	background-position: 	                left;
	background-repeat: 		        no-repeat;
	*/
}

#kopf img {
	display: 				block;
}

#backlink {
	float: 					left;
}

#bild {
	position: 				relative;
	float: 					left;
}

#logo1 {
	position: 				absolute;
	top: 					20px;
	left: 					195px;
}

#logo2 {
	position: 				absolute;
	top: 					20px;
	right: 					200px;
}

/***************************************************************/
/*      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/hilfen/lupe.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.suche {
	background-image: 		        url(/custom/img/hilfen/lupe_hover.gif);
}

#hilfen a.abisz {
	background-image:		        url(/custom/img/hilfen/buch.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.abisz {
	background-image: 		        url(/custom/img/hilfen/buch_hover.gif);
}

#hilfen a.sitemap {
	background-image: 		        url(/custom/img/hilfen/baum.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.sitemap {
	background-image: 		        url(/custom/img/hilfen/baum_hover.gif);
}

#hilfen a.personen {
	background-image: 		        url(/custom/img/hilfen/telefon.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.personen {
	background-image: 		        url(/custom/img/hilfen/telefon_hover.gif);
}

#hilfen a.feedback {
	background-image: 		        url(/custom/img/hilfen/brief.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.feedback {
	background-image: 		        url(/custom/img/hilfen/brief_hover.gif);
}
#hilfen a.kontakt{
	background-image: 		        url(/custom/img/hilfen/brief.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.kontakt{
	background-image: 		        url(/custom/img/hilfen/brief_hover.gif);
}

#hilfen a.hilfe {
	background-image: 		        url(/custom/img/hilfen/fragezeichen.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.hilfe {
	background-image: 		        url(/custom/img/hilfen/fragezeichen_hover.gif);
}

#hilfen a.home {
	background-image: 		        url(/custom/img/hilfen/haus.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.home {
	background-image: 		        url(/custom/img/hilfen/haus_hover.gif);
}

#hilfen a.intern {
	background-image: 		        url(/custom/img/hilfen/schloss.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
}

#hilfen a:hover.intern {
	background-image: 		        url(/custom/img/hilfen/schloss_hover.gif);
}

/***************************************************************/
/*      Zielgruppennavigation
/***************************************************************/

#zielgruppennavi {
	position: 				relative;
	width: 					100%;
	background-color: 		        #9CF;
	margin: 				0px 0px 0px 0px;
	padding: 				0px;
	border-top: 			        1px solid #039;
        height:                                 15pt;
}

#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-color: 		        #FFF;
}

#zielgruppennavi  a#hier:link,
#zielgruppennavi  a#hier:visited,
#zielgruppennavi  a#hier:hover,
#zielgruppennavi  a#hier:active {
	color: 					#039;
	background-color: 		        #FFF;
}

/***************************************************************/
/*      Breadcrumb
/***************************************************************/

#breadcrumb {
        border-top:                             1px solid #039;	
        position: 	        		relative;
	font-size: 			        .78em;
	font-weight: 			        600;
	margin: 				0px;
	color: 					#000;
	width: 					100%;
	background: 			        #F0F0F0 url(../img/border/nav_background.gif) repeat-y top left;
}

#breadcrumb span.links {
	color: 					#039;
	font-weight: 		        	300;
	display: 				block;
}

#breadcrumb span.rechts {
	color: 					#000;
	padding-left: 		        	195px;
	font-weight: 		        	300;
	display: 				block;
}

#breadcrumb a.schwarz {
	color: 					#000;
}

#breadcrumb a.schwarz:hover {
	color: 					#00F;
}

/***************************************************************/
/*      Sprachumschaltung - Flaggen
/***************************************************************/

#flaggen {
	top: 					10px;
	left: 					5px;
}

/***************************************************************/
/*	Formatierung der Inhaltsbereiche
/***************************************************************/
/***************************************************************/
/*      Allgemeiner Inhaltsrahmen
/***************************************************************/

#rahmen {
	padding: 				0em;
	background: 			        #f0f0f0 url(../img/border/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;
	font-size:				0.95em;
}

#hauptnav_inhalt li {
	list-style: 		        	none;
	line-height:		        	1.5em;
	border-bottom:		        	1px solid #FFF;
	text-align: 		        	left;
	display: 				block;
}

#hauptnav_inhalt li a:link,
#hauptnav_inhalt li a:visited{
	color:					#FFF;
	text-decoration:		        none;
	padding-left:			        5px;
	display: 				block; /*wichtig*/
	padding-top: 			        5px;
	padding-bottom: 		        5px;
	border-left:			        2px solid #039;
}

#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:				#fff;
	text-decoration:	        	none;
	display: 				block;
	border-left:		        	2px solid #C00;
}

/***************************************************************/
/*      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;
}

.zusatzinfobox {
	margin-bottom: 			        30px;
	margin-right: 			        10px;
	border: 				1px dotted #039;
}

.zusatzinfobox h5 {
	color: 					#FFF;
	background-color: 		        #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: 		        disc;
}

.zusatzinfobox ol {
	margin-left: 			        25px;
	padding-top: 			        5px;
	padding-bottom: 		        5px;
	list-style-position: 	                outside;
}

.zusatzinfobox li {
	margin-bottom: 			        5px;
}

/***************************************************************/
/*      Mittlere Spalte - Inhalt
/***************************************************************/

#inhalt_rahmen {
	width: 					auto;
	margin-left: 		        	175px;	
	margin-right: 		        	18em;
	z-index: 				1;
}

#inhalt {
	position: 				relative;
	overflow: 				visible;
	padding: 				25px 20px 20px 20px;
	color: 					#000;
	z-index: 				2;
	height: 				1%;
}

#inhalt ul {
	margin-bottom: 		        	10px;
	margin-left: 		        	20px;
}

#inhalt ol {
	margin-bottom: 		        	10px;
	margin-left: 		        	20px;
}

#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 img {
	margin-bottom: 		        	10px;
	margin-right: 		        	25px;
}

/***** Bildpositionierung bei einem Erfahrungsbericht - Anfang *****/

#inhalt.imagebox {
	margin-bottom: 			        15px;
	float: 					left;
}

#inhalt.imagebox img {
	float: 					left;
	margin-right: 			        50px;
	margin-bottom: 			        25px;
}

#inhalt.imagebox ul {
	list-style-type: 		        disc;
	list-style-position: 	                inside;
}

/***** Bildpositionierung bei einem Erfahrungsbericht - Ende *****/

#inhalt p.clear {
	clear: 					both;
}

.code {
	font-family: 			        "Courier New", monospace;
	font-size: 				90%;
}

pre {
	font-family: 			        "Courier New", monospace;
	font-size: 				90%;
	white-space: 			        pre;
	width: 					70%;
	background-color: 		        #FFF;
	margin: 				1em auto 1em 3em;
	padding: 				1em;
	border: 				dotted 1px #000;
}

/***************************************************************/
/*      Mittlere Spalte - Zusatz für Portalseiten
/***************************************************************/

ul.horizontal li {
	display: 				inline;
}

.linkbox {
	position: 				relative;
	margin-bottom: 		        	20px;
	margin-right: 			        8px;
        margin-left: 			        8px;
	min-height: 			        165px;
	height: 				auto;
	width: 					47%;
	float: 					left;
	background-color: 		        #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 img {
	float: 					left;
	margin: 				2px 15px 10px 2px;
}

/***************************************************************/
/*      Mittlere Spalte -  RWTH aktuell
/***************************************************************/

.meldungsbox {
	position: 				relative;
	min-height: 			        110px;
	list-style: 			        circle;
}

.meldungsbox img {
	float: 					left;
	padding-right: 		        	5px;
	padding-top: 		        	4px;
}

.meldungsbox h3 {
	margin-top: 			        30px;
	margin-right: 			        5px;
	margin-bottom: 			        5px;



	border-style: 			        none;
	border-bottom: 			        1px solid #039;
	font-size: 				100%;
}

.meldungsbox span.rechtsbuendig {
	float: 					right;
	display: 				inline;
}

.meldungsbox span.rechtsbuendig ul {
	padding-right: 			        5px;
	padding-bottom: 		        2px;
	list-style: 			        none;
}

/***************************************************************/
/*      Footer
/***************************************************************/

#footer {
	position: 				relative;
	bottom: 				0; /* wichtig */
	clear: 					both;
	background-color: 		        #f0f0f0;
	border-top: 			        1px dashed #039;
	text-align: 			        center;
	color: 					#039;
}

#footer p {
	font-size: 				0.8em;
	margin-left: 		        	195px;
	margin-top: 			        10px;
	line-height: 			        1em;
}

#footer  span.rechts {
	padding-left: 			        195px;
	display: 				block;
}

#footer li {
	list-style: 			        none;
	display: 				inline;
	font-size: 				.85em;
	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: 					#C00;
}

/***************************************************************/
/*      Linkklassen (externe, interne, pdf, word, zip, ...)
/***************************************************************/

a.externerlink {
	background-image: 		        url(/custom/img/doctypes/externerlink_icon.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
	padding-left: 			        16px;
}

a.sprungmarke{
	background-image: 	        	url(/custom/img/icons/sprungmarke.gif);
	background-position: 	                left 50%;
	background-repeat: 		        no-repeat;
	padding-left: 			        16px;
}

a.pdf {
	background-image: 		        url(/custom/img/doctypes/pdf_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 	        	no-repeat;
	padding-right: 		        	20px;
}

a.word {
	background-image: 		        url(/custom/img/doctypes/word_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 		        no-repeat;
	padding-right: 			        20px;
}

a.ppoint {
	background-image: 		        url(/custom/img/doctypes/ppt_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 		        no-repeat;
	padding-right: 			        20px;
}

a.zip {
	background-image: 		        url(/custom/img/doctypes/zip_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 	        	no-repeat;
	padding-right: 		        	20px;
}

a.german {
	background-image: 		        url(/custom/img/doctypes/german_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 	        	no-repeat;
	padding-right: 		        	20px;
}

a.audio {
	background-image: 		        url(/custom/img/doctypes/audio_icon.gif);
	background-position:                 	right 50%;
	background-repeat: 		        no-repeat;
	padding-right: 			        20px;
}

a.video {
	background-image: 		        url(/custom/img/doctypes/video_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 	        	no-repeat;
	padding-right: 		        	20px;
}

a.internerlink {
	background-image: 	        	url(/custom/img/doctypes/internerlink_icon.gif);
	background-position: 	                left 50%;
	background-repeat: 	        	no-repeat;
	padding-left: 		        	16px;
}

a.rss {
	background-image: 	        	url(/custom/img/doctypes/rss_icon.gif);
	background-position: 	                right 50%;
	background-repeat: 		        no-repeat;
	padding-right: 			        20px;
}

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;
}

.awce img {
	background-color: 		        #FF9;
	padding-top: 			        0px;
	padding-right: 			        3px;
}

#rollimg{
        padding-left: 				5px;
        margin-left: 				5px;
}


/***** Contextedit*****/
.contextedit li {
	display: 				inline;
}

div.contextedit {
	padding-left: 			        170px;
}