/*  #################################################
    CSS Template «LEHMANN AG» for TYPO3
    -------------------------------------------------
	
	company:	DACHCOM digital AG
	publisher:	Kai Tallafus
	date:		2009-05
	www:		www.dachcomdigital.com
	
	INCLUDES										  */
	
	@import url("resets.css");
	@import url("content.css");
	
/*	################################################# */

/* ------- FRAMEWORK -------  */

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}
img {vertical-align: bottom;}

a img,a:link img,a:visited img {border: none;}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

/* general class to hide stuff */
.hidden {
  display: none;
}

html {
	font-family: Verdana;
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;
}

body {
	font-size: .69em; 
	line-height: 1.3em;
	height: 100%;
	min-height: 100%;
	color: #666;
	background: #EEEEEE url(/fileadmin/templates/images/back_verlauf.jpg) top left repeat-x;
}

a, a:link, a:visited, a:active {color: #008530;}
a:hover {color: #008530;}

#wrapper {
  margin: 25px auto;
  width: 935px;
}

#header {
  position: relative;
  height: 63px;
  margin-bottom: 9px;
}

#logo {
  position: absolute;
  top: 0;
  right: 0;
}

ul#hnav {
  position: absolute;
  bottom: 0;
  left: 0;
}

ul#hnav li {
  float: left;
  margin-right: 18px;
}

.border {
  height: 7px;
  background: url(/fileadmin/templates/images/linien.gif) top left repeat-x;
  font-size: 0;
}

#main {
  background-color: #fff;
  padding-top: 45px;
  padding-right: 25px;
  padding-bottom: 50px;
  position: relative;
  min-height: 515px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 21px;
}

#left {
  float: left;
  width: 166px;
  padding: 0 7px;
}

ul#snav a,
ul#snav a:link,
ul#snav a:visited,
ul#snav a:active {
  color: #666;
  line-height: 1.4em;
} 

ul#snav a:hover {
  color: #008530;
}

ul#snav > li > a,
ul#snav > li > a:link,
ul#snav > li > a:visited,
ul#snav > li > a:hover,
ul#snav > li > a:active,
ul#snav > li.act > a,
ul#snav > li.act > a:link,
ul#snav > li.act > a:visited,
ul#snav > li.act > a:hover,
ul#snav > li.act > a:active {
  font-weight: bold;
}

ul#snav > li.act > a,
ul#snav li ul li.act a {
  color: #008530;
}

ul#snav li ul {
  margin-bottom: 3px;
}

ul#snav li ul li {
  padding-left: 10px;
  font-size: 0.9em;
  background: url(/fileadmin/templates/images/snav-li-up.gif) 4px 7px no-repeat;
}
ul#snav li ul li:hover,
ul#snav li ul li.act {background-image: url(/fileadmin/templates/images/snav-li-over.gif);}

#right {
  float: left;
  width: 730px;
}

#right .col1 {
  float: left;
  width: 456px;
  margin-right: 19px;
}

#right .col2 {
  float: left;
  width: 255px;
  padding-top: 48px;
}

a#login {
  float: left;
}

ul#gnav {
  margin-left: 180px;
  margin-top: 3px;
}

ul#gnav li {
  float: left;
  margin-right: 5px;
}

ul#gnav li a,
ul#gnav li a:link,
ul#gnav li a:visited,
ul#gnav li a:active {
  margin-right: 5px;
  color: #666;
}

ul#gnav li a:hover {
  color: #008530;
}

#flash.image {
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*########################################
			 Shadowed Boxes
#########################################*/

div.shadowbox-content {
	position: relative;
	left: -3px;
	border: 1px solid #000000;
	background-color: #ffffff;
}


/*-- Even more rounded corners with CSS: Base stylesheet --*/
.shadowbox-popup {
	position:relative;
	margin:0px auto;
	margin-left:8px; /* default, width of left corner */
}

.shadowbox-popup .shadowbox-inner,
.shadowbox-popup .t,
.shadowbox-popup .b,
.shadowbox-popup .b div {
	background: transparent url(/fileadmin/templates/images/shadow.png) no-repeat top right;
}

.shadowbox-popup .shadowbox-inner {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 8px 0px 0px;
}

.shadowbox-popup .b {
	/* bottom */
	position:relative;
	width:100%;
}

.shadowbox-popup .b,
.shadowbox-popup .b div {
	height:8px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowbox-popup .b {
	background-position:bottom right;
}

.shadowbox-popup .b div {
	position:relative;
	width:5px; /* bottom corner width */
	margin-left:-5px;
	background-position:bottom left;
}

.shadowbox-popup h1.windowtitle {
  background-color: #000;
  position: relative;
  padding: 4px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px 18px;
}

.shadowbox-popup h1.windowtitle .windowclose {
  position: absolute;
  top: 3px;
  right: 10px;
}

.shadowbox-popup .windowcontent {
  padding: 20px 10px 30px 18px;
}
