
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #515151;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	color: #4a4a4a;
}

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

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


h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #666;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #FF6A00;
}

/* Layout
---------------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 820px;
	background-color: #fff;
	border-left: 3px solid #494949;
	border-right: 3px solid #494949;
	background-color: #fff;
}

/* Header
---------------------------------------------------------------------------------- */

#header {
	height: 160px;
	background: #2FC3D3 url(images/header.jpg) 0 0 repeat-x;
	margin-bottom: 2em;
}

#logo {
	float: left;
	padding: 30px 0 0 25px;
}


/* Content
---------------------------------------------------------------------------------- */

#content {
	width: 530px;
	float: left;
	background-color: #fff;
}

#intro {
	padding: 10px;
	margin: 0 15px 2em 25px;
	background: #E2F8FC url(images/sticky_star.gif) bottom right no-repeat;
	border: 1px solid #C5F1FA;
}

	#intro h2, #intro p {
		margin: 0 0 .3em 0 !important;
		padding: 0;
	}

	#intro ul {
		margin: .5em !important;
		padding: 0;
	}



#content h1 {
	font-size: 30px;
	color: #666; 
	margin: .5em 25px .4em 25px;
	line-height: 120%;
}

#content h2 {
	clear: both;
	font-size: 26px;
	color: #666; 
	margin: .5em 25px 0 25px;
	padding: 0;
	font-weight: normal;
	line-height: 120%;
}

#content h3 {
	font-size: 18px;
	color: #666; 
	margin: 1.5em 25px .4em 25px;
	font-weight: normal;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #484848; 
	margin: 2em 25px .6em 25px;
}

#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 25px;
	font-weight: normal;
	text-align: center;
}

#content p.meta {
	font-size: 11px;
	color: #999;
}

	#content p.meta a {
		color: #999;
		text-decoration: underline;
	}
	
	#content p.meta a:hover {
		color: #FF6A00;
	}


#content p.metaComment {
	background: url(images/commentbubble.gif) 0 2px no-repeat;
	padding-left: 22px;
	
	font-size: 11px;
	color: #999;
}

#content p {
	margin: 0 25px 1em 25px;
	line-height: 150%;
}

p.lighter {
	color: #999;
	font-size: 11px;
}

#content ul {
	list-style-type: none;
	margin: 1em 25px;
	padding-left: 10px;
}

#content ul li {
	background: url(images/bullet.gif) 0 4px no-repeat;
	padding:  0 0 .4em 18px;
}

#content ul li ul {
	margin: 1em 0;
	padding-left: 0;
}


#content ul li ul li {
	padding:  0 0 .4em 18px;
}

#content ol {
	list-style-type: none;
	margin: 1em 25px;
}

#content ol li {
	padding:  0 0 .4em 0;
}

#content ol li p {
	margin: 0 0 6px 0;
}

#content p a.download {
	background: url(images/download.gif) 0 8px no-repeat;
	padding: 16px 0 20px 40px;
}

#content hr {
	margin: 0 25px;
	height: 1px;
  border: 0;
  background: #ddd;
  color: #ddd;
}

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

span.more {
	background: url(images/bullet_more.gif) 0 2px no-repeat;
	padding-left: 15px;
}


/* Sidebar
---------------------------------------------------------------------------------- */

#sidebar {
	width: 250px;
	float: right;
	background-color: #fff;
}

#sidebar p {
	margin: 0 1em 0 0;
	color: #999;
}

#sidebar ul {
	margin: 0 1em 2em 0;
	list-style-type: none;
}

#sidebar ul li.current_page_item {
	font-weight: bold;
}

#sidebar ul li {
	background: url(images/bullet.gif) 0 3px no-repeat;
	padding: 0 0 .2em 15px;
}

#sidebar ul li.bubble {
	background: url(images/comment_bullet.gif) 0 4px no-repeat;
	padding: 0 0 .2em 15px;
}

#sidebar h3 {
	font-size: 16px;
	color: #666;
	margin: 1em 25px .5em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}


/* Extra
---------------------------------------------------------------------------------- */

#extras {
	clear: both;
	padding: 0 25px 0 25px;
	background: #C2EFFA url(images/extras_bg.jpg) 0 0 repeat-x;
	color: #ddd;
}

#extras DIV.eCol {
	margin-top: 30px;
	margin-right: 25px;
	width: 238px;
	float: left;
}

#extras DIV.eColRight {
	margin-top: 30px;
	width: 238px;
	float: left;
}

#extras p {
	margin: 0 1em 1em 0;
	color: #333;
}

#extras a {
	color: #FF6A00;
}

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

#extras h3 {
	font-size: 16px;
	color: #666;
	margin: 0 0 .5em 0;
}

#extras ul {
	list-style-type: none;
	margin-bottom: 2em;
}

#extras li {
	border-top: 1px solid #999;
	padding: .2em 0;
	color: #333;
}

#extraClearer {
	clear: left;
}

/* Footer
---------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background-color: #333;
}

#footer a {
	color: #ddd;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	padding: 6px 25px;
	color: #bbb;
}

a#rss {
	background: url(images/rss.gif) 0 50% no-repeat;
	padding-left: 20px;
}

/* Formulare
---------------------------------------------------------------------------------- */

fieldset {
	border: none;
	margin-bottom: 1em;
}

legend {
	display: none;e
}

input.theSearch {
	width: 180px;
	padding: 3px;
	border: 1px solid #ddd;
}

input.button {
	padding: 3px;
}

textarea {
	width: 95%;
}

#contactForm {
	border: 1px solid #ddd;
	margin: 15px 25px;
}

#contactForm dl {
	margin: 15px;
}

#contactForm p {
	margin: 15px;
}

#contactForm dd {
	margin-bottom: 10px;
}

#contactForm input.text, #contactForm textarea {
	width: 90%;
	padding: 5px;
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#contactForm input.contactError, #contactForm textarea.contactError {
	width: 90%;
	padding: 5px;
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #EDFF8E;
}

input.txtForm, textarea.txtForm {
	width: 450px;
	padding: 3px;
	border: 1px solid #ddd;
}



/* Kalender
---------------------------------------------------------------------------------- */

table#wp-calendar {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	color: #999;

}

table#wp-calendar caption {
	text-align: left;
	padding-bottom: 5px;
	font-size: 11px;
}

table#wp-calendar td, table#wp-calendar th {
	padding: 1px 4px;
	text-align: right;
}

table#wp-calendar th {
	border-bottom: 1px solid #ddd;
}

/* Media
---------------------------------------------------------------------------------- */

img {
	border: none;
}

img.thumbLeft {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 8px;
}

img.thumbRight {
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
	margin-left: 15px;
	margin-bottom: 8px;
}

.embedVideo {
	margin: 0 25px 10px 25px;
	border: 1px solid #ddd;
	padding: 25px;
	text-align: center;
	background-color: #f4f4f4;
}

/* Diverses
---------------------------------------------------------------------------------- */

#browse {
	clear: both;
	height: 1.7em;
	padding: 10px 25px 0 25px;
}

.browseLeft {
	float: left;
}

.browseRight {
	float: right;
}



.oddComment {
	margin: 15px 0;
}

address {
  font-style: normal;
}

small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}

.highlight {
	background-color: #FF6A00;
	color: #fff;
	padding: 3px 5px;
}



hr.clearfix, br.clearfix {
	visibility: hidden; 
	clear: both; 
	line-height: 0px; 
	background: #fff; 
	height: 0px; 
	font-size: 0px; 
	padding: 0; 
	margin: 0;
}




/* Clean Archive */

.postspermonth {
	margin: 5px 0 10px 50px;
	list-style: none;
	padding-left: 25px;
}
