body {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #79506C;
	text-align: center;
}


/*
	Basics und Globale für 
	Links und Überschriften
*/


a {
	color: #CC3399;
	text-decoration: underline; 
}

a:visited {
	color: #CC3399;
}

a:active {
	color: #CC3399;
}

a:hover {
	color: #5E1A47;
	text-decoration: underline;
}


h1, h2, h3 {
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

h1 {
	color: #87C900;
	font-size: 2.3em;
}

h2 {
	color: #848484;
	margin-bottom: 3px;
	font-size: 2em;
}

h3.date-header {
	color: #848484;
	margin-bottom: 3px;
}

h3 {
	color: #87C900;
	margin-bottom: 3px;
	font-size: 1.9em;
}

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

h1 a:hover, h2 a:hover , h3 a:hover {
	color: #5E1A47;
	text-decoration: underline;
}

h1 a:visited, h2 a:visited , h3 a:visited {
	color: #CC3399;
	text-decoration: none;
}


#container   { 
	background-color: #fff; 
	background-image: url('/wp-content/themes/default/images/bg.gif'); 
	background-repeat: repeat-y; 
	background-attachment: scroll; 
	width: 750px; 
	voice-family: inherit; 
	text-align: left; 
	line-height: 140%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 16px; 
	padding-right: 16px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-position: 0% 
}


/*
	Stylesheet für den Header
*/

#header { 
	font-family: Georgia, 'Times New Roman', serif;
	background-color: White;
	text-align: left;
	color: #fff;
}

a#header-img {
	display: none;
}

#header a {
	color: #057AB3;
	text-decoration: none;
}

#header img {
	border: none;
}

#header h1 {
	font-size: xx-large; 
}
#header h2 {
	font-size: small;
}


#center {
	float: left;
	width: 550px;
	overflow: hidden;
}


/*
	Stylesheet für den Content 
	mit den einzelnen Einträgen
*/

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	color: #333333;
}

.content blockquote { 
	background-image: 
	url('/wp-content/themes/default/images/blockquote_bg.gif'); 
	background-color: left; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	border: 1px solid #cccccc; 
	padding: 10px; 
	background-position: transparent top;
}

.content pre {
	border: 1px solid #888;
	background: #FFF;
	padding: 5px;
	overflow: auto;
	max-height: 450px;
	margin: 0px auto;
	font-size:small;
	margin-bottom:11px;
}

.content p {
	color: #333333;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 135%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
}

.content ol li {
	line-height: 150%;
	list-style-type: decimal;
}

.content h2 {
	color: #848484;
  	font-size: 1.6em;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	margin-bottom: 10px;
}

.content h3 {
	font-size: 1.4em;
	color: #848484;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	margin-bottom: 10px;
}

.content p.posted {
	color: #666666;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.content p.byline {
	color: #666666;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	margin-bottom: 5px;
	line-height: normal;
	padding: 3px;
}

.content p.announce {
	color: #666666;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: normal;
}

.content img {
	border: 4px solid #D693C0;
}

p.entry-footer {
	color: #666666;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.entry-body p { 
	padding-bottom: 5px;
}


/*
	Stylesheet für die obere 
	Navigation und die Links 
*/

#nav { 
	background-color: #6D124F;
	border-bottom: 1px solid #6D124F; 
	font: 80%/150% Trebuchet MS; 
	padding: 2px;
	margin: 0px;
	color: #fff; 	
}

#nav a { 
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	 text-decoration: underline;
}

.navright {
	float: right;
	padding-right: 10px;
	vertical-align: middle;
}

.navleft { 
	padding-left: 15px; 
}



/*
	Stylesheet für die Sidebar 
	und die Listen und Links
*/


#right {
	float: left;
	width: 198px;
	background-color: #FFFFFF;
	overflow: hidden;
}


.sidebar {
	padding: 15px;
}

.sidebar h2 {
	font-size: x-small;
	font-family: Georgia, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #6D124F;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
  	padding: 3px;
	color: #6D124F;
}

.sidebar h2 a {
	color: #06c;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 110%;
	margin-top: 9px;
	list-style-type: none;
}

.sidebar img {
	border: 1px solid #fff;
}


/*
	Stylesheet für die Kommentare 
	auf den Detailseiten der Artikel
*/

#kommentare h3 {
	color: #CC3399;
	font-size: 1.6em;
}


/*
	Stylesheet für den Footer
*/

#footer { 
        font-family: 'Trebuchet MS', Arial, Halvetica, Sans-serif; 
	font-size: x-small;
	padding: 2px;
	margin: 0px;
	color: #fff;
	background-color: #6D124F;
	border-bottom: 1px solid #6D124F;
	border-top: 1px solid #6D124F; 
	text-align:center;
}

#footer a { 
	color: #fff;
}

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



pre.code {
	font-family: Courier New, Courier, monotype;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	background-color: #E7F1FD;
	border: solid 1px #CADFEF; 
	overflow: auto;
}
	
.count {
	float:right;
	font-size:26px;
	color:#E7E7E7
}

.code {
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	background-color: #E7F1FD;
	border: solid 1px #CADFEF; 
	display: block;
}


.layerbox {
	z-index: 1; 
	position: absolute; 
	visibility: hidden; 
	left: 210px; 
	top: 60px; 
	width: 698px; 
	background-color: #fff; 
	border: 5px solid #ffcc00;
}

.layerbox_inner {
	font-family: 'trebuchet ms', verdana, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

.layerbox_close {
	width: 698px; 
	text-align: center;
}