/*
Design by DIPUMA
http://www.dipuma.es
HERBIG event & design http://www.herbig-event-design.de
*/

* { 
}

body {
	margin: 0px;
	padding: 0px;
	background: #B7D2B3 url(images/holles_back.png) repeat-x;
}

body, th, td, input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

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

a:hover {
	border: none;
	color: #F60;
}

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

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #060;
}


/* Header */

#header {
	width: 955px;
	height: 285px;
	margin: 0 auto;
	padding-top: 3px;
}

#menu {
	float: left;
	width: 955px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	height: 25px;
	color: #333;
	width: 85px;
	padding-right: 5px;
	padding-left: 5px;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #060;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #060;
}

/* Logo */

#logo {
	width: 955px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top;
	height: 250px;
}


#logo h1 {
	padding-top: 1px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-size: 11px;
	padding-left: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a { color: #FFF; 
}

/* Page */

#page {
	width: 955px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 0px 0 0 15px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F60;
	font-weight: bold;
}

.post .meta a { color: #F60; 
}

.post .links {
	margin: 0;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

	
}

.sidebar li {
	margin-bottom: 2em;

}

.sidebar li ul { padding-top: 10px; 
}

.sidebar li li {
	margin: 0;
}


#sidebar1 {
	width: 240px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	width: 260px;
	padding: 0px 10px 0px 5px;
	text-align: right;
	border-left: 1px solid #FFCEAE;
}

#sidebar2 li h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 20px;
	padding-top: 5px;
	padding-left: 30px;
	color: #ffffff;
	padding-right: 8px;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 7px;
	font-size: 11px;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
	color: #F60;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #060;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	line-height: 14px;
	font-size: 12px;
	color: #666;
}

.imgleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	border: 1px solid #030;
	padding: 2px;
}

#content2 {
	float: left;
	width: 850px;
	padding: 0px 0px 0px 20px;
}

.inputtxt {
	font: 11px Geneva, sans-serif;
	color: #060;
	background: #F2FFF2;
	height: 22px;
	width: 220px;
	border: 1px dotted #FF7319;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sendbutton {
	font: 12px Verdana, Geneva, sans-serif;
	color: #FF7E31;
	background: #F2FFF2;
}
.bild {
	padding: 2px;
	float: left;
	height: 180px;
	width: 250px;
	border: 1px solid #060;
}

.flashtext {
	padding: 5px;
	float: right;
	height: 200px;
	width: 350px;
	margin-top: 0px;
}

.unten {
	font-size: 10px;
	color: #060;
}

.inputtxtarea {
	font: 11px Geneva, sans-serif;
	color: #060;
	background: #F2FFF2;
	height: 160px;
	width: 220px;
	border: 1px dotted #FF7319;
	margin-top: 5px;
	margin-bottom: 5px;
}

.adresse {
	font-size: 7px;
	line-height: 14px;
	font-weight: normal;
	color: #999;
	text-align: left;
}


#newsticker-demo {
	width:250px;
	background:#fff;
	padding:5px 5px 0;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin:20px auto;
}


#newsticker-demo a { text-decoration:none; }

#newsticker-demo img { border: 2px solid #FFFFFF; }


#newsticker-demo .title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background: url(images/title.gif) repeat;
	color: #FFF;
	margin-bottom: 15px;
}


.newsticker-jcarousellite {
	width:240px;
}

.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }

.newsticker-jcarousellite .thumbnail { float:left; width:110px; }

.newsticker-jcarousellite .info {
	float:left;
	width:240px;
	margin-bottom: 5px;
	overflow: visible;
}

.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size:10px;
	color:#333;
	margin-bottom: 10px;
	height: 45px;
}


.clear { clear: both; }

.newstickerorange {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-align: right;
	color: #F60;
}

.orange {
	font-weight: bold;
	color: #F60;
}
