/* Begin Typography & Colors */
body {
	font:normal 11pt/13pt Times New Roman,sans-serif;
	color: #880202;
	margin:0;
	padding:0;
	}

#page {
	text-align: left;
	}

#header {
	background: url('images/header.jpg') no-repeat top;
	height: 194px;
	width: 888px;
	}
	
.bg {	
	background:#FFF url('images/bg.jpg') no-repeat top;	
	width: 888px;
	display:table;
}

#menu {
	padding:166px 0 0 20px;	
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	margin:0 50px 0 0;
}

#menu a, #menu a:visited, #menu a:link {
	color:#faac00;
	font:bold 9pt/13pt arial, sans-serif;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('images/footer.jpg') no-repeat top;
	height: 258px;
	width: 888px;
	border:0;
	}
	
#foots {	
	text-align:left;
	padding:140px 0 0 10px;
	font:normal 9pt/13pt Times New Roman,sans-serif;		
	color: #808080;
}

#foots a, #foots a:visited, #foots a:link {	
	color: #808080;		
	margin:0 7px;
}

#foots a:hover {	
	color: #808080;
}

img.red {
	border:1px solid #880202;
}

small {
	font:normal 8pt/13pt Times New Roman,sans-serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:link, a:visited {
	color: #9E0000;
	text-decoration: none;
	}

a:hover {
	color: #9E0000;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	margin:50px 162px 0 106px;
	padding: 0;	
	width: 608px;
	}
	
.narrowcolumn_oh {
	float: left;
	padding: 0;
	margin: 0;
	width: 876px;
	}	

#start {
	margin:50px 162px 0 106px;
}

#start h2 {
	color:#880202;
	font:bold 14pt/17pt arial, sans-serif;
	display:inline;
}

#start h3 {
	color:#faac00;
	font:bold 14pt/17pt arial, sans-serif;
	display:inline;
}

#start_unten {
	margin:30px 162px 0 106px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 {
	color:#880202;
	font:bold 15pt/18pt arial, sans-serif;
	margin:0 0 25px 0;
	}

h2 {
	color:#880202;
	font:bold 13pt/16pt arial, sans-serif;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	color:#880202;
	font:bold 11pt/14pt arial, sans-serif;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
