html { height: 100% } 

body {
	background-color: #606C7C;
	margin: 19px 0 19px 0;
	padding: 0px;
	min-height: 101%;
}


body, td, div, p, input, textarea, select, h1, h2, h3, h4, h5, h6, span, ol, ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 11px;
}

/* Links */

a:link, a:active, a:visited { color:#5C83B8; font-weight: bold; }
a:hover { color:#000000 }

/* Header Table */
#header { 
	background: url(images/header_bg.gif) no-repeat;
	height:52px;
}

#header .left {
	text-align:right;
}

#header .right {
	font-size:11px;
	padding:0 20px 0 0;
}

#header .right a {
	color:#FFFFFF;
	text-decoration:none;
	margin: 0 5px 0 5px;
}

#header .right a:hover {
	color:#EAD777;
}

#country { 
	float:right;
	clear:both;
}

#language {
	color:#C6DAE2;
	font-size:10px;
	background: url(images/arrowdown.gif) no-repeat right;
	width:100px;
	cursor:pointer;
	float:right;
	clear:both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 0;
}

#languagelist {
	visibility:hidden;
	position:absolute;
	width:97px;
	background:#5D7EAB;
	padding:3px;
	font-size:11px;
}

/* Top Menu */
#topmenu {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topmenu li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	display:block;
	width:130px;
	height:33px;
}
#topmenu li a {
	display:block;
	width:130px;
	height:23px;
	background:url(images/menu_bg.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0 0 0;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
	background-position:0 0;
	color:#000000;
}
#topmenu li a:hover {
	background-position:0 -33px;
	color:#5C83B8;
}

#topmenu li a#current {
	background-position:0 -33px;
	color:#5C83B8;
}

/* Under Header Table on home page */

#subheader {
	background:#5C83B8;
}

#subheader .left {
	border-left: solid 1px #1872A3;
	border-right: solid 1px #1872A3
}

#subheader .right {
	border-right: solid 1px #1872A3
}

#subheader .shadowleft {
	background:	#E0EDFF url(images/shadow.gif) repeat-x;
	height:20px;
	border-left: solid 1px #1872A3
}

#subheader .shadowright {
	background:	#E0EDFF url(images/shadow.gif) repeat-x;
	height:20px;
	border-right: solid 1px #1872A3
}

#videocontrol {
	height:16px;
	color:#FFFFFF;
	padding:4px;
}


#videocontrol a {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:10px;
}	

#videoclip {
	height:223px;
}

/* Subpage header */

#subpageheader {
	background:#5C83B8;
}

#subpageheader .left {
	border-left: solid 10px #1872A3;
	border-right: solid 10px #1872A3;
	padding: 10px;
	color: #FFFFFF;
}

#subpageheader .right {
	border-right: solid 1px #1872A3
}

#subpageheader .shadowleft {
	background:	#E0EDFF url(images/shadow.gif) repeat-x;
	height:20px;
	border-left: solid 1px #1872A3
}

#subpageheader .shadowright {
	background:	#E0EDFF url(images/shadow.gif) repeat-x;
	height:20px;
	border-right: solid 1px #1872A3
}

#submenu {
	list-style-type:none;
}

.submenutitle {
	background-image: url(images/pagenav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.submenuitem {
	padding: 5px;
	background-color:#bbddff;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #FFFFFF;
}

.overviewtitle {
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.overviewitem {
	padding: 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}



#submenu a {
	color:#000;
	font-weight:bold;
}

/* Page Body on home page */

#pagebody {
	background:#E0EDFF;
}

#pagebody .left {
	border-left: solid 1px #1872A3;
	padding:0 0 0 30px;
	width:488px;
	vertical-align:top;
}

#pagebody .left1 {
	border-left: solid 1px #1872A3;
	border-right: solid 1px #1872A3;
	padding:0 0 0 30px;
	vertical-align:top;
	width: 330px;
}

#pagebody .right {
	border-right: solid 1px #1872A3;
	padding:0 0 0 10px;
	width:252px;
	vertical-align:top;	
}

#pagebody .left h1 {
	margin:0px;
	padding:3px 0 0 23px;
	background: url(images/h1_bg.jpg) no-repeat;
	height:18px;
	width:460px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	
}

#pagebody .left1 h1 {
	margin:0px;
	padding:3px 0 0 23px;
	background: url(images/h1_bg.jpg) no-repeat;
	height:18px;
	width:310px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	
}

#pagebody .right h2 {
	margin:0px;
	padding:3px 0 0 23px;
	background: url(images/h2_bg.jpg) no-repeat;
	height:18px;
	width:220px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}


#pagebody h2 {
	 padding-bottom: 0;
	 margin-left: 0;
	 margin-bottom: 0;
	 margin-right: 10px;
	 border-bottom: 1px solid #3399FF;
	 line-height: 20px;
}

#pagebody p {
	  padding: 0 0 5px 0;
	  line-height: 18px;
}

#pagebody .left p, #pagebody .right p,.left1 p ,.right1 p{
	font-size:11px;
	color:#000000;
	margin:5px 10px 0 0;
}

#referenceframe {
	padding-top: 10px;
}


/* Over the Footer */
#overfooter {
	background:#E0EDFF;
}

#overfooter td {
	border-left: solid 1px #1872A3;
	border-right: solid 1px #1872A3;
	padding:10px;
	color:#5C83B8;
}

#overfooter td div {
	float:left;
	margin:0 10px 0 10px;
}

/* Footer */

#footer {
	background:url(images/footer_bg.gif) no-repeat;
	height:33px;
}

#footer .left {
	color:#FFFFFF;
	font-size:10px;
	padding:2px 0 0 10px;
	width:50%;
}

#footer .right {
	color:#FFFFFF;
	font-size:10px;
	padding:2px 10px 0 0;
	text-align:right;
	width:50%;
}

#footer .right a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer .right a:hover {
	color:#EAD777;
}

/* Classes */ 

.ablock {
	margin:10px 0 30px 0;
}

.rblock {
	margin:10px 8px 30px 0;
	background:#BFDBFF;
}

.rblock p {
	padding:3px;
}

.rblock img {
	margin: 0 0 0 5px;
	padding: 0;
}





ol.bullet {
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	margin:0px;
	padding:5px 0 5px 25px;
}

.buton {
	cursor:pointer;
}

/* Klassen für Referenzen-Seite */
#pagebody .leftreferences {
	border-left: solid 1px #1872A3;
	border-right: solid 1px #1872A3;
	padding:0 50px 0 30px;
	vertical-align:top;
}

#pagebody .leftreferences h1 {
	border-left: solid 1px #1872A3;
	border-right: solid 210px #ffffff;
	vertical-align: top;
	margin: 0px;
	padding: 3px 0 0 23px;
	background: url(images/h1_bg.jpg) no-repeat;
	width: 460px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	height: 18px;
}

.references {
	margin: 0;
	border-bottom: 1px solid #5C83B8;
}

.backtotop {
	text-align: right;
}

.backtotop a {
	font-weight: bold;
	color: #5C83B8;
}

.logos {
	width: 125px;
	height: 72px;
	background-color: #fff;
	float: left;
	padding: 2px 3px 0 3px;
	margin-right: 15px;
}

.logos img {
	width: 125px;
	margin: 0;
	padding: 0;
}

/* Ende */

/*  Klassen für Onlinedemo-Seite  */
.onlinedemoleft {
	float: left;
	padding: 3px 5px 5px 5px;
}

.onlinedemoright {
	float: left;
	width: 220px;
	padding: 10px 5px 5px 5px;
}

/* Ende */

/*  Klassen für Galerie-Seite  */
.galerieleft {
	float: left;
	width: 200px;
	padding: 10px 10px 10px 20px;
}

.galerieright {
	float: left;
	width: 200px;
	padding: 10px;
}

.galeriecentered {
	float: left;
	width: 400px;
	padding: 10px 10px 10px 20px;
}
/* Ende */






/* Formular */

fieldset {
	border: 1px solid #5C83B8;
}

legend { 
	padding: 10px;
}

#formular {
	float: left;
	width: 100%;
}

#formularlinks {
	float: left;
	width: 50%;
}

#formularrechts {
	float: right;
	width: 50%;
}


label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 210px; /* Breite.*/
  height: 18px;
}

select {
  height: 22px;
}

input, select {
  margin: 0 0 4px 0;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

select {
  width: auto;
}

input#submit { /* den Submit-Button */
  width: auto;
  height: 22px;
  float: none;
}

.commentOnline {margin-top: 10px;}
