/*  
==============================
INHALTSVERZEICHNIS
==============================
I.			ALLGEMEINE FORMATIERUNGEN
II.			GROBES LAYOUT
III.			KOPFBEREICH
IV.			LINKE SPALTE
V.			RECHTE SPALTE
VI.			SONSTIGES
VII.		WERBUNG
==============================
*/




/*
==============================
I.			ALLGEMEINE FORMATIERUNGEN
==============================
*/
*{
	margin:0;
	padding:0;
}


body{
	background:#fff;
	color:#000;
	font:1em times, georgia, sans-serif;
	line-height:140%;
	text-align:left
}


/*
==============================
II.			GROBES LAYOUT
==============================
*/


#oben{
	border-bottom:1px solid #000;
	margin:0 0 1em 0;
}




#mitte, #rechts, #unten{
	display:none;
}








/*
==============================
III.			KOPFBEREICH
==============================
*/
h1{
	font:bold 2em georgia;
}

h1 a{
	color:#000;
	text-decoration:none
}





/* Anfang: Navigationsleiste im Kopf */
ul#nav{
	display:none
}
/* Ende: Navigationsleiste im Kopf */




/*
==============================
IV.			LINKE SPALTE
==============================
*/#links h2, #suchergebnis-google h2, #breit-ae-spalte h2{
	color:#000;
	font:2.2em georgia,"trebuchet ms",arial;
	letter-spacing:-1px;
	line-height:110%;
	margin:0 0 2px 0;
}


a{
	color:#000;
	text-decoration:none
}


h2,h3,h4,h5,h6{
	color:#000;
	margin:10px 0 0 0;
}


h3,h4{
		font:1.3em arial;
}

h3, h4, h5, h6{
	font: 1.3em arial;
	margin:30px 0 0 0
}


.meta{
	color:#666;
	font-size:.9em
}

.meta a:link, .meta a:visited, .meta a:active, .meta a:hover{
	text-decoration:none;
	color:#666;
}









/* Spalten auf Startseite  */
.spalte1{
	float:left;
	line-height:140%;
	width:225px
}

.schmal{
	float:left;
	line-height:140%;
	margin:0 0 0 20px;
	width:225px
}


.spalte1 h3, .schmal h3{
	border-bottom:1px solid #ddd;
	font:bold 1.2em georgia
}

.spalte1 h4, .schmal h4{
	border-bottom:1px solid #ddd;
	font:bold 1em georgia;
	margin:10px 0 0 0;
	text-transform:uppercase
}
















blockquote {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#000;
	float:left;
	margin:10px 20px 10px 0;
	padding:5px 10px 0 0;
	text-align:left;
	width:200px
}

blockquote span{
	color:#555;
	display:block;
	font:.7em arial;
	padding:2px 0;
}








/* Anfang: Spalten für Studiengang-Details */
.sp{
	line-height:140%;
	margin:0 0 20px 0
}

.spli {
 	color:#000;
 	font-weight:bold;
 	float:left;
 	width:30%
}

.spre {
	 float:left;
	 width:70%
}
/* Ende: Spalten für Studiengang-Details */



/* Boxen
==================================== */
.box {
	background:#fff;
	border-bottom:1px solid #ccc; 
	border-top:1px solid #ccc; 
	margin:20px 0 20px 0;
	padding:3px 3px 0 0;
	line-height:1.5em
}

.boxlinks {
	float:left;
	width:50%
}

.boxmitte {
	float:left;
	width:50%
}

.box ul li {
	float:left;
	list-style:none
}

.box ul li a:link, .box ul li a:visited, .box ul li a:active{
	border:1px solid #ccc;
	background:#fff; 
	color:#060;
	padding:5px 2px 2px 12px;
	text-decoration:none;
	margin:0 5px 0 0;   
	line-height:2.5em
}

.box ul li a:hover {
	border:1px solid #aaa;
	color:#900;
	text-decoration:none
}

.box ul li strong{
	color:#060
}

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

.rechtsbuendigight {
	float: right;
	}
	
.alignleft {
	float: left
}

#breit-ae-spalte{
	float:left;
	margin:10px 0 20px 0;
	padding:0 10px 0 0;
	width:660px
}


.tags, .kruemel, .landingpage, .hinweis, .pagebar, .kommentarfeld, .linke-spalte-unten, .premiumanzeige, .premiumanzeige2, .google, .googleinnen, 
.googlemitte, .werbung-artikel, .werbung-artikelliste{display:none}



