/*
 * Farben:
 *  body-background (hellgrau): #F0F0F0
 *  .content-title (grau mit gradient-img): #C7C7C7
 * 	.content-background (zartgrün): #E7F2FA
 *  .content-border (grau): #C7C7C7
 *  
 *  .header-schrift-links+rechts (hellblau): #0582C2
 *  .header-schritt-mitte (dkl.grün): #008000
 *  current-Menü (dkl.grün): #008000
 */

/* Allgemein */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	background-color: #F0F0F0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: blue;
}

li {
	list-style: circle;
}

.clear{
	clear:both;
}

.left {
	float:left;
	margin-right: 10px;
	padding-right: 10px;
}
.right {
	float:right;
	margin-left: 10px;
	padding-left: 10px;
}
.center {
	text-align:center;
}

.maxw1024 {
	max-width: 1024px;
}
/* Haupt div über komplette Seite */
#main {
	margin: 0px auto;
	width: 100%
}
/* Content allgemein*/
.content {
    text-align: left;
    border: 2px solid #C7C7C7;
	background-color: #F0F8E6;
}
.contentTitle {
	font-size: 1.3em;
	font-weight: bold;
    padding: 5px 15px 5px 5px;
    text-align: left;
    border: none;
	background-color: #C7C7C7; 
	background-image: url(../images/gray_gradient.png);
	background-repeat:repeat-x;
}
.contentBody {
	margin: 10px;
}
/* Aufteilung der Seite in 3 Spalten */
#ContentContainer, #FullContentContainer {
	padding-top: 10px;
}
#Content {
	margin-left: 220px;
	margin-right: 220px;
}
#FullContentContainer #Content {
	margin-left: 10px;
	margin-right: 10px;
}
#ContentLeft {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}
#ContentRight {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}
/* Abstand zwischen den einzelnen contents links und rechts */

/* Header-Bereich */
#ContentLeft .content,
#ContentRight .content {
	margin-bottom: 10px;
}

/* Header */
#header {
	background-image: url("../images/winter1-breit.jpg");
	background-position: center;
	color: #0582C2;
	margin: 0px;
	padding: 0px;
}
#header a {
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}

#header_center {
	width: auto;
	text-align: center;
	color: #008000;
	padding-bottom: 10px;
	padding-top: 5px;
}
#header_center hr {
		border-top-width: 1px;
		border-top-style: solid;
		border-color: #008000;
		border-left: none;
		border-right: none;
		border-bottom: none;
        height: 1px;
		margin: 0px;
		padding-bottom: 5px;
}
#header_ieko{
	font-size: 48px;
}
#header_text {
	font-size: 16px;
}
#header_left {
	font-size: 12px;
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#header_right {
	font-size: 12px;
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer {
	width: 100%;
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
#footer a {
	color: #007000;
}

/*** Menü ***/
/* colors  E7F2FA 80FF80*/
#Menu a {
	color: black;
    padding: 5px;
    text-align: left;
    border: none;
    border: 1px solid #C7C7C7;
	background-color: #9ACCE6; 
	background-image: url(../images/gray_gradient.png);
	background-repeat:repeat-x;
}
#Menu a:hover {
	background-color: #98E598;
}
#Menu a.current {
	background-color: #00A000;
}
#Menu .contentBody div {
	margin-top: 15px;
}
.menu1 {
	padding-left: 0em;
	font-size: 1.1em;
}
.menu2 {
	padding-left: 1em;
	font-size: 1.0em;
}
.menu3 {
	padding-left: 2em;
	font-size: 0.95em;
}

/* Suche */
#SearchForm_SearchForm_action_searchResults {
	margin-top: 0.5em;
}
#SearchResults {
	padding-left: 1em;
}
#SearchResults li {
	list-style: none;
	padding: 5px;
	margin-bottom: 0.5em;
	background-color: #FEFEFE;
}


/* Summary-Pages */
.summary {
	padding-bottom: 2em;
	min-height: 100px;
}
.summary .photo {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	height: 100px;
}
.summary .photo img {
	max-height: 100px;
	max-width: 150px;
}
.summaryTitle a {
	font-size: 1.2em;
	color: #008000;
}
.summaryText p {
	margin-left: 3em;
}
.summaryText a {
	font-size: 0.9em;
	color: #007000;
	margin-left: 1.5em;
}

/* Blog -> blog.css */
.contentBody .authorDate,
.contentBody .tags {
	font-size: 0.95em;
	font-style: italic;
}

/* code */
.codesnippet {
	border: 1px dashed black;
	padding: 0.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F0F0;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

/* Kommentare */
#PageComments_holder {
	border-top : 1px solid black;
}
#PageComments_holder h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#PageComments .info {
	font-size: 0.9em;
	font-style: italic;
}
#CommentHolder ul {
	padding-left: 1em;
}
#CommentHolder li {
	list-style: none;
	padding: 5px;
}
#CommentHolder li.odd {
	background-color: #FEFEFE;
}
#CommentHolder li.even {
	background-color: #F0F0F0;
}
