* {
    margin:0;
    padding:0;
    border:0;
    font-family: Verdana, Geneva,sans-serif;
    text-decoration:none;
    color: #352F1E;
}

body {
     background-color:white;
     width: 100%;
}

.vertCenter {
	height:50px;
}


#goerner-cuber-index {
	width: 902px;
	height: 490px;
	text-align: center;
}

#goerner-cuber {
	width: 898px;
	height: 469px;
	text-align: center;
}

#left {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 502px;
	height: 469px;
    float: left;
    font-size:11px;
    vertical-align: bottom;
    text-align: left;
}

#left .adresse {
	margin-left: 20px;
}

#left a {
		text-decoration: none;	
		color: #352F1E;
}

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

#navi {
	left: 502px;
	width: 142px;
	height: 469px;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	float: left;
	color: #352F1E;
	font-size: 10px;
}

#navi a {
	color: #352F1E;
	text-decoration: none;
	line-height: 20px;
}

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

#navi a.active {
	color: #fff;
	text-decoration: none;
}


#right {
	text-align: left;
	width: 254px;
	height: 469px;
	float: left;
	left: 700px;
}

p {
	padding: 0px 20px 5px 20px;
	text-align: left;
	color: #352F1E;
	line-height: 13px;
}

li {
	padding: 0px 20px 5px 20px;
	text-align: left;
	color: #352F1E;
	line-height: 11px;
}

.ueber {
	text-transform: uppercase;
}

#subnavi {
	margin-left: 30px;
	font-size: 10px;
	width: 190px;
	color: #352F1E;
	text-align: left;
	line-height: 16px;
	float: left;
	/*border: 1px solid black;*/
}

#subnavi a {
	text-decoration: none;
}

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

#subnavi a.active {
	color: #352F1E;
	font-weight: bold;
	text-decoration: none;
}

#beschreib {
	font-size: 11px;
	text-align: left;
	width: 250px;
	float: left;
	/*border: 1px solid black;*/
}

#liste {
	margin-left: 30px;
	width: 420px;
	color: #352F1E;
	text-align: left;
	float: left;
	/*border: 1px solid black;*/
}

#preise {
	text-align: left;
	width: 50px;
	float: left;
	/*border: 1px solid black;*/
}

#storeForm {
        text-align:right;
        margin-top:15px;
        width: 290px;
}

#storeForm .formradio {
	text-align: right;
    background-color:#D7D3D0;
}

#storeForm input {
        margin-left:5px;
        background-color:#D7D3D0;
        color:#272C49;
}
#storeForm input.button {
        margin-top:2px;
        width:94px;
        text-transform:uppercase;
        border:1px solid #352F1E;
        color: #352F1E;
}
#storeForm .inputSpace {
        margin-bottom:5px;
        vertical-align: top;
        width: 195px;
}
#storeForm .inputSpace3 {
        margin-bottom:5px;
        vertical-align: top;
        width: 180px;
}

#storeForm .inputSpace2 {
        margin-bottom:4px;
        vertical-align: top;
        text-align: right;
}

#storeForm .button {
	font-size: 10px;
}

#storeForm .frage {
	text-align: right;
	width: 290px;
}

textarea {
        background-color:#D7D3D0;
}