
/*
   http://www.lowack.de/
   
   css styles
   
   Copyright 2009, 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:#333;
}

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

h1 {
	font-size:24px;
	color:#000;
	font-weight:normal;
	font-family: Georgia, Times;
	margin-bottom: 15px;
	line-height: 125%;
}

h2 {
	font-size:12px;
	color:#333;
	font-weight:bold;
}

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

h4 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#e1e1e1;
	padding:10px;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-color:#ccc;
}

a.navi_text:link, a.navi_text:visited, a.navi_text:active {
	font-family:Georgia, Times;
	font-size:13px;
	text-transform:uppercase;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
}

a.navi_text:hover {
	font-family: Georgia, Times;
	font-size:13px;
	text-transform:uppercase;
  	color:#000;
  	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
}

a.navi_text_2:link, a.navi_text_2:visited, a.navi_text_2:active {
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
}

a.navi_text_2:hover {
	font-size:12px;
  	color:#000;
  	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
}

a.navi_footer:link, a.navi_footer:visited, a.navi_footer:active {
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

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

.clear {
	clear:both;
}





/*----------classes----------*/

.gotop {              
	float:left;
	margin-top:20px;
	margin-bottom:75px;
	font-size:10px;
}

.sidebar {              
	float:left;
	margin-top:0px;
	margin-bottom:15px;
}

.navbar_second {              
	font-size:10px;
	font-family: Lucida Sans, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-bottom:10px;
}

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

/*----------header----------*/
#header {
    float: left;
	width:935px;
	height:200px;
	margin-top:10px;
	padding-left:65px;
	padding-top:0px;
	background:url(../img/bg_header_01.gif) no-repeat; 
	text-align:left;
}

#logo {
    float: left;
	padding:80px 0px 0px 0px;
	text-align:left;
}

/*----------navbar----------*/
#navbar {              
	width:175px;
	float:left;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

ul.text {
	margin-left: 30px;
	margin-top: 5px;
	padding: 0;
	list-style-type: square;
}

li.text {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 0px solid #ccc;
	line-height: 130%;
}

/*----------content----------*/
#content_frame {
	width:1000px;
	text-align:left;
	float:left;
	background:url(../img/content_bg.gif) repeat-y;
}

#content {
	width:870px;
	margin-top: 30px;
	margin-left:65px;
	text-align:left;
}

#content_input {
	width:400px;
	float:left;
	margin-left:60px;
	padding-top:30px;
	padding-left:0px;
}

/*----------sidebar----------*/
#sidebar {
	width:175px;
	float:right;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}

/*----------footer----------*/
#footer {
	height:150px;
	width:1000px;
	float:left;
	background:url(../img/bg_footer.gif) no-repeat;
}

#content_footer {
	border-top:solid 1px; color:#ccc;
	width:870px;
	height:100px;
	margin-left:65px;
	padding-top:32px;
	padding-left:0px;
	text-align:center;
}

/*----------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;
}









