/* 
######################################################### 
#                       MAIN                            #
#########################################################
*/
html {
  height:100%;
  }

body {
	background-color: #8699a8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	letter-spacing: 0.02em;
	font-size: 11px;
	margin-top:2%;
	margin-left:2%;
 	padding:0%;
	color: #333333;
	height:100%;
	
	

}
body a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:underline dotted;
}

body a:hover{
	
	font-family: Arial, Helvetica, sans-serif;

	color: #cccccc;
	text-decoration:underline dotted;
}

h1 {
	background-color: #a5b6be;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
    padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: inline;
	position:relative;
	
	
}

h2 {
	background-color: #b2c4cc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
    padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	display: inline;
	position:relative;
	
	
}

hr{
	background-color:#cccccc; /* Mozilla 1.4 */
	color:#cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-bottom: 25px;

}

img {
    border: none;
	}

/* FORM ELEMENTS 
--------------------------------------------------------*/

input.submit {
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
}

input.radiobutton {
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
}

input {
	background-color: #f7f7f7;
	border: solid #999999 1px;
	color: #333333;
	font-size: 10px;
}

select {
	background-color: #ececec;
	border: solid #666666 1px;
	color: #333333;
	font-size: 9px;
}

.myradio {
	
	border:none;
	
}

/* 
######################################################### 
#                       CLASSES                         #
#########################################################
*/



.main_table {
  
	width: 892px;
	
	background-image:url(bg_main.gif);
	background-repeat:repeat-y;
    float: left;
	padding-bottom: 20px;
    
	
	
}

.main_subnav {
	
	width: 870px;
	height: 15px;
	margin-left: 10px;
	margin-top: 1px;
	padding-top: 5px;
	padding-right:5px;
	font-family:arial;
	font-size: 9px;
	text-transform:uppercase;
	color: #cccccc;
	text-align:right;
	background-image:url(submenu.gif);
	padding-bottom:10px;
	margin-bottom: 10px;
	
}

.main_subnav a{

	font-family:arial;
	
	text-transform:uppercase;
	 font-size: 9px;
  color: #CCCCCC;
 
	text-decoration:none;
	
	
}
.main_container{
	padding-left: 21px;
	width: 850px;
	padding-bottom: 20px;
 	height:100%;
	float:left;

}

.header_lines{
	margin-top: 1px;
	width: 850px;
	height: 5px;
	background-color: #8699a8;
	position: relative;

}

.footer {
 width: 100%;
 padding-left: 10px;
 padding-right: 10px;
 height: 20px;
 float:left;
 text-align: center;
 font-size: 9px;
 color: #CCCCCC;
 letter-spacing: 2px;
 
 }

.content{
	margin-top: 20px;
	padding-bottom: 15px;
	height: 100%;
	float: left;
	width: 850px;
	border-top-width: 1px;
    border-top-style: solid;
	border-top-color: #ececec;
	border-left-width: 1px;
    border-left-style: solid;
	border-left-color: #ececec;
	border-right-width: 1px;
    border-right-style: solid;
	border-right-color: #ececec;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #ececec;

}

.navigation {
	width: 148px;
	height: 100%;
	float:left;
    padding-left: 5px;
  
}
   
.content_middle {
	width: 499px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	float:left;
    height: 100%;
	min-height: 500px;
	border-left-color: #ececec;
	border-left-width: 1px;
    border-left-style: solid;
	border-right-color: #ececec;
	border-right-width: 1px;
    border-right-style: solid;

}

#content_middle {
	width: 499px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	float:left;
    height: auto;
	min-height: 500px;
	border-left-color: #ececec;
	border-left-width: 1px;
    border-left-style: solid;
	border-right-color: #ececec;
	border-right-width: 1px;
    border-right-style: solid;

}
* html #content_middle { /* Für IE */
        height: 500px;
}

.content_sidebar {
	width: 148px;
	padding-top: 10px;
	float:left;
	padding-left: 10px;
	height: 100%;

}

.mainnavi_item a{
	position: relative;
	float: left;
	overflow: hidden;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	width: 130px;
	height: 14px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ececec;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	
}

.mainnavi_item a:hover{
	position: relative;
	float: left;
	overflow: hidden;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	width: 130px;
	height: 14px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ececec;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}

.mainnavi_item_selected{
	position: relative;
	float: left;
	overflow: hidden;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e646d;
	background-color: #713844;
	padding-top: 2px;
	padding-left: 14px;
}
.mainnavi_item_sub a{
	position: relative;
	float: left;
	overflow: hidden;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	width: 110px;
	height: 14px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ececec;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}
.mainnavi_item_sub a:hover{
position: relative;
	float: left;
	overflow: hidden;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	width: 110px;
	height: 14px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ececec;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

/* 
######################################################### 
#                    TOOLS CLASSES                      #
#########################################################
*/

/* MODULE: TEXTILE
--------------------------------------------------------*/

.fleft {
    margin-top: 10px;	
	padding-right: 10px;
    float:left;
	}

.entry {
     float:left;
	 margin-bottom: 20px;
	 margin-top: 10px;
	
	}
	
.mytext {
	margin-top: 10px;
	}


.myhead {
    margin-top: 10px;
    float:left;
	width: 100%;
	}

/* MODULE: LINKS
--------------------------------------------------------*/
.mylinks {
    margin-top: 5px;
    float:left;
	width: 100%;
	
	padding-bottom: 5px;
	}

.form-module {
  width: 200px;
  float: left;
  
  }
  

.myspace {
	border-top-color: #ececec;
	border-top-width: 1px;
    border-top-style: solid;
	height: 10px;
	margin-top: 5px;
	float: left;
	min-height:10px;
	width: 100%;

	}
.myspace2 {

	height: 10px;
	margin-top: 5px;
	float: left;
	min-height:10px;
	width: 100%;

	}
	
.mypartnersidebarelements {
     float:left;
	 padding-top: 5px;
	 padding-bottom: 0px;
	 width: 140px;
	
	 }

/* MODULE: SITEMAP
--------------------------------------------------------*/

.mysitemap {
	
	float:left;
	width: 300px;
	padding-top: 10px;
	}
	
/* MODULE: NEWSLETTER FORM
--------------------------------------------------------*/

.mynewsletter {
	
	float:left;
	width: 148px;
	padding-top: 10px;
	}

.GlMessage {
	margin-top: 30px;
	padding-bottom: 20px;
	float:left;
	}
	
.newsimage {

	width: 120px;
	float:left;
	}
	
.newstext {
  float:left;
	}

/* MODULE: GALLERY
--------------------------------------------------------*/	

.mygallery {
	padding-top:10px;
	float: left;
	width: 500px;
	}

/* MODULE: MP3 PLAYER
--------------------------------------------------------*/	

.mymp3player {
	float: left;
	
	padding-top: 0px;
	}
.mymp3text {
	margin-top: 10px;
	}
.myp3entry {
     float:left;
	 margin-bottom: 20px;
	 margin-top: 10px;
	
	}
.mymp3sidebarelements {
     float:left;
	 padding-top: 10px;
	 width: 140px;
	 text-align:center;
	 }

.mymp3leftcol {
     float:left;
	 padding-top: 10px;
	 width: 210px;
	
	 }

.mymp3rightcol {
     float:left;
	 padding-top: 10px;
	 padding-left: 10px;
	 width: 270px;
	
	 }




/* MODULE: KONTAKT
--------------------------------------------------------*/	

.mycontact {
	margin-top: 20px;
	width: 100%;
	float:left;
	}
	
.mycontactthanks {
	margin-top: 20px;
	width: 100%;
	float:left;
	}
	
.element {
	margin-top: 5px;

	}


/* MODULE: TEASER
--------------------------------------------------------*/	

.myteaser {
	margin-top: 20px;
	width: 100%;
	float:left;
	}
a.myteaserlink {
	text-transform:uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	width: 300px;
	font-size: 10px;
	color: #333333;
	}
	
.teaservitaimage {

	width: 100px;
	float:left;
	}
.teaservita {
    margin-top: 5px;
	padding-left: 10px;
	
	float:left;
	}
	
/* MODULE: ARTICLE LIST
--------------------------------------------------------*/	

.articlelist {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  float:left;
  }

/* DOWNLOADS 
--------------------------------------------------------*/

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:100%;
    margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	wwidth:100%;
	background-color:#efefef;
	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 18px;
	}


/* EVENTCALENDAR 
--------------------------------------------------------*/

.myeventsearch {
 
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	padding-top: 20px;
 	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
 	background-image:url(search_bg.gif);
	background-repeat:repeat-x;
	background-position:center;

 }

.myeventdet {
    margin-top:10px;
	padding-top: 10px;
	padding-bottom: 30px;
	}
.mynoevent {
	padding-top: 20px;
	padding-bottom: 20px;
	
	}

.myeventdetlong {
	padding-top: 10px;
	padding-bottom: 10px;
	}

.mynextevent {
  float:left;
  width: 340px;
  padding-top: 10px;
  margin-top: 5px;
  }
 
.myeventl {
  float:left;

  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  }

.eventlist {
  margin-top: 10px;
  margin-bottom: 10px;
  }
	
/* GUESTBOOK 
--------------------------------------------------------*/

.gbook {
	padding-top: 20px;
    float:left;
	}
	
form.gbook div {
	
	width: 400px;
	float:left;
	
}

/* Eingabefelder */
form.gbook textarea {
	
    margin: 2px;
	width: 200px;
	
}
.myguestbookin {
width: 200px;
margin-bottom: 2px;

}

/* Text-Eingabefeld*/
form.gbook textarea {
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	width: 100px;
	float: left;
}

/* Buttons */
form.gbook input.button {
   
	margin: 0px;
	margin-top: 5px;

}

/* Buttons-Layer*/
form.gbook div.buttons {
	padding-left: 165px;
}

/* Zusatztext-Layer*/
form.gbook div.info {
	text-align: right;
}

/* Fehlermeldungs-Layer*/
form.gbook div.error {
	
	padding-top: 5px;
	padding-bottom: 10px;
}



/*
	Listen Styles
*/


/* Einträge-Layer */
div.gbook .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	border-bottom: 1px dotted #CCCCCC;
}

/* Pagination-Layer */
div.gbook .pagination {
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a {
	padding-left: 2px;
	padding-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label {
	float: left;
}

/* Werte */
div.gbook .value {
	padding-left: 70px;
}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp>{
}
[/CODE]
*/

div.gbook .text .label {
	padding-top: 5px;
}

div.gbook .text .value {
	clear: left;
	padding: 1px;
	
}

.language img{
	padding-left:3px;
	padding-right:3px;
	padding-top: -8px;
	vertical-align: middle;
}

.language{
	float:left;
	margin-left: 11px;
	
}