/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}



/*body, th, td, input, textarea {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}*/
body, input, textarea {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px; !important
	color: #555555;
}

body {
	background: url(../images/img01.jpg) repeat-x top left;
	text-align: left;
}

form {
}


fieldset {
border: none;
}

inputbox {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

input, label
{
	margin-bottom: 5px;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #FFA300;
	text-align: left;
}

h1 {
	letter-spacing: -.025em;
	font-size: 3em;
}

h1.componentheading
{
        visibility: hidden;
/*	margin: 0 0 0 0;
	font-size: 14px;
	background: #006baf;
	padding: 4px 15px 4px 10px;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
*/
}


h2 {
	letter-spacing: -.05em;
	text-transform: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #006baf;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.8em;

}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
        font-weight: bold;
	color: #006baf;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #006baf;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #006baf;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	background: url(../images/img02.gif) no-repeat top left;
}

#menu {
	height: 47px;
	width: 100%;
	border-left: #015083 1px solid;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;	
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-right: #015083 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #ffa300;
	color: #FFFFFF;
}

#menu li#current a {
	background: #40aef3;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}


#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 100%;
	height: 261px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: none;
}

#logo h1 {
	padding: 90px 5px 0 0px;
	font-size: 48px;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFA300;
}

#logo h2 a{
	color: #FFA300;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	background: #FFFFFF;
	border-top: none;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 70%;
}

#content1 {
	float: left;
	width: 70%;
}


#content2 {
	float: left;
	width: 70%;
}


.post {
	margin-right: 25px;
}

.post .title, .contentheading {
	margin: 0;
	font-weight: normal;
}

.post h1.title, h2.contentheading {
	padding: 25px 0  5px 0px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}













.post .entry {
	padding: 0 0 30px 0px;
	line-height: 1.8em;
	font-size: 1.1em;
	
}

.post .meta {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
}

.post .meta a {
	color: #40aef3;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.post .tags {
	margin: 0;
	background: #e5f0f7;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.post .links a, .post .tags a {
	border: none;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar h3
{

	text-transform: none;
	font-size: 1.8em;
	font-weight: bold;
	color: #006baf;
	padding: 0px 0px 5px 0px;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 0.5em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #006baf;
}





#sidebar1 {
	width: 10%;
	padding: 0px 5px 5px 5px;
	background: #e5f0f7;
	margin-bottom: 20px;
}


#sidebar1 h3
{
	margin: 0;
	background: #006baf;
	padding: 3px 15px 3px 10px;
	text-transform: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 1.5em 0em 0.8em 0em;
}

#sidebar2 {
	width: 100px;
	padding: 0px 20px 0px 20px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  0 0px;
	height: 20px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 li a {
	background: url(../images/img04.gif) no-repeat left 50%;
	border: none;
	padding-left: 10px;
	text-transform: uppercase;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */

#footer {
	background: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-inner {
	width:900px;
	margin: 0 auto;
	background: #000000;
	text-align: left;
}

#footer p {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	background: #006baf;
	padding: 2px 7px;
	color: #FFFFFF;
}


#leftcol{
 width:45%; 
 float:left; 
 position:relative; 

 }
 
#twocols{
 width:50%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:50%; 
 float:right; 
 position:relative; 

 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 

 

#footer2 {
	background: #006baf;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: center;
}



#footer2 a{
	background: none;
	color: #fff;

}









p.buttonheading
{
	float: right;
}

a img
{
	border: none;
}

.leading
{
	background-color:#fff6e5;
	border: 1px solid #ffe3b2;
	margin-top: -99px;
	padding-bottom:10px;
	padding-right: 20px;
	padding-left:20px;
	padding-bottom: 25px;
}




.leading .tags
{
	background: none;
}

a.readon
{
	color: #666;
}

div.bannerheader
{
	margin-bottom: 10px;
	font-weight: bold;
}

div.banneritem_text
{
	margin-bottom: 10px;
}


.clear
{
	clear: both;
	height:0px;
	line-height: 0px;
	font-size: 0px;
}



fieldset.login label
{
 width: 60px;
 display: block;
 float: left;
}

fieldset.login input
{
 width: 140px;
 display: block;
 float: right;
}


ul.latestnews, ul.mostread
{
	list-style: none;
	margin:5px 0 0 0;
	padding:0;
}

ul.latestnews li, ul.mostread li
{
	margin:0px 0px 6px 0px;
}


ul.pagination {
list-style-type:none;
margin:10px 0px;
padding:4px 0px;
text-align:center;
background-color: #e5f0f7;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* CSS-SPRITES */

.frei, .achtung, .halt {
background-image: url(http://picup4.de/images/stories/infos/qualipointer.gif);
height: 20px;
width: 20px;
}

.frei {
background-position: left top;
}

.achtung {
background-position: -20px top;
}

.halt {
background-position: -40px top;
}

/* SONDERANGEBOTE MENUEPUNKT */
li.item86 {
color: #c00 !important;
}