/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('rte.css'); /* Styles fuer RTE und content */
@import url('menu.css'); /* Menues */
@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:url('../../images/body_bg.png');
	background-repeat:repeat-x;
}



/******************************************/
/* 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;
	background-color:#000;
	background-image:url('../../images/menu_1_on_off.png');
	background-position:-30px -32px;
	background-repeat:no-repeat;
}

input.checkbox {
	border:none;
	background-color:transparent;
}


/******************************************/
/* 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#logo {
}
div#claim {
	position:absolute;
	right:-4px;
	top:-4px;
	background-image:url('../../images/kje_claim.png');
	background-repeat:no-repeat;
	width:200px;
	height:58px;
}
div#search_field {
	background-image:url('../../images/search_bg.png');
	background-repeat:no-repeat;
	height:35px;
	position:absolute;
	right:0;
	top:76px;
	width:195px;
	display:none;
}
div#search_field form {
	padding:0;
	margin:0;
}
div#search_field form input.search_field {
	width:150px;
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	left:14px;
	top:11px;
}
div#search_field form input.search_button {
	position:absolute;
	left:164px;
	top:9px;
	border:none;
}

div#head_image_wrapper {
	position:absolute;
	left:0;
	top:110px;
	background-image:url('../../images/header_bg.png');
	background-repeat:no-repeat;
	height:280px;
	width:100%;
}
div#head_image img {
	margin-top:6px;
	margin-left:6px;
}
div#head_image_corner_lt {
	background-image:url('../../images/head_image_corner_lt.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	left:6px;
	top:6px;
	width:4px;
	height:4px;
	z-index:90000; /* dieser Wert ist so hoch wegen dem JSimageSlider */
}
div#head_image_corner_lb {
	background-image:url('../../images/head_image_corner_lb.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	left:6px;
	bottom:12px;
	width:4px;
	height:4px;
	z-index:90000; /* dieser Wert ist so hoch wegen dem JSimageSlider */
}
/******************************************/
/* CONTENT */
/******************************************/
/* die runden Ecken... */
div#col2 div.content_wrapper {
	background-image:url('../../images/content_corner_lt.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#fff2e4;
	margin-top:8px;
}
div#col2 div.content_rt {
	background-image:url('../../images/content_corner_rt.png');
	background-repeat:no-repeat;
	background-position:right top;
}
div#col2 div.content_lb {
	background-image:url('../../images/content_corner_lb.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#content {
	background-image:url('../../images/content_corner_rb.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#000;
	font-size:0.8em;
	padding:20px;
}

/* rechte Spalte */
div#content_2 {
	color:#000;
	font-size:0.8em;
	margin-bottom:10px;
}

/******************************************/
/* 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 {
	padding:5px;
	font-size:0.75em;
}

div#col3 div.footer_copyright {
	color:#555;
	font-size:0.7em;
	text-align:center;
}
div#col3 div.footer_copyright a {
	text-decoration:none;
}

