﻿
/********************************************
   HTML ELEMENTE
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 0.7em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(images/headerbg-orange.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #666666; 
	text-decoration:none; 
}

a:hover {
	background: inherit;
	color: #000000;
}
#main p{
	font-size: 1.1em; 

}
#p a {
	color: #0000FF; 

}
#main a {
	color: #f87100; 

}	
#main a:hover {

	text-decoration: underline; 

}	

/* headers */
h1, h2, h3 { font-size: 1em; font-family: Georgia, Times, serif; font-weight: normal; font-style: normal;fon;line-height: normal; t-variant: normal; }
h1 { font-size: 1.5em; letter-spacing: 1px; text-transform: none;color: #666; }
h2 { font-size: 1.1em; letter-spacing: 1px; text-transform: uppercase; color: #999;}
h3 { font-size: 1.1em; letter-spacing: 1px; color: #999;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

#main h1 {

	font-size: 1.5em; 
	letter-spacing: 1px;

}	
#sidebar h1 {
	padding: 10px 0px 5px 0px;
	margin: 0;
	
}
/* Farben für Fließtext*/
p {
	margin: 10px 15px;
	color: #555;
	text-align: justify;
	line-height: 1.8em;
}

/* Farben für Links in Navi*/
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #333333;
	line-height: 1.7em;
	text-align: justify;	
}
ul span, ol span {
	color: #333333;	
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #FFFFFF;
}
a:hover img {  
  border: 1px solid #f87100 !important; /* IE fix*/
  border: 1px solid #f87100;
}

img.img2 {  
  border: 0px;
  margin-left: -15px;
}
img.img2:hover  {  
  border: 0px !important; /* IE fix*/
  border: 0px;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #f0f0f0;
  border: 1px solid #e2e2e2;  
  border-left: 3px solid #f87100;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	text-align: left;
	font-style:italic;
	margin: 15px;
 	padding: 0 0 0 0;  	
  	background: #f5f5f5; 
	background-position: 8px 10px;
	border: 1px solid #d4d4d4; 
	border-left: 1px solid #d4d4d4; 
	font-weight: normal; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #e2e2e2; 
	background-color: #f0f0f0; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:solid 1px #eee;
	font: 1em/1.5em Arial, Sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: 1em/1.5em Arial, Sans-serif;
	border:solid 1px #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   	width: 850px;  	
	text-align: left;			
}
#content-wrap {
	clear:both;
   	margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;
	height: 84px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Georgia, Serif;
	letter-spacing: -2px;
	color: #ccc;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}

#header h1#logo a { text-decoration:none; }


#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em Arial, Sans-serif;
	text-transform: none;
	color: #fff;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	width: 54%;	
	border-left: 1px solid #ffffff;
}

.post-footer {
	background-color: #fff;
	padding: 5px; 
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 95%;
	border: 1px solid #e2e2e2;
}

#main a:hover {
	color: #ccc;
	text-decoration: none;
}

.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .email {
	background: url(images/email.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .print {
	background: url(images/print.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore a {
	background: none;
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0; padding: 0;
	margin-top: 15px; 
	display: inline;	
}
#sidebar ul {
	list-style-type: none;
	text-align: left;
	margin: 4px 0 0 0;	
	padding-right: 0;		
	text-decoration: none;
}

#sidebar li {
	list-style-type: none;
	padding: 3px 5px 3px 0px;	
	font-size: 1em; 
	line-height: 1.4em;
	border-top: 1px solid #cccccc;
}

* html body #sidebar ul li { height: 1%; }

#sidebar ul a {
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
}

#sidebar ul a:hover {
	color: #f87100;
}

#sidebar li a:hover {
	color: #f87100;
}


/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0;
	margin-top: 15px;	
}

#rightbar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#rightbar li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	padding: 3px 5px 3px 0px;
	font-size: 1em; 
	line-height: 1.4em;	
}

* html body #rightbar ul li { height: 1%; }

#rightbar ul a {
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
}

#rightbar ul a:hover {
	color: #f87100;
}

#rightbar li a:hover {
	color: #f87100;
}





/* footer */
#footer {
	clear: both;
	background: #FFF url(images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #e2e2e2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
/* Navigation oben horizontal */
#menu ul { 
	position: relative; 
	top: 0px; 
	bottom: 3px; 
	margin: 10px 0 10px 0; 
	padding: 0; 
	float: left; 
	font: 1.2em Georgia, Serif;
	letter-spacing: 0.03em;
	width: 850px;/* 775px; */
	list-style: none; 
}

#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: #f6f6f6 url(images/menudivide.gif) repeat-y left top; 
	border-top: 3px solid #dcdcdc; 	
}
#menu ul li a:hover{
	color: #666666;
	background-color: #ffd296; 
	border-top: 3px solid #f87100;
}
#menu ul li.current_page_item a{
	color: #666666;
	background-color: #ffd296; 
	border-top: 3px solid #f87100;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #f87100; }


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

img.avatar {float:left; margin-right:5px;}