body {
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Container */
	
#maincontainer {
	position: relative; 
	width: 1000px; 
	height: auto;
	z-index: 1;
	border: 1px solid #001935;
	margin:auto;
}

#navicontainer {
	position: relative; 
	width:  1000px; 
	height: 230px; 
	z-index: 11;
	text-align:left;
}

#contentcontainer {
	position: relative; 
	width:  1000px; 
	min-height: 200px;
	z-index: 10;
	text-align:left;
	padding-top: 20px;
	overflow: visible;
	padding-bottom: 10px;
}

* html #contentcontainer {
	height: 200px;
}

#footcontainer {
	position: relative;
	width: 1000px;
	height: 110px;
	z-index: 10;
	text-align: left;
	overflow: hidden;
}


/* Navi-Bereich */

#headimg {
	position: absolute;
	top: 36px;
	border-bottom: 1px solid #001935;
	border-top: 1px solid #001935;
	width: 1000px;
	height: 166px;
	z-index: 20;
}

#topnavi {
	position: absolute; 
	top: 21px;
	right: 0px;
	height: 16px;
	z-index: 30; 
	font-size: 80%;
}

#mainnavi {
	position: absolute;
	left: 0px;
	top: 37px;
	text-align: left;
	z-index: 30;
	font-size: 80%;
	width: 900px;
}

#subnavi {
	position: absolute;
	width: 800px;
	height: 16px;
	bottom: 10px;
	text-align: left;
	z-index: 30;
	background-color: #FFFFFF;
	font-size: 80%;
}

/* Content-Bereich */

#imgtextbox {
	position: relative;
	width: 500px;
	min-height: 250px;
	height: auto;
	left: 80px;
	z-index: 20;
	text-align: left;
	color: #001935;
	line-height: 140%;
}

#textbox {
	position: relative;
	width: 850px;
	min-height: 260px;
	height: auto;
	left: 80px;
	z-index: 20;
	text-align: left;
	color: #001935;
	line-height: 140%;
}

.textbox {
	width: 850px;
	height: auto;
	text-align: left;
	color: #001935;
	line-height: 140%;
}

#photos {
	border: 1px solid #961734;
	position: absolute; 
	width: auto; 
	height: auto;
	top: 60px;
	left: 660px;
	z-index: 20; 
}

#team_portrait {
	border: 1px solid #961734;
	position: relative;
	top: -30px;
	left: 600px;
	z-index: 20; 
}

#photos2 {
	border: 1px solid #961734;
	position: absolute; 
	width: auto; 
	height: auto;
	top: 30px;
	left: 660px;
	z-index: 20; 
}

#bhajan {
	position: absolute;
	width: 185px;
	height: 260px;
	left: 660px;
	top: 320px;
	z-index: 20;
	text-align: left;
	
	font-size: 60%;
	color: #001935;
	line-height: 140%;
}
#infobox {
	position: relative;
	width: 840px;
	height: auto;
	left: 80px;
	top: 10px;
	z-index: 20;
	text-align: left;
	font-size: 80%;
	color: #001935;
	line-height: 140%;
	margin-bottom: 25px;
}

#zentrum1 {
	border: 1px solid #961734;
	position: absolute;
	width: auto; 
	height: auto;
	top: 30px;
	left: 0px;
	z-index: 20; 
}
#zentrum2 {
	border: 1px solid #961734;
	position: absolute; 
	width: 344px; 
	height: auto;
	top: 30px;
	left: 510px;
	z-index: 20; 
}
/* Rundgang */
#rgtext {
	position: absolute;
	width: auto; 
	height: auto;
	top: 30px;
	left: 0px;
	z-index: 20; 
}
#rgbildwr {
	position: absolute; 
	top: 30px;
	left: 510px;
	z-index: 20; 
}

#rgbildsr {
	position: relative;
	top: -30px;
	left: 410px;
	z-index: 20; 
}
#rgnavi {
	position: absolute; top:200px;
}

#rgnavi a {
	
	font-weight: bold;
	color: #961734;
	text-decoration: none;
}

#rgnavi a:hover {
	color: #001935;
}





/* Fußzeile */

#footerimg {
	position: relative;
	width: 1000px; 
	height: auto;
	top: 25px;
	z-index: 20;
}

#sideinfo {
	position: relative;
	width: 1000px;
	height: auto;
	top: -13px;
	z-index: 30;
	text-align: right;
	border-bottom: 1px solid #001935;
}

#signet {
	position: relative;
	width: 1000px; 
	height: auto; 
	text-align: center;
	top: -35px;
	z-index: 80;
}

/* Kontakt */




/* HTML-Elemente */

a {
	
	font-weight: bold;
	color: #001935;
	text-decoration: none;
}


h1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
}


h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
}

#contentcontainer td, #contentcontainer th {
	/* font-size: 70%; */
	font-size: 10px;
	color: #001935;
	line-height: 120%;
	border: 1px solid #001935;
	padding: 2px;
}

#contentcontainer table {
	border: 1px solid #001935;
}

.ranger {
	font-size: 100%;
	text-align: center;
}

legend {
	border: 1px solid #001935;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

fieldset {
	border: 1px solid #001935;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

/* termine */

#contentcontainer .theadth {
	color: white;
	background-color: #90191F;	
}

#contentcontainer .tbodytd {
	padding-right:2px; 
	padding-bottom: 7px;
	text-align: center;
	vertical-align: top;
}

#contentcontainer .tddiv {
	display: block; 
	background-color: #D8F2FB; 
	margin: -2px; 
	border-bottom: 1px solid #001935; 
	border-top: 1px solid #001935; 
	margin-top: 7px;
}

#contentcontainer .tddiv2 {
	text-align: left; 
	height: 17px;
	display: block; 
	background-color: #D8F2FB; 
	margin: -2px; 
	border-bottom: 1px solid #001935;
	color: black !important;
}

#contentcontainer .acimg {
	width: 19px; 
	height: 15px; 
	float: left; 
	margin-right: 2px; 
	margin-left: 2px; 
	margin-top: 1px;;
}

.startnews {
 width: 207px; 
 border: 1px solid #001935; 
 padding-left: 0px; 
 padding-right: 0px;
 font-size: 90%;
}

.news_h1 {
 font-size: 100%; 
 margin: 0px; 
 padding: 0px; 
 padding-left: 5px; 
 color: #90191F; 
 border-top: 1px solid #001935; 
 border-bottom: 1px solid #001935;
}

.news_h1a {
 font-size: 100%; 
 margin: 0px; 
 padding: 0px; 
 padding-left: 5px; 
 background-color: #90191F;
 color: white;
 /* background-color: #F9DEBA; */
 border-top: 1px solid #001935; 
 border-bottom: 1px solid #001935;
}

.news_h1 a {
	color: #90191F;
}

.news_h1a a {
	color: #FFFFFF;
}

.news_p {
 margin-top: 3px; 
 padding-left: 7px; 
 padding-right: 7px;
}

#subinfodiv {
	font-size: 80%;
	text-transform: uppercase;
	color: #992027;
	font-weight: bold;
	border-top: 1px solid #001935;
	width: 890px;
	text-align: left;
	background-color: white;
	height: 16px;
	max-height: 13px;
	position: absolute; 
	right: 0px;
	bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
}

#topnavi a {
	display: block;
	color: #001935;
	border-top: 1px solid #001935;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	height: 13px;
	float: left;
	text-transform: uppercase;
}

#mainnavi a {
	display: block;
	color: #001935;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
}

#mainnavi a a{
	padding-top: 5px;
	padding-bottom: 5px;
}

*+html #mainnavi a.mainnav {
  margin-top: 3px;
	padding-bottom: 1px;
}

a.mainnav {
	border-bottom: 1px solid #001935;
}

#subnavi a {
	color: #001935;
	border-bottom: 1px solid #001935;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	max-height: 13px;
	height: 14px;
	display: block;
	float: left;
	text-transform: uppercase;
}

* html #subnavi a {
	padding-bottom: 1px;
}

#topnavi a:hover, #mainnavi a:hover, #subnavi a:hover {
	text-decoration: none;
	color: #992027;
}

#topnavi a.isaktiv, #mainnavi a.isaktiv, #subnavi a.isaktiv {
	text-decoration: none;
	color: #992027;
}

.droplist a, .sublist_1 a {
	border-right: 1px solid #001935;
	border-left: 1px solid #001935;
}

.droplist a.last, .sublist_1 a.last {
	border-bottom: 1px solid #001935;
	padding-bottom: 2px !important;
}

.droplist a.first, .sublist_1 a.first {
	border-top: 1px solid #001935;
	margin-top: -1px !important;
}

.sublist_1 {
	border-top: 1px solid #001935 !important;
	margin-top: -1px !important;
}

*+html .sublist_1 {
	border-top: 0px !important;
	margin-top: 0px !important;
}

*+html .droplist a, *+html .sublist_1 a {
	padding-top: 3px !important;
	padding-bottom: 2px !important;
}

* html #corner_mainnav {
	margin-left: -3px;
}

* html #corner_topnav {
	margin-right: -3px;
}

#corner_sideinfo{
	float: left; 
	margin-left: 88px;
	
}

* html #corner_sideinfo{
	float: left; 
	margin-left: 98px
}

#corner_subnavi {
	float: left;
}

* html #corner_subnavi {
	margin-left: -3px;
}


#footerholder {
	border-bottom: 1px solid #001935; 
	position: absolute; 
	width: 1000px; 
	z-index: 50; 
	text-align: right; 
	top: 25px; 
}

/* Team Galerie */

#image_galery {
	width: 410px;
	max-width: 410px;
	margin-left: 0px;
	font-size: 10px;
	float: left;
}

.img_holder {
 float: left;
 color: #001934;
 font-size: 90%;
 margin-left: 1px;
 margin-right: 1px;
 margin-bottom: 3px;
 margin: 2px;
 cursor: pointer;
}

.img_holder img {
 border: 2px solid #001935;
 width: 73px;
 height: 112px;
 margin-bottom: 1px;
}


#person_info {
	width: 430px;
	border: 1px solid #961734;
	top: 52px;
	line-height: 140%;
	background-color: white;
	font-size: 90%;
	float: left; 
	z-index: 200;
	position: relative;
	top: 0px;
	left: 40px;
}

.person_info {
	width: 430px;
	border: 1px solid #961734;
	top: 52px;
	line-height: 140%;
	background-color: white;
	font-size: 90%;
	float: left; 
	z-index: 200;
	position: relative;
	top: 0px;
	left: 40px;
}

#person_info_h1 {
 background-color: #961734;
 color: white;
 padding-left: 5px;
 padding-right: 5px;
 font-weight: bold;
 margin-bottom: 5px;
 height: 18px;
}

#person_info_h1 a {
	color: white;
}

#person_info_content {
	width: 420px;
	margin: 5px;
}

.head_h1 {
	background-color: #961734;
	width: auto;
	color: white;
}

#person_info_image {
 float: left; 
 margin-right: 10px;
 margin-bottom: 5px;
}

#image_wall {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.link_title {
	margin-bottom: 5px;
	color: #90191F; 
}

.isteam {
	/* background-color: #C84C52; */
	background-color: #F9DEBA;
	/* color: #FFFFFF !important; */
}

/*
.isteam a {
	color: white;
	border-bottom-color: white;
}
*/

.unfett {
	border-bottom: 1px dashed black;
	font-weight: normal; 
}

.startlegend {
	border: 0px;  
	text-align: center; 
	color: #90191F;
}

#start_seite, .start_seite {
	float: left; 
	width: 610px; 
	text-align: justify; 
	margin-top: 15px; 
	background-image: url(/images/bg_p1_logo.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
}

.mceToolbar, .mceToolbar td {
	border: 0px !important;
} 

#textbox-inplacericheditor {
	margin-left: 60px !important;
}

.tertable { 
	width: 831px; 
	height: 129px;
	border-width: 2px;
	border-collapse: collapse;
}

.tertable td {
	border-width: 2px !important;
}
