@import "screen_tpl_master.css"

/**************
* Layout
***************/

#content_top {
	border:solid #fff;
	border-width:0;
	padding:0;
	margin:0 auto 0 0;
	width:590px;
	background:url(../../layout/content_bg.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}

#content_main {
	border:solid #fff;
	border-width:1px 0 0 0;
	width:550px;
	text-align:left;
	overflow:hidden;
}


/*************************************/
/* elements							 */ 	
/*************************************/

/**********
* CEs
***********/

table.ce_image_teaser {width:100%;}
td.ce_it_header {}
td.ce_it_bodytext {vertical-align:top; width:60%}
td.ce_it_images {width:40%}
td.ce_it_images img {display:block; margin-bottom: 19px}

table.ce_image_teaser_top {}

/**************************************/
/* technische Daten Tabelle
/**************************************/

table.technischeDaten {
	border:solid 1px #CFCFCF;
	margin-bottom:15px;
}

table.technischeDaten td {
	background-color:#FFFFFF;
	color:#000000;
	padding:4px;
	vertical-align:top;
	font-size:80%;
}

table.technischeDaten td b {
	color:#000000;
}

table.technischeDaten td.label {
	width:40%;
     font-weight:bold;

}

table.technischeDaten td.odd{
	background-color:#DADEF9;
}


/*************************************/
/* Anfrage Formular      		 */ 	
/*************************************/

table#anfrageForm {
	margin:0 auto auto 20px;
	width:520px;
	border:none;
}

#anfrageForm td {
	padding:2px;
	vertical-align:top;
	font-size:80%;
}

#anfrageForm td.spacer {
	padding:0;
}

#anfrageForm input.textzeile_kurz {
	margin:0;
	width:165px;
	height:22px;
	border:solid 1px #839EBB;
}

#anfrageForm select.select_kurz {
	margin:0;
	width:165px;
	height:22px;
	border:solid 1px #839EBB;
}

#anfrageForm textarea.textarea_kurz {
	margin:0;
	width:225px;
	height:90px;
	border:solid 1px #839EBB;
}

#anfrageForm textarea.textarea_lang {
	margin:0;
	width:512px;
	height:90px;
	border:solid 1px #839EBB;
}




