
#top_bar_suche {
	position:relative;
	z-index:30000;
	margin-left:15px;
}
input {
	border:solid 1px #999;
}
/*  */
.rot_hervorgehoben {
	color: red;
}

/* Bild ohne Rahmen */
#content .ohne_rahmen {
	padding:0px;
	margin:0px;
}
/*  */
* {
	padding:0px;
	margin:0px;
	border:0px;
}

/*  */
OL {
	padding-left:0px;
	margin-left:30px;
}

 /*  */
UL {
	padding-left:20px;
}

/*  */
.clear{
	clear:both;
	visibility:hidden;
}

/* */
.float-left{
	float:left;
}

/*  */
.float-right{
	float:right;
}



/* Allgemeine Einstellungen für alle Seiten */
body{
	margin:0px;
	padding:0px;
	background-color:#F4F4F4;
	font-family:arial;
}


/* Beinhaltet alle Unter-Divs der Seite, Haupt-Div */
#maincontainer{
	width:975px;
	background-color:#fff;
}


/* Header-Zeile; oberste Zeile mit Uni-Logo und TechKyb-Schriftzug */
#logocontainer{
	width:100%;
	height:110px;
	background-image:url(images/seite-welle_02.jpg);
}

/* "Studiengang Technische Kybernetik" Logo */
#logotext{
	position:relative;
	top:40px;
	padding-left: 290px;
	font-size:36px;
}

/*
#logotext span{
	font-size:32px;
}
*/

#topmenucontainer{
	width:100%;
	height:110px;
}



/* Einstellungen für Hintergrund des Menu-Containers entsprechend den Seiten "Informationen", "Interssierte" */
/* Hintergrund "Allgemeine Informationen" */

.loc_all #topmenucontainer{
	background-image:url("images/top_menu_blue.jpg");
}
.loc_int #topmenucontainer{
	background-image:url("images/top_menu_orange.jpg");
}
.loc_stud #topmenucontainer{
	background-image:url("images/top_menu_green.jpg");
}

/* Mindestbreite für Menu-Container */
/*  */
#topmenucontainer #topmenumindestbreite{
	width:970px;
}
/*  */
#topmenucontainer #topmenu{
	padding-top:30px;
	padding-right:20px;
	float:right;
}

/*  */
#topmenucontainer #topmenu ul{
	list-style:none;
}

/*  */
#topmenucontainer #topmenu ul li{
	float:left;
	margin-top:10px;
	padding:5px 5px 5px 5px;
	width:150px;
}

/*  */
#topmenucontainer #topmenu ul li a{
	text-decoration:none;
	display:block;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	padding:5px;
}

/*  */
#topmenucontainer #topmenu ul li span.sactivetop a{
	color:#000;
}

/*  */
#topmenucontainer #topmenu ul li span.sactivetop a:hover{
	color:#000;
}

/*  */
#topmenucontainer #topmenu ul li a:hover{
	color:#666;
}



/* Unterschiedliche Farben Topmenu */

/* Farbe am Quer-Menu "Allgemeine Informationen" Auskommentiert */
/*
#topmenucontainer #topmenu ul li.all span.sactivetop a{
	background-color:#57A7FF ;
}
*/

/* Farbe am Quer-Menu "Allgemeine Informationen" Auskommentiert */
/*
#topmenucontainer #topmenu ul li.all span.sunactivetop a:hover{
	background-color:#57A7FF ;
}
*/

/* Farbe am Quer-Menu "Interssierte B.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.intb span.sactivetop a{
	background-color:#FF9900;
}
*/

/* Farbe am Quer-Menu "Interssierte B.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.intb span.sunactivetop a:hover{
	background-color:#FF9900;
}
*/

/* Farbe am Quer-Menu "Interssierte M.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.intm span.sactivetop a{
	background-color:#ff3333;
}
*/

/* Farbe am Quer-Menu "Interssierte M.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.intm span.sunactivetop a:hover{
	background-color:#ff3333;
}
*/

/* Farbe am Quer-Menu "Studierende B.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.studb span.sactivetop a{
	background-color:#33CC74;
}
*/

/* Farbe am Quer-Menu "Studierende B.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.studb span.sunactivetop a:hover{
	background-color:#33CC74;
}
*/

/* Farbe am Quer-Menu "Studierende M.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.studm span.sactivetop a{
	background-color:#9ACD32;
}
*/

/* Farbe am Quer-Menu "Studierende M.Sc." Auskommentiert */
/*
#topmenucontainer #topmenu ul li.studm span.sunactivetop a:hover{
	background-color:#9ACD32;
}
*/

/* Senkrechter Trennstrich im Menu */
#topmenucontainer .separator_topmenu {
	border-left:solid 1px #fff;
}



/* Linkes Navigationsmenu */
/* Allgemeine Einstellungen */
#menu{
	width:244px;
	/*min-height:400px;*/
	float:left;
}

/* Einstellungen für die Menupunkte */
#menu #menucontent{
	background-image:url("images/seite-welle_06.jpg");
	padding-top:30px;
	width:246px;
	/*height:385px;*/
}

/* Menu Unterer Rand Bild-Einstellungen */
#menu #menubottom{
	height:12px;
	width:246px;
	background-image:url("images/seite-welle_09.jpg");
}

/*  */
#menu #menucontent .sactivetop{
	color:#000;
}

/* Menu-Unterpunkt Listenpunkt Einstellungen*/
#menu #menucontent ul{
	list-style:none;
	margin:0;
	width:220px;
	padding:3px 5px 3px 5px;
}

/* Menu-Unterpunkt Listenpunkt Link-Einstellungen */
#menu #menucontent ul li a{
	display:block;
	padding:3px 5px 3px 5px;
	color:#222; 
	/*color:#35f;*/
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}

/* Menu-Unterpunkt Listenunkt Link-Einstellung für Mouse-Over */
#menu #menucontent ul li a:hover{
	background-color:#7AF;
}

/* Hintergrundfarben für Menupunkte entsprechend der aktiven Seite */
/* Allgemeine Informationen Link */
#menu #menucontent ul li.all span.sactivetop a{
	background-color:#2882FF;	
}
/* Allgemeine Informationen Link Mouse-Over */
#menu #menucontent ul li.all span.sunactivetop a:hover{
	background-color:#57A7FF;
}
/* Allgemeine Informationen Unterlistenpunkt aktiver Unterpunkt */
#menu #menucontent ul li.all ul span.sactivetop a{
	background-color:#57A7FF;	
}

/* Interssierte B.Sc. Link */
#menu #menucontent ul li.intb span.sactivetop a{
	background-color:#FF9900;	
}
/* Interssierte B.Sc. Link Mouse-Over */
#menu #menucontent ul li.intb span.sunactivetop a:hover{
	background-color:#FFCC66;
}
/* Interssierte B.Sc. Unterlistenpunkt aktiver Unterpunkt */
#menu #menucontent ul li.intb ul span.sactivetop a{
	background-color:#FFCC66;	
}

/* Interssierte M.Sc. Link */
#menu #menucontent ul li.intm span.sactivetop a{
	background-color:#FF3333;	
}
/* Interssierte M.Sc. Link Mouse-Over */
#menu #menucontent ul li.intm span.sactivetop a:hover{
	background-color:#FF6666;	
}
/* Interssierte M.Sc. Unterlistenpunkt aktiver Unterpunkt */
#menu #menucontent ul li.intm ul span.sactivetop a{
	background-color:#FF6666;	
}

/* Studierende B.Sc. Link */
#menu #menucontent ul li.studb span.sactivetop a{
	background-color:#33CC74;	
}
/* Studierende B.Sc. Link Mouse-Over */
#menu #menucontent ul li.studb span.sunactivetop a:hover{
	background-color:#99FF99;	
}
/* Studierende B.Sc. Unterlistenpunkt aktiver Unterpunkt  */
#menu #menucontent ul li.studb ul span.sactivetop a{
	background-color:#99FF99;	
}

/* Studierende M.Sc. Link */
#menu #menucontent ul li.studm span.sactivetop a{
	background-color:#9ACD32;	
}
/* Studierende M.Sc. Link Mouse-Over */
#menu #menucontent ul li.studm span.sunactivetop a:hover{
	background-color:#CCFF63;	
}
/* Studierende M.SC. Unterlistenpunkt aktiver Unterpunkt */
#menu #menucontent ul li.studm ul span.sactivetop a{
	background-color:#CCFF63;	
}

/* Allgemeine Einstellungen linkes Menu für Unterlistenpunkte */
#menu #menucontent ul li ul{
	padding:3px 0 3px 0;
	margin:5px 0 10px 5px;
	list-style:none;
	width:100%;
}
/* Menu-Einstellungen für "Allgemeine Informationen", etc. */
#menu .all, #menu .intb, #menu .intm, #menu .studb, #menu .studm {
	padding:5px 0 5px 0;
	border-right-style: none;
	border-right-width: 2px;
} 

/* Farbeinstellungen für Rand der Menupunkte */
/* Menupunkte Border-Color "Allgemeine Informationen" */
#menu #menucontent .all{
	border-color:#2885ff;
}

/* Menupunkte Border-Color "Interssierte B.Sc." */
#menu #menucontent .intb {
	border-color:#FF9900;
}
/* Menupunkte Border-Color "Interessierte M.Sc." */
#menu #menucontent .intm {
	border-color:#FF3333;
}

/* Menupunkte Border-Color "Studierende B.Sc" */
#menu #menucontent .studb {
	border-color:#33CC74;
}
/* Menupunkte Border-Color "Studierende M.Sc" */
#menu #menucontent .studm {
	border-color:#9ACD32; 
}

/* Menu-Unterpunkte Einstellungen Rand */
#menu #menucontent ul li ul li{
	padding:0;
	margin:0;
	border-left:none;
}
/* Menu-Unterpunkte Einstellungen Link */
#menu #menucontent ul li ul li a{
	display:block;
	padding:2px 5px 2px 5px;
	margin:0 5px 0 0px;
	color:#222;
	text-decoration:none;
	font-weight:normal;
	border:none 1px #999;;
}
/* Menu-Unterpunkte Einstellungen Link Mouse-Over */
#menu #menucontent ul li ul li a:hover{
	background-color:#7af;
}
/* Menu-Unterpunkte Einstellungen aktiver Unterpunkt*/
#menu #menucontent ul li ul li .current{
	background-color:#9cf;	
}

/*  */
#menu #menucontent ul li ul li ul li a{
	margin-right:10px;
	background-color:#CCC;
}

/* Einstellungen für die "normale" Seite, Seite mit den Texten */

/* Einstellungen für den Haupttil der Seite (Rechte Hälfte) */
#main{
	padding:35px 30px 30px 290px;
}
/* Einstellungen für den Inhalt der Hauptsite (Texte aus RTE) */
#content{
	color:#444;
	font-size:14px;
	line-height:1.3em;
}

/* Allgemeine Einstellungen für (Über-)Schriften der Größe "h1"*/
#content h1{
	font-size:1.7em;
	line-height:1.3em;
	padding:0em 0 0.5em 0;
}
/* Farbeinstellung für Überschrift "h1" aus "Allgemeine Informationen"*/
.loc_all #content h1 {
	color:#247AFF;
}
/* Farbeinstellung für Überschrift "h1" aus "Interssierte B.Sc."*/
.loc_int #content h1 {
	color:#FF9900;
}
/* Farbeinstellung für Überschrift "h1" aus "Studierende B.Sc."*/
.loc_stud #content h1 {
	color:#33CC74;
}

/* Allgemeine Einstellungen für (Über-)Schriften der Größe "h2"*/
#content h2{
	font-size:1.3em;
	line-height:1.1em;
	padding:0em 0 0.5em 0;
}
/* Farbeinstellung für Überschrift "h2" aus "Allgemeine Informationen"*/
.loc_all #content h2 {
	color:#247AFF;
}
/* Farbeinstellung für Überschrift "h2" aus "Interssierte B.Sc."*/
.loc_int #content h2 {
	color:#FF9900;
}
/* Farbeinstellung für Überschrift "h2" aus "Studierende B.Sc."*/
.loc_stud #content h2 {
	color:#33CC74;
}


/* Einstellungen für Paragraph: Abstand unterer Rand*/
p{
	margin-bottom:0.5em;
}


/* Hauptseite Einstellungen für normale/ besuchte Links (Links des RTE) */
#content a, #content a:visited, #textmenu a, #textmenu a:visited {
	color:#247AFF;
	text-decoration:none;
}
/* Hauptseite Einstellungen für Links Mouse-Over (Links des RTE) */
#content a:hover {
	text-decoration:underline;
	color:#ff9933;
}

#closewindow {
	clear:both;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	border-top:solid 1px #666;
	background-color:#E5E5E5;
	padding:5px;
	color:#247AFF;
}

* Popup Einstellungen für normale/ besuchte Links (Popup) */
#textmenu a, #textmenu a:visited, #closewindow a, #closewindow a:visited {
	color:#247AFF;
	text-decoration:none;
}

/* Popup Einstellungen für Links Mouse-Over (Popup) */
#textmenu a:hover{
	text-decoration:underline;
	color:#ff9933;
}
/* Popup Einstellungen für Links Mouse-Over (Popup) */
#closewindow a:hover {
	text-decoration:underline;
	color:#ff9933;
}

/*  */
#content td{
	padding-left: 5px;
}


/* Hauptseite Bild mit Link Einstellungen (Rand, Abstand,...) */
#content a img {
	padding:0px;
	margin:0px;
	border:0;
}
/*  */
td.width200px{
	width:200px;
	background-color:#F5F5F5;
}
/* Bild Einstellungen für alle Bilder der Hauptseite */
#content img{
	padding :10px;
}




/* Footer Einstellungen*/

/* Seiten-Footer (Unterer Balken) Einstellungen allgemein*/
#footer {
	border-top:solid 1px #666;
	background-color:#E5E5E5;
	text-align:right;
	color:#999;
	font-size:0.8em;
	padding:5px;
	padding-right:20px;
	margin-top:20px;
}

/* Seiten-Footer (Unterer Balken) Einstellungen normale/ besuchte/ Mouse-Over Links */
#footer a, #footer a:hover, #footer a:visited {
	color:#999;
	text-decoration:underline;
}