﻿/*
 -------------------------------------------------
| Styledatei für MDV-CMS                         |
| Autor: R. Kuntze, M.Sc. Industrial Management  |
 -------------------------------------------------
*/

body, div, p, h1, h2, h3, h4, h5, h6, span, fieldset, legend, form, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 150%;
    height: 100%; 
    background: url(../image/body.gif) repeat;
    color: #000;
}

img {
	border: 0 none;
}

a {
	color: #000;
	text-decoration: none;
    font-weight: normal;
}

ul {
	list-style-image: url(../image/list_icon.gif);
	margin: 0 0 0 20px;
	padding: 0;
}

div#scripterror {
	background: #eee;
	border: 1px dotted #f00;
	text-align: center;
	padding: 3px;
}

/* LAYOUT */
div#body_progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 652px;
    background: url(../image/body_progress.png) repeat-x;
    z-index: 5;
}

div#border {
    position: absolute;
    left: 0;
    top: 302px;
    width: 100%;
    height: 47px;
    background: url(../image/border.gif) repeat-x;
    z-index: 11;
}

div#container {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    background: url(../image/container.png) repeat-y;
    padding: 0 16px 0 16px;
    z-index: 12;
}

*html div#container {
    width: 1040px;
    padding: 0 8px 0 8px;
}

div#container_logo {
    position: absolute;
    left: 29px;
    top: 279px;
    height: 192px;
    width: 220px;
    z-index: 2;
}

*html div#container_logo {
    left: 21px;
}

div#container_lottery {
    position: absolute;
    right: -3px;
    top: 130px;
    height: 170px;
    width: 265px;
    z-index: 2;
    display: none;
}

*html div#container_lottery {
    right: 5px;
}


div#container_head {
    height: 302px;
    width: inherit;
}

div#container_content {
    position: relative;
    width: inherit;
}

div#container_content_border {
    position: relative;
    width: 100%; 
    height: 47px;
    background: url(../image/border.gif) repeat-x;
} 

*html div#container_content_border {
    position: relative;
    width: 1024px;
} 

div#container_content_left {
    position: relative;
    float: left;
    width: 205px;
    padding: 170px 24px 0 22px;
    font: 1em Times New Roman;
    line-height: 200%;
}

div#container_content_left a {
    font-weight: bold;
    color: #534022;
}

div.container_content_left_menu_active {
    width: 205px;
    height: 25px;
}

div.container_content_left_menu_active {
    background: url(../image/container_content_left_menu_active.gif);
    width: 205px;
    height: 25px;
}

div#container_content_center {
    position: relative;
    float: left;
    width: 522px;
}

div#container_content_center_request {
    position: relative;
    top: 0;
    left: 0;
    background: #e6e5e3;
    height: 71px;
    width: 748px;
    padding: 10px 0 0 25px;
}

div#container_content_center_content {
    position: relative;
    width: 472px;
    padding: 25px;
}

div#container_content_center_menu {
    position: absolute;
    top: -38px;
    z-index: 3;
    width: 472px;
    height: 47px;
    padding: 0 25px 0 25px;
}

div#container_content_center_menu a {
    font: 1.50em Times New Roman;
    color: #fff;
}

td#container_content_center_menu_active {
    position: relative;
    background: url(../image/container_content_center_menu_active.gif) center no-repeat;
}

div#container_content_right {
    position: absolute;
    top: 10px;
    right: 0;
    width: 251px;
}

div#container_content_right_book {
    position: absolute;
    z-index: 4;
    width: inherit;
}

div#container_content_right_pics {
    position: relative;
    margin-top: 190px;
    width: inherit;
}

div#container_content_right_webcam {
    position: relative;
    margin-top: -20px;
    width: inherit;
    display: none;
}


div#container_content_right_text {    
    width: 191px;
    padding: 0 30px 0 30px;
    color: #523d20;
    display: none;
}

div#footer {
    position: relative;
    margin: 0 auto;
    width: 1056px;
    height: 25px;
    background: url(../image/footer.png);
}

*html div#footer {
    position: relative;
    left: -8px;
}

div#footer_address{
    position: relative;
    margin-left: 276px;
    z-index: 13;
    font-size: 0.83em;
    text-align: center; 
}

div.fix-div {
    clear: left;
}

/* FORMS */
input, select, textarea { 
	border: 1px solid #666; 
	background-color: #efefef;
}

input.checkbox {
	border: 0;
	background: transparent;
}

div.page_form_cell {
	margin-top: 5px;
}	
	
#page_form_error {
	display: none; 
	color: #f00;
	font-size: 0.833em;
	border: 1px dotted #f00;
	margin-top: 15px;
	padding: 2px;
}

input#box_search {
    margin-left: 13px;
    width: 151px;
    height: 16px;
    background: url(../image/box_search.gif) no-repeat;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #f0f0f0;
    color: #adadad;
    font: 1em Times New Roman;
    padding: 0 20px 0 5px;
}


/* TINYMCE */
.mceContentBody a {
    font-weight: bold;
    text-decoration: underline;
}

.mceContentBody h1 {
    font-size: 1.33em;
    color: #533f24;
    font-weight: bold;
}

/* Preistabelle */
.mceContentBody table.table-prices {
    width: 472px;
}

.mceContentBody th.table-prices-cell-1 {
    width: 116px;
    vertical-align: top;
    background: #533f24;
    color: #fff;
    padding: 5px 0 5px 0;
}

.mceContentBody th.table-prices-cell-2 {
    width: 82px;
    vertical-align: top;
    background: #533f24;
    color: #fff;
    text-align: right;
    padding: 5px 0 5px 0;
}

.mceContentBody th.table-prices-cell-3 {
    width: 82px;
    vertical-align: top;
    background: #533f24;
    color: #fff;
    text-align: right;
    padding: 5px 0 5px 0;
}

.mceContentBody th.table-prices-cell-4 {
    width: 127px;
    vertical-align: top;
    background: #533f24;
    color: #fff;
    text-align: right;
    padding: 5px 5px 5px 0;
}

.mceContentBody th.table-prices-spacer {
    width: 20px;
    background: #533f24;
    padding: 5px 0 0 5px;
}

.mceContentBody td.table-prices-cell-1 {
    width: 116px;
    vertical-align: top;
    padding: 5px 0 0 0;
}

.mceContentBody td.table-prices-cell-2 {
    width: 82px;
    vertical-align: top;
    text-align: right;
    padding: 5px 0 0 0;
}

.mceContentBody td.table-prices-cell-3 {
    width: 82px;
    vertical-align: top;
    text-align: right;
    padding: 5px 0 0 0;
}

.mceContentBody td.table-prices-cell-4 {
    width: 127px;
    vertical-align: top;
    text-align: right;
    padding: 5px 0 0 0;
}

.mceContentBody td.table-prices-spacer {
    width: 20px;
}

/* Tabelle-2-Spalten */
.mceContentBody table.table-2-columns {
    width: 472px;
}

.mceContentBody td.table-2-columns-cell-1 {
    width: 226px;
    vertical-align: top;
}

.mceContentBody td.table-2-columns-spacer {
    width: 20px;
}

.mceContentBody td.table-2-columns-cell-2 {
    width: 226px;
    vertical-align: top;
}

/* Tabelle-Presse */
.mceContentBody table.table-presse {
    width: 472px;
}

.mceContentBody td.table-presse-cell-1 {
    width: 200px;
    vertical-align: top;
}

.mceContentBody td.table-presse-spacer {
    width: 32px;
}

.mceContentBody td.table-presse-cell-2 {
    width: 240px;
    vertical-align: top;
}

/* Tabelle-Pressebilder */
.mceContentBody table.table-presse-pics {
    width: 472px;
}

.mceContentBody td.table-presse-pics-cell {
    width: 112px;
    vertical-align: top;
    text-align: center;
}

.mceContentBody td.table-presse-pics-spacer {
    width: 8px;
}

/* Tabelle-Presseveröffentlichungen */
.mceContentBody table.table-presseveroeffentlichung {
    width: 472px;
}

.mceContentBody td.table-presseveroeffentlichung-cell-1 {
    width: 100px;
    vertical-align: top;
}

.mceContentBody td.table-presseveroeffentlichung-spacer {
    width: 32px;
}

.mceContentBody td.table-presseveroeffentlichung-cell-2 {
    width: 340px;
    vertical-align: top;
}
