h4,h3 {
    margin: 0;
}

blockquote {
    font-style: italic;
    border-style: groove;
    border-width: thin;
    padding: 5px;
    background: #e7e7e7;
}

#mainpane {
    border-bottom: 1px solid #000000;
    margin: auto;
    width: 100%;
    border-top: 0px;
    background-color: #c9c9c9;
    border-top: 1px solid #000000;
}

#RightSideBar {
    width: 15%;
    border-left: 1px dashed #000000;
    padding: 10px;
    vertical-align: top;
}

#LeftSideBar {
    width: 170px;
    border-right: 1px dashed #000000;
    padding: 10px;
    vertical-align: top;
}

body {
    font-size: 10pt;
    margin: 0;
    background-color: #c9d7cf;
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-bottom: 30px;
}

input, textarea {
    font-size: 10pt;
    font-family: verdana, arial, helvetica, sans-serif;
}

th, td {
    font-size: 10pt;
}

p, td, th, div, span {
    font-family: verdana, arial, helvetica, sans-serif;
}

#banner {
    margin: auto;
    width: 100%;
    height: 100px;
    background-color: #C9D7cF;
    background-position: center center; 
    background-repeat: no-repeat;
    background-image: url(http://dev.datentrampelpfad.de/site-images/banner_background.png);
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#banner h1 {
    color: #000000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size : x-large;
    padding-left:15px;
    padding-top: 10px;
    margin: 0px;
    text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#banner h2 {
    color: #000000;
    padding-left: 15px;
    font-size: medium;
    margin: 0px;
    text-decoration: none;
}

.title {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
    padding-left: 5px;
    border-bottom: 2px solid #36558C;
}

.title a:link,
.title a:visited {
   text-decoration: none;
   border: 0;
   color: #000000;
}

.title a:hover {
   color: #FF0000;
}

.content_item {
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    color: #333333;
    font-size: 9.5pt;
    font-weight: normal;
    padding-right: 10px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
}

div.content_footer {
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 4px;
    clear: both;
}

a:link,
a:visited,
a:active {
    color: #003366;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

/* Container for each item on the side bar */
div.sidebar_item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight:normal;
    border-bottom: solid 2px #36558C;
}

/* title of an individual item */
.sidebar_title {
    margin: 0;
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight:bold;
    padding-left:2px;
    padding-bottom:2px;
}

ul.navigation {
	margin: 0; padding: 0.8em;
}

ul.navigation li {
	list-style: none;
	margin: 0; padding: 0;
	font-size: 16px; 
	text-align: center;
}

ul.navigation a {
	display: block;
	padding: 0.2em;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	text-decoration: none; font-weight: bold;
	color: #003366; background-color: #ccc;
}

ul.navigation a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: yellow; background-color: gray;
}

ul.navigation a.image {
	border-style: none;
	margin: 0.2em;
}

ul.navigation a.image:hover {
	border-style: none;
	color: white; background-color: #ccc;
}

ul.navigation a.thispage {
	color: green; background-color: #f0f0f0;
}

ul.navigation a.thispage:hover {
	color: yellow; background-color: gray;
}

.content_entry p {
    margin: 0px;
    padding-bottom: 0px;
}


