/* ---------------------------------------------

	BASIC.CSS
	Generelle Styles fuer das Frontend 

	Autor:				UC
	Erstellungsdatum:	08.11.2006
	
	Index:				- Body
						- Import
						- Blaue Boxen
						- Formulare
							- Suchformular
						- Dozenten
						- Footer
						- Bold / Fett
						
	Changelog:			DK, 19.12.2006
						CD Anpassung
	
--------------------------------------------- */


/* ---------------------------------------------
	Charset und Import
--------------------------------------------- */
@charset "UTF-8";

/* ---------------------------------------------
	Generelle Frontend Styles
--------------------------------------------- */

	html {
 		height: 100%; 
		margin-bottom: 0.1px;
	}
	address {
		font-style: normal;
		line-height: 14px;
	}
	a {
		text-decoration: none;
	}
	.disable, .invisible { 
		display: none;
	}
	.clear{
		clear:both;
		height:0px;
	}
	
	/* Style fuer das Layout des Vorschau Layers */
	div#preview {
		position: absolute;
		background: #E84224;
		padding: 5px;
		color: #fff;
		top: 0;
		right: 0;
	}
			
		a, a:hover, a:active {
			text-decoration: none;
			color: #000;
		}


/* ---------------------------------------------
	Blaue Boxen
--------------------------------------------- */
	
		/* Blaue Boxen*/
		a.box {
			background-color: #77B1D9;
			height: 18px;
			width: 213px;
			padding: 2px 0 0 6px;
			border-bottom: #FFF 6px solid;
			vertical-align: top;
			color: #FFF;
			display: block;
			line-height: 14px;
		}
		/* Tantek Hack fuer >IE 5.5 / IE 6*/
		* html a.box{
			height: 26px !important;
			heig\ht: 18px !important;
			width: 219px;
			wid\th: 213px;
		}
		* html a.box h2{
			height: 32px !important;
			width: 212px;
			wid\th: 213px;
		}
		
		
		
		a.box:hover {
			background-color: #006DB5;
			font-weight: normal;
			color: #FFF;
		}
		a.box-big {
			height: 32px;
			padding: 3px 0 0 6px;
		}
		
		a.box-big h2 {
			font-weight: bold;
			font-size: 14px !important;
			line-height: 17px;
		}
		a.nolink:hover {
			background-color: #77B1D9 !important;
			cursor: default;
		}
		
/* ---------------------------------------------
	Formulare
--------------------------------------------- */
		
	
	/* Allg. Formular */
		input, textarea {
			border: #4F657D 1px solid;
			height: 17px;
			padding: 1px 1px 1px 2px;
		}
		* html input{
			height:20px;
			h/eight:17px;
		}
		
		textarea {
			height: 100px;
		}
		form label {
			width: 185px;
			display: block;
			float: left;
		}
		form .breite {
			width: 210px;
		}
		form select.breite {
			width: 216px;
		}
		form .noborder{
			border:0px;
			height:20px !important;
			line-height:27px;
			vertical-align:middle;
		
		}
		div.pflichtfelder {
			margin-left: 185px;
		}
		
		
	/* Formular Suchen */
		input.search {
			width: 180px;
		}	
		input.btn-search {
			border: 0px;
			padding: 0 !important;
			margin: 0 !important;
		}	
		form input.submit-btn {
			margin-top: 20px;
			height: 20px;
			width: 115px;
			background-color: #77B1D9;
			border: 0px;
			color: #FFF;
			font-size: 12px;
		}
		form input.submit-btn:hover {
			background-color: #006DB5;
			cursor: pointer;
		}

/* ---------------------------------------------
	Dozenten
--------------------------------------------- */
	div.dozent-img {
		float: left;
		width: 90px;
		height: 115px;
		margin: 0 15px 15px 0;
		vertical-align: top;
	}
	div.dozent-txt {
		padding-left: 115px;
	}
	div.dozent-txt h3 {
		margin-bottom: 50px;
		display: inline;
	}
	img.publ-bild {
		float: left;
		margin: 0 10px 10px 0;
	}

/* ---------------------------------------------
	OL Auflistungen
--------------------------------------------- */
#content OL.contentlist, #content UL.contentlist{margin-left:20px;}


/* ---------------------------------------------
	Footer
--------------------------------------------- */
	a.link-up, a.link-right, a.link-down, a.link-left, a {
		color: #77B1D9;
		line-height: 17px;
	}
	a.link-up:hover, a.link-right:hover, a.link-down:hover, a.link-left:hover, a:hover {
		color: #006DB5;
		font-weight: bold;
	}
	a.link-up img, a.link-right img, a.link-down img, a.link-left img {
		padding-right: 5px;
	}
