/*********************************************************************************

	Project		:	LemonHead - Unternehmensseite
	Copyright	:	Design - LemonHead - www.lemon-head.de

**********************************************************************************/

p {
	padding: 0 0 15px 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.1em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	line-height: 1px;
	border: 0;
	border-bottom: 1px solid #7ea747;
	background-color: #ffffff;
	margin: 10px 5px 10px 5px;
}

a {
	text-decoration: underline;
	color: #53890a;
}

a:hover {
	text-decoration: underline;
	color: #003e01;
}

a:visited {
	text-decoration: underline;
	color: #003e01;
}

ul{ 
	list-style-image: url('listpoint.gif');
	margin: 8px 0 8px 0px; 
	padding-left:15px;
}

li {padding-left: 0px;}

thead {
	font-weight: bold;
	background-color: #cbdbb5;
}

tbody {
	font-weight: normal;
}

td, th{
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #7ea747;
}

form {
	margin: 15px 0px 15px 0px;
}

textarea {
	border: 1px solid #d6e0d6;
	width: 100%;
	height: 120px;
	margin: 10px 0px 10px 0px;
}

input {
	bordert: 1px solid #d6e0d6;
	width: 50%;
	height: 20px;
	margin: 5px 0px 5px 0px;
}

button {
	background-color: #d6e0d6;
	border-right: 1px solid #7ea747;
	border-bottom: 1px solid #7ea747;
	border-top: 1px solid #cbdbb5;
	border-left: 1px solid #cbdbb5;
	font-family: "Courier New", Monaco, monospace, helvetica, arial;
	color: #003e01;
}

button:hover {
	border-top: 1px solid #7ea747;
	border-left: 1px solid #7ea747;
	border-right: 1px solid #d6e0d6;
	border-bottom: 1px solid #d6e0d6;
	font-weight: bold;
}

/********************************MODULE***************************************************/
/**************************************Startreferenzen************************************/

div#startrefs h2 {
	line-height:1.2em;
	margin: 0 3px 5px 3px;
	height: 40px;
}

div#startrefs h2 a{
	color: #53890a;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
}

div#startrefs h2 a:hover{
	text-decoration: underline;
}

div#startrefs #ref1, div#startrefs #ref2, div#startrefs #ref3 {
width: 149px;
height: 200px;
float: left;
text-align: center;
}

/**************************************InternLinks************************************/
p.internlink a{
	margin: 0 0 20px 0;
	clear:both;
}
/**************************************Referenzen Übersicht************************************/

div#refs {
	margin-top: 5px;
}

div#refs div{
	float: left;
	width: 104px;
	height: 104px;
	overflow:hidden;
	display:block;
	border:solid 2px #ffffff;
}

div#refs div a img{
	border: solid 2px #ffffff;
	display:block;
}

div#refs div .overlay{
	position:absolute;
	z-index:10; 
	width:100px; 
	height:100px; 
	display:block; 
	background: url(halftransparent_bg.png);
	border: solid 2px #ffffff;
}

div#refs div img.inaktiv{
	position:absolute;
	border: solid 2px #ffffff;
	z-index:0; 
}

div#refs div a:hover img{
	border: solid 2px #d6e0d6;
}

/**************************************Referenzen Detail************************************/

.image{
	background: #d6e0d6;
	padding: 5px;
	text-align:center;
	margin-top: 20px;
}

.image p{
	margin: 0px;
	margin-top: 5px;
	padding:0px;
}

.details{
	background: #d6e0d6;
	padding: 5px;
	float:left;
	margin-bottom: 20px;
}

.client{
	background: #ffffff;
	float:left;
	width: 210px;
	margin-right: 5px;
	padding: 3px;
	text-align:center;
}

.service{
	background: #ffffff;
	float:right;
	width: 211px;
	padding: 3px;
	text-align:center;
}

/**************2 Spalt******************/
.content .left{
	width: 195px;
	float: left;
	margin-bottom:23px;
}

.content .right{
	width: 195px;
	float: right;
	margin-bottom:23px;
}