﻿/*
 -------------------------------------------------
| Autor: Rico Kuntze, M.Sc. Industrial Management |
| Mediadesign Vogel (http://www.md-v.de)          |
| Modul: CMS-Komponente                           |
| Datum: 03.12.2010                               |
 -------------------------------------------------
*/

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;
	line-height: 150%;
    background: rgb(170,170,172) url(../image/body.gif) repeat-x;
}

img {
	border: 0 none;
}

a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

div.browser_error {
    position: absolute;
    top: 0;
    left: 0;
    background: #eee url(../image/ico_error.gif) 10px 13px no-repeat;
    z-index: 1000;
    font: 16px Arial;
    padding: 10px 10px 10px 35px;
    color: #000;  
    border: 1px solid #000
}

/* Layout */
div#container {
    position: relative;
    margin: 0 auto;
    width: 990px;
}

div#navigation {
    position: relative;
    margin: 16px 5px 27px 5px;
    width: 980px;
    height: 39px;
    background: url(../image/navigation.gif);
    color: #fff;
}

div#navigation ul {
    position: relative;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

div#navigation ul li {
    position: relative;
    float: left;
    padding: 8px 22px 0 22px;
    background: url(../image/menu-separator.gif) right no-repeat;
    height: 28px;
}

div#navigation ul li div.navigation-sub {
    position: absolute;
    width: 208px;
    left: -3px;
    top: 39px;
    z-index: 3;
    display: none;
}

div#navigation ul li div.navigation-sub div.navigation-sub_top {
    position: relative;
    width: inherit;
    height: 5px;
    line-height: 0;
    font-size: 0;
    background: url(../image/navigation-sub_top.png) no-repeat;
}

div#navigation ul li div.navigation-sub div.navigation-sub_middle {
    position: relative;
    width: 188px;
    background: url(../image/navigation-sub_middle.png) repeat-y;
    padding: 10px 10px 20px 10px;
}

div#navigation ul li div.navigation-sub div.navigation-sub_middle p {
    border-bottom: 1px solid rgb(200,200,200);
    padding: 5px 15px 5px 15px;
    color: #000;
}

div#navigation ul li div.navigation-sub div.navigation-sub_middle table a {
    color: #000;
    font-size: 1em;
}
div#navigation ul li div.navigation-sub div.navigation-sub_middle table{
	color:#000;
	font-size:1em;
}

div#navigation ul li div.navigation-sub div.navigation-sub_bottom {
    position: relative;
    width: inherit;
    height: 5px;
    line-height: 0;
    font-size: 0;
    background: url(../image/navigation-sub_bottom.png) no-repeat;
}

div#navigation a {
    color: rgb(203,203,203);
    font-size: 1.500em;
    text-decoration: none;
}

div#navigation a#domain {
    position: absolute;
    top: 8px;
    right: 34px;
}

div#head {
    position: relative;
    width: inherit;
    height: 310px;
}

div#head img#head_image {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

div#head img#head_bg {
    position: relative;
    width: inherit;
    height: inherit;
    z-index: 2;
}

h1 {
    margin: 30px 5px 20px 5px;
    font-weight: normal;
    font-size: 2.833em;
}

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

div#content_top {
    position: relative;
    width: inherit;
    height: 11px;
    line-height: 0;
    font-size: 0;
    background: url(../image/content_top.png) no-repeat;
}

div#content_middle {
    position: relative;
    width: 930px;
    padding: 25px 30px 25px 30px;
    background: url(../image/content_middle.png) repeat-y;
}

div#content_bottom {
    position: relative;
    width: inherit;
    height: 11px;
    line-height: 0;
    font-size: 0;
    background: url(../image/content_bottom.png) no-repeat;
}

div#imprint {
    position: relative;
    width: 930px;
    margin: 10px 5px 0 5px;
    background: url(../image/imprint.png) no-repeat;
    height: 103px;
    padding: 9px 25px 0 25px;
    color: #fff;
}

div#imprint h1 {
    font-size: 1.5em;
    text-decoration: none;
    padding: 0;
    margin: 0 0 25px 0;
}

div#imprint table {
    width: 930px;
}

div#imprint table tr td {
    vertical-align: top;
}

div#imprint a {
    color: #fff;
}

div#footer {
    position: relative;
    width: inherit;
    text-align: center;
    color: rgb(107,107,109);
    padding: 17px 0 54px 0;
}

div#footer a {
    color: rgb(107,107,109);
}

/* TinyMCE */
/* Standardbreite definieren */
.mceContentBody {
    position: relative;
    width: 930px;
}

/* Tabellen bekommen feste Schriftgröße zur Orientierung */
.mceContentBody th, .mceContentBody td {
    font-size: 1em;
}

.mceContentBody h2 {
    font-size: 1em;
    color: rgb(150,0,0);
}

.mceContentBody h3 {
    font-size: 1em;
}

/* Tabelle 2 Spalten */
.mceContentBody table.tab-100-proz {
    width: 930px;
}

.mceContentBody td.cell-50-proz, .mceContentBody th.cell-50-proz  {
    width: 445px;
    vertical-align: top;
}

.mceContentBody td.cell-spacer-normal, .mceContentBody th.cell-spacer-normal {
    width: 40px;
}