/* * {
    padding: 0;
    margin: 0;
}*/

#header {
    color: black;
    border-width: 0 0 1px 0;
    border-style: solid;
    /*dotted; solid; dashed;*/
    border-color: #567;
    padding: 6px 6px 0px 38px;
    margin: 0;
    background-color: white;
}

#header a {
    font-size: 11px;    
}

#topic {
    width:100%; 
    float: left;   
    background-color: white;
    color: #9d1f5e;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #567;
    
    font-family: 'Times New Roman';
    
    /*clear: both;*/
}

#topic div {
    padding: 4px 44px 4px 38px;
    text-align: left;
}

#topic h1 {
    font-size: 19px;
    font-family: Times New Roman;
}

#navi_top {
    width:100%;
    float: left;
    text-align: center;
    
    /*clear: both;*/
}

#navi_produkte {
    width:100%;
    float: left;
    text-align:center;
    
    /*clear: both;*/
}

#navi_left {
    width: 23%;
    float: left;
}

#content {
    width:70%; 
    float: right;
    /*text-align: justify;*/
    text-align: left;
    padding: 0px 44px 0px 0px;
}

/*content als Blocksatz */
#content p, #content div p {
    text-align: justify;
}

#footer {
    clear: both;    
    text-align: center;
    background-color: white;
    color: black;
}

#footer #slogan {   
    border-width: 1px 0 1px 0;
    border-color: #567;
    border-style: solid;
    padding: 5px;
}

#footer #end {
    border-width: 0 0 1px 0;
    border-color: #567;
    border-style: solid;
    padding: 5px;
}

body {
    padding: 0;
    margin: 0;
    background: #121212;
    color: white;
}

img {
    border: 0px;
}

blockquote {
    font-size: 118%;
    font-style: italic;
}

.center {
    text-align: center;
}

p {
    font-size: 12px;
}

a {
    font-size: 14px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	margin: 3px 0px 4px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	margin: 3px 0px;
}

li {
    font-size: 12px;
}

a {
    color: #4d575b;
    text-decoration:none;
}

a:hover {
    color: #9d1f5e;
    text-decoration:underline;
}

#navi_left a, #navi_left ul li, #navi_top a, #navi_produkte a, #navi_top p, #navi_produkte p {
    font-size: 15px;
}

#navi_left a, #navi_top a, #navi_produkte a, #content a {
    color: #F08080;
    text-decoration:none;
    
}

#navi_left a:hover, #navi_top a:hover, #navi_produkte a:hover, #content a:hover {
    color: #ffffff;
    text-decoration:underline;
}