/* Allgemeine Einstellugen für das ganze Template*/

.mainbody {
width:   667px;
height:  425px;
overflow: auto;  /* alternativ auto statt scroll */
scrollbar-face-color: #C9891D;
scrollbar-highlight-color: #804100;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #444444;
scrollbar-darkshadow-color: #000000;
scrollbar-arrow-color: #8D5206;
scrollbar-track-color: #8D5206;
padding-top:10px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;

}




body {
	background-color: #7FC1FE;
  	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img-border {
   	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: white;
   
}

/* #### Erste Tabelle ### */
.weiss {
	background-color: #FFFFFF;
}

/* #### Hintergrund und Einstellungen für die Rechte Seite ### */
.subKopf {
	background-color: #000000;
	padding-left: 0px;
	font-size: 11px;
	vertical-align: center;
	text-align: center;
	
}



/* ####  Einstellung für jede Inputbox ### */
.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  background       : #FFFFFF;
  border           : 1px solid;
  border-color	   : black;
}



td {
 	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	vertical-align: top;
	font-size: 11px;
	font-size:13px;
	font-weight:normal;
	
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.hauptcontent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #6C99A7;
	list-style-position: outside;
	list-style-image: url(../images/iconbullet.png);
}
select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEF0EF;
	color: 000000;
	border: 0px solid black;
	margin-top:1px;
	widht:50px;
}
input .button {
	background-color:#E7EFF4;
	color:#FFFFFF;
}
.tablelogo td {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.tableTop td {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #fff;	
}

.line hr {
border: 0px; /* Für Firefox und Opera */
border-top: solid 1px #FF0000;
border-bottom: transparent;

	
}



/* ####  Headline von Content ### */
.contentheading{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
	background:url(../images/icon-1.png) left no-repeat;
}

.componentheading {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
	background:url(../images/icon-1.png) left no-repeat;
}
.mosimage {
	border: 1px dotted #cccccc;
	margin: 2px
}
.mosimage_caption {
	margin-top: 1px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px dotted #cccccc;
}
.mostread li{
	display:list-item;
	list-style:url(none) none;
	color:#444444;
	margin-left:-28px;
	line-height:150%;
}
.mostread li a{
	color:#444444;
	font-weight:normal;
}
.latestnews li{
	border:1px solid white;
	display:list-item;
	color:#444444;
         list-style:circle;
	margin-left:-28px;
	line-height:150%;
	
}
.latestnews li a{
	color:#444444;
	font-weight:normal;
	
}
#bottomright {
	width: 100%;
	position:relative;
	float:right;
	color: #92A4AE;
}


/* ###################### MENÜ EINSTELLUNGEN ###################### */
/* Begin ###################### Einstellungen für den Mainlevel der Menüs ###################### */
a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	font-family: sans-serif, Verdana, Arial , Helvetica, ;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	display: block;
	height: 15px !important;
	height: 17px;
	width: 100%;
	padding-top: 2px;
	padding-left: 2px;
	
}

a.mainlevel:hover {
	font-weight: bold;
	text-decoration: none;
	color:#6F522C;
}

a.mainlevel#active_menu {
	color:#6F522C;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color:#6F522C;
	font-weight: bold;
}
/* End ###################### Einstellungen für den Mainlevel der Menüs ###################### */
/* Begin ###################### Einstellungen für die zweite Ebene in einem Menü ###################### */
a.sublevel:link, a.sublevel:visited {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
}

a.sublevel:hover {
	font-weight: bold;
	text-decoration: none;
	color:#6F522C;
}

a.sublevel#active_menu {
	color:#6F522C;
	text-decoration: none;
	font-weight: bold;
} 
/* End ###################### Einstellungen für die zweite Ebene in einem Menü ###################### */

/* Begin ###################### Back Button ###################### */
.readon {
	padding-left: 10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
		
}

a.readon:link, a.readon:visited, a.readon:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px;
	text-align: right;
}
.back_button  {
	background: url(../images/zurueck-img.png) no-repeat 0px 0px;
	padding: 0px 0 5px 10px;
	margin: 0px 0 5px 0;
	color: #000000;
} 

.back_button a  {
	color: #000000;
}
/* End ###################### Back Button ###################### */

/* ###################### Wirkt sich bei der Anzeige der Termine in der Frontpage aus! ###################### */
.moduletable h3, .moduletable-leftnav h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	text-align: center;
	}

#sidebar .moduletable h3, .moduletable-leftnav h3 {
	background: url(../images/h3-img.png) no-repeat 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC66;
	width: 80%;
	padding-top: 2px;
	padding-left: 21px;
}

#sidebar .moduletable-leftnav h3 {
	margin-bottom: 0;
}
#sidebar .moduletable-leftnav { 
	padding: 0px;
	margin: 0;
}
li {
	background-image: none;
	margin-left: 5px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-image: url(../images/iconbullet.png);
}
ul {
	margin: 10px;
}


/* ###################### Pfad Anzeige ###################### */
.pathway {
	
	margin-left: 4px;
	color: #356E7F;
	font-size: 11px;
	text-align: left;
}

a.pathway:link, a.pathway:visited {
	color: #356E7F;
}

a.pathway:hover {
	color: #356E7F;
}

/* ###################### Für Zufallsbildmodul ###################### */

/*  CSS für Wrapper Bildergallerie/Coppermine */
.wrapper_gallery {
	align: center;
	vertical-align: top;
	border:0px solid #000000;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	}

/*  End CSS für Wrapper Bildergallerie/Coppermine */

.randompic {
	color: #436a84;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

.randompic img {
   	border-width: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: center;
}
.randompic table{
	align: center;
}
/* END ###################### Für Zufallsbildmodul ###################### */
/* ###################### News Rechts ###################### */
.moduletablenews img {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
	text-align: center;
   
}

.moduletablenews li {
	list-style-type:none;
	list-style: none;
	background-image: none;
	margin-left: 5px;
	padding-left: 20px;
}
.modultabelnews ul{
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}


/* END ###################### News Rechts ###################### */
/* ###################### Für Multithumbfunktion ###################### */

.multithumb {
   	border-width: 1px;
	border-style: solid;
	border-color: white;
	
   
}
/* END ###################### Für Multithumbfunktion ###################### */
.sitemap h2
{
	font-size:12px;
	font-weight:bold;
	color:#356E7F;
}
/* ###################### Fürs Gästebuch ###################### */


.easy_big
{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
/* END ###################### Fürs Gästebuch ###################### */
