html, body {
	padding: 0;
	margin: 0;
	font: 0.9em "Courier New",Courier,monospace;
	background: #fff;
	color: #000;
	height: 100%;
}

a {
	color: #000;text-decoration:none;	
}



a:hover {
	color: #0000CC;text-decoration:underline;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
	color: #ffffff;
}

h1, h2 {
	font: 1.7em "Apple Garamond", "Times New Roman", "Garamond", serif;
	line-height: 1.7em;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #ffffff;
}

h2 a:visited {
	color: #fff;
}

h1 a:hover, h2 a:hover {
	color: #905;
}

h1 {
	font-size: 1.9em;
}

h3 {
	margin-top: 1em;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;	
}


/**-----------------------------------------------------------------------------
** HEADER
**/ 


.headschrift
{
	text-decoration:underline;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
}

#pages li {
float: left;
margin: 0 5 0 5;
}

#pages a {
	display: block;
	height: 3px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size:16px;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: center;
}

#footer .main {
	border-top: 1px solid #ccc;
	color: #666;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 600px;
	height: 100%;
	margin: 0 auto;	
	padding: 200px;
}

#icontent {
	width: 740px;
	margin: 0 auto;	
}

#nav {
	width: 740px;
	margin: 0 auto;	
}

#nav a:hover, #nav .current_page_item {
	background: #e08;
	color: #fff;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 

#primary ul.archive-nav {
	list-style-image: none;
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 439px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

