/* General formatting */

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
 	background-color: #000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

div#body-div {
	height: 100%;
	width: 100%;
}

/*** Basic layout ***/

table#body-table {
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

tr#head-row {
	height: 80px;
}

tr#topmenu-row {
	height: 24px; 
}

tr#footer-row {
	height: 24px;
}

td.mainleft-col {
	width: 200px;
}

table#body-table td {
	color: #fff;
	text-align: left;
	vertical-align: top;
}

/*** Left side table ***/

table#leftside-table {
	height: 100%;
	table-layout: auto;
	width: 100%;
}

td#langmenu-cell {
	vertical-align: bottom ! important;
}

/*** Logo ***/

div#logo-div {
	margin-bottom: 12px;
	margin-left: 24px;
	margin-top: 24px;
}

/*** Sitemenu ***/

div#sitemenu-div {
	background-image: url("/fileadmin/templates/img/special-menu-bg.gif");
	background-repeat: no-repeat;
	color: #ccc;
	float: right;
	font-size: 70%;	
	height: 22px;
	padding-left: 64px;
	padding-top: 3px;
}

div#sitemenu-div a {
	color: #ccc;
	margin-bottom: 2px;
	margin-right: 8px;
	text-decoration: none;
}

div#sitemenu-div a:hover,
div#sitemenu-div a:focus {
	background-image: url("/fileadmin/templates/img/dotted-underline.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #fff;
}

div#sitemenu-div span.menu-separate {
	display: none;
}

/*** Top menu ***/

table#topmenu-table {
	background-image: url("/fileadmin/templates/img/topmenu-bg.gif");
	background-repeat: repeat-x;
	font-size: 80%;
	height: 20px;
	table-layout: fixed;
	width: 100%;
}

/*** Side menu (left column) ***/

div#sidemenu-div {
	color: #ccc;
	font-size: 80%;
	margin: 0px 8px;
}

div#sidemenu-div ul {
	list-style-type: none;
}

div#sidemenu-div ul.level-1 {
	font-size: 140%;
}

div#sidemenu-div ul.level-2 {
	font-size: 80%;
	margin-left: 1em;
	font-weight: normal;
}

div#sidemenu-div ul.level-3 {
	font-size: 80%;
	margin-left: 1em;
	font-weight: normal;
}

div#sidemenu-div li.current {
	background-image: url("/fileadmin/templates/img/position-marker.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

div#sidemenu-div li a {
	color: #ccc;
	text-decoration: none;
}

div#sidemenu-div li a:hover,
div#sidemenu-div li a:focus {
	color: #fff;
}

div#sidemenu-div form {
	margin-top: 2em;
}

div#sidemenu-div form input {
	background-color: #121212;
	background-image: url("/fileadmin/templates/img/form-input-bg.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #444;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
}

/*** Language menu ***/

div#langmenu-div {
	color: #ccc;
	font-size: 70%;
	margin: 16px 16px 2px 16px;
}

div#langmenu-div ul {
	list-style-type: none;
}

div#langmenu-div li {
	margin-bottom: 0.2em;
}

div#langmenu-div a {
	color: #ccc;
	text-decoration: none;
}

div#langmenu-div a,
div#langmenu-div img {
	border: none;
	vertical-align: middle;
}

div#langmenu-div a:hover,
div#langmenu-div a:focus {
	background-image: url("/fileadmin/templates/img/dotted-underline-lang.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #fff;
}

/*** Main Content Area ***/

div#main-div {
	height: 100%;
}

/*** Footer ***/

div#footer-div {
	color: #ccc;
	font-size: 60%;
	margin-right: 184px;
	padding: 0.5em 0px;
	text-align: right;
}

div#footer-div a {
	color: #ccc;
	text-decoration: none;
}

div#footer-div a:hover,
div#footer-div a:focus {
	background-image: url("/fileadmin/templates/img/dotted-underline.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #fff;
}

/********************************/

/*** FCE: Common Style ***/

div.fce-content-div-a {
	background-image: url("/fileadmin/templates/img/content-frame-left.gif");
	background-repeat: repeat-y;
	height: 100%;
}

div.fce-content-div-b {
	background-image: url("/fileadmin/templates/img/content-frame-top.gif");
	background-repeat: no-repeat;
	height: 100%;
}

div.fce-content-div-c {
	background-image: url("/fileadmin/templates/img/content-frame-right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
}

div.fce-content-div-d {
	background-image: url("/fileadmin/templates/img/content-frame-bottom.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 100%;
}

div.fce-content-div-e {
	background-image: url("/fileadmin/templates/img/content-frame-bottomright.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100%;
}

div.fce-content-div {
	padding: 2px;
	height: 100%;
}

td.fce-context-cell {
	width: 184px;
}

div.fce-context-div {
	height: 100%;
	margin: 0px 8px;
}

div.fce-content-div h1 {
	font-size: 100%;
	padding: 0px 16px;
	margin-bottom: 0.7em;
}

div.fce-content-div h2 {
	color: #d0d0d0;
	font-size: 130%;
	margin-bottom: 0.7em;
	margin-top: 0.9em;
	padding: 0px 16px;
}

div.fce-content-div h3 {
	color: #333;
	font-size: 100%;
	margin-bottom: 0.7em;
	margin-top: 0.9em;
	padding: 0px 16px;
}

div.fce-content-div h4 {
	color: #ccc;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	margin-top: 1.5em;
	padding: 0px 16px;
}

div.fce-content-div p {
	font-size: 90%;
	margin-bottom: 0.7em;
	padding: 0px 16px;
	text-align: justify;
}

div.fce-content-div a {
	color: #ec683a;
	text-decoration: none;
}

div.fce-content-div ul.csc-menu a:hover,
div.fce-content-div ul.csc-menu a:focus {
	text-decoration: underline;
}


/*** FCE: Frontpage ***/

table.fce-frontpage {
	height: 100%;
	width: 100%;
}

table.fce-frontpage div.fce-content-div {
	color: #fff;
}

table.fce-frontpage div.fce-content-div h1.csc-firstHeader {
	background-image: url("/fileadmin/templates/img/scanlines.gif");
	background-repeat: repeat-x;
	padding: 2px 16px 2px 16px;
	margin: 0px;
}

table.fce-frontpage div.fce-content-div h2,
table.fce-frontpage div.fce-content-div h3 {
	color: #d0d0d0;
}

table.fce-frontpage td.fce-content-cell {
	background-color: #121212;
}

table.fce-frontpage td.fce-content-cell table.contenttable p.bodytext {
	color: #fff;
}

/*** FCE: Followpage ***/

table.fce-followpage {
	height: 100%;
	width: 100%;
}

table.fce-followpage td.fce-content-cell {
	background-color: #fff;
	color: #111;
}

table.fce-followpage div.fce-content-div {
	color: #111;
}

table.fce-followpage div.fce-content-div h1 {
/*	background-color: #ec683a; */
	background-color: #dddddd;
	color: #000;
	margin: 12px 0px;
	padding: 2px 16px;
	text-align: right;
}

table.fce-followpage div.fce-content-div h2,
table.fce-followpage div.fce-content-div h3 {
	color: #333;
}


/*** FCE: Productpage ***/

table.fce-productpage {
	height: 100%;
	width: 100%;
}

table.fce-productpage td.fce-content-cell {
	background-color: #ccc;
	background-image: url("/fileadmin/img/content-product-bg2.gif");
	background-repeat: repeat-y;
}

table.fce-productpage div.fce-content-div {
/*	background-image: url("/fileadmin/img/content-product-fade2.gif");
	background-position: 24px 2px;*/
	background-repeat: repeat-x;
	color: #000;
}

table.fce-productpage div.fce-content-div h1 {
	background-color: #ec683a;
	background-image: url("/fileadmin/img/content-product-bg2.gif");
	background-position: -2px top;
	background-repeat: repeat-y;
	margin: 12px 0px;
	padding: 2px 16px;
	text-align: right;
}

table.fce-productpage div.fce-content-div h2,
table.fce-productpage div.fce-content-div h3 {
	color: #d0d0d0;
	margin-left: 290px;
}


/*** FCE: Teaser Media ***/

div.fce-front-img {
	background-color: #000;
	margin-bottom: 1em;
	padding: 1px 0px;
}

div.fce-front-img img {
	width: 100%;
}

/*** FCE: Teaser Announce ***/

table.announce-table {
	background-color: #050;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

table.announce-table tr {
	height: 33%;
}

table.announce-table td {
	background-color: #293745;
	background-position: center;
	border-bottom: 8px solid #000;
}

table.announce-table tr.last-row td {
	border: none;
}

table.announce-table div.fce-context-div-a {
	background-image: url("/fileadmin/templates/img/content-frame-left.gif");
	background-repeat: repeat-y;
	height: 100%;
}

table.announce-table div.fce-context-div-b {
	background-image: url("/fileadmin/templates/img/content-frame-top.gif");
	background-repeat: no-repeat;
	height: 100%;
}

table.announce-table div.fce-context-div-c {
	background-image: url("/fileadmin/templates/img/content-frame-right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
}

table.announce-table div.fce-context-div-d {
	background-image: url("/fileadmin/templates/img/content-frame-bottom.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 100%;
}

table.announce-table div.fce-context-div-e {
	background-image: url("/fileadmin/templates/img/content-frame-bottomright.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100%;
}

table.announce-table div.fce-context-div {
	padding: 2px 0px;
}

table.contenttable {
	color: #000;
	height: auto;
	margin: 16px;
	width: auto;
}

table.contenttable thead {
	background-color: #eee;
}

table.contenttable td {
	padding-right: 16px;
}

table.contenttable p {
	color: #000;
	margin: 0px;
	padding: 0px;
}

/*** Unordered list CE formatting ***/
div.fce-content-div ul {
	font-size: 90%;
	list-style-position: inside;
	margin: 0px 16px;
	padding: 0px;
}

/*** Picture/Text CE formatting ***/
div.fce-content-div div.csc-textpic {
	margin: 0px 16px;
}

div.fce-content-div div.csc-textpic-imagewrap {
	padding-bottom: 16px;
	padding-right: 24px;
}

div.fce-content-div div.csc-textpic-imagewrap dd.csc-textpic-caption {
	color: #ccc;
	font-size: 80%;
}

/*** Sitemap CE formatting ***/

div.fce-content-div div.csc-sitemap {
	margin: 0px 16px;
	padding: 0px;
}

div.fce-content-div div.csc-sitemap ul {
	list-style-type: none;
}

div.fce-content-div div.csc-sitemap li ul {
	font-size: 90%;
	margin-left: 2em;
}


/*** Submenu CE formatting ***/

div.fce-content-div ul.csc-menu {
	list-style-type: none;
	margin: 0px 16px;
	padding: 0px;
}


/*** Shop formatting ***/

div.fce-content-div table.product-list {
	width: 100%;
}

div.fce-content-div table.product-item {
	margin-bottom: 1.5em;
	width: 100%;
}

div.fce-content-div td.product-image {
	width: 274px;
}

div.fce-content-div td.product-image div.product-image {
	margin-left: 22px;
	text-align: center;
}

div.fce-content-div table.product-item h2,
div.fce-content-div table.product-item h3 {
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

div.fce-content-div table.product-item td.product-note p {
	color: #000;
}

div.fce-content-div table.product-item td.product-note p.order-nr {
	color: #333;
	font-size: 90%;
	font-weight: bold;
}

div.fce-content-div table.product-item a {
	color: #333;
	text-decoration: none;
}

div.fce-content-div table.product-item a:hover,
div.fce-content-div table.product-item a:focus {
	background-image: url("/fileadmin/templates/img/dotted-underline.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.tx-ttproducts-pi1 div.product-browser {
	font-size: 80%;
	margin: 0px 0px 16px 274px;
	padding: 0px 16px;
	text-align: right;
}

div.fce-context-div h6,
div.fce-context-div a {
	color: #fff;
	text-decoration: none;
}

/*** Mailform CE formatting ***/

div.tx-thmailformplus-pi1 {
	margin: 16px;
}

div.tx-thmailformplus-pi1 fieldset {
	border: 0px;
	color: #fff;
	margin: 16px 0px;
	padding: 0px;
}

div.tx-thmailformplus-pi1 legend {
	border-bottom: 1px solid #eee;
	color: #fff;
	display: block;
	font-size: 85%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

div.tx-thmailformplus-pi1 table {
	border: 0px;
	margin: 0px 0px 0px 24px;
	width: 90%;
}

div.tx-thmailformplus-pi1 table td.label {
	font-size: 90%;
	width: 25%;
}

div.tx-thmailformplus-pi1 label {
	color: #fff;
}

div.tx-thmailformplus-pi1 input {
	width: 100%;
}

div.tx-thmailformplus-pi1 input.button {
	margin-right: 4px;
	width: 120px;
}

div.tx-thmailformplus-pi1 textarea {
	height: 5em;
	width: 100%;
}

div.tx-thmailformplus-pi1 div.error {
	border: 1px solid #f00;
	font-size: 80%;
	margin: 0px;
	padding: 4px 8px;
}

div.tx-thmailformplus-pi1 div.error ul {
	margin: 8px 0px 0px 16px;
}

