/* CSS Document // Bauökologie Eymann Edited by goldwert V1*/

/* style for cover */

#wrapper {
	position: relative;
}

#frame {
	width:777px;
	height:444px;
	margin:auto;
	text-align:left;
	margin-top:80px;
}

#mail {
	height:50px;
	width: 180px;
	top:280px;
	left:300px;
	margin-top: -17em;
	margin-left: 418px;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	
	
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#E8B640;
	text-decoration:dashed;
}
	
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#FFFFFG;
	text-decoration:none;
}
.withe
{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;

}
.orange
{
	color:#E8B640;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}

/* ends here */	
	
/* Main Font */
BODY, TEXTAREA, TD {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
}

input, select {
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
select {
	font-size: 9px;
}
.inputfield {
	height: 20px;
	border:0px;
	width: 100%;
	background-color:#4E4946;
}


.inputselect {
	width: 150px;
}
.inputsubmit {
background-color:#4E4946;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-align:center;
border:0px;
	
}
/* Main Layout Style */
BODY {
    color:#ffffff;
    background-color:#3a3635;
    margin:0px;
    text-align: center;
}
BODY.print {
    margin:10px;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #0000ff;
    text-decoration: none;
}
A:hover {
    color: #E8B640;
    text-decoration: none;
}



/* Default Heading Styles */


H1.title {
	font-size: 12px;
	font-weight:normal;
    padding:0;
    margin: 0 0 0 0px;
	/*color:#E8B640;*/
}
H2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}
H4 {
    
}

/* Default not-tag classes */
.title {
    font-weight: bold;
}

.subtitle {
    font-size: 11px;
    font-weight: bold;
	color: #404040;
}

.chaptertitle {
	font-weight: bold;
}

/* Default Plugin Table */
TD.td_TPL {
    padding: 15px;
}

/* Default Image Cell */
TD.default_image {
    padding: 2px;
    border: 1px solid #DDDDDD;
}
TABLE.default_image {
    margin-right: 5px;
    margin-top: 2px;
}

/* Main Layout: Footer Cell Style */
TD.footer {
    background-color: #DDDDDD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #AAAAAA;
}

TD.footer_right {
    background-color: #CCCCCC;
    border-left: 10px solid #BBBBBB;
    padding: 5px;
}

/* Main Layout: Right Box Style */
TD.box_right {
    padding: 12px;
    background-color: #EEEEEE;
    vertical-align: top;
}

/* Main Layout: Box Titles */
TD.boxtitle {
    font-weight: bold;
    font-size: 14px;
}

/* Main Layout: Default Cell */
TD.default {
    padding: 10px;
}

/* Main Layout: Head */
TD.head {
    color: white;
    vertical-align: top;
    background-color: #0000CC;
    padding: 8px 8px 8px 12px;
    height: 70px;
}

/* Main Layout: Head right */
TD.head_right {
    color: white;
    background-color: #000088;
    border-left: 10px solid #000077;
    height: 70px;
}

/* FORM-FUNCTION CSS */

.required {
	color: #ff3300;
	background-color: #ffcccc;
}
.caption {
	font-weight: normal;
}
.inp_err {
	color: yellow;
	background-color: #ff0000;
}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 10px}

/*---------------------- SITE CSS -----------------*/
.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	padding: 0;
	margin: 0;
	margin-top:-1px;
	
}

#container {
	width: 960px; 
	margin: 50px auto 0; 
	padding: 0;
	text-align: left;
	
}

#header {
	height: 40px;
	margin-bottom: 20px;
	float:left;
	width: 560px;
}


#header img {
	margin-top: 10px;
}

#eymann {
	float:right;
	
}

#eymann img {
	margin-top: 9px;
}

#navigation {
	clear:both;
	float: left;
	width: 160px;
	height: 399px;
}

* html #navigation {
	height: 400px;
}

#navigation ul {
	list-style: none;
	border-top: solid 1px #ffffff;
    padding: 0px 0 0 0;
    margin: 0px;
} 

#navigation li {
	border-bottom: solid 1px #ffffff;
	height: 19px;
}

ul {
	list-style-type: square;
	border-style: none;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
/*	display: inline; */
	margin: 0px;
	margin-left: 3px; 
}

* html #navigation li {
	line-height: 19px;
}

#refcart {
	margin-top: 335px;
}

#refcart p {
	margin:0;
	padding:0;
}

#content{
	border-left: solid 5px #ffffff;
	height: 400px;
	width: 395px;
	margin-right: 20px;
	float:left;
}

* html #content {
	
}

#contentbild {
	border-top: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}

.content_text {
	margin-left: 15px;
}

.content_text_rechts {

}

.list_titel {
	clear: both;
	font-weight: bold;
	height: 19px;
	margin-left: 15px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

* html .list_titel {
	line-height: 19px;
}



.list_titel a, .list_titel span {
	padding-right: 2px;
}

.list_eintrag {
	clear: both;
	height: 19px;
	margin-left: 15px;
	border-bottom: dotted 2px #ffffff;
}

.list_eintrag_l {
	clear: both;
	float:left;
}

.list_eintrag_r {
	float: right;
}

.list_dummy {
	height: 19px;
}


}
* html .list_dummy {
	height: 19px;
	line-height: 19px;
}

* html #content {
	width: 400px;
}

#content_rechts ,#content_rechts_newsletter {
	width: 380px;
	border-top: solid 1px #fff;
	float:left;
}

#content_rechts_referenzen, #content_rechts_referenten{
	float:left;
	width: 380px;
}

#content_rechts_referenzen img{
	border: solid 5px #ffffff;
	margin-right: 4px;
}

#content_rechts_referenzen .pfeile {
	border: 0;
}

#detailbild{
	height: 110px;
	margin-bottom: 20px;
}

#detailbild_nav {
	height: 15px;
}

#dbn {
	float: left;
}
#porttitel{
	
	line-height: 8px;
}

* html #porttitel{
	line-height: 11px;
}

#support{
	border-bottom: solid 1px #ffffff;
	margin-left: 160px;
	
	height:20px;
	padding-bottom: 2px;
}

#support div {
	margin-top: 20px;
}

#support div img {
	margin-right: 5px;
}

* html #support {
	height: 44px;
}	


#directnav{
	margin-left: 160px;
	text-align: right;
}

#directnav  img {
	margin-top: 5px;
	margin-left: 10px;
}

#detailtext {
	border-top: solid 1px #fff;
	height: 220px;
	overflow: hidden;
}

#detailtext_referenten {
	border-top: solid 1px #fff;
	height: 395px;
	overflow: hidden;
}

#detail_referenzen_add {
	margin-top: 5px;
}

#cartform {
	margin-top: 20px;
}
#cf_select {
	
}

#cf_submit {
	
}

#cf_fields {
	clear: both;
}

#cf_fields input {
	width: 380px;
	
}

.cf_top {
	margin-top: 10px;
}
