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

*/


* {
    margin: 0;
    padding: 0;
}

/*======================================================================================================
1.) clearfix
======================================================================================================*/
.clearfix{ clear:both; height:1px; background:transparent;}

/*======================================================================================================
2.) pre, blockquote, ul, ol, address, code, blockquote
======================================================================================================*/
pre, blockquote, ul, ol, address, code, blockquote, .sidelist {
    margin: 0 0 30px 20px;
	font-weight: normal;
}

/*======================================================================================================
3.) Listen
======================================================================================================*/

ul {
    list-style: circle outside none;
}
li {
    margin-bottom: 5px;
}

li, dd, blockquote {
    margin-left: 5px;
}
.sidelist li{
    color: #333;
    font-size: 13px;
    list-style: square;
}


.col-130 { 
    display: inline-block;
    margin-right: 17px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 20px;
    padding-top: 0 !important;
    vertical-align: top;
    width: 130px !important;
}
.col-130-last { 
	display:inline-block;
	width:130px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-300 { 
    display: inline-block;
    margin-right: 17px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 20px;
    padding-top: 0 !important;
    vertical-align: top;
    width: 300px !important;
}
.col-300-last { 
	display:inline-block;
	width:300px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/*======================================================================================================
4.) Unsortierte Listen mit icon links
======================================================================================================*/
.pfeil1 {list-style-image: url("images/icons/pfeil1.png");}
.ok {list-style-image: url("images/icons/ok.png");}
.no {list-style-image: url("images/icons/no.png");}
.plus {list-style-image: url("images/icons/plus.png");}

/*======================================================================================================
5.) notifications mit fade out
======================================================================================================*/
.notification {
	line-height: 30px;
	cursor: pointer;
	clear: both;
	height: 30px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 10px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
    color: #333333;
    font-size: 13px;
    margin: 0;
    padding-left: 8px;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(images/icons/warning.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #FFC237;
	background-color: #FFEBA9;
	color: #826200;
}
.icon { background: url(images/icons/no.png) no-repeat right 0; text-shadow: 0 1px 1px #0c5b76; }
.success {
	background-image: url(images/icons/success.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #99C600;
	background-color: #C4F1A3;
	color: #3C5A01;
}
.failure {
	background-image: url(images/icons/failure.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #EB5339;
	background-color: #FFCCCC;
	color: #AC260F;
}
.information {
	background-image: url(images/icons/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #418ACC;
	background-color: #B7E5FF;
	color: #235685;
}
.lock {
	background-image: url(images/icons/lock.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-color: #dfdfdf;
	color: #835F21;
}

/*======================================================================================================
6.) blockquote
======================================================================================================*/
blockquote {
    background: url("images/icons/blockquote.gif") no-repeat scroll left top transparent;
    font-size: 14px;
    padding: 11px 0 10px;
}
blockquote .quote {
    color: #333333;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 19px;
    text-indent: 40px;
}
blockquote, q {
    quotes: "" "";
}
.author {font-size: 12px; font-weight:bold; padding-top:8px; text-align:right;}
/*======================================================================================================
7.) pre für html und css code
======================================================================================================*/
pre {
    background-image: url("images/icons/code.png");
    border: 1px solid #C7C7C7;
    color: #333333;
    display: block;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    line-height: 19px;
    margin: 0;
    outline: 0 none;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 30px;
    vertical-align: baseline;
}

/*======================================================================================================
8.) address
======================================================================================================*/
address {
	background:url("images/icons/address.png") no-repeat scroll 10px 5px #fff;
	border:1px dashed #CCCCCC;
	margin:4px 1px 0px 0px;
	padding:33px 38px 40px;
	text-indent:34px;
	font-size:16.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
address p {
	margin:0;
	padding:0;
}



/*======================================================================================================
9.) Go to top
======================================================================================================*/
.go-to-top {
    background: url("images/hr.png") repeat-x scroll 0 0 transparent;
    clear: both;
    display: block;
    height: 15px;
    margin: 47px 4px 14px 0;
    padding-top: 19px;
}
.go-to-top {
    font-size: 13px;
    position: relative;
}
.go-to-top a {
    background: #fff;
    color: #333;
    position: absolute !important;
    right: 0;
    top: -11px !important;
    padding: 3px;
}
.go-to-top a:hover {
    color: #000;
    text-decoration: none;
}


/*======================================================================================================
10.) Bilder
======================================================================================================*/
.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;
}

/*======================================================================================================
11.) Toggle
======================================================================================================*/
.toggle {
    background: url("images/icons/toggle-down.png") no-repeat scroll 600px center #E5E5E5;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    padding: 8px;
    position: relative;
	-moz-border-radius: 6px 6px 6px 6px;
}
.toggle a { color:#333;
}
.toggle_open {
    background:#FFFFFF;
    border: 1px solid #ccc;
    color: #575757;
    display: none;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 12px 10px 13px;
	-moz-border-radius: 6px 6px 6px 6px;
}

/*======================================================================================================
12.) Taps
======================================================================================================*/
.tabs {
	position: relative;
	height: 370px;
	width:663px;
	list-style-type: none;
	margin: 24px 0 40px;
	padding: 0;
	overflow: hidden;
}
.tabs p{
	margin: 10px 0px;
	padding: 0;
}
.tabs-1 {
	padding: 0 0 0 254px;
}
.tabs-3 {
    height: 424px;
    padding: 0 0 0 430px;
    width: 225px;
}
.tabs li {float: left;}
.tabs-3 li {float: none;}
.tabs li .tab-select {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 10px;
	background: #ccc;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
.tabs-1 li .tab-select {
	height: 20px;
	line-height: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
}
.tabs-2 li .tab-select {
	height: 30px;
	line-height: 30px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 12px;
}
.tabs-3 h3 {color:#000;}
.tabs-3 li .tab-select {
	float: none;
	height: 79px;
	padding: 10px;
	border: 1px solid #ccc;
}
.tabs-3 li:first-child .tab-select {
	height: 73px;
	border-top: 1px solid #999;
}
.tabs-3 li .tab-select h3 {
	margin: 0;
	padding: 0 0 6px;
	font-size: 16px;
}
.tabs-3 li .tab-select p {
	margin: 0;
	padding: 0;
}
.tabs li .tab-content {
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	z-index: 2;
}
.tabs-3 li .tab-content {top: 0;}
.tabs li .tab-select:hover {
	background: #ccc;
	color: #666;
}
.tabs li.current .tab-select {
	background: #666;
	color: #fff;
}
.tabs li.current .tab-content {
	opacity: 1;
	z-index: 4;
}
.tabs img{
	-moz-border-radius: 0px 0px 0px 0px;
    -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: 5px;

}