/**
*   file:           styles.css
*
*   function:       lettau-personaldienst-styles
*   begin:          feb.2009
*   copyright:      © 2009 <i-D> internet + Design GmbH & Co. KG
*                   Erfurter Str. 35
*                   99423 Weimar
*                   Deutschland
*                   Fon:     03643 7785 0
*                   Fax:     03643 7785 29
*                   E-Mail:  office@i-d.de
*                   Web:     http://www.i.d.de/
*   author:         Michael Waack <m.waack@i-d.de>
*
*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

body {
	background: #fff url(../bilder/bg_main2.jpg);
	color:#000;
}

#outer {
	background: #fff url(../bilder/bg_main.jpg) top left no-repeat;
	height: 700px;
}
.lila {
	color: #660066;
}

#signatur {
	padding: 20px 0px 0px 150px;
}

h1 {
	color: #853385;
	font-size: 1.5em;
	border-bottom: 1px solid #853385;
	padding-bottom: 6px;
}

p {
	padding: 5px 0px 5px 0px;
	line-height: 18px;
}

#contentright img {
	padding-right: 10px;	
}

#kontaktform {
	background: #fff url(../bilder/streifen_Kontakt.jpg) repeat-x;
	padding: 10px;
	min-height: 430px;
	height: 630px;
}
label {
	display: block;
	line-height:20px;
	color: #1E001E;
}
input {
	border: 1px solid #660066;
	width: 448px;
	height: 20px;
	font-size: 14px;
}

input.button {
	color: #660066;
	font-weight: bold;
	background-color: transparent;
	width: 66px ;
	border: none;
}
textarea {
	border: 1px solid #660066;
	width: 448px;
	height: 100px;
}

.kontaktfotofix {
	height:140px;
}

.fototxt {
	margin-top:178px;
}

#contentouter {
	position: absolute;
	top: 200px;
	left: 80px;
	width: 824px;
}

.colleft .lila {
	width: 70px;
}

.colleft div {
	line-height: 20px;
}

.colleft {
	font-weight: bold;
}

#contentleft {
	float: left;
}


#slogan {
	position: absolute;
	padding-left: 3px;
	left: 0px;
	top:194px;
}

#headerimage {
	width: 280px;
	height: 200px;
	
}

#contentright {
	float: left;
	width: 470px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 20px;
}
#home {
	position: absolute;
	top: 73px;
	left: 62px;
	width: 270px;
	height: 110px;
	cursor: pointer;
}

#home span {
	display: none;
}

#navi div {
	width: 113px;
	height: 158px;
	float: left;
}
#navi a {
	cursor: pointer;
}
#navi div span{
	display: none;
}

#nav_1 {
	margin-left: 412px;
}
#nav_1_aktiv {
	margin-left: 412px;
	height: 116;
	width: 132;
}

#nav_2_aktiv {
	height: 116;
	width: 132;
}

#nav_3_aktiv {
	height: 116;
	width: 132;
}

#nav_4_aktiv {
	height: 116;
	width: 132;
}


/* */
.left {
	float: left;
}
.right {
	float: right;
}

.clearl {
	clear: left;
}

.clearr {
	clear: left;
}
/* Links formatieren*/

a:link {
  text-decoration: none;
  color: #000000;
  }

a:visited {
  color: #000000;
  }

a:focus {
  color: #000000;
  }

a:hover {
  color: #C69;
  }

a:active {
  color: #000000;
  }
#text {
	display: none;
}

