html {
	overflow-x:auto;
	overflow-y:scroll;
}
body, div, ul, img, form, fieldset {
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}
dl dd {
	margin:0px 0px 5px 0px;
}


/**
 * typography
 */

body {
	font:12px Verdana, sans-serif;
	background-color:#FFF;
}
h1 {
	font-size:28px;
	font-weight:normal;
	display:inline;
	vertical-align:5px;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
}
h2, h3, h4 {
	margin:15px 0 10px;
}
p, ul, dl, table, ol {
	margin:0 0 10px;
	padding:0;
}
ol {
	padding-left:20px;
}

.posts .header h2 {
	margin-bottom:0px !important;
}

a {
	color:#808080;
}
a.active {
	color:#85C441;
}
small {
	font-size:11px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.fix {
	clear:both;
	height:1px;
	margin:-1px 0 0;
	overflow:hidden;
}


/**
 * header
 */

#header-line {
	width:100%;
	height:20px;
	background:#999;
}
#header-line .content {
	border:0px;
	padding:1px 0 2px 0;
	color:#FFF;
	font-size:11px;
}
#header-line .content a {
	color:#FFF;
}
#header .logo {
	padding-right:15px;
	position:relative;
	top:2px;
}
#header .content {
	height:60px;
	padding:20px 15px 0 15px;
	overflow:hidden;
}
#header #green-line-1 {
	height:27px;
	background:#85C441;
	margin-bottom:5px;
}
#header #green-line-2 {
	height:8px;
	background:#D4E7B5;
}


/**
 * footer
 */

#footer-line {
	padding-left:0px;
	height:27px;
	background:lightgrey;
}
#footer-line .content {
	padding:5px 0 2px;
}
#footer-line a {
	color:#000;
}
#footer {
	font-size:11px;
}
#footer .content {
	padding:15px;
}
#footer-line a.post-edit-link { color:lightgrey; }
#footer-line a.post-edit-link:hover { color:#000; }


/**
 * navigation buttons
 * 
 * modified version from "Over Easy" by WooThemes
 */

#nav1 {
	height:30px;
	padding-top:15px;
	float:right;
	font-size:13px;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav1 ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
}

#nav1 li {
	float: left;
	line-height: 30px;
	margin: 0 4px 0 0;
}
#nav1 li a {
	color: #3f3f3f;
	padding: 0 13px 0 13px;
	text-decoration: none
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a,
#nav1 li.current_page_parent a {
	background:url(../images/button-bg.gif) 0px 0px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

/* Style drop down list */

#nav1 li ul {
	position: absolute;
	left: -999em;
	width: 168px;
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
}
#nav1 li ul li {
	border: 1px solid lightgrey;
	border-width:0 0 1px;
	background: #FFF;
	float: none;
}

#nav1 li.current_page_item ul li a{
	background: #FFF;
	color: inherit;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	background: lightgrey;
	color: inherit;
}
#nav1 li ul li.current_page_item li a{
	background: #FFF;
	color: inherit;
}
#nav1 li ul li ul li a:hover,
#nav1 li ul li ul li.active a, 
#nav1 li ul li ul li.current_page_item a{
	background: lightgrey;
	color: inherit;
}

#nav1 li:hover ul,
#nav1 li.sfhover ul {
	left: auto;
}

#nav1 li ul li a {
	line-height: 30px;
	font-size: 11px;
	width: 137px;
	background-image:none !important;
	color: inherit !important;
}

#nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }


/**
 * content layout
 */

.content {
	width:930px;
	margin:0px auto;
	padding:0.1px 15px 15px; /*small top padding top to avoid gap in vertical borders*/
	border-left:1px solid lightgrey;
	border-right:1px solid lightgrey;
}
.content p, .content li {
	line-height:18px;
}


/* mainbar / sidebar */

.content .col1 {
	width:615px;
	margin:0px 15px 0px 0px;
	float:left;
	_overflow:hidden;
}
.content .col2 {
	width:284px;
	padding-left:15px;
	border-left:1px solid lightgrey;
	float:right;
	_overflow:hidden;
}


/* page template
 * 
 * margins will be summed up for floated boxed (instead of choosing the biggest),
 * so we force this effect also for col-3 (with overflow:auto);
 * the margin bottom from paragraphs within the boxes will be removed with the negative margin */

.content .col-1 {
	width:300px;
	margin-right:15px;
	margin-bottom:-10px;
	float:left;
}
.content .col-2 {
	width:615px;
	margin-right:15px;
	margin-bottom:-10px;
	float:left;
}
.content .col-3 {
	clear:both;
	margin-bottom:-10px;
	overflow:auto;
}
.content .col-last {
	margin-right:0px;
}


/**
 * slider
 */

.slider {
	height:1%;
	padding:0 15px;
}
.slider .arrow {
	width:27px;
	padding:96px 0 0; /*height: stepcarousel/2 - sliderbutton/2 */
	float:left;
}
.slider .arrow img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
.stepcarousel {
	height: 220px; /*Height should enough to fit largest content's height*/
	width: 846px;
	overflow:hidden; /*overflow: scroll; leave this value alone*/
	float:left;
	position: relative; /*leave this value alone*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	width: 816px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin: 0 15px; /*margin around each panel*/
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}


/**
 * posts
 */

.posts {
	padding:0;
}
.posts li {
	margin-bottom:15px;
	position:relative;
	height:1%;
}
.posts .header {
	margin-bottom:10px;
	font-size:11px;
}
.posts .header h2 a,
.posts .header h3 a {
	color:#ff6600;
}
.posts .sharing img {
	vertical-align:bottom;
}

.content .text ul li {
	margin:0;
	padding:0 0 0 15px;
	background:url("../images/list.gif") no-repeat 0px 5px;
}
.content .text ul.checklist li {
	padding:0px 0px 0px 20px;
	background:url("../images/icons/silk/tick.png") no-repeat 0px 0px;
}
.content .text img.alignnone,
.content .text img.aligncenter,
.content .text img.alignright,
.content .text img.alignleft,
.content .text img.size-large {
	border:1px solid #ddd;
	padding:4px;
	background-color:#fff;
}
.content .text img.aligncenter {
	display: block;
	margin:0 auto;
}
.content .text img.alignright {
	margin:5px 0 5px 5px;
	float:right;
	overflow:hidden;
}
.content .text img.alignleft {
	margin:5px 5px 5px 0;
	float:left;
	overflow:hidden;
}
.content .text img.size-large {
	margin:0 0 5px 0;
	float:none;
}
.content .text img.gallery {
	width:185px;
	float:left;
	margin:0px 3px 3px 0px;
}
.content .text blockquote {
	background:url("../images/quotes.png") no-repeat -40px 5px;
	margin:0px;
	padding:0 0 0 45px;
}
.content .text strong {
	color:#767676;
}
.posts .gallery {
	border:0;
}
.posts .gallery .gallery-item {
	width:99px;
	height:76px;
	margin:0;
}
.posts .gallery .gallery-item img {
	margin:0 3px 3px 0;
	padding:2px;
	border:1px solid #CFCFCF;
	float:none;
}
.posts table {
	width:100%;
	border:0px solid #808080;
	margin:0 0 10px 0;
	padding:0px;
}
.posts th {
	font-weight:normal;
	border:0px solid #808080;
	text-align:left;
	margin:0px;
	padding:0px;
}
.posts td {
	border:0px solid #808080;
	text-align:center;
	margin:0px;
	padding:0px;
}


/**
 * forms
 */

form, fieldset {
	margin:0px;
	padding:0px;
	border:0px;
}
form input, form textarea, form select, form button {
	font-size:12px;
	border: 1px solid #808080;
	font-family:"courier new", monotype;
}
form input[type="radio"], form input[type="checkbox"]	{
	border:none;
}
form input.radio, form input.checkbox	{
	_border:none;
}
form .checkbox input {
	border-width:1px;
}
form .disabled {
	color:grey;
}
form .full {
	width:535px;
}
form .half {
	width:267.5px;
	margin-right:5px;
}
form select.half {
	width:269.5px;
	margin-right:5px;
	*width:272px;
}
form .quarter {
	width:128px;
	margin-right:5px;
}
form input.quarter	{
	*margin-right:1px;
}
form select.quarter	{
	width:130px;
	margin-right:5px;
	*width:133.5px;
}
form .eightn {
	width:56px;
}
form .sixteenth_part {
	width:30px;
}
form .promotion_format {
	width:125px;
}
form .insertion	{
	margin-left:20px;
}
form textarea {
	height:55px;
}
form select {
	*position:relative;
	*top:1px;
}
form .button {
	width:30px;
	*margin-left:3px;
}
form.login {
	position:relative;
	top:-10px;
	font-size:11px;
}
form.login .text {
	width:85px;
	float:left;
}
form.login #login_name, form.login #login_password {
	width:80px;
	font-size:11px;
}
form.login .button {
	width:30px;
	float:left;
	font-size:11px;
}
form#commentform #comment	{
	height:110px;
}
form .fileinput {
	margin-right:15px;
	*margin-right:0px;
}
form .fileinput-input {
	float:left;
}
form .fileinput-input .full {
	width:513px;
	margin-right:5px;
}
form .fileinput-input .half {
	width:242.5px;
}
form .fileinput-button {
  width: 16px;
  height:16px;
  margin-left:3px;
  position:relative;
  top:3px;
  background: url('../images/icons/silk/folder_explore.png') 0 0 no-repeat;
  display: block;
  overflow: hidden;
	cursor:pointer;
}
form .fileinput-button input.file {
    position: relative;
    width: auto;
		opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -ms-filter: 'alpha (opacity=0)'; /* fuer den IE8, single quotes sind ein Muss! */
}


/**
 * comments
 */

#main .content .comments {
	clear:both;
}
#main .content .comments .author img {
	float:left;
	margin:0 5px 5px 0;
}
#main .content .comments .commentlist p {
	clear:left;
}
#main .content .comments .commentlist .children li {
	margin-left:15px;
}


/**
 * widgets
 */

#main .content .col2 ul li.widget li {
	margin-bottom:10px;
}
#main .content .col2 ul li.widget_ecato_pages { margin-bottom:10px; }
#main .content .col2 ul li.widget_ecato_pages li { margin-bottom:0px; }
#main .content .col2 ul li.widget_categories { margin-bottom:10px; }
#main .content .col2 ul li.widget_categories li { margin-bottom:0px; }
#main .content .col2 ul li.widget form fieldset dt,
#main .content .col2 ul li.widget form fieldset dl	{
	margin:0;
}
#main .content .col2 ul li.page_item ul li.page_item { /*sidebar, menu*/
	padding:0px 0px 0px 15px;
	background:url("../images/list.gif") no-repeat 0px 5px;
}
#main .content .col2 ul li ul li ul li { /*sidebar, menu*/
	padding:0px 0px 0px 15px;
	background:url("../images/list.gif") no-repeat 0px 5px;
}
#main .content .col2 ul li.widget_ecato_bookmarks ul,
.posts .text ul.references,
.posts .text ul.media-response {
	overflow:auto;
}
#main .content .col2 ul li.widget_ecato_bookmarks ul li	{
	overflow:hidden;
}
#main .content .col2 ul li.widget_ecato_bookmarks ul.references li ul.blogroll li {
	background-image:none;
	padding:0;
	float:left;
}
#main .content .col2 ul li.widget_ecato_bookmarks ul li ul.blogroll li {
	background-image:none;
	float:none;
	padding:0;
}
#main .content .col2 ul li.widget_ecato_rss ul li a.title {
	color:#F60;
}
#main .content .col2 ul li.widget_ecato_rss ul li span {
	font-size:11px;
}

.posts .text ul.references,
.posts .text ul.media-response,
#main .content .col2 ul li.widget_ecato_bookmarks ul.references	{
	margin:0;
	overflow:auto;
	_height:1%;
}
.posts .text ul.references li {
	background:none;
	padding-left:0;
	float:left;
}
#main .content .col2 ul li.widget_ecato_bookmarks ul.references li a.logo {
	width:90px;
	height:38px;
	padding:7px 0 0 0;
	margin: 3px 6px 3px 0;
	border: 1px solid #c0c0c0;
	float:left;
	text-align:center;
}
.references li img,
.posts .text ul.media-response li img {
	padding:0;
	border:none;
	margin:0;
	float:none;
	overflow:none;
}
.posts .text ul.media-response li {
	min-height:47px;
	padding:0;
	margin:0 0 10px 0;
	overflow:hidden;
	clear:left;
	background:transparent url(../images/quotes.png) no-repeat scroll right top;
	line-height:16px;
}
.posts .text ul.media-response li a.logo,
.posts .text ul.references li a {
	width:90px;
	height:38px;
	padding:7px 0 0;
	border:1px solid #c0c0c0;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
}


/**
 * references box
 */

.references_box	{
	width:90px;
	height:38px;
	padding-top:5px;
	margin: 3px 6px 3px 0;
	border: 1px solid #c0c0c0;
	float:left;
	text-align:center;
}
.references_box img {
	overflow:none;
	float:none;
	border:0px;
	padding:0px;
	margin:0px;
}
.references_box_big {
	width:136px;
	height:67px;
	padding-top:5px;
	margin: 3px 10px 15px 0;
	border: 1px solid #c0c0c0;
	float:left;
	text-align:center;
}
.references_box_big img {
	overflow:none;
	float:none;
	border:0px;
	padding:0px;
	margin:0px;
}


/**
 * highlights
 */

.teaser {
	margin-top:15px;
	margin-bottom:0px !important;
	padding:10px 15px;
	font-size:17px;
	background-color:#999;
	color:#FFF;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button-orange {
	display:block;
	height:20px;
	width:90px;
	padding:5px 10px;
	background:url(../images/button-bg.gif) 0px 30px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

