* {
	margin: 0;
	padding: 0;
}

body {
	background: #8d8d8d  url(images/gradient_top.gif) repeat-x;
	font-family: 'Trebuchet MS', Tahoma, arial, sans-serif;
	font-size: 13px;
	color: #303070;
}

h1, h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666;
}

h1 {
	letter-spacing: 1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: 0px;
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

a {
	text-decoration: none; 
	color: #5A93C9;

}

a:hover {
	background: none;
	color: #68ac0b;
}

hr {
	display: none;
}

#wrapper {
	background: url(images/gradient_bottom.gif) repeat-x left bottom;
}

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(images/content_bg.gif);
}

#bgtop {
	height: 20px;
	background: url(images/content_top.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(images/content_bottom.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	/*padding-left: 15px;*/
	padding: 5px 15px 5px 25px;
	background: url(images/bullet_white.png) no-repeat 7px 9px; /*left center;*/
}

#vspace1 {
	height: 2px;
	min-height: 2px;
}

/* Inhalt Hauptspalte */
#content {
	float: left;
	width: 680px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}


html>body #content {
	height: auto;
}

.post {
}


.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #A0A0A0;
}

.post .byline a {
	color: #A0A0A0;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: none;
}

.post .links .permalink {
	padding-left: 18px;
	background: none;
}



.navigator {
}

#page .navigator h2 {
	margin-bottom: 15px;
	letter-spacing: 0px;
	font-size: 1.25em;
	color: #3A73a9;
}

#page .navigator a {
	color: #3A73a9;
}

#page .navigator a:hover {
	background: none;
	color: #488c0b;
}

#page .navigator ul {
	padding: 0px;
	line-height: normal;
}

#page .navigator li {
	background: none;
}

#page .navigator li ul {
	margin: 0;
	padding: 0;
}

#page .navigator li li {
	padding: 5px 15px 5px 25px;
	background: url(images/bullet_white.png) no-repeat 7px 7px;
	border-collapse: collapse;
}


.navigator a {
	background: none;
}


#sidebar {
	float: right;
	width: 180px;
	padding: 0 0px 0 0;
	position: relative;
}



#tag_cloud {
	margin-bottom: 20px;
}


#footer {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #303030;
}

#atest {
	letter-spacing: -0.5px;
	margin: 0px;
	padding: 0px;
}

#emptyspace {
	width: 100%;
	height: 800px;
	background: #3b3b3b;
}

