
* {
	margin:0;
	padding:0;
	font-size:1em;
}

html,body {
	border:none;
	font-size:100%;
	background:#999 url(img/body_bg.png) repeat-x;
	font-family:"Trebuchet","Trebuchet MS","Trebuchet Regular",sans-serif;
	font-family: "Trebuchet Regular","Trebuchet","Trebuchet MS","Tahoma", sans-serif;
}

.bgbg {
	background: #500241;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.85;
	/*border-radius:6px;
	padding:15px;
	-moz-border-radius:6px;*/
	filter:Alpha(opacity=85, style=0);
}
.bgbgbg {
	background: #fff;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.85;
	filter:Alpha(opacity=85, style=0);
}


#main {
	font-size:0.8em;
	width:955px;
	margin:0 auto;
	position:relative;
}




/* mainshadow */

#main .mainshadow * {
	position:absolute;
	height:100%;
	top:0;
}

#main .mainshadow .l {
	background:url(img/mainshadow_left.png) no-repeat bottom;
	left:-17px;
	width:17px;
}

#main .mainshadow .r {
	background:url(img/mainshadow_right.png) no-repeat bottom;
	right:-21px;
/*	border-bottom:#f00 solid 1px;*/
	width:21px;
}



/* header */

#header {
	background:#500241;
	border-bottom:#fff solid 1px;
}

#header a {
	display:block;
	height:95px;
	width:300px;
	background:url(img/header_lg_k.png);
		border-bottom:#500241 solid 1px; /*achtung geändert*/
}

#header a * {
	display:none;
}



/* menu */

#menu {
	position:absolute;
	top:71px;
	right:70px;
	z-index:1000;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
	position:relative;
}

#menu a {
	float:left;
	display:block;
	height:24px;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

#menu a span {
	float:left;
	display:block;
	padding:3px 30px 0;
}

#menu li .sub {
	display:none;
	position:absolute;
	top:24px;
	width:150px;
	left:0;
	/*background:url(img/pixel_fff_85_680x414.png);*/
	border-top:#fff solid 1px;
	z-index:1000;
}

#menu li .sub ul {
	position:relative;
}

#menu li:hover .sub,
#menu li.hover .sub {
	display:block;
}

#menu li li {
	float:none;
	position:static;
	clear:both;
}

#menu li.marked a {
	background:#b20591;
}

#menu li:hover a,
#menu li.hover a {
	background:#cc06a6;
}

#menu li:hover li a,
#menu li.hover li a {
	background:none;
}

#menu li li a {
	float:none;
	clear:both;
	width:125px;
}

#menu li li a span {
	float:none;
}

#menu li li a:hover {
	background:#500241;
	color:#fff;
}




.unreadycontent {
	background:#ff0;
	border:#f00 double 3px;
	padding:0 5px;
}

.maybeunreadycontent {
	background:#ff0;
	border:#f00 dotted 1px;
	padding:0 5px;
}




#gridcontainer {
	position:absolute;
}

#gridcontainer .part {
	height:552px;
	width:955px;
	position:absolute;
}





#content {
	background:#fff;
	height:552px;
	overflow:hidden;
	position:relative;
}

#content a {
	color:#500241;
	text-decoration:none;
}

#content a:hover {
	color:#663366;
}

#content .linklist a {
	text-decoration:none;
	background-image:url(img/aliasarrow_0.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
	display:inline-block;
}

#content .linklist a:hover,
#content .linklist .marked a {
	background-image:url(img/aliasarrow_1.gif);
	color:#500241;
}

#content .linklist ul {
	display:none;
}

#content .linklist .marked ul {
	display:block;
	margin-left:20px;
}

#content .linklist .marked ul a {
	background:none;
	color:#fff;
}

#content .linklist .marked ul a:hover {
	color:#500241;
}

#content .linklist a.vcard {
	display:inline-block;
	height:16px;
	vertical-align:top;
	margin:0;
	overflow:hidden;
	text-indent:-2000px;
	float:right;
}

#content a.pdf {
	padding-left:20px;
	background:url(img/pdf.gif) no-repeat 0 0;
}

#content a.pdf:hover {
	background-position:0 0;
}

#content small {
	font-size:0.83333em;
}


sup {
	font-size:0.83333em;
}






#content .leftbox {
	top:48px;
	width:220px;
	/*overflow:hidden; geändert 4.5.2011*/
	position:absolute;
	/*padding:20px 10px 10px;*/
	/*background:transparent url(img/pixel_fff_85_680x414.png) repeat scroll 0 0;*/sub
}








#content .bigleftbox {
	left:0;
	padding:0;
	position:absolute;
	top:48px;
	width:300px;

}

#content .bigleftbox .inner {
	padding: 15px;
	position:relative;
}

#content .bigleftbox .vcardp {
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
	padding:15px;
}

#content .bigleftbox h2 {
	font-size:1.3em;
	margin-bottom:5px;
	color:#000;
}

#content .bigleftbox ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*font-size:0.88em;*/
}

#content .bigleftbox p {
	margin-bottom:10px;
}

#content .bigleftbox hr {
	margin-bottom:10px;
}


#content .leftboxbox {
	position:relative;
	height:300px;
	width:280px;
	z-index:100;

}

#content .leftboxbox .scrollbox {
	height:100%;
	overflow:auto;
	z-index:100;
}

#content .leftboxbox .scrollbox .scrollcontent {
	padding:8px 10px 8px 0;
	z-index:100;
}


#content .bigleftbottombox {
	top:345px;
	height:117px;
}

#content .bigleftbottombox .inner {
	padding:7px 15px;
}

#content .bigleftbottombox h3 {
	margin-bottom:5px;
}

#content .bigleftbottombox p {
	line-height:1.3em;
}



#content .bigrightbox {
	left:350px;
	position:absolute;
	top:48px;
	width:545px;
	height:400px;
	/*overflow:hidden;*/
}

#content .bigrightbox .bigpic {
	width:600px;
	height:100%;
}

#content .bigrightbox .bigpic img {
	margin-right:15px;
}






#content .portrait {
	padding:20px 10px 10px;
	position:relative;

}

#content .portrait h2 {
	font-size:1.37em;
	margin-bottom:5px;
}

#content .portrait strong, .portrait a {
	display:block;
}

#content .portrait a.mail {
	font-size:0.75em;
}

#content a.vcard {
	margin-top:5px;
	background:url(img/vcard.png) no-repeat left center !important;
	padding-left:20px;
}

#content .portrait img {
	display:block;
	margin:0 auto auto;
	width:103px;
	padding:10px;
}

#content .portrait p {
	padding:5px;
}










#content .mainbox {
	/*background:transparent url(img/pixel_fff_85_680x414.png) repeat scroll 0 0;*/
	left:243px;
	position:absolute;
	top:48px;
	height:414px;
	width:680px;
	background: #fff;
		opacity: 0.85;
}

#content .mainboxsmall {
	left:310px;
	width:625px;
}

#content .mainboxbox {
	position:relative;
	padding:10px 10px 10px 35px;
	height:394px;
	width:635px;
}

#content .mainboxsmall .mainboxbox {
	width:570px;
}

#content .mainboxbox .scrollbox {
	height:100%;
	overflow:auto;
}

#content .mainboxbox .scrollbox .scrollcontent {
	padding:8px 20px 8px 0;
}


#content .section {
	width:100%;
	display:none;
	position:relative;
}

#content .marked {
	display:block;
}


#content .tabs {
	left:217px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

	top:48px;
	width:26px;
	overflow:hidden;
	z-index:100;

	position:absolute;

}

#content .tabs .png {
	display:block;
	z-index:100;
	width:100%;
	height:100%;
	padding:2px;
}

#content .tabs .bio .png{
	background: url(img/reiter/Reiter_Bio_inaktiv.png) no-repeat scroll 0 0;
	height:93px;
	margin-left: 5px;
}

#content .tabs .marked .bio .png{
	background: url(img/reiter/Reiter_Bio_aktiv.png) no-repeat scroll 0 0;
	height:93px;
	margin-left: 0;
}

#content .tabs .bio:hover .png{
	background: url(img/reiter/Reiter_Bio_mouseover.png) no-repeat scroll 0 0;
	height:93px;
	margin-left: 5px;
}

#content .tabs .marked .bio:hover .png{
	background: url(img/reiter/Reiter_Bio_aktiv.png) no-repeat scroll 0 0;
	height:93px;
	margin-left: 0px;
}

#content .tabs .pub .png{
	background: url(img/reiter/Reiter_Pub_inaktiv.png) no-repeat scroll 0 0;
	height:121px;
	margin-left: 5px;

}

#content .tabs .marked .pub .png{
	background: url(img/reiter/Reiter_Pub_aktiv.png) no-repeat scroll 0 0;
	height:121px;
	margin-left: 0;
}

#content .tabs .pub:hover .png{
	background: url(img/reiter/Reiter_Pub_mouseover.png) no-repeat scroll 0 0;
	height:121px;
	margin-left: 5px;
}

#content .tabs .marked .pub:hover .png{
	background: url(img/reiter/Reiter_Pub_aktiv.png) no-repeat scroll 0 0;
	height:121px;
	margin-left: 0px;
}

#content .tabs .sem .png{
	background: url(img/reiter/Reiter_SemVortr_inaktiv.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 5px;
}

#content .tabs .marked .sem .png{
	background: url(img/reiter/Reiter_SemVortr_aktiv.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 0;
}

#content .tabs .sem:hover .png{
	background: url(img/reiter/Reiter_SemVortr_mouseover.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 5px;
}

#content .tabs .marked .sem:hover .png{
	background: url(img/reiter/Reiter_SemVortr_aktiv.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 0px;
}


#content .tabs .gahl .png{
	background: url(img/reiter/Reiter_Gahl_inaktiv.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 5px;
}

#content .tabs .marked .gahl .png{
	background: url(img/reiter/Reiter_Gahl_aktiv.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 0;
}

#content .tabs .gahl:hover .png{
	background: url(img/reiter/Reiter_Gahl_mouseover.png) no-repeat scroll 0px 0;
	height:152px;
	margin-left: 5px;
}

#content .tabs li a{
	display:block;
	width:100%;
	height:100%;
}

#content .tabs li a .linktext{
	display:none;
}





#content .mainbox p {
	/*font-size:0.91666em;*/
	line-height:1.4em;
	margin-bottom:1em;
	color:#000;
}

#content .mainbox h2 {
	font-size:1.4em;
	color: #000;
	margin-bottom:0.5em;
	clear:both;
}

#content .mainbox h3 {
	font-size:1.1666em;
	color: #000;
	margin-bottom:0.5em;
	clear:both;
}

#content .mainbox h3 a {
	font-size:0.85714em;
	color: #000;
	font-weight:normal;
	margin-bottom:0.5em;
}

#content .mainbox h4 {
	font-size:1.08333em;
	color: #000;
	clear:both;
}

#content .mainbox h5 {
	font-style:italic;
	color: #000;
	clear:both;
}

#content .mainbox h6 {
	font-weight:normal;
	color: #000;
	margin-left:15px;
	clear:both;
}

#content .mainbox table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:1.5em;
}

#content .mainbox tbody {
	border-top:#bbb solid 1px;
}

#content .mainbox th {
	font-weight: bold;
	text-align:left;
	width:150px;
}

#content .mainbox td,
#content .mainbox th {
	padding:5px;
	border-bottom:#bbb solid 1px;
	vertical-align:top;
}

#content .mainbox td p:last-child,
#content .mainbox th p:last-child {
	margin-bottom:0;
}

#content .mainbox ul,
#content .mainbox ol {
	margin-left:20px;
	margin-bottom:1em;
}

#content .mainbox li {
	margin-bottom:0.2em;
}

#content .mainbox blockquote {
	font-style:italic;
	margin-bottom:1.5em;
	margin-left:15px;
}

#content .mainbox blockquote p {
	margin-bottom:0.75em;
}

/*#content .hover {
	color:;
}
#content a {
	color:#9d9501;
	text-decoration:none;
}*/

#content .hover {
	color:#663366;
}

#content .mainbox ul.linklist,
#content .mainbox ol.linklist {
	list-style-type:none;
	margin-left:0;
}




#content .mainbox img {
	float:left;
	margin-top:3px;
	margin-bottom:1.5em;
	margin-right:2px;
}

#content .mainbox .imagetext {
	margin-left:160px;
}









#content .mainbox form {
	/*margin:0 auto;*/
	width:420px;
}

#content .mainbox form fieldset {
	border:0;
}

#content .mainbox form label {
	display:block;
	clear:both;
}

#content .mainbox form label span {
	display:block;
	float:left;
	width:100px;
}

#content .mainbox form label input,
#content .mainbox form label textarea {
	float:right;
	margin-bottom:5px;
	width:300px;
	border:#ccc solid 1px;
}

#content .mainbox form label textarea {
	height:70px;
	font-family:inherit;
}

#content .mainbox form .submit {
	clear:both;
	float:right;
}

#content .mainbox form small {
	clear:both;
	display:block;
	text-align:right;
}


#content .mainbox .sem th.date {
	width:120px;
	float:none;
}

#content .mainbox .sem th.organizer {
	width:175px;
}

#content .mainbox .sem th.text {
	width:290px;
}


#content table.aktuelles td.date {
	width:120px;
	float:none;
}

#content table.aktuelles td.text {
	width:350px;
}

#content table.aktuelles img {
	float:right;
	margin:0 0 5px 10px;
}

#content table.aktuelles h4 {
	clear:none;
}




#footer {
	background:url(img/mainshadow_bottom.png) no-repeat bottom;
	height:23px;
	/*height:50px;*/
	/*width:100%;*/
	/*position:absolute;*/
	/*left:0;
	top:-50px;*/
	position:relative;
}

#footer ul.lang {
	float:left;
	list-style-type:none;
	position:absolute;
	z-index:2;
}

#footer ul.lang li {
	display:inline;
	padding-right:10px;
}

#footer ul.lang li.last {
	padding-left:10px;
	border-left:#999 solid 1px;
}

#footer div {
	text-align:right;
	height:100%;
}

#footer a {
	margin-top:5px;
	display:inline-block;
	color:#666;
	text-decoration:none;
	position:relative;
}

#footer a:hover,
#footer a.marked {
	color:#fff;
}


.scrollX {
	overflow:scroll;
}

.scrollY {
	padding:0px;
}





.flap .flaplink {
	background:no-repeat left center;
	background-image:url(img/flap_arrow_closed_0.gif);
	padding-left:15px;
}

.flap .flaplink.hover {
	background-image:url(img/flap_arrow_closed_1.gif);
}

.flap .flaplink.open {
	background-image:url(img/flap_arrow_open_0.gif);
}

.flap .flaplink.open.hover {
	background-image:url(img/flap_arrow_open_1.gif);
}

.flap .flapcontent {
	padding-left:15px;
	margin-bottom:5px;
}



.dicta {
	/*margin:248px 0 0 90px;*/
	margin:300px 0 0 90px;
	position: absolute;
	z-index: 1000;
	color:#fff;
}

.dicta q {
	display:inline;
	font-size:3em;
	font-weight: bold;
	width:55%;
	margin-bottom:0.5em;
}

.dicta cite {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	font-style:normal;}
	
	/*neu 5.5.2011*/
	
#a.dicta { display:block;
	             background-image:url(dbfiles/cite1.png);
	             width:680px; height:65px 
				background-repeat: no-repeat;
				margin:300px 0 0 90px;
				position: absolute;
				z-index: 1000;
				color:#fff;
				}
#a.dicta:hover { 
		display:block;
		background-image:url(dbfíles_/cite2.png);
		width:680px; height:65px 
		background-repeat: no-repeat;
		margin:300px 0 0 90px;
		position: absolute;
		z-index: 1000;
		color:#fff; }


.date {
	float:right;
}

a.download {
	display:inline-block;
	background:url(img/download_icon.gif) no-repeat 0 4px;
	padding-left:17px;
}

a.download:hover {
	background-position:0 -16px;
}


.scrollbar .slider {
	width:10px;
	height:30px;
	background-color:#500241;
	top:15px;
	right:0px;
}

.scrollbar .up {
	width:10px;
	height:15px;
	background:url(img/scroll_up_icon.png) no-repeat;
	top:0;
	right:0px;
}

.scrollbar .down {
	width:10px;
	height:15px;
	background:url(img/scroll_down_icon.png) no-repeat;
	bottom:0;
	right:0px;

}

.scrollbar {
	width:10px;

}

p.message {
	font-weight: bold;
	color:green !important;
}

p.error {
	font-weight: bold;
	color:red !important;	
}