/* CSS */

/*
   http://www.fichtelgold.eu
   css styleguide
   
   Copyright 2009 // Markus Spiske
   http://www.temporausch.com

*/

/*----------------------global----------------------*/
html, body {
	font:12px/170% Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	color:#191919;
	line-height: 175%;
    margin: 0;
	padding: 0;
	background: url(../img/bg_global.gif) repeat-x;
    background-attachment: fixed;
}

img {border:none;}

a {outline: none;}

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

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

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

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

a.gotop:link, a.gotop:visited, a.gotop:active {
    font-size:10px;
	color:#6f6f6f;
	text-decoration:underline;
}

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

/*----------------------classes----------------------*/
h1{
    font-size:18px;
	font-weight:normal;
	margin:0;
	padding-bottom:10px;
	color:#f6c149;
	font-family:Georgia, Times, verdana, arial, sans-serif;
	letter-spacing:1px;
	line-height: 140%;
}

h2{
    font-size:24px;
	font-weight:normal;
	margin:0;
	padding-bottom:20px;
	color:#fff;
	font-family:Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	letter-spacing:1px;
}

.text_ {
	font-family:Georgia, Times, verdana, arial, sans-serif;
	letter-spacing:1px;
	color:#f6c149;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.yellow_text {
	font-family: Georgia, Times, verdana, arial, sans-serif;
	letter-spacing:1px;
	color:#f6c149;
	font-size: 13px;
}

.clear {
    padding-top:50px;
    clear: both;
}

/*----------------------wrapper----------------------*/
#wrapper {
    margin:0 auto;
 	width:750px;
} 

/*----------------------header----------------------*/
#header {
 	width:750px;
 	height:200px;
 	float:left;
 	margin-top:0px;
 	text-align:center;
}

/*----------------------content----------------------*/
#content {
	background: url(../img/bg_content.gif) repeat-y;
    width:650px;
 	margin-top:0px;
 	float:left;
 	color:#fff;
 	padding: 50px 50px 50px 50px;
 	text-align: left;
}

#one_column {
    width: 450px;
 	margin-top:0px;
 	float:left;
}

#two_column {
    width: 175px;
 	margin-left:20px;
 	float:left;
}

#toogle_01 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_02 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_03 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_04 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_05 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_06 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

#toogle_07 {
    width: 410px;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #272727;
}

/*------------------footer------------------*/
#footer {
	background: url(../img/bg_content.gif) repeat-y;
	height: 100px;
	float: left;
	width: 750px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
 	border-top:1px solid #272727;
 	margin-bottom:0px;
} 

#footer_left {
    padding:20px 0px 0px 50px;
	color: #6f6f6f;
	float: left; 
	width: 400px;
	font-size: 11px;
	text-align: left;
}

#footer_right {
    padding:20px 50px 0px 0px;
	color: #6f6f6f;
	float: right;
	width: 250px;
	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;
}

#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: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	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;
}
















