/* Standard HTML-Formate #####################*/
body,html {
	color: #31354A;
	background: #F0F0F0;
	font-family: lucida, lucida sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	margin: 0px;
	padding: 0px;
}

a,a:link,a:visited,a:hover,a:active {
	color: #687BD1;
	text-decoration: underline;
}

h1 {
	color: #687BD1;
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #687BD1;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #687BD1;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 2px 0px 8px 0px;
}

ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 6px 16px;
	list-style-type: circle;
}

/* END Standard HTML-Formate */
	/* Formularformate #####################*/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	float: left;
	width: 120px;
}

fieldset {
	border: 1px solid #687BD1;
	padding: 14px;
}

legend {
	color: #687BD1;
	font-weight: bold;
}

input,select,textarea {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

input {
	padding: 2px 3px;
}

input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 3px;
}

input.text,textarea.textarea {
	width: 70%;
}

#form-module .element {
	margin: 6px 0px;
}

input:hover,select:hover,textarea:hover {
	background-color: #f1f1f1;
}

input:focus,select:focus,textarea:focus {
	border: 2px solid #888888;
}

.button {
	background-color: #D0D0D0;
	background-image: url(backgroundbtn.gif);
	background-repeat: repeat-x;
	border-color: #BEBEBE #888888 #888888 #BEBEBE;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin: 0;
	padding: 0px 6px;
}

.button:hover,.button:active {
	background-color: #E5E5E5;
	color: #222222;
	text-decoration: none;
}

/* END Formularformate */ /* Navigation #####################*/
#mainnavi {
	background: url("navi_bg.jpg") no-repeat;
	float: left;
	font-size: 14px;
	height: 331px;
	line-height: 17px;
	margin: 0;
	width: 280px;
}

#navi,#navi ul {
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	margin: 26px 0 0 0;
}

#navi li {
	margin: 0;
	list-style-type: none;
}

#navi a {
	color: #FFFFFF;
	display: block;
	height: auto;
	padding: 3px 30px 4px 30px;
	margin-left: 7px;
	text-decoration: none;
}

#navi a:hover {
	background: #E3E6F5;
	color: #687BD1;
}

/* Aktiv Formate */
#navi a.navActive {
	background: #E3E6F5;
	color: #687BD1;
}

#naviLeft {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	list-style: none;
	margin: 10px 0 0 0;
}

#naviLeft li {
	margin: 0;
	list-style-type: none;
}

#naviLeft a {
	color: #31354A;
	display: block;
	height: auto;
	padding: 3px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
}

#naviLeft a:hover {
	color: #687BD1;
	background-color: #f4f5fb;
}

/* Aktiv Formate */
#naviLeft a.navActive {
	color: #687BD1;
	background-color: #f4f5fb;
}

/* END Navigation */ /* Sitemap #####################*/
.sitemap1 ul {
	list-style-type: circle;
	margin: 2px 0px 14px 20px;
	padding: 0px;
}

.sitemap1 li {
	margin: 2px 20px;
}

/* END Sitemap */ /* Infoboxen #####################*/
.box {
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px 0px 6px 0px;
}

.box p {
	padding: 0px 6px 6px 6px;
}

.box h1 {
	background-color: #687BD1;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px 0px 6px 0px;
}

.box h2 {
	padding: 0px 6px 6px 6px;
}

.box a:link,.box a:visited {
	color: #009CDA;
	text-decoration: underline;
}

.box a:hover,.box a:active {
	color: #009CDA;
	text-decoration: underline;
}

/* END Infoboxen */ /* Newsformate #####################*/
div.news {
	margin: 0 0 30px 0;
}

div.news h1 {
	
}

div.news .date {
	font-size: 12px;
	color: #31354A;
}

div.teaser {
	margin: 0 0 20px 0;
}

div.teaser h2 {
	font-size: 12px;
}

div.teaser .date {
	padding: 3px 10px 4px 10px;
	background: #E3E6F5;
}

div.newsNav {
	margin-top: 10px;
}

/* END Newsformate */ /* Angebotsformate #####################*/
div.angebot {
	margin: 40px 0;
}

div.angebot h1, 
div.angebot .zusatz,
div.angebot .tinymcewysiwyg {
	margin: 0 170px 0 220px;
}

div.imgbox {
	float: left;
	width: 200px;
}

div.pricebox {
	margin: 4px 0 4px 220px;
}

div.pricebox .price {
	font-weight: bold;
}

div.pricebox .priceNew {
	color: #999999;
}

/* END Angebotsformate */ /* Allgemein #####################*/
#frame {
	margin: 0px auto;
	width: 960px;
}

#headerContainer {
	height: 349px;
}

#header {
	float: left;
}

#contentContainter {
	background: url("c_main.jpg") repeat-y;
}

#cTop {
	background: url("c_top.jpg") no-repeat;
	height: 15px;
}

#cBottom {
	background: url("c_bottom.jpg") no-repeat;
	height: 20px;
}

#contentLeft {
	float: left;
	width: 230px;
	margin-left: 30px;
	font-size: 11px;
}

#contentMain1 {
	margin-left: 280px;
	padding: 0 30px 0px 20px;
	border-left: 1px dotted #636363;
}

#contentMain2 {
	margin-left: 280px;
	margin-right: 20px;
	padding: 0 19px;
	border-left: 1px dotted #636363;
	border-right: 1px dotted #636363;
	width: 370px;
}

#contentRight {
	float: right;
	padding: 0 30px 0 0;
	width: 220px;
}

#footer {
	width: 500px;
	margin: 40px auto 10px auto;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dotted #636363;
	clear: both;
}

.clearer {
	clear: both;
	display: block;
	visibility: hidden;
}
/* END Allgemein */
