/********* basics *********/
body {
	background-color: #ffffff;
	font-family: arial,helvetica,sans-serif
}
* {
	margin: 0px auto;
	padding: 0px;
}
img {
	border-color: #c1ba95;
}

/********* Textformatierung *********/
p,h1,h2,h3 {
	color: #5C5931;
}
p,h3 {
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
}
p {
	padding: 0px 0px 10px 0px;
}
h1,h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 15px 0px;
}
h3 {
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
/* weisser Text */
.hell {
	color: #ffffff;
}
/* Text-Einzuege*/
.indent {
	padding: 0px 5px 10px 15px;
}
.indent_hell {
	padding: 0px 5px 10px 15px;
	color: #ffffff;
}
/********* Links *********/
a:link {
	color:#5C5931;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#5C5931;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

/********* mittenzentrierte Grundflaeche *********/
#contentBox {
	width: 910px;
	height: 608px;
	text-align:left;
												/* border:thin solid black; */
}

/********* Hauptnavi *********/
#hnaviBox {
	float: left;
	width: 680px;
	height: 95px;
	text-align:left;
}
#hnavi {
	padding: 25px 0px 0px 35px;								
}
#snavi {
	padding: 5px 0px 0px 18px;								
}

/********* Hauptnavi - Studienschwerpunkte *********/
#hnaviBox_st1 {
	float: left;
	width: 680px;
	height: 50px;
	text-align:left;
}
#hnaviBox_st2 {
	float: left;
	width: 780px;
	height: 45px;
	text-align:left;
}

/********* Logobox oben *********/
#logo1Box {
	float: left;
	width: 220px;
	height: 30px;
	text-align:right;
}

/********* Infomaterial/Anmeldung *********/
#infomaterialBox {
	float: right;
	width: 400px;
	height: 45px;
	text-align:left;
	overflow:hidden;
}
#infomaterial_1 {
	padding: 19px 0px 0px 0px;
	float: left;
	z-index: 11;
	position:relative;
	top:0px;
	left:0px;
	visibility: hidden;
}
#infomaterial_2 {
	float: left;
	z-index: 12;
	position:relative;
	top:-19px;
	left:0px;
	visibility: hidden;
}
#infomaterial_3 {
	float: left;	
	z-index: 13;
	position:relative;
	top:-38px;
	left:0px;
	visibility: hidden;
}
#infomaterial_4 {
	float: left;	
	z-index: 14;
	position:relative;
	top:-57px;
	left:0px;
	visibility: hidden;
}

/********* Subnavi unten *********/
#bottomnaviBox {
	float: left;
	width: 765px;
	height: 55px;
	text-align:right;
}
#bnavi {
	padding: 35px 0px 0px 0px;
}
.bnavi_link {
	padding: 0px 12px 0px 0px;
}

/********* Logobox unten rechts *********/
#logo2Box {
	float: right;
	width: 66px;
	height: 55px;
	text-align:left;
}

/********* Formulare *********/
.tarea {
	background-color: #FFFFFF;
	color: #5C5931;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 240px;
	height: 130px;
	float: left;
}
.tfield {
	background-color: #FFFFFF;
	color: #5C5931;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 220px;
	float: right;
}
.fehler{
	font-weight:bold;
	color:#ff0000;
}
