/*
{
	border: none;
}
*/

html, body, #content {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

html>body, html>body #content {
	height: auto;
	}

body {
	border: 0;
	}

#gabriel {
	margin: 10px 0px 0px 0px;
	background-color: #D9D9D9;
	}

#content {
	top: 10;
		left: 0;
	}

#container {
	width: 661px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	background-color: #FFFFFF;
	background-image:url(../img/content-bg.gif);
	}

.clearfix:after {
		content: ".";
		display: block;
		font-size:1px;
		height: 1px;
		clear: both;
		visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#head {
	width: 661px;
	height: 330px;
	float: left;
	background-image: url(../img/head-test.jpg);
	background-repeat: no-repeat;
	}

#itemcontainer
{
	float: left;
	width: 500px;
	background-color: #FFF;
	clear:left;
}

#item {
	width: 500px;
	background-color: #FFF;
	}

#image {
	width: 500px;
	}

#navicontainer {
	height: 100%;
	float: right;
	top: 0px;
	background-image: url(../img/head2-bg.gif);
	background-repeat:repeat;
	}

#navi {
	width: 161px;
	}

#navi img {
	float:left;
	clear:both;
	}

/* ---------- Navigation des Administrationsbereichs --- */

#adminNavi
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 20px 0px 20px;
	width: 121px;
}
#adminNavi .headline
{
	border-bottom: 1px solid #D9D9D9;
	display: block;
	font-size: 14px;
}
#adminNavi a
{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
#adminNavi a:hover
{
	text-decoration: underline;
}


/* ---------- Positionierung einzelner Bilder ---------- */

.mandatorypic {
	margin: 0px 0px 0px 0px;
	}

.mandatorypic2 {
	margin: 10px 0px 0px 0px;
	}

.newspic {
	margin: 240px 0px 0px 500px;
	}

.teampic {
	margin: 5px 0px 0px 20px;
	float:right;
	}

/* ----------------------------------------------------- */

/* text-align: left */
.tal {text-align: left;}

/* float: right */
.fr {float: right}

#text {
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 40px 20px 0px 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9D9D9;
	}

#text span.headline {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	}

#text span.subheadline {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	}

#text span.text {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	}

#text p.headline {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	}

#text p.subheadline {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	}

#text p.text {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	}

#text:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
}


#link {
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

/*#link:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	}*/

#end {
	width: 460px;
	height: 40px;
	}

/*#footerpixel {
	width: 100%;
	height: 1px;
	margin-top: -2px;
	background-color: #666666;
	}*/

#footer {
	width: 100%;
	height: 82px;
	padding-top: 11px;
	text-align: center;
	line-height: 0px;
	background-color:#B9B9B9;
	background-image:url(../img/mandatory-bg.gif);
	background-repeat:repeat-x;
	}

#formfield {
	width:360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border: 1px dotted #999999;
	}

#textarea
{
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formfieldlong {
	width:430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border: 1px dotted #999999;
	}

#formbutton {
	width:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border: 1px dotted #999999;
	}

.inputError
{
	color: red;
	font-size: 12px;
}

/* ---------- Tabelle fŸr das Kursangebot ---------- 

#mytable {
	width: 460px;
	padding: 0;
	margin: 0;
}

th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

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

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #B4AA9D;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
*/
