@CHARSET "UTF-8";

/*
	CSS Definitions
	project: http://www.schulde-neugraben.de
	author: Andreas Wenk - Netzmeister St.Pauli http://www.netzmeister-st-pauli.de
*/

/*
###
# tag definitions
###
*/
html, body {
	font-family: Arial,Verdana, Helvetica, sans-serife;
	font-size: 11px;
	line-height:17px;
	margin: 0;
	padding:0;
	background-color: #efefef;
	text-align: center;
}
img {
	border: 0;
}
h1.breadcrump {
	font-size:12px;
	font-weight: bold;	
}
h1.breadcrump a {
	color: #ffffff;
	text-decoration: none;	
	font-size:12px;
}
h1.breadcrump a:hover {
	text-decoration: underline;
	color: #cccccc;	
}
td {
	font-size: 11px;
}
p {
	margin:6px 0 6px 0;
}
h1,h2,h3,h4,h5,h6 {
	margin:6px 0 6px 0;
}
a {
	color: #009EE0;
	text-decoration: none;
}
a:hover {
	color: #C22D16;
	text-decoration: underline;
}
img {
	border: 0px;
}
a img {
	text-decoration: none;
	border: 0px;
	color: #cccccc;
}
a:hover img {
	text-decoration: none;
	border: 0px;
	color: #cccccc;
}
/*
###
# layer definitions
###
*/
div#main {
	width:1000px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	/*
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	*/
}

/* header */
div#header {
	width:1000px;
	height:202px;
}
div#header div.logo {
	width: 1000px;
	height: 202px;
	float: left;
}
div#header div.logo div.logo_image {
	width: 1000px;
	height: 148px;
}
div#header div.logo ul {
	margin: 0px;
	padding:0px;
}
div#header div.logo li {
	display: inline;
	list-style: none;
}

/* top navi */
div#header div.logo div.navi_top {
	height: 30px;
	background-color: #C22D16;	
	margin-top: 0px;
}
div#header div.logo div.navi_top li div {
	width: 140px;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	line-height:30px;
	height: 30px;
	text-align: center;
	float: left;
}
div#header div.logo div.navi_top li div.first {
	width:52px;
	border-right: 2px solid #ffffff;	
}
div#header div.logo div.navi_top li div a {
	color: white;
	text-decoration: none;
	display:block;
	font-size: 13px;
}
div#header div.logo div.navi_top li div a:hover {
	color:white;
	text-decoration: none;
	background-color: #F29400;
	display:block;		
	height: 32px;
	*height: 32px !important;
	*height: 30px;
}
div#header div.logo div.navi_top li div.act {
	background-color: #f29400;
	border-right: 2px solid #ffffff;
	height: 32px;
        *height: 32px !important;
        *height: 30px;
}

/* navi bottom */
div#header div.logo div.navi_bottom {
	height: 20px;
	background-color: #F29400;	
	margin-top: 2px;
}
div#header div.logo div.navi_bottom div.navi_inner {
	margin-left: 70px;	
}
div#header div.logo div.navi_bottom li div {
	margin-right:30px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height:19px;
	height: 19px;
	text-align: left;
	float: left;
}
div#header div.logo div.navi_bottom li div a{
	color: white;
	text-decoration: none;
}

/* content */
div#content {
	min-height:470px;
	width: 1000px;
	background: url('/fileadmin/img/tafel2.png') no-repeat;
	*margin-top:0px !important;
	*margin-top:2px;
}
div#content div.content_inner {
	margin-left:52px;
	*margin-left:52px !important;
	*margin-left:25px;
	width: 721px;
	border-right:2px solid #ffffff;
	float:left;
}
div#content div.naviRight {
	width: 199px;
	margin-left:801px;
	*margin-left: 801px !important;
	*margin-left:798px;
	*margin-top:3px;
	height:400px;
}
div#content div.content_inner div.content_header {
	height: 35px;
	line-height: 35px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #009EE0;
}
div.content_header ul {
	margin: 0px;
	padding:0px;
}
div.content_header li {
	display: inline;
	list-style: none;
}
div.content_header li  div {
	float:left;
	border-right: 2px solid #ffffff;
	width:238px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 15px;
}
div.content_header li  div.last {
	float:left;
	width:239px;
	border-right: 0px solid #ffffff;
}
div#content div.content_inner div.content_header h1{
	padding-left: 15px;
	color: #ffffff;
	font-size:15px;
	margin:0px;	
}
div#content div.content_inner div.content_navi {
	width: 165px;
	margin-top:2px;
	border: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #9CD8F3;
	float: left;
}
div#content div.content_inner div.content_navi ul {
	margin: 0px;
	padding:0px;
}
div#content div.content_inner div.content_navi li {
	display: block;
	list-style: none;
}
div#content div.content_inner div.content_navi li div {
	height: 19px;
	border-bottom: 1px solid #ffffff;
}
div#content div.content_inner div.content_navi li div a {
	line-height: 19px;
	padding-left:15px;
	display:block;
	color: #000000;
	text-decoration: none;
}
div#content div.content_inner div.content_navi li div a:hover {
	background-color: #009EE0;
	
}
div#content div.content_inner div.content_navi li div.act {
	background-color: #009EE0;
}
div#content div.content_inner div.content_text {
	min-height:400px;
	width: 548px;
	*width: 548px !important;
	*width: 551px;
	margin-top: -8px;
	*margin-top: 2px !important;
	*margin-top: 2px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-left: 171px;
	*margin-left: 171px !important;
	*margin-left:160px;
	background-color: #FEF3D7;
}
div#content div.content_inner div.content_text div.text {
	margin: 10px 5px 10px 10px;
	font-size: 12px;
	padding: 5px 10px 0 0;
	height:400px;
	overflow:auto;
}	
div#content div.content_inner div.content_text div.text h4 {
	margin:0;
}
div#content div.content_inner div.content_text_big {
	min-height:410px;
	width: 721px;
	*width: 721px !important;
	*width: 719px;
	margin-top: -8px;
	*margin-top: 2px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-left: 0;
	background-color: #FEF3D7;
}
div#content div.content_inner div.content_text_big div.text {
	margin: 10px 5px 10px 14px;
	font-size: 12px;
	padding: 5px 10px 0 0;
	height:410px;
	overflow:auto;
}
div#content div.content_inner div.content_text_sp1 {
	width: 240px;
	float:left;
	margin-top:2px;
}
div#content div.content_inner div.content_text_sp2 {
	width: 238px;
	float:left;
	margin: 2px 2px 0 2px;
	*margin: 2px 2px 0 2px !important;
	*margin:2px 0 0 0;
}
div#content div.content_inner div.content_text_sp3 {
	width: 239px;
	float:left;
	margin-top: 2px;
}
div#content div.content_inner div.content_text_sp1 div.text,
div#content div.content_inner div.content_text_sp2 div.text,
div#content div.content_inner div.content_text_sp3 div.text { 
	line-height: 18px;
	font-size: 12px;
	padding: 4px;
}
div.box_einer_sp1 {
	width:240px;
	*width:240px !important;
	*width:238px;
	height: 140px;
	background-color: #FEF3D7;
	margin-bottom: 2px;
}
div.box_einer_sp2 {
	width:238px;
	*width: 238px !important;
	*width:236px;
	height: 140px;
	background-color: #FEF3D7;
	margin-bottom: 2px;
}
div.box_einer_sp3 {
	width:239px;
	*width:239px !important;
	*width: 241px;
	height: 140px;
	background-color: #FEF3D7;
	
	margin-bottom: 2px;
}
div.box_zweier_sp3 {
	width:239px;
	*width:239px !important;
     	*width: 241px;
	height: 282px;
	background-color: #FEF3D7;
	
	margin-bottom: 2px;
}

div#content div.content_inner div.content_text_sp1 div.text h1,
div#content div.content_inner div.content_text_sp1 div.text h2,
div#content div.content_inner div.content_text_sp1 div.text h3,
div#content div.content_inner div.content_text_sp1 div.text h4,
div#content div.content_inner div.content_text_sp1 div.text h5,
div#content div.content_inner div.content_text_sp1 div.text h6,
	
div#content div.content_inner div.content_text_sp2 div.text h1,
div#content div.content_inner div.content_text_sp2 div.text h2,
div#content div.content_inner div.content_text_sp2 div.text h3,
div#content div.content_inner div.content_text_sp2 div.text h4,
div#content div.content_inner div.content_text_sp2 div.text h5,
div#content div.content_inner div.content_text_sp2 div.text h6,
	
div#content div.content_inner div.content_text_sp3 div.text h1,
div#content div.content_inner div.content_text_sp3 div.text h2,
div#content div.content_inner div.content_text_sp3 div.text h3,
div#content div.content_inner div.content_text_sp3 div.text h4,
div#content div.content_inner div.content_text_sp3 div.text h5,
div#content div.content_inner div.content_text_sp3 div.text h6 {
	color: #C22D16;
	font-size: 12px;
}

div#contactForm {
	
}

div.clear{ 
	clear:both;
}

/*
#####
### typo3 css überschreiben
#####
*/	
div.csc-header h1 {
	margin-top:5px;
	font-size:20px;
	
}

/*
####
### einfache Klassen
####
*/

.green {
	color: #009900;
}
.red {
	color: #990000;
}
.spacer10 {
	width:10px;
}
.w50 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w143 {
	width: 143px;
}
.w200 {
	width: 200px;
}
.w510 {
	width: 510px;
}
.h90 {
	height: 90px;
}

/*
####
### Extension CSS
####
*/
div.content_text_kollegium {
	height:420px;
	width: 548px;
	margin-top: 1px;
	margin-left: 171px;
	overflow: auto;
}
table.user_kollegium {
	border-collapse: collapse;
}
table.user_kollegium td div {
	background-color: #FEF3D7;	
	padding:8px 15px 5px 14px;
	margin:0 2px 2px 0;
	
}

