/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
/* Globals und Typo 
--------------------------------------------------------------------------------------- */

html {
	background: #6B7986 url(images/bg_pattern.jpg);
}

body {
	font-size: 75%;
	margin: 1em 0em;
}

html>body {
	font-size: 12px;
}

a:link {
	color: #89222E;
	text-decoration: none;
}

a:visited {
	color: #89222E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus {
    outline: none;
}


/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */
p {
	font-size: 1em/1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2.6em;
	color: #89222E;
	letter-spacing:-0.05em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.8em;
	margin-top: 1em;
	text-transform: uppercase;
	color: #89222E;
	letter-spacing:-0.05em;
	font-weight: bold;
}

h3 {
	font-size: 1.33em/1.13em;
	margin-top: 0.5em;
}

h4 {
	font-size: 1.17em/1.29em;
	margin-top: 1.29em;
}


/* Bilder und verlinkte Bilder ohne Rahmen 
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}


/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */
.alignleft {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.clear {
	clear:both;
}



/* Layoutelemente
Verwenden Sie overflow: hidden; um nötige Foats aufzulösen.
--------------------------------------------------------------------------------------- */
#wrapper {
margin: 0 auto;	
width: 69em;
max-width: 100%;
background: url(images/content_bg.jpg);
}

#header {
clear: both;
background: url(images/content_bg_top.jpg) no-repeat;
padding: 2em 3em;
height: 54px;
margin-bottom: 20px;
}

	#header h1 {
		float:left;
		clear: both;
		background: url(images/logo.gif);
		text-indent: -999em;
		height: 77px;
		width: 310px;
		margin: 0;
	}

#navigation {
float:right;
margin: 1.5em 1em 0 1em;
}
	#navigation li{
		float:left;
		list-style-type: none;
	}
		
		#navigation li a{
			float:left;
			display:block;
			padding: 0.3em 0.5em;
			margin: 0 0.2em;
			text-transform: uppercase;
			font-weight:bold;
			font-size: 1.3em;
		}
		
		#navigation li a:hover{
			background-color: #89222E;
			color: #fff;
			text-decoration: none;
		}

.firstpost{
	margin:1em 3em;
	padding: 1em 0;
}
	.firstpost img{
		border: 1px solid #aeaeae;
		height: 15em;
		float: left;
		margin-right: 2em;
	}
	
.contentEntry
{
    background-color: white;
    padding-top: 0.7em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    margin: 0.5em;
    margin-top: 0.9em;
    border: solid 1pt #aeaeae;
}
	
#content {
clear: both;
float: left;
display: inline;
max-width: 70%;	
padding:0 1.5em 1em 3em;
width:41.7em;
}
	#content .entry img{
		float:right;
		border: 1px solid #aeaeae;
		padding: 0.5em;
		margin: 0.8em;
	}
	
	/*
	gemeinsame Grundeigenschaften
	*/
	#content .leftCol, #content .rightCol, #content .post
    {
        width: 17.9em;
        padding: 0.8em;
		margin: 0.5em;
		max-width:50%;
    }
    
	#content .post{
		float:left;
		/*min-height: 265px;*/
	}
	
		#content .post img{
			width: 100%;
			border: 1px solid #aeaeae;
			margin-bottom: 1em;
		}
		
		.info, .info a {
			color: #666666;
		}
		
		#content .post h3{
			margin: 0.4em 0;
			font-weight:bold;
		}
		
		#content .post p{
			margin: 0.5em 0 0 0;
		}
		
	/*
	zum Ausrichten an der Top-Column
	*/
	#content .postRow
	{
	   position: relative;
	   z-index: 1; /* notwendig, damit das Hintergrund-DIV vor dem "unsichtbaren" Ausrichtungs-DIV steht */
    }
    
    #content .leftCol, #content .rightCol
    {
        height: 90%;
        position: absolute; /* bewirkt Anpassung an das Parent-DIV */
        top: 0;
        left: 0;
        background-color: #fff;
		border: 1px solid #aeaeae;
		z-index: -1; /* damit das Hintergrund-DIV den Inhalt (Bilder, Anchor, Headline, ...) nicht vorsteht, eine Ebene zurück*/
    }
    
    #content .rightCol
    {
        left: 20.6em; /* Padding, Margin und Border von .post müssen zusätzlich berücksichtigt werden */
    }
    
    #content .navigation
    {
        padding: 10px;
    }

#sidebar {
float: right;	
display: inline;
width: 18.2em;
padding:0 3em 1em 1.5em;
max-width: 28%;
}

	#sidebar li{
		float:left;
		list-style-type: none;
		margin-right: 0.5em;
	}

#footer {
clear: both;	
background: url(images/content_bg_bottom.jpg) no-repeat 0 bottom;
height: 54px;
padding:0 3em;
color:#666;
}
	#footer a{
		color:#666;
	}
