* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

img {
    border: 0;
}

body {
    font-size: 11px;
    line-height: 1.45em;
    text-align: center;
    color: #313131;
	/*background-color: #dbc9a5;*/
	background-image: url('../pics/body_bg.png');
}

#frame {
    margin: 0 auto;
    width: 964px;
    text-align: left;
    position: relative;
	padding: 0 7px;
}




/***** Header *****/

#headerWrapper {
    background-image: url('../pics/header_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
}

#header {
	padding: 10px 27px 0 27px;
}

#logoMap {
    /*display:none;*/
    position:absolute;
    top:20px;
    right:50px;
    width:335px;
    height:90px;
    z-index:2;
}

#language {
	color: #c5c5c5;
}

#navi {
	padding-top: 75px;
	font-size: 1.1em;
}

.naviItem {
    float: left;
	margin-right: 20px;
}

#navi a {
	color: #fff;
}

#subnavi {
	padding-top: 12px;
	
}

#subnavi a {
	color: #313131;
}

#navi a:hover, #subnavi a:hover {
    color: #e6b42d;
    text-decoration: none;
}

#navi a.act, #subnavi a.act {
    color: #e6b42d;
}

#subnavi a:hover.pink, #subnavi a.act.pink {
	color: #ec61d0;
}


/***** Content *****/

#contentWrapper {
	background-image: url('../pics/content_bg.png');
	background-position: center 100px; /* Attachment orientiert sich am Viewport */
	background-repeat: no-repeat;
	background-attachment:fixed; 
}

#content {
    font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 7px; /* Abstand Schatten in contentWrapper */
	background-color: #fff;
	min-height:400px;
}

#content > div {
	padding: 20px 50px; /* Elemente innerhalb id="content" müssen noch mal mit div gekapselt werden */
}

#content h2 {
	margin-top: 10px;
	margin-bottom: 1em;
}

#content .promotext {
	width: 410px;
	margin-top: 40px;
	margin-left: 30px;
}

#content h2 {
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left;
	height: 41px;
}

#content .mugTable {
	font-size: 11px;
    line-height: 1.45em;
}

#content .mugRow {}

#content .mugCell {
	float:left;
	padding:3%;
	width:19%;
	text-align: center;
}

#content .mugCell .image {
	background: url(../pics/loading.gif) no-repeat center;
	height: 150px;
}

#content .mugCell .image img {
	height: 150px;
	opacity: 0;
}

#content .mugCell .text {
	margin-top: 3px;
}

#content .mugCell .title {
	font-weight: bold;
}

#content .mugCell .addon {
	font-size: 0.85em;
}

#content table.volumes { 
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
	margin-top: 1.3em;
}

#content table.volumes tr.row2 { 
	background-color: #fcfcfc;
}

#content table.volumes td + td { 
	border-left: 1px dashed silver;
}

#content table.volumes th { 
	padding: 3px 10px;
	background-color: lightgray;
}

#content table.volumes td { 
	padding: 3px;
	border-bottom: 1px dashed silver;
}


/***** Footer *****/

#footer {
    text-align: center;
	overflow: auto;
	clear: both;
	padding: 5px;
	margin: 0 7px;
	color: silver;
	background-color: #fff;
}

#footer a {
    color: silver;
}

#footer a:hover {
    color: silver;
    text-decoration: underline;
}



/***** HTML Tags *****/


a {
    color: #e6b42d;
    text-decoration: none;
}

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

p {
    display: block;
    font-weight: normal;
    margin: .8em 0;
}

h2 {
    margin-bottom: .7em;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: .7em;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
}

ul {
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none;
}

ul li {
    padding-left: 1.2em;
    background-image: url( '../pics/li_item.png' );
    background-repeat: no-repeat;
    background-position: 0 .6em;
    position: relative;
}

select {
    font-size: 1em;
    margin: .25em 0;
}

option {
	padding-right: 9px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #ccc8be;
    background: #FCFCFC;
    margin: .15em 0;
    padding: .2em;
    font-size: 1em;
    width: 20em;
}

input[type=submit], input[type=button] {
    font-weight: bold;
    font-size: 1em;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fff;
}

.require_input {
    border-color: #AA1D1B !important;
}

.require_msg {
    color:  #AA1D1B;
	margin-left: .7em;
	vertical-align: top;
}




/******* Allgemeine Klassen *******/


label.wFormKontakt {
    float: left;
    width: 8em;
    font-weight: bold;
}

.wColImpressum {
    float: left;
    width: 11em;
	font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.leftCol {
	float: left;
	width: 47%;
	margin-right: 50px;
}

.rightCol {
	text-align: left;
	float: left;
	width: 46%;
}

.gray {
    color: gray;
}

.red {
    color: #AA1D1B;
}

.green {
    color: darkgreen;
}

.blue {
    color: #1e608f;
}

.orange {
	color: #e6b42d;
}

.asterisk {
    color: red;
}


/**** Kontakt Formular ****/

label.wFormKontakt {
    float: left;
    width: 12em;
    font-weight: bold;
}



