@charset "iso-8859-1";

* {
	padding: 0;
	margin: 0;
}

a {
    color: blue;
    font-weight: bold;
}

a:visited {
    color: blue;
}

a:hover {
    text-decoration: underline;
}

p {
	padding: 0 8px 0 4px;
	margin: 4px 0 8px 0;
}

h4 {
	padding: 8px 0px 4px 0px;
	margin: 4px 0 8px 0;
}

body {
    font: 14px Arial, Comic Sans MS, Verdana, sans-serif;
    color: black;
    text-align: center;
    line-height: 133%;
}

#container {
    width: 98%;
    min-width: 480px;
    margin: 0 auto;
    text-align: left;
}

#header {
	position: relative;
	height: 110px;
	background-image: url(../images/Blume_des_Lebens_Bunt_110x110.png);
	background-repeat: no-repeat;
}

#header .title {
    background-color: transparent;
    font-size: 18px;
    font-family: Comic Sans MS, Arial, Verdana, sans-serif;
    font-weight: bold;
 	color: #B22222; /* FireBrick; */
    text-transform: uppercase;
    padding: 12px 4px 0px 120px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

#header .sitedescription {
	font-size: 12px;
	}
	
#header .searchbox {
	position: absolute;
	top: 2px;
	right: 2px;
}
#header form {
	text-align: center;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
}

#header input[type=text] {
    font-size: 12px;
    color: black;
    font-weight: normal;
}

ul.menu {
	position: absolute;
	bottom: 0;
	width: 80%;
	padding: 4px 4px 4px 110px;
	margin: 0;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu li.page_item a {
	padding: 4px 4px 4px 4px;
	border: 1px dotted white;
	background-color: transparent;
	color: Green;
	margin: 0;
	text-decoration: none;
}

ul.menu li.page_item a:hover {
	background-color: Green;
	color: white;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: Green;
	color: white;
	text-decoration: none;
}

ul.contentmenu{
	padding: 10px 4px 4px 40px;
}

#sidebar {
    float: left;
    width: 180px;
    padding: 16px 0 24px 0;
}

ul.sidemenu {
	list-style-type: none
}

ul.sidemenu li{
	margin: 12px 0px 0px 6px;
}

ul.sidemenu li.sidepage_item a{
	font-size: 100%;
	text-decoration: none;
	color: Green;
	margin-top: 12px;
}

ul.sidemenu li.sidepage_item a:hover {
	text-decoration: underline;
}

 .lastchange { 
 	position: relative;
 	margin-top: 28px;
    font-style: italic;
    font-size: 90%;
 }

#footer {
    background-color: white;
    text-align: center;
    max-height: 32px;
    margin-top: 20px;
    padding: 8px 8px 8px 8px;
    font-size: 95%;
}

#footer a {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
