/*CSS - Styleguide*/

/*
	http://www.platinumspa.de.de/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.waaf.net
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #383838;
}

#input li {
	margin-left: 15px;
	padding-left: 0px;
}


body {
    background: url(../img/bg_global.gif) repeat-x;
    background-attachment: fixed;
    font: 12px/155% Tahoma, Helvetica, Arial, Verdana, sans-serif;
    color:#333;
    line-height:180%;
    margin:0;
    padding:0;
    text-align:center;
	background-color: #151515;
}
	
h1 { margin-bottom: .3em; border-bottom: solid 1px #d9d9d9; font-family: Georgia, Times; font-weight: normal; font-size: 170%; text-indent: 0px; letter-spacing: 1px; }

h2{
	font-size:11px;
	font-weight:bold;
	line-height: 120%;
	padding-bottom:10px;
}	

h3{
	font-size:140%;
	font-weight:normal;
}	

img {border:none;}

a {outline: none;}

a.text:link, a.text:visited, a.text:active {
    color: #4698ca;
	text-decoration: underline;
}

a.text:hover {
  	color: #4698ca;
  	text-decoration: none;
}

a.text_small:link, a.text_small:visited, a.text_small:active {
    color: #4698ca;
    font-size: 11px;
	text-decoration: underline;
}

a.text_small:hover {
  	color: #4698ca;
    font-size: 11px;
  	text-decoration: none;
}

a.flag:link, a.flag:visited, a.flag:active {
	color: #ccc;
	text-decoration: underline;
}

a.flag:hover {
  	color: #fff;
  	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: underline;
}

a.footer:hover {
  	color: #fff;
  	text-decoration: none;
}

a.navi:link, a.navi:visited, a.navi:active {
	text-decoration: none;
	color: #151515;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.navi:hover {
  	text-decoration: underline;
}

a.gotop:link, a.gotop:visited, a.gotop:active {
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 1px;
}

a.gotop:hover {
  	text-decoration: none;
}

.text_green{
    color: #56b40e;
}

.text_small{
    font-size: 11px;
    line-height: 130%;
}

.text_bold{
    color: #56b40e;
    font-weight: bold;
}

.text_start{
    margin-bottom: 20px;
}

.text_second{
    margin-top: 0px;
    margin-bottom: 40px;
}

.text_follow{
    margin-bottom: 40px;
}

.sidebar_input{
    margin-bottom: 20px;
}

.gotop{
    margin-top: 40px;
}

.clear {
	clear: both;
}

ul.listenansicht {
    list-style-type:square;
    padding-left: 45px;
    margin: 0px;
}

li.listenansicht {
    padding: 0px;
    margin: 0px;
}

/*------------------tabellen------------------*/
table {
	width: 550px;
	margin-top: 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 11px;
}

th, td {
	padding: 0.1em 0em 0.1em 0.75em;
}

th {
	color: #d9261c;
	background-color: #f5f5f5;
	border: 1px solid #fff;
}

td {
	color: #666;
	border: 0px solid #fff;
}

tr:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
               
table tr th.sub {
	background-color: #d5d5d5;
}

/*------------------accordian------------------*/
#basic-accordian {
	width:550px;
	line-height: 200%;
	margin-top: 20px;
}

.accordion_headings {
	color: #4698ca;
	font-weight:bold;
	cursor:pointer;
	background-color: #eee;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-top: 1px;
}

.accordion_child {
    padding-left: 0px;
    margin-bottom: 20px;
}

.header_highlight {
}

/*------------------formular------------------*/
#order {              
	margin-top:10px;
	margin-left:25px;
	font-size:10px;
}

form div label {
	float: left;
	width: 150px;
	font-size: 12px;
	color: #4698ca;
	font-weight: bold;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.75em;
}

input:hover {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

input:focus, input:active {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

textarea:hover {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

textarea:focus, textarea:active {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #4698ca;
	width: 250px;
	margin-bottom: 10px;
	padding: 5px 0px 3px 5px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	color: #4698ca;
	width: 255px;
	margin-top: 5px;
	padding: 5px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

textarea {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #3f97c3;
	width: 255px;
	margin-top: 0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

select {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:225px;
	margin-top:0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px 0px 2px 5px;
}

/*------------------input------------------*/
#container{	
	margin:0 auto;
	text-align:left;
	width:950px;
	background:#fff;
}	

#header{
    width: 950px;
	height:300px;
    background: url(../img/header.jpg) no-repeat;
    background-position: right;
	color:#fff;
}

#logo{
    width: 260px;
	height:80px;
	margin-top: 180px;
    float: left;
    clear: both;
}

#speech{
    margin: 5px 10px 0px 10px;
    text-align: left;
    width: 100px;
	height:20px;
    float: left;
    font-size: 10px;
    color: #ccc;
}

#navigation{
    float: left;
	width: 200px;
	margin-top: 110px;
	margin-left: 50px;
	line-height: 180%;
}

#content{
    width:950px;
}

#subnavi{
    background: url(../img/bg_navi.gif) no-repeat;
    float: left;
	width: 950px;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 180%;
}

#text{
    float:left;
	padding:40px 20px 50px 50px;
	background:#fff;
	width: 880px;
    background: url(../img/line.gif) repeat-y;
}

#input{
    float:left;
	width: 550px;
}

#sidebar{
    float:right;
	width: 185px;
	margin-left: 15px;
}

/*------------------footer------------------*/
#footer {
    background: url(../img/bg_footer.gif) repeat-x;
	float: left;
	width: 910px;
	font-size: 11px;
	color: #fff;
	padding: 15px 20px 20px 20px;
	line-height: 140%;
} 

.footer_left {
	color: #fff;
	float: left; 
	width: 185px;
	height: 60px; 
	font-size: 11px;
	text-align: left;  
}

.footer_middle {
	color: #fff;
	float: left; 
	width: 420px;
	height: 60px; 
	font-size: 11px;
	text-align: left;
	margin-left: 70px;
}

.footer_right {
	color: #fff;
	float: right;
	width: 155px;
	height: 60px; 
	font-size: 11px;
	text-align: right;
}

/*------------------SLIMBOX------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #161616;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
	z-index: +5000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Lucida Grande, Lucida Sans, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #b29f87;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




















