@charset "utf-8";
/* CSS Document */

/* Import */
@import url("../js/coin-slider-styles.css");
@import url("../../../includes/js/slimbox/css/slimbox2.css");
/* Import */

body {
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-color: #4f4f4f;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474847;
}

.preloader {
background: url(../images/loader1.gif) center center no-repeat;
display:inline-block;
}

div#layout {
width: 944px;
height: auto;
background-color: #ffffff;
border: 1px solid #ffffff;
margin: 40px auto;
}

div#top {
width: 944px;
height: 136px;
}

div#logo {
width: 374px;
height: 136px;
float: left;
}

div#details {
width: 445px;
height: 91px;
margin: 0 0 0 374px;
padding: 20px 25px 25px 100px;
}

div#details_header {
font-size: 15px;
font-weight: bold;
color: #474847;
}

div#details ul {
padding: 0;
margin: 15px 0 0 0;
}

div#details ul li {
width: 220px;
height: 25px;
margin: 0;
padding: 0;
float: left;
list-style: none;
}

div#details ul li img {
border: 0;
vertical-align: middle;
}

div#details ul li a {
text-decoration: none;
color: #474847;
}

div#details ul li a:hover {
color: #101010;
}

div#slider {
width: 940px;
height: 186px;
background-color: #efa529;
padding: 2px;
}

div#content {
width: 944px;
height: auto;
margin: 0;
padding: 0;
}

div#sidebar {
width: 225px;
height: auto;
border-right: 2px solid #efa529;
float: left;
}

div#explode {
width: 717px;
height: auto;
border-left: 2px solid #efa529;
margin: 0 0 0 225px;
}

table {
font-size: 12px;
}

div#footer {
width: 928px;
height: 14px;
background-color: #efa529;
font-size: 12px;
color: #ffffff;
padding: 8px;
}

div#footer a {
text-decoration: none;
color: #ffffff;
}

div#footer a:hover {
color: #fbf8f3;
}

div.clear {
clear: both;
line-height: 0px;
font-size: 0px;
padding: 0px;
margin: 0px;
height: 0px;
}

div#navi_header {
width: 201px;
height: 16px;
background-color: #4f4f4f;
padding: 12px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

div#sidebar ul {
margin: 0;
padding: 0;
}

div#sidebar ul li {
list-style: none;
width: 205px;
height: 15px;
background-color: #f2f2f2;
border-bottom: 1px solid #ffffff;
padding: 10px;
font-size: 12px;
}

div#sidebar ul li a {
text-decoration: none;
color: #101010;
vertical-align: text-top;
}

div#sidebar ul li:hover {
background-color: #ebebeb;
}

/* Links definieren */
a {
color: #474847;
text-decoration: none;
}

a:hover {
color: #101010;
text-decoration: none;
}

/* Überschriften definieren */
h1 {
padding: 5px;
font-family: Arial;
font-size: 20px;
color: #212628;
font-style: italic;
}

h2 {
padding: 4px;
font-family: Arial;
font-size: 18px;
color: #272c2e;
font-style: italic;
}

h3 {
padding: 3px;
font-family: Arial;
font-size: 16px;
color: #2e3437;
font-style: italic;
}

h4 {
padding: 3px;
font-family: Arial;
font-size: 15px;
color: #2e3437;
font-style: italic;
}

/* ilch definieren */
textarea {
width: 500px;
height: auto;
background-color: #ffffff;
border: 1px solid #ebebeb;
padding: 4px;
font-family: Tahoma;
font-size: 13px;
color: #474847;
}

.Chead, .Chead th, .Chead a {
height: 16px;
background-color: #4f4f4f;
padding: 12px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

.Cdark, .Cdark td, .Cdark a {
background-color: #fefefe;
color: #101010;
padding: 6px;
}

.Cmite {
background-color: #ffffff;
padding: 8px;
}

.Cnorm {
background-color: #fdfdfd;
padding: 12px;
}

.border {
border: 1px #f7f7f7 solid;
}

.smalfont {
font: 10px Tahoma;
}

fieldset {
border: 1px #ebebeb solid;
font-size: 12px;
}

legend {
font: 13px Arial;
color: #4b4b4b;
font-weight: bold;
}

input[type="text"], input[type="password"], input[type="submit"], select, input {
font-family: Tahoma;
font-size: 13px;
color: #474847;
background: #ffffff;
border: 1px #ebebeb solid;
min-height: 17px;
width: 250px;
margin-bottom: 2px;
padding: 4px;
} 

input:focus, select:focus, textarea:focus {
border: 1px #cdcdcd solid;
}

input[type="submit"], input[type="reset"] {
font-weight: bold;
padding: 4px;
height: 25px;
}

input[type="radio"], input[type="checkbox"] {
border: 0px;
min-height: 0px;
width: 0px;
margin-bottom: 0px;
}

/* Form Validation */
form.validate fieldset {
border: 0px;
}

span.error-message {
font-weight: bold;
}

form.validate span {
color: #F00;
font-size: 11px;
}

/* Page Flip Effect */
#pageflip {
position: absolute;
right: 0;
top: 0;
float: right; 
z-index: 1;
}

#pageflip img {
width: 50px;
height: 52px;
z-index: 99;
position: absolute;
right: 0;
top: 0;
-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
width: 50px;
height: 50px;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
background: url(../images/subscribe.png) no-repeat right top;
}

