html, body {
  margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #EAEAEA;
	background-image: url(images/bg-seite.jpg);
	background-position: 0 0px;
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3F4C6C;
}


#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
}

#header {
	width: 920px;
	height: 184px;
	padding: 0;
	background-image:  url(images/bg-header.jpg);
	background-position: 0px 0;
}

span {
	color: #0D206F;
	font-style: italic;
}

#navi {
	width: 220px;
	margin: 0 0 0 19px;
	padding: 25px 0 204px 0;
	background: #AEAEBA url(images/bg-navi.jpg) bottom no-repeat;
}

#navi ul {
  width: 220px;
	margin: 0;
	padding: 0;
}

#navi li {
	width: 220px;
	list-style-type: none;
	margin: 0;
	padding: 0;
  background: transparent;
}

#navi li a {
  width: 190px;
  display: block;
	color: #383749;
	background: #AEAEBA;
	background-position: 0 -75px;
	text-decoration: none;
	margin: 0;
	padding: 4px 15px 4px 15px;
	border-top: 1px solid #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
}

#navi li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #727AA1 ;
}

#navi li.active a {
	color: #FFFFFF;
	text-decoration: none;
	background: #AEAEBA url(images/bg-seite.jpg);
}

#navi li ul li a {
        width: 170px;
	padding: 4px 15px 4px 35px;
}

#content {
	width: 920px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

#contentmain {
	width: 640px;
	padding: 25px 0px 25px 0px;
	margin: 0 0 0 0;
	float: right;
	font-size: 1.5em;
}

#contentnavi {
	width: 260px;
	float: left;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	font-size: 1.3em;
}

#footer {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 20px 0px;
	margin: 30px 0px 0px 20px;
	clear: both;
	color: #C1C1C1;
}

#footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#footer a:hover {
	color: #006AC3;
}

#footercontent {
	font-size: 11px;
	color: #aeaeae;
	margin-bottom: 20px;
}

#footerleft {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footerright {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.4em;
	color: #3F4C6C;
	margin: 0 0 15px 0;
	padding: 0px 0 10px 110px;
	line-height: 2.5em;
	font-style: italic;
	background: #EAEAEA url(images/bg-h1.jpg) bottom left no-repeat;
}

h2 {
	font-size: 1.2em;
	color: #3F4C6C;
	padding: 5px 0 5px 0px;
	font-style: italic;
	border-bottom: 1px solid #3F4C6C;
}

h3 {
	font-size: 1.0em;
	color: #3F4C6C;
	padding: 5px 0 0px 25px;
}
	
h4 {
	font-size: 14px;
	color: #3F4C6C;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

em {
font-weight: normal;
font-style: normal;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image:  url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
	border: 1px solid #999999;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	border: 1px solid #999999;
}

img.alignabove {
	margin: 0 0 10px 0;
}

#contentmain a img.button {
	text-decoration: none;
	border: none;
}


#contentleft p a, #contentright p a {
	text-decoration: none;
	color: #0D206F;
	border-bottom: 1px dotted #0D206F;
	padding: 2px 2px 2px 2px;
}

#contentleft p a:hover, #contentright p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0D206F;
	padding: 2px 2px 2px 2px;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* formulare */

fieldset {
margin: 1.0em;
padding: 20px;
}

.formfeld {
font-family : Arial, Helvetica, sans-serif;
color:#334D66;
background-color : #FFFFFF;
border-style : solid;
border-width : 1px;
border-color : #CCCCCC;
padding : 4px;
width: 260px;
}

label {
display: block;
float: left;
width: 120px;
color: #800000;
}

legend {
padding: 0 10px 0 10px;
color: #800000;
}

.button#submit {
float: left;
}

.button#reset {
float: right;
}


/* ditto */

/* beispiel referenzen bau */

.ditto_summaryPost {
  margin: 0 0 2.0em 0;
  padding: 0;
  border-top: 2px solid #2A2B3D;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: #F0F0E8;
  clear: both;
}

.ditto_summaryPost p.ditto_title {
  margin: 0;
  padding: 5px 5px 5px 10px;
  color: #333333;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #CFCFCF;
}

.ditto_summaryPost p.ditto_title a {
  color: #333333;
  text-decoration: none;
}

.ditto_summaryPost p.ditto_title a:hover {
  color: #333333;
  text-decoration: underline;
}

.ditto_summaryPost p {
  margin: 1.0em;
  padding: 0;
  color: #333333;
  font-size: 0.9em;
  font-weight: normal;
}

.ditto_summaryPost .ditto_news_info {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  clear: both;
}

.ditto_summaryPost .ditto_news_info p.ditto_link {
  float: right;
  width: 120px;
  height: 20px;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
  background: #F0F0E8;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.ditto_summaryPost .ditto_news_info p.ditto_link a {
  display: block;
  width: 120px;
  height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #990000;
  text-decoration: none;
  font-weight: normal;
}

.ditto_summaryPost .ditto_news_info p.ditto_link a:hover {
  margin: 0;
  padding: 0;
  color: #990000;
  text-decoration: underline;
}
