/* style.css */

html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family: "Arial",sans-serif;
  font-size:12px;
  line-height:18px;
	color:#737373;
  background: #ffffff url(/con/cms/images/bg-body.gif) repeat-y left top;
  text-align:justify;
}

/* absolut positionierte Telefonnummer und Mailadresse */
div#contactdata {
  margin:30px 20px 0 30px;
  font-size:10px;
  color:#FFFFFF;
  line-height:14px;
}

div#container {
	width:100%;
  height:192px;
}

div#minimumwidth {   /* Den brauchts nur damit bei kleiner Fenstergrösse, der Inhalt nicht unter das Menu rutscht */
	width:1005px;
}

div#left {
	width:225px;
  height:492px;
  padding:166px 0 20px 0;
  float:left;
	background: #4b7ab2 url("/con/cms/images/bgleft.jpg") no-repeat; /*#9bc8eb*/
  margin:0;
}

/* for ie: */
div#right {
	width:auto !important;
  float:left;
}
/*
div#right {
	margin-left:261px;
  padding:0;
}
  */
div#header {
	margin:0;
  padding:0;
	height:135px;
	width: 765px;
	background:url("/con/cms/images/default-header.jpg") no-repeat;
  overflow:hidden;
}

div#header.editmode {
  overflow: visible !important;
}

div#header img {
  padding:0;
  margin:0;
  border:0;
}

div#contentall {
	margin:0;
  padding:0;
}

div#content_left {
	width:470px;
  float:left;
  padding:32px 38px 0 20px;
}
div#content_right {
	float:left;
	width:200px;
  margin:0;
  padding:17px 20px 17px 17px;
  border:none;
  background-color: #f2f2f2;
}

div#newsletterseperator {
	clear:both;
  margin:40px 0 20px 0;
  border-bottom:1px solid #cccccc;
}

h3 {
	margin-top:0;
	text-align: left;
}

/* Allgemeine links */

a {
	color:#3565a3;
  text-decoration:none;
}