body, div, h1, h2, h3, ul, li, p, table, th, tr, td, form {
  margin: 0;
  padding: 0;
  border: 0;
  font: 11px/14px Verdana, Helvetica, Sans-Serif;
  /*font: 15px/18px Verdana, Helvetica, Sans-Serif;*/
  color: #333333;
}

img{
	border:				0px;
}  
body {
  background-color: 	 #fff;
  font: 				       11px/14px Verdana, Helvetica, Sans-Serif;
  color: 				       #000;
  text-align: 		     center;
  padding-bottom: 	   20px;
}
  
hr {
  margin-right: 		  10px;
  margin-left: 			  10px;
  }
  
h1 {
  width: 				     750px;
  height: 			     104px;
  background: 		   url(img/bg_h1.gif) no-repeat top center;
  font-size: 			   1px;
	margin-bottom:		 -20px;
  text-indent: 		   -10000px;
}
  
iframe {
  margin: 				2px 0 0 0;
  padding: 				0;
  border: 				0;
  height: 				200px;
  }
  
#mainContainer {
  text-align: 			center;
  width: 				    750px;
  margin: 				  10px auto 0 auto;
  padding: 				  0 0 10px 0;
  background: 			#fff;
  }
  
#footContainer {
  width: 				     750px;
 	margin: 			     0 auto 10px auto;
}
  
#footContainer p {
  margin: 			     0;
  padding: 			     3px 0 5px 0;
  text-align: 		   center;
  font-size: 			   10px;
  line-height: 		   15px;
  color: 				     #000;
}
  
#footContainer p a {
  text-decoration: 	  none;
  color: 				      #000;
}
  
#mainMenu {
	position:			     relative;
	top:               -24px;
  _top:				       -17px;
	left:				       260px;
  text-align: left;
  margin-bottom: 15px;
  visibility: hidden;
}

#mainMenu li {
  list-style: 		   none;
	display: 			     inline;
}

#mainMenu li a{
  padding:            0 0 5px 0;
  border:             0;
  
}

#subMenu {
  margin: 			10px;
  padding: 			0 0 2px 0;
  clear:        both;
  text-align: left;
}

#subMenu li {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 5px 0 5px 5px;
  display: inline;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  }

#subMenu li a {
  padding: 0;
  margin: 0;
  border: 0;
  color: #222;
  color: #c03;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  }

#subMenu li a:link {
  color: #c03;
  }
  
#subMenu li a:visited {
  color: #c03;
  }

#subMenu li a:hover {
  color: #c03;
  font-weight: bold;
  }

#subMenu li a#subMenuCurrent {
  color: #c03;
  font-weight: bold;
  }
  
#systemlogContainer, #errorlogContainer, #infoContainer, #inputContainer, #goaeContainer, #iframeContainer, .summaryContainer, .textContainer {
  background: 		#f7f7f7;
  margin:         0 0 15px  0;
  margin: 0 auto 15px auto;
	border: 			  1px solid #e5e5e5;
	padding-bottom:	15px;
	width:          728px;
  text-align: left;
}
  
#goaeContainer, .summaryContainer {
    margin: 0 auto 15px auto;
  	padding: 			0;
    text-align: left;
}
  
#iframeContainer {
  	padding: 			0 2px 2px 2px;
}
  
h2.containerTitle {
	padding-left:		10px;
	width:				  720px;
	background: 		#fff url(img/bg_containerTitle.gif) repeat-x top left;
	color: 				  #c03;
  font-weight: 		bold;
  height:				  24px;
	line-height:		24px;
	vertical-align:	middle;
  text-align: left;
  margin: 0 auto 0 auto;
}
  
#goaeContainer h2.containerTitle, .summaryContainer h2.containerTitle {
  margin-bottom: 0;
}

#iframeContainer h2.containerTitle {
  margin: 1px 0 0 0;
  }
  
p {
  	color: 				#000;
  	clear: 				left;
	line-height:		14px;	
  	margin: 			0 10px 0 10px;
  	padding: 			10px;
}
  
p.log {
  
  }
  
label {
  margin: 0 10px 0 0;
  padding: 3px 5px 3px 0;
  display: block;
  float: left;
  text-align: right;
  width: 350px;
  }
  
input {
  width: 150px;
  margin: 0;
  padding: 0;
  font: 11px/14px Verdana, Helvetica, Sans-Serif;
  text-align: left;
  }
  
.formSubmit, .formButton {
  width: 150px;
  text-align: center;
  }
  
.formCheckbox {
  width: auto;
  margin: 3px 0 3px 0;
  text-align: left;
  }

.formImage {
  width: auto;
  }
  
a img {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
table {
  color: #111;
  clear: left;
  margin: 0 1px 1px 1px;
  padding: 0;
  width: 726px;
  }
  
td.goaeList, td.summaryList {
  clear: left;
  margin: 5px 10px 0 10px;
  padding: 3px 6px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  line-height: 15px;
  vertical-align: top;
  text-align: center;
  }
  
th.goaeList, th.summaryList {
  clear: left;
  margin: 5px 10px 0 10px;
  padding: 3px 6px;
  background: #e6e6e6;
  color: #666;
  border: 1px solid #BBBBC6;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  }
  
td.goaeList a, td.summaryList a {
  color: #111;
  text-decoration: none;
  }
  
td.goaeList img, tdsummaryList img {
  margin: 0;
  border: 0px solid #BBBBC6;
  padding: 0;
  }
  
label.disabled {
  color: #666;
  }
  
div.textContainer ul {
  margin-left: 40px;
  padding: 5px 0;
  }

div.textContainer ul li {
  color: #222;
  }
  
div.textContainer p {
  	text-align: 		left;
	line-height:		15px;	
}
  
div.textContainer a {
  color: #c03;
  text-decoration: none;
  }
  
div.textContainer p.small {
  margin: 5px 5px 0 5px;
  padding: 0;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  }
  
span.info a {
  float: left;
  margin: 0 3px 0 0;
  padding: 0 4px 0 4px;
  width: auto;
  height: auto;
  font: bold 15px/15px Courier, Monospaced;
  background: #cc0033;
  color: #f5ccd6;
  }
  
#remoteFrame {
  width: 1px;
  height: 1px;
  display: none;
  }
  
  
/**
*   Neue Navigation
*/

a#mM_Startseite, a#mM_Kalkulation, a#mM_Firmenangebot, a#mM_Referenzen, a#mM_Impressum, 
IMG#img_Startseite, IMG#img_Kalkulation, IMG#img_Firmenangebot, IMG#img_Referenzen, IMG#img_Impressum{
  height:     18px;  
}

a#mM_Startseite{
  width:      66px;
  background: url(img/navi/startseite_inactive.gif) no-repeat;
}
a#mM_Kalkulation{
  width:      75px;
  background: url(img/navi/kalkulation_inactive.gif) no-repeat; 
}
a#mM_Firmenangebot{
  width:      93px;
  background: url(img/navi/firmenangebot_inactive.gif) no-repeat;  
}
a#mM_Referenzen{
  width:      74px;
  background: url(img/navi/referenzen_inactive.gif) no-repeat;  
}
a#mM_Impressum{
  width:      72px;
  background: url(img/navi/impressum_inactive.gif) no-repeat; 
}

a#mM_Startseite:hover{
  background: url(img/navi/startseite_active.gif) no-repeat; 
}
a#mM_Kalkulation:hover{
  background: url(img/navi/kalkulation_active.gif) no-repeat; 
}
a#mM_Firmenangebot:hover{
  background: url(img/navi/firmenangebot_active.gif) no-repeat; 
}
a#mM_Referenzen:hover{
  background: url(img/navi/referenzen_active.gif) no-repeat; 
}
a#mM_Impressum:hover{
  background: url(img/navi/impressum_active.gif) no-repeat; 
}

a#mM_Startseite, a#mM_Kalkulation, a#mM_Firmenangebot, a#mM_Referenzen, a#mM_Impressum{
  height:     18px;  
}

IMG#img_Startseite{
  width:      66px;
}
IMG#img_Kalkulation{
  width:      75px;
}
IMG#img_Firmenangebot{
  width:      93px;
}
IMG#img_Referenzen{
  width:      74px;
}
IMG#img_Impressum{
  width:      72px;
}

