/* main.css */

/* general components */

body {
  margin-top: 7px;
  background: #ffffff;
  font-size: 90%;
  font-family: sans-serif;
}

a, a:link, a:visited, a:hover {
  color: #000;
}

h1 {
  font-weight: bold;
  font-size: 2.0em;
  font-style: italic;
  margin-top: 5px;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  font-style: italic;
  margin-top: 5px;
}

h3 {
  margin-top: 5px;
}

/* Für das Sitemap */
.siteblock {
  float: left;
  border: 1px solid #000;
}

/* Head zone with pictures and welcome */
#heading {
  background-color: #C1FFC0;
  margin: 0 0 0 0;
}

/* The welcome text in the head banner */
#untertitel {
  font-weight: bold;
  font-size: 1.1em;
}

/* Just after the head */
#head_separator {
  clear:both;
}


/* Menu Design */

/* permanent bar */
#perbalke {
  padding-top: 3px;
  padding-bottom: 3px;
  width:710px;
  margin: 0;
}

/* permanent menu (home, kontakt, etc) */
#permenu {
  clear:both;
  padding-left: 150px;
}

/* each permanent menu item */
.sticky_menu {
  float:left;
  background-color: #c1ffc0;
  text-decoration:none;
  font-size: 80%;
  margin: 1px 3px;
  padding: 0 2px;
  border: 1px solid #000;
  width: 75px;
  text-align: center;
}

a.sticky_menu:hover {
  background-color: #09C204;
  color:#fff;
}

.sticky_menu_current {
  float:left;
  background-color:#09C204;
  text-decoration:none;
  font-size: 80%;
  margin: 1px 3px;
  padding: 0 2px;
  border: 1px solid #000;
  width: 75px;
  text-align: center;
  cursor:default;
}

a.sticky_menu_current {
  color: #000;
}

#sprache {
  float:right;
  font-size: 12px;
  padding: 2px 0;
  margin: 0;
}

/* main part below headbar and permanent menus */
#container {
  clear:both;
  margin: 0 0 0 0;
  width: 805px;
}

/* where the main contents is, right from the menu bar on the left side */
#main {
  margin-top:0px;
  width:640px;
  float:left;
  padding-bottom: 1em;
  text-align: justify;
}

#horizline {
	clear:both;
	margin-top: 1.5em;
	height: 1em;
	border-top: 1px solid #333;
}

#footer {
	clear:both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	text-align:left;
}

#big_rahmen {
	background-color:#eee;
	padding: 4px;
	margin: 2px;
	margin-bottom:0.5em;
	border: 2px solid #ccc;
}

#rahmen {
	background-color:#eee;
	padding: 4px;
	margin: 2px;
	border: 1px solid #ccc;
}

.pic_rahmen {
	background-color:#eee;
	padding: 4px;
	margin: 2px;
	border: 1px solid #ccc;
}

/* New Menu */

#links {
  margin-top:0px;
  width:150px;
  float:left;
  padding-bottom: 1em;
  text-align: justify
}

/* m1 level */

.m1Title{
  float:left;
  margin-bottom: 7px;
  background-color:#C1FFC0;
  width: 125px;
  padding: 3px;
  text-align:center;
  font-weight: bold;
  text-decoration:none;
  font-size: 1.0em;
  border: 1px solid #000000;
}

a.m1Title:hover {
  background-color: #09C204;
  color:#fff;
}

.m1TitleCurrent{
  float:left;
  margin-bottom: 7px;
  background-color:#09C204;
  color:#ffffff;
  width:125px;
  padding:3px;
  text-align:center;
  font-weight: bold;
  text-decoration:none;
  font-size: 1.0em;
  border:1px solid #000000;
}

a.m1TitleCurrent {
  text-decoration:none;
  color:#000;
}

/* m2 level */

.m2Title {
  float:left;
  background-color:#C1FFC0;
  text-decoration:none;
  margin-bottom: 0.5em;
  margin-left:7px;
  width:128px;
  line-height: 1.3;
}

a.m2Title:hover {
  background-color: #09C204;
  color:#ffffff;
}

.m2TitleCurrent {
  float:left;
  background-color:#09C204;
  text-decoration:none;
  color:#ffffff;
  margin-bottom: 0.5em;
  margin-left:7px;
  width:128px;
  line-height: 1.3;
}

a.m2TitleCurrent {
  text-decoration:none;
  color:#000;
}

/* m3 level */

.m3Title {
  float:left;
  background-color:#C1FFC0;
  text-decoration:none;
  margin-bottom: 4px;
  margin-left:14px;
  font-size: 0.9em;
  width:121px;
}

a.m3Title:hover {
  background-color: #09C204;
  color: #ffffff;
}

.m3TitleCurrent {
  float:left;
  background-color:#09C204;
  color:#ffffff;
  margin-bottom: 4px;
  margin-left:14px;
  font-size: 0.9em;
  width:121px;
}

a.m3TitleCurrent {
  text-decoration:none;
  color:#000;
}

/* m4 level */

.m4Title {
  float:left;
  background-color:#C1FFC0;
  text-decoration:none;
  margin-bottom: 4px;
  margin-left:21px;
  font-size: 0.9em;
  width:114px;
}

a.m4Title:hover {
  background-color: #09C204;
  color: #ffffff;
}

.m4TitleCurrent {
  float:left;
  background-color:#09C204;
  color:#ffffff;
  margin-bottom: 4px;
  margin-left:21px
  font-size: 0.9em;
  width:114px;
}

a.m4TitleCurrent {
  text-decoration:none;
  color:#000;
}

/* End of New Menu */

.klein {
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.ulanguage {
	font-size: 12px;
	color: #D3D3D3;
	text-decoration: none;
}

.language {
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#big_picture {
	text-align: center;
}

#picturebig {
        margin: 10px 0 20px 0;
	padding: 0 0 0 0;
}

.nodecoration {
	color: Black;
	text-decoration: none;
}
.log_justify {
  text-align:justify;
}
.log_pic_l {
  float:left;
  margin-right:10px;
}
.log_pic_r {
  float:right;
  margin-left:10px;
}
.middle {
  text-align:center;
}

#head h2 {
        margin: 10px 10px 0 10px;
        padding-top: 0;
        padding-bottom: 10px;
}

#tab_header {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
} 
#tab_header h5 {
	display: none;
} 
#tab_header ul {
	 margin: 0; 
	 margin-left: 5px;
	 padding: 0 0 10px 0;
	 list-style: none;
}
#tab_header a {
	display:block;
} 
#tab_header li {
	float:left; 
	background-image: url(tab_right.png);
	background-repeat: no-repeat;
	background-position: right top; 
	margin:0;
	padding: 0;
}
#tab_header a {
        display: block;
        background-image: url("tab_left.png"); 
        background-repeat: no-repeat;
        background-position: left top;
        padding: 5px 15px; 
        color: #000;
        text-decoration: none;
	font-weight:bold;
}
#tab_header #current {
        background-image:url("tab_right_current.png");
}
#tab_header #current a {
        background-image:url("tab_left_current.png");
        color: black;
}

#tab_content {
        clear:left;
	width:100%
}
#tab_content h2 {
	display:none;
}

#page_menu {
	padding-bottom: 9px;
	width:570px;
	text-align:center;
	/* background-color: #c1ffc0; */
	/* border-bottom: 1px solid #000; */
}

#page_menu ul {
	margin:0;
	padding: 3px 10px 0;
	list-style:none;
}

#page_menu li {
	display: inline;
	list-style-type:none;
	padding-right:20px;
}

/* For the diashow */

.thumb {
  float: left;
  border: 1px solid #333;
  padding: 3px;
  margin: 5px;
}

.thumb a img {
  text-decoration:none;
  color: #000;
  border: 0px;
}

.diabig a img {
  margin: 10px 0 20px 0;
  padding: 0 0 0 0;
  border: 2px solid #333;
  text-decoration:none;
}

.navpic {
  float: left;
  border: 1px solid #333;
  padding: 3px;
  margin: 5px;
  width: 150px;
  text-align: center;
  background-color: #c1ffc0;
  text-decoration:none;
}

.navpic_inactive {
  float: left;
  border: 0px solid #333;
  padding: 3px;
  margin: 5px;
  width: 152px;
  text-align: center;
}

.jahreszeit {
  float:left;
  border: 2px solid #09C204;
  padding: 3px;
  margin: 5px;
}

/* Miscellaneous */
.inline_img {
  border:0;
  vertical-align:middle
}

/* History */

.hist_left{
  float:left;
  clear:both;
  margin-bottom: 7px;
  width: 100px;
  text-align:left;
}

.hist_right{
  float:left;
  margin-left:10px;
  margin-bottom: 10px;
  width: 445px;
  text-align:justify;
}

