@charset "utf-8";
/* CSS Document */

/* Schwarz-Rotes Design für die Persönliche Web site */

/* Allgemeine Gestaltung */
* {
	margin:0;
	padding:0;
}

body {
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(bodybg.jpg) no-repeat top center;
	background-color: #000;
}

img {
	border:0;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}


#container {
	width:900px;
	/*Zentrale Positionierung*/
	position:absolute;
	left:50%;
	margin-left:-450px;
}

/* Text Gestaltung --------------------------------------------------------------------------------*/
h1 {/* Boxmainheader Text */
	padding-left:10px;
	padding-top:7px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	float:left;
}
h2 {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
h4 { /*Blogtitel*/
	height:20px;
	padding-left:5px;
	
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	
	float:left;
}
.entryheader{
	height:20px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.entrydata {
	float:right;
	font-size:12px;
	padding-right:10px;
}	
h5 { /*Blogentry description */
	clear:both;
	
	padding-left:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#666666;
}
h6 { /*Blogsubtitel*/
	clear:both;
	
	padding-bottom:5px;
	padding-top:10px;
	font-size:12px;
	color:#666666;
}
p {
	padding-bottom:10px;
	font-size: 12px;
}
p a:link {
	color: #999999;
	text-decoration: none;
}
p a:visited {
	color: #999999;
	text-decoration: none;
}
p a:hover {
	color: #999999;
	text-decoration: underline;
}
p a:active {
	color: #999999;
	text-decoration: none;
}

ul {
	list-style:disc;
	padding-left:20px;
	
	font-size:12px;
}
.textimage {
	float:right;
	padding:5px;
}
.centertext {
	text-align:center;
}
.zitat {
	margin-left: 10px;
	font-style: italic;
}
.rssicon {
	float: right;
	margin-top:5px;
	margin-right:10px;
}

/*Header Gestaltung----------------------------------------------------------------------------------*/
#header {
	height:180px;
	background: url(header/headerbg.png) no-repeat center center;
}

/* Navigationsleiste Gestaltung ---------------------------------------------------------------------*/
#mainnav {
	height:40px;
	padding-top:15px;
	text-align:center;
}

/* Header Gestaltung ---------------------------------------------------------------------*/
#headertext {
	clear:both;
	
	height:50px;
	width:898px;
	margin-top:20px;
}
.headertext_pagename{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	
	margin-left:30px;
}
.headertext_pagemotto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	margin-left:30px;
}

/* Sidebar Gestaltung ---------------------------------------------------------------------------*/
#sidebar {
	width:295px;
	float:right;
}

/* Contend Gestaltung ---------------------------------------------------------------------------*/
#contend {
	width:598px;
}

#full_box {
	width:900px;
}

#single_column {
	width:595px;
	float:left;
}

#double_column1 {
	width:295px;
	float:left;
}
#double_column2 {
	width:295px;
	float:right;
}

/* Contendbox Gestaltung ---------------------------------------------------------------------*/
.box {
	clear:both;
}
/*Für Gedritteltes Layout */
.thirdbox_top {
	height:30px;
	background: url(boxes/thirdbox_top.png) no-repeat center bottom;
}
.thirdbox_center {
	padding-left:5px;
	padding-right:5px;
	background: url(boxes/thirdbox_center.png) repeat-y center;
}
.thirdbox_bottom {
	height:15px;
	background: url(boxes/thirdbox_bottom.png) no-repeat center bottom;
}
.thirdbox_mainheader {
	height:27px;
	width:285px;
	margin-left:5px;
	
	background: url(boxes/third_mainheaderbg.png) no-repeat center bottom;
}
/* Für Zweispaltiges Layout */
.twothirdbox_top {
	height:30px;
	background: url(boxes/twothirdbox_top.png) no-repeat center bottom;
}
.twothirdbox_center {
	padding-left:5px;
	padding-right:5px;
	background: url(boxes/twothirdbox_center.png) repeat-y center;
}
.twothirdbox_bottom {	
	height:15px;
	background: url(boxes/twothirdbox_bottom.png) no-repeat center bottom;
}
.twothirdbox_mainheader {
	height:27px;
	width:585px;
	margin-left:5px;
	
	background: url(boxes/twothird_mainheaderbg.png) no-repeat center bottom;
}
/* Für volles Layout. */
.fullbox_top {
	height:30px;
	background: url(boxes/fullbox_top.png) no-repeat center bottom;
}
.fullbox_center {
	padding-left:5px;
	padding-right:5px;
	background: url(boxes/fullbox_center.png) repeat-y center;
}
.fullbox_bottom {	
	height:15px;
	background: url(boxes/fullbox_bottom.png) no-repeat center bottom;
}
.fullbox_mainheader {
	height:27px;
	width:895px;
	margin-left:4px;
	
	background: url(boxes/fullbox_mainheaderbg.png) no-repeat center bottom;
}


/* Footer Gestatlung ------------------------------------------------------------------------*/
#footer {
	clear:both;
	height:30px;
	padding-top:30px;
	background: url(footer/footerbg.png) no-repeat center bottom;
}
#footernav {
	float:right;
	
	padding-top:4px;
	padding-right:20px;
}
.footer_text {
	float:left;

	padding-top:4px;
	padding-left:20px;
	
	font-size:12px;
}

/* Gestaltung der Module */
.boxlist{
	padding-left:20px;
	list-style:square;
}
.boxlist li {
	padding-bottom:5px;
}
.itemname {
	font-size:13px;
}
.itemdescription {
	font-size:9px;
	color:#999999;
}
