﻿/*	
Template Name: Sade
Description: a Combosa Business Template
Version: 1
Lizenz 20154
Author: Jürgen Rübig Firma Combosa (D)

*/


/*======================================================================================================
1.) Template Formatierungen
======================================================================================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style: none outside none; margin-bottom: 30px;}
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
.linksbuendig {text-align: left;}
.rechtsbuendig {text-align: right;}
.zentriert {text-align: center;}
.blocksatz {text-align: justify;}
.clearfix{ clear:both; height:1px; background:transparent;}
img {border:none}

body {
	margin:0px; padding:0px;
	background:#f9f9f9 url("images/background.png") repeat-x;
	color:#333;
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:22px;
	font-weight:normal;
}
/*======================================================================================================
2.) Font, ul, li, Überschriften
======================================================================================================*/
p { margin: 0px 0px 15px 0px;}
a{ color:#2686AA; text-decoration:none; font-weight:bold;}
a:hover{ color:#000;}
h1{font-size:35px; color:#333; font-weight:normal; margin-bottom:10px;}
h2{font-size:28px; color:#333; font-weight:normal; margin-bottom:10px;}
h3{font-size:20px; color:#333; font-weight:normal; margin-bottom:10px;}
h4{font-size:18px; color:#333; font-weight:normal; margin-bottom:10px;}
h5{font-size:16px; color:#333; font-weight:bold; margin-bottom:10px;}
h6{font-size:15px; color:#333; font-weight:bold; margin-bottom:10px;}
/*======================================================================================================
3.) container
======================================================================================================*/

.container {
    margin: 0 auto 35px;
    position: relative;
    width: 970px;
}
#header{
	height:140px;
	background-image:url(images/header.png);
	margin-top: 0px;
}

#logo {
    margin-top: 10px;
	background-image: url("images/logo.png");
    float: left;
    height: 59px;
    position: relative;
    width: 184px;
}
/*======================================================================================================
4.) Suche
======================================================================================================*/
#search {
    float: right;
    padding: 0 67px;
}
#top_search {
    background: url("images/suche.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    margin: 15px 0 0;
    padding: 0 0 2px 10px;
    width: 280px;
}
#top_search form {
	height: 10px;
}
#sidebar_search_form {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333;
    padding-left: 10px;
    width: 192px;
    z-index: 1;
}
/* IE6 Hack */
* html #sidebar_search_form {
	width: 206px;
}
#sidebar_search_submit {
    background: url("images/suche-go.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 37px;
    left: 16px;
    position: relative;
    top: 0;
    width: 60px;
    z-index: 2;
}
#sidebar_search_submit:hover {
	background-position: 0 -40px;
}
/*======================================================================================================
5.) Menu
======================================================================================================*/
.menu {
    border: 0 none;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 0;
}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	color:#333;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	color:#333;
	text-decoration:none;
}
.menu li ul{
	background:#E6E6E6;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
}
.menu li:hover ul{
	display:block;		
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}
.menu li:hover li a{
	background:none;	
}
.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	border-bottom:1px solid #fff;
}
.menu li ul a:hover, .menu li ul li:hover a{
	background:#dfdfdf;
	border:0px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.menu p{
	clear:left;
}	

/*======================================================================================================
6.) Slider
======================================================================================================*/		

#slider {
    height: 350px;
    margin-top: 25px;
    position: relative;
}
#frame {
    height: 333px;
    left: -41px;
    position: absolute;
    top: -3px;
    width: 1002px;
    z-index: 0;
}

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

.slides_container {
	width:910px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
	width:970px;
	height:270px;
	display:block;
}
.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
	
	
/*======================================================================================================
7.) content_top
======================================================================================================*/
#content_top{
	height:100px;
	background:url("images/content-top.png") no-repeat;
	height:115px;
}	
/*======================================================================================================
8.) Content
======================================================================================================*/

#content_wrapper {
    margin:0px;
    padding:0px;
}
#content_left {
    display: block;
    float: left;
    height: auto;
    margin: -75px 0 0 0;
    width: 650px !important;
}
#content_right {
    display: block;
    float: right;
    height: auto;
    margin-top: -75px;
    width: 260px !important;
}
/*======================================================================================================
9.) Bilder mit Rahmen müssen eine class bekommen
======================================================================================================*/
.img{
	-moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(center top , #50a2d1, #1c64a6) repeat scroll 0 0 transparent;
    border-color: #2f74b7;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: inline-block;
    outline: medium none;
    padding: 6px;
}
.content-img{
	-moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(center top , #fff, #f0f0f0) repeat scroll 0 0 transparent;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: inline-block;
    outline: medium none;
    padding: 6px;
}
.line{ 
	width:100%; 
	height:2px; 
	margin-bottom:10px; 
	background:url("images/hr.png") repeat-x;
}
.sidelist li{
    color: #000000;
    font-size: 13px;
    list-style: square inside none;
	font-weight:bold;
    margin: 0;
    padding: 0 0;
}


/*======================================================================================================
10.) Table
======================================================================================================*/

table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid #8ab0c1;
	margin-bottom:18px;
	font-size: 13px;
}

th{
	border-top: 1px solid #0c4d8f;
    color: #333;
    font-size: 13px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
td{
	padding:10px;
	color:#555;
	border:0px;
	font-size: 13px;
}
/*======================================================================================================
11.) Form
======================================================================================================*/
.form input, .form textarea, .form select {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	color: #333;
	font-weight: bold;
}
.form textarea, .form select {
	width: 98%;
}
.form select {
	width: 532px;
}
.form input:focus, .form textarea:focus, .form select:focus  {
	border: 1px solid #c4dcfc;
	color: #294403;
	background-color: #e7f1fe;

}
.form input:hover, .form textarea:hover, .form select:hover  {
	border: 1px solid #c2c4c6;
	color: #333;
	background-color: #e9edf1;
}
.form input[type=text] {
	height: 27px;
    padding: 0 0 0 4px;
    width: 280px;
}
.form input[type=submit], .form input[type=reset] {
	height: 28px;
	padding-bottom: 2px;
	background: #0c4d8f;
	border: 1px solid #0a4178;
	color: #fff;
	float: left;
}
.form input[type=submit]:hover, .form input[type=reset]:hover {
	border: 1px solid #5db4e8;
	color: #000;
	background:#78ccfe;
}
.form input[type=radio], .form input[type=checkbox] {
	border: 0px;
	background-image: none;
}

.form td.field_title {
	width: 150px;
}


/*======================================================================================================
12.) Footer
======================================================================================================*/

#footer { 
	background:#e7e7e7;
	padding: 30px;
	border-top:1px solid #ccc;
}
#footer_content { 
	height: 134px;
    margin: 0 auto;
    padding: 0px;
    width: 916px;
}
.footer_font {
    font-size: 12px;
    margin-left: -25px;
    text-align: left;
    width: 408px;
}
.go-to-top { clear:both; display:block; height:1px; border-bottom:1px solid #ccc; padding-top:20px; margin:0 10px 35px 0; }
.go-to-top { position:relative; font-size:13px;}
.go-to-top a { color:#555; position:absolute !important; right:0; top:10px !important; background:#eee; }
.go-to-top a:hover { color:#333; text-decoration:none; }
.top {
    background: url("images/arrow-top.png") no-repeat scroll right center transparent;
    color: #333333;
    cursor: pointer;
    float: right;
    height: 64px;
    left: 41px;
    position: relative;
    top: -94px;
    width: 49px;
}
.top:hover {
	background:url("images/arrow-top-hover.png") right center no-repeat; 
}

/*======================================================================================================
13.) Button
======================================================================================================*/
button.download {
  background: #377ad0;
  background: -moz-linear-gradient(top, #52a8e8 0%, #377ad0 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: 3px 0 5px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #3275bc;
  width: 112px;
  -webkit-background-clip: padding-box;
}
button.download:hover {
  background: #206bcb;
  background: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}
button.download:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}