/* display: none; */
/* wird beim Druck nicht ausgegeben */
/* hoe */


*{
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Verdana;
	/*color: #000000;*/
	text-align: left;
}
textarea{
	font-size: 90%;
}
span{
	display: block ;	
}

div{
	border: 0px yellow solid;
}

p{
  border: 0px red solid;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

body{
	text-align: center;
	background-image: url(../media/background-line.gif);
	font-size: 85%;
}
.ctable{
	font-size: 100%;
}
.bold{
	font-weight: bold;
}
/* Ausgabe der Ariadneinformationen */
.ariadne{
	font-size: 100%;
}
.ariadne2{
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
.tablebg1{
	background-color: #B4C6D6;
}
.tablebg2{
	background-color: #D6DFE8;
}
/* Farbwechsel bei Listenausgaben Ariadne */
.odd{
	background: #B4C6D6;
}
.even{
	background: #D6DFE8;
}

/* Ende Ariadne */

#body{
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 985px;
	min-height: 600px;
	height: 600px;
}

#header{
	display: none;
	background-color: #105B83;
	height: 118px;
	width: 100%;
	float: left;
	margin-left: 0px; 
	margin-right: 0px; 
	color: white;
	font-weight: bold;
	font-size: 95%;
	padding: 0px;
	padding-right: 10px;
}

#pathposition{
	/* display: none; */
	display: none;
	width: 570px;
	margin-top: 6px;
	padding: 0px;
	margin-right: 2px;
	text-align: right;
	float: right;
/*	color: #007FAA;*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 95%;
}

#path{
	display: none;
	width: 250px;
	border: 0px red solid;
	padding: 0px;
	
	text-align: left;

	margin: 103px;
	_margin: 10px;
	
	margin-left: 5px;
	margin-bottom: 0px;
	left: 0px;
	position: static;
	/*color: #007FAA;*/
	color: white;
	font-weight: bold;
	font-size: 85%;
	white-space: nowrap;
}

#path a{
	/*color: #007FAA;*/
	color: white;
}

#path a:hover{
	color: #FFFFFF;
}

#pathposition img{
	margin-left: 10px;
	margin-top: 0px;
}

#logo{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#imglist{
	display: none;
	background-color: #007FAA;
	width: 813px;
	padding: 0px;
  padding-top: 3px;
  padding-bottom: 2px;
	top: 8px;
	float: left;
	left: 0px;
	margin-left: 0px; 
	text-align: center;
}

#main{
	top: 5px;
	display: inline;
	margin-left: 5px;
	width: 325px;
	float: left;
}

#main_index{
	top: 5px;
	display: inline;
	margin-left: 5px;
	width: 655px;
	float: left;
}

#main_out{
	width: 655px;
	float: left;
	background-color: #D6DFE8;
	display: inline;
}

#main_out a{
	border-bottom: 1px dashed #3333AA;
}

#main_sub{
	width: 655px;
	float: left;
	margin-top: 5px;
	background-color: #D6DFE8;
	padding-bottom: 10px;
}

.main_sub{
	line-height: 140%;
}

#menuright{
	display: none;
	top: 5px;
	position: relative;
	margin-left: 5px;
	width: 160px;
	float: right;
}

#search{
	position: relative;
	float: left;
	display: inline;
	width: 160px;
	padding: 5px;
	background-color: #D6DFE8;
	margin-bottom: 5px;
}

#search_extra{
	position: relative;
	float: left;
	display: inline;
	text-align: center;
	width: 160px;
	padding: 5px;
	background-color: #006699;
	margin-bottom: 5px;
}

#search_image{
	position: relative;
	float: left;
	display: inline;
	text-align: center;
	padding: 5px;
	_padding: 0px;
	width: 160px;
	background-color: #D6DFE8;
}

.w140{
	width: 140px;
}
.w130{
	width: 130px;
}
.w120{
	width: 120px;
}
.w110{
	width: 110px;
}
/* menu links hoe */

#menue{
	display: none;
	/* background-color: #007FAA; */
	position: relative;
	top: 5px;
	margin-left: 0px;
	width: 160px;
	min-height: 400px;
	_height: 400px;
	float: left;
	vertical-align: top;
}

.menue_headline{ 

	background-color: #990000;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;

	color: yellow;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 90%;	
}

.menubox{
	margin-left: 15px;
}

.menue{ 
	color: black;
	margin: 0px;
	text-decoration: none;	
	display: inline;
}

.menue_out{ 
	color: black;
	margin: 0px;
	text-decoration: none;	
	display: inline;
}

.menue_over{ 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 0px;
	display: inline;
}

.menue_line{
	background-image: url('../media/pfeil_ws_rechts2.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #899EBD;
	padding: 2px;
	padding-left: 0px;
}

.menue_line_back{
	background-image: url('../media/pfeil_ws_rechts2.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #899EBD;
	font-weight: bold;
	padding: 2px;
	padding-left: 2px;
}

.menue_div{
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #899EBD;
}

/* menu links hoe */

/* teaser formatierung startseite mic */

.teaserheadline{
	color: white;
	background-color: #006699;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	font-weight: bold;
}

.teaserbg{
	overflow: hidden;
	_overflow: visible;
	_height: 10px;
	min-height: 10px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	background-color: #D6DFE8;
}

.teaser{ 
	background-color: #990000;
	margin-bottom: 5px;
	overflow: visible;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.headlinecolor{
/*	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: silver;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 90%;	*/

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;

}

.teaserbody{ 
	color: black;
	min-height: 10px;
	padding: 5px;
	vertical-align: top;
	background-color: #D6DFE8;
	overflow: visible;
	font-size: 90%;
}

.teasermore{
	color: black;
	text-align: right;
	margin-top: 10px;
	padding-right: 5px;
}

/* teaser formatierung startseite mic */

.imgleft{
	float: right;
	margin: 5px;
	margin-left: 10px;
	font-size: 95%;
	font-weight: bold;

}

.imgright{
	float: left;
	margin: 5px;
	margin-right: 10px;
	font-size: 95%;
	font-weight: bold;

}

.more{
	color: black;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 0px;
	vertical-align: top;
	font-size: 90%;
}

a{
	font-size: 100%;
	text-decoration: none;
	color: #3333AA;
}

a:hover{
}

.headline{
	color: white;
	background-color: #990000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	font-weight: bold;
}

.subline{
	color: black;
	background-color: #D6DFE8;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	vertical-align: top;
	font-weight: bold;
	line-height: 140%;
  /* float: left; */
}

.body{
	line-height: 140%;
  padding-bottom: 10px;
	padding: 5px;
  font-weight: normal;
  float: left;
}

.img_body{
  float: left;
  margin: 5px;  
}

.more_index{
	color: black;
	text-align: right;
	padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
	vertical-align: bottom;
  width: auto;
	background-color: #D6DFE8;
}

.redform{
	width: 8px;
	height: 10px;
	background: #990000;
	display: inline;
	margin-right: 5px;
}

.blueform{
	width: 8px;
	height: 10px;
	background: #007FAA;
	display: inline;
	margin-right: 5px;
}

.darkblueform{
	width: 8px;
	height: 10px;
	background: #105B83;
	display: inline;
	margin-right: 5px;
}

ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right : 0px;
}

table{
	font-size: 100%;
}

td{
	padding: 2px;
}

th{
	padding: 2px;
}

.bg_lightblue{
	background: #C5CED7;
}

.link_dashed{
	border-bottom: 1px dashed #3333AA;
}
/* Veranstaltungen */
.event_list{
	font-size: 80%;
  vertical-align: top;
}
.red{
	color: red;
}
