/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0;
    }

#page {
    margin: 20px auto;
    padding: 0;
    /*width: 900px;*/
    }

#header {
    margin: 0 0 0 2px;
	padding: 30px 0px 0px 40px;
    height: 70px;
	width: 390px;
    /*width: 756px;*/
    }
#sidebar {
    float: left;
    margin: 0 0 0;
    padding: 0px 0px 20px 40px;
    width: 390px;
    height: 590px;
    }

.narrowcolumn {
	padding: 0 0 20px 0px;
	margin-left: 590px;
	width: 460px;
	}

.post {	
	margin: 0 0 40px;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	/*width: 760px;*/	
	height: 63px;	
	clear: both;
	}

a img { 
	padding: 0.5em;
	background: #f8f8f8;
    border: 1px solid #000000;
	}
	
.img150
{
	float: left;
	width: 130px;
	padding: 0px 7px 20px 0px;
	font-size: 0.7em;
	line-height: 1.2em;
}
/* End Structure */

/* Begin Typography & Colors */

body {
	background-color: #DFDFDF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #DFDFDF;
    /*border: 2px solid red;*/
	text-align: left;
	}
	
#header {
	/*background: #D5D5D5;*/
	background-position: center;
	text-align:right;
	}
	
#sidebar {
	/*background-color: #C2C2C2;*/
	/*border: 0px solid black;*/
	text-align: right;
	font-size: 1.2em;
	line-height: 1.4em;

	}
.headline {
	font-size: 1.2em;
	/*text-decoration:underline;*/
}

.headline_ {
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	/*text-decoration:underline;*/
}
a {
	text-decoration: none;
	color: white;
	font-weight:bold;
}
#content {
	/*padding-top:1em;*/
	font-size: 1.2em;
	line-height: 1.4em;
	/*border: 0px solid black;*/
	}

.narrowcolumn{
	/*text-align: center;*/

	line-height: 1.6em;
	
	}
	
.entry {

	line-height: 1.6em;
	}
	
.post {
	/*background-color: #fff;*/
	text-align: left;
	}

#footer {
	background-color: DFDFDF;	
	}
	
html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}
/* Aufzählungszeichen */
.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}

/* End Typography & Colors */