
/*
   http://www.lisastahl.de/
   
   css styles
   
   Copyright 2008, Markus Spiske
   http://www.temporausch.com
*/

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

body {
	font:12px/160% Helvetica, Arial, Lucida Sans, Lucida Grande, Tahoma, Verdana, sans-serif;
	background-color:#fff;
	text-align:center;
}

h1 {
	font-size:16px;
	color:#8e6f36;
	font-weight:bold;
}

h2 {
	font-family: Georgia, Geneva;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin-left:10px;
}

h3 {
	font-size:11px;
	color:#99b1e9;
	font-weight:normal;
}

a.grey_link:link, a.grey_link:visited, a.grey_link:active {
	color:#8a8a8a;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	line-height:130%;
}

a.grey_link:hover {
  	color:#666;
  	font-size:10px;
  	font-weight:normal;
	text-decoration:none;
	line-height:130%;
}

a.grey:link, a.grey:visited, a.grey:active {
	color:#8a8a8a;
	font-weight:normal;
	text-decoration:underline;
	line-height:130%;
}

a.grey:hover {
  	color:#ff7f00;
  	font-weight:normal;
	text-decoration:none;
	line-height:130%;
}

a.orange_12:link, a.orange_12:visited, a.orange_12:active {
	color:#ff7f00;
	font-weight:normal;
	text-decoration:underline;
	line-height:130%;
}

a.orange_12:hover {
  	color:#ff7f00;
  	font-weight:normal;
	text-decoration:none;
}

.news {
	margin-left:50px;
	margin-top:3px;
}

#news_alt {
	margin-left:0px;
	margin-top:30px;
}

.news_plus {
	margin-left:50px;
	margin-top:3px;
}

.news_headline {
	font-family: Georgia, Geneva;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.inside {
	padding-left:10px;
	padding-top:5px;
}

.inside_medien {
	padding-left:50px;
	padding-top:0px;
}

.inside_small {
	padding-left:10px;
	padding-top:5px;
	font-size:10px; 
	line-height:130%;
}

.datatable {
	width:450px;
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #fff;
}

.datatable td {
	border:1px solid #fff;
	padding:4px;
}

.datatable th {
	background-color:#e1e1e1;
	border:1px solid #fff;
	text-align:left;
	padding-left:4px;
}

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

/*----------logo----------*/
#logo {
	width:50px;
	height:600px;
	margin-top:100px;
	float:left;
}

/*----------menu----------*/
#navi_frame {
	background: url(../img/navi_bg.gif) no-repeat;
	width:220px;
	height:350px;
	margin-top:100px;
	float:right;
}

#navi{
	padding-top:20px;
	padding-left:20px;
}

/*----------menu----------*/
#ls {
	width:220px;
	height:350px;
	margin-right:20px;
	float:right;
}	

/*----------content----------*/
#content {	width:450px;
	margin-top:100px;
	margin-left:50px;
	float:left;
	text-align:left;}

#gotop {	margin-top:40px;
	float:left;}

/*------------------footer------------------*/

#footer	{	background-color:#f2f2f2;	border-top:1px solid #e1e1e1;	width:100%;	margin-top:20px;	font-size:11px;	height:300px;	color:#1a1a1a;	position:relative;  	bottom:0;}

#footer_content {
	margin:0 auto;
	height:230px;
	width:850px;
	padding-top:40px;
	text-align:left; 	 		
}

#footer_01 {
	float:left;
	margin-left:100px;
	width:160px;
	text-align:left;
	line-height:140%;	 		
}

#footer_02 {
	float:left;
	width:160px;
	margin-left:20px;
	text-align:left;
	line-height:140%;	 			 		
}

#footer_03 {
	float:left;
	width:160px;
	text-align:left;
	line-height:140%;	 			 		
}

#footer_04 {
	float: right;
	width: 220px;
	text-align: left;
	line-height:140%;	 			 		
}


/*----------SLIMBOX----------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	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: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	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;
}









