/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('rte.css'); /* Styles fuer RTE und content */
@import url('news.css'); /* tt_news */
@import url('shop.css'); /* tt_products + was noch dazugehoert */

body {
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:100.1%;
	font-weight:normal;
	line-height:1em;
	color:#000;
	background-color:#fff;
	background-image:none;
}



/******************************************/
/* FORMULARE */
/******************************************/
input, textarea {
	border:1px solid #000;
	background-color:#fff;
	color:#000;
}

input[type="submit"],
input[type="button"],
input.button {
	border:1px solid #000;
	color:#fff;
}

input.checkbox {
	border:none;
}


/******************************************/
/* Plugin: Powermail */
/******************************************/
div.tx-powermail-pi1 {
}
div.tx-powermail-pi1 fieldset {
	border:none;
	background-color:transparent;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
div.tx-powermail-pi1 fieldset legend {
	border-bottom:1px solid #543;
	padding:0;
	font-size:1.2em;
}
div.tx-powermail-pi1 fieldset div.even {
	background-color:transparent;
}

div.tx-powermail-pi1 fieldset textarea.powermail_textarea {
	height:100px;
	width:350px;
}

div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_check {
	margin-bottom:30px;
	clear:both;
}
div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_check div.powermail_check_inner {
	padding-left:100px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_check div.powermail_check_inner input {
	float:left;
	margin-left:100px;
	vertical-align:middle;
}
div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_check div.powermail_check_inner label {
	font-weight:normal;
	float:right;
	width:350px;
}
/* Bestaetigungsseite mit Absende/Zurueck-Buttons */
div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation table {
	margin-bottom:20px;
}
div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation form {
	display:inline;
}


/******************************************/
/* HEAD */
/******************************************/
div#header_wrapper {
	height:100px;
}
div#logo {
	float:left;
	margin-right:10px;
}
div#claim {
	display:none;
}
div#search_field {
	display:none;
}
div#head_image_wrapper {
	display:none;
}

div#head_image img {
}
div#head_image_corner_lt {
	display:none;
}
div#head_image_corner_lb {
	display:none;
}


/******************************************/
/* CONTENT */
/******************************************/
/* die runden Ecken... */
div#col2 div.content_wrapper {
	margin-top:8px;
}
div#col2 div.content_rt {
}
div#col2 div.content_lb {
}
div#col2 {
	width:100%;
	margin:0;
	padding:0;
}
div#content {
	color:#000;
	font-size:0.8em;
	padding:20px;
}

/* rechte Spalte */
div#col3 {
	display:none;
}


div#menu,
div#breadcrumb_wrapper {
	display:none;
}

/******************************************/
/* FCE Container */
/******************************************/
div#col3 div.fce_container {
	margin-bottom:6px;
}
/* oben */
div#col3 div.fce_headline_wrapper {
	background-image:url('../../images/fce_corner_lt.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ffebbd;
}
div#col3 div.fce_container_rt {
	background-image:url('../../images/fce_corner_rt.png');
	background-repeat:no-repeat;
	background-position:right top;
}
/* headline */
div#col3 div.fce_headline {
	border-bottom:1px solid #fff;
	padding-left:10px;
	padding-right:10px;
}
div#col3 div.fce_headline h1 {
	border:none;
	color:#ee7f01;
	line-height:40px;
	margin:0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
}
/* unten */
div#col3 div.fce_container div.fce_content_wrapper {
	background-color:#ffcb4f;
	background-image:url('../../images/fce_corner_lb.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#col3 div.fce_container div.fce_content_rb {
	background-image:url('../../images/fce_corner_rb.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
/* content */
div#col3 div.fce_container div.fce_content {
	padding:0 10px;
	border-top:1px solid #ffcb4f; /* IE6 hack */
}
div#col3 div.fce_container div.fce_content p {
	margin-top:0;
	padding-bottom:5px;
}


/* ... im Content - Bereich */
div#col2 div.fce_container {
	margin:20px 0;
	border:3px solid #fff;
	background-color:#ffcb4f;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
}
div#col2 div.fce_container h1 {
	color:#920;
}


/******************************************/
/* FOOTER */
/******************************************/
div#footer {
	display:none;
}

