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

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

a:visited {
    color: blue;
}

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 Comic Sans MS, Verdana, Arial, 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, Verdana, Arial, sans-serif;
    font-weight: bold;
 	color: #B22222; /* FireBrick; */
    text-transform: uppercase;
    padding: 12px 4px 0px 120px;
    border: 0;
    /* cursor: pointer; not available for print medium*/
    text-decoration: none;
}

#header .sitedescription {
	font-size: 12px;
	}
	
#header .searchbox {
	display: none;
}

ul.menu {
	display: none;
}

#themenangebote {
	display: none;
}
#sidebar {
	display: none;
}

#maincontent {
    text-align: left;
    margin-left: 8px;
}

.subtitle {
    font-family: Comic Sans MS, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    color: Green;
    text-transform: uppercase;
    padding: 16px 0px 8px 0px;
}

.subcontent {
    padding: 0;
    color: black;
    margin-bottom: 4px;
}

 .lastchange {
	display: none;
 }
 
#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;
}

#leftlinks {
	float: left;
}

 #rightlinks {
 	margin-left: 320px;
}

 .linknote {
 	padding: 8px 0px 4px 0px;
}

 .vitaimg {
 	float: left;
 	padding: 0px 12px 8px 0px;
}

.newsdate {
  font-size: 12px;
  color: #666666;
  display: inline;
  margin-right: 1em;
}

.newstitle {
  font-weight: bold;
  font-size: 14px;
  display: inline;
}

.newstitle a {
  text-decoration: none;
  color: black;
}

.newsintro {
  line-height: 140%;
  margin-bottom: 5px;
}

a.newsmore {
  font-size: 10px;
  color: #333333;
}

.month {
	display: none;
 }
 
.month .monthlink {
	text-decoration: none;
	color: Green;
}

.month .monthlink a {
	font-weight: bold;
	color: Green;
}

