
/*
   http://www.look-and-feel.net/
   http://www.ak-praegefoliendruck.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;
}

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

h1 {
	font-size:22px;
	color:#666;
	font-weight:bold;
}

h2 {
	font-size:14px;
	color:#666;
	font-weight:bold;
	padding-top:30px;
}

h3 {
	font-size:12px;
	color:#660000;
	font-weight:bold;
}

a.menu_top:link, a.menu_top:visited, a.menu_top:active {
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

a.menu_top:hover {
	font-size:11px;
  	color:#660000;
  	font-weight:normal;
	text-decoration:none;
}

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

a.text:hover {
	font-size:12px;
  	color:#660000;
  	font-weight:normal;
	text-decoration:none;
}

a.grey_10:link, a.grey_10:visited, a.grey_10:active {
	color:#7d7d7d;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

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

a.grey_11:link, a.grey_11:visited, a.grey_11:active {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

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

a.navi:link, a.navi:visited, a.navi:active {
	font-size:10px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	padding-left:2px;
	padding-top:2px;
}

a.navi:hover {
	font-size:10px;
  	color:#666;
  	font-weight:normal;
	text-decoration:none;
	padding-left:2px;
	padding-top:2px;
}

.grey_10 {
  	color:#999;
  	font-size:10px;
}

.navi_outline {
	width:120px;
	height:19px;
	padding:5px;
	margin-bottom:8px;
  	border: 1px solid #d6d6d6;
}

.clear {
  	clear:both;
}

/*----------tabelle----------*/

.abruflisten td {
	font-size:10px;
	color:#660000;
	padding:30px;
}

.abruflisten tr:hover {
	background-color:#ebebeb;
	color:#660000;
}


/*----------formular----------*/

form {
	font-size:10px;
	color:#660000;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size:10px;
	color:#666;
	width:220px;
	margin-bottom:5px;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size:10px;
	color:#666;
	width:220px;
	margin-top:20px;
}

/*----------container----------*/
#container {
	width:1000px;
	margin-left:40px;
	margin-top:50px;
}

/*----------logo----------*/
#logo {
	border-top: 1px solid #d6d6d6;
	width:150px;
	height:80px; 
	text-align:left;
	float:left;
}


/*----------head----------*/
#header {
	float:left;
	width:800px;
	height:90px; 
	text-align:left;
	border-left: 1px solid #d6d6d6;
}


/*----------links_top----------*/
#links_top_1 {
	float:left;
	width:400px;
	height:20px; 
	text-align:left;
	padding-left:150px;
}

#links_top_2 {
	float:left;
	width:400px;
	height:20px; 
	text-align:right;
}

/*----------mneu----------*/
#menu {
	float:left;
	width:150px; 
	text-align:left;
	margin-top:40px;
}

#submenu { 
	text-align:left;
	margin-left:20px;
	margin-bottom:20px;
}


/*----------content----------*/
#content_frame {
	border-left: 1px solid #d6d6d6;	
	width:780px;
	float:left;
	text-align:left;
}

#content {
	float:left;
	width:780px;
	margin-left:20px;
	margin-top:40px;
	text-align:left;
}

#gallery {
	list-style-type:none;
	font-size:9px;
}

#gallery li {
	float:left;
	width:140px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:left;
}

#gallery img {
	display:block;
}

/*----------pic----------*/
#pic {              
	width:870px;
	height:230px;
	padding-top:15px;
}

/*----------text----------*/
#box_01 {              
	width:520px;
	float:left;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
}

#box_02 {              
	width:230px;
	float:left;
	margin-left:15px;
}

#order {              
	margin-top:10px;
	margin-left:5px;
	font-size:10px;
}

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

#box_04 {              
	width:300px;
	float:left;
	margin-left:5px;
}

/*----------footer----------*/
#footer {
	height:20px;
	width:800px;
	float:left;
	background-color:#d6d6d6;
}

#empty_footer {
	height:20px;
	width:800px;
	float:left;
}

#content_footer {
	padding-top:2px;
	padding-left:10px;
	text-align:left;
	font-size:10px;
	color:#999;
	
}

/*----------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: "Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	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;
}