/*sinci 2010*/
html {
	min-height: 101%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	text-align: center;
	/*color: #949494;*/
	background-color: #FFF;
	font-family: helvetica, verdana, Georgia,  sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 150%;
}
a:active, a:focus {
	color: #0082A9;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	font-color:#0082A9;
	color:#0082A9;
	border: 2px solid white;
}
/*a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #0082A9;
	color: #FFF;
	border: 2px solid #0082A9;
}*/
a:hover {
	font-weight: bold;
	color: #000;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0 none;
}
li, ul, ol {
	list-style-type: none;
	font-family: helvetica, verdana, Georgia,  sans-serif;
	font-weight: bold;
}
/* Serifenschrift für Überschriften, inkl. h1 (alt-Text) */
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, verdana, Georgia, sans-serif;
	font-weight: bold;
}
/*  Überschriftengrößen auf Basis von small (13px) */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 11px;
  text-transform: uppercase;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
/* GRUND-LAYOUT-BEGINN */
#container {
	width:862px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	background-color: #FFF;
}
/*#container {
	width:916px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #FFF;
	border: 1px solid #0082A9;
	margin-bottom:30px;
}*/
#header {
	padding: 0;
	height: 147px;
	width: 862px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin: 0px;
	float: left;
	/*border: 1px solid #0082A9;*/
}
/*#header {
	padding: 0;
	height: 260px;
	width: 862px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin: 0px;
	float: left;
}*/
#logo {
	position: 0;
	top:0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
  height: 33px;
	width: 862px;
	left: 0px;
}
#tikker {
	padding: 0;
	height: 20px;
	width: 860px;
	top: 17px;
	position: relative;
	margin: 0px;
	float: left;
	background-color: #0082A9;
	border: 1px solid #0082A9;
}
/*#logo {
	position: absolute;
	top:100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
  height: 31px;
	width: 128px;
	left: 0px;
}*/
#sidebar1 {
	float: left;
	width: 20.5em;
	margin-top: 55px;
	background-color: #FFF;
}
#sidebar2 {
	float: right;
	width: 22em;
	margin-top: 60px;
	background-color: #FFF;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar2 p {
	margin-bottom: -5px;
}
#sidebar1 p {
	margin-bottom: -5px;
}
#mainContent40 {
	width:40%;
	float: left;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 0px;
	padding-right: 23px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF;
}
#mainContent55 {
	width:41%;
	float: left;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 23px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF;
}
#mainContent75 {
	width: 75%;
	float: left;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 0px;
	padding-right: 23px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF;
}
#mainContent100 {
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 0px;
	padding-right: 23px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF;
}
#footer {
	height:50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 862px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* GRUND-LAYOUT-ENDE */

/*USER1,USER2*/

.user1, .user2 {
	float: left;
	width:47%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#newsflash {
	margin: 5px;
	padding: 5px;
}
#pathway {
	margin: 5px;
	padding: 5px;
}
#search {
}
/*NAVI-OBEN-BEGINN*/
.nav {
	background-color: 	#007C8B;
  height: 23px;
	width: 862px;
	/*width:550px;*/
	font-family: helvetica, verdana, Georgia,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-color: white;
  text-decoration: none;
  float:right;
	
	position: absolute;
	z-index: 100;
	top:200px;
	border-width:3px;
}
.nav ul {
	padding: 0;
	float: right;
	margin-top:0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.nav ul li {
	display: inline;
}
.nav ul li a{
	float: right;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF;
}
.nav ul li :visited {
	color: #999;
}
.nav ul li :hover, .nav ul li .selected {
	color: #0082A9 !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav a{
	float: right;
	color: #FFF;
	padding-right: 5px;
}

/*NAVI-OBEN-ENDE*/

/*MENU LEFT*/
.moduletable,.moduletablekontakt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
}
.moduletable_impressum {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
  float:right;
	position:relative;
	top:28px;
}

.moduletable_demo,.moduletable, .moduletablekontakt{
	padding-bottom: 25px;
	padding-left: 5px;
}

.moduletable_demo,.moduletable{
	padding-top: 10px;
}



.moduletable a:link,.moduletable a:visited,.moduletable_demo a:link,.moduletable_demo a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #0082A9;
	color: #FFF;
	border: 2px solid #0082A9;
}

.moduletable_menu {
	width:190px;
	margin-bottom: 10px;
	margin-left: 0;
}
.moduletable_menu h3 {
}
.moduletable_menu li a {
	color: #000;
	voice-family: "\"}\"";
	voice-family: inherit;
 	max-height:30px;
	text-decoration: none;
}


.moduletable_menu li a:link, .moduletable_menu li a:visited {
	display: block;
	background: url(menu3.gif);
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;*/
	/*padding-top: 0;*/
	padding-right: 0;
	padding-bottom: 0;
	/*padding-bottom: 0px;*/
	/*padding-bottom: 0px;*/
	padding-left: 0;
	font-weight: bold;
  font-style:  bold;
}



.moduletable_menu li a{
 	max-height:10px;
	padding-bottom: 2px;
	padding-top: 5px;
 }

.moduletable_menu li.active a{
  color: #0082A9;
	padding-bottom: 0px;
}


.moduletable_menu li.parent li a{
 	max-height:8px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.moduletable_menu li.parent.active li a{
	font-weight: normal;
  font-style:  normal;
  color: #000;
}
 
.moduletable_menu li.active a:after{
  content:' >>'; 
	font-weight: bold;
  font-style:  bold;
  color: #0082A9;
}

.moduletable_menu li.parent.active li a:after{
  content:''; 
}
.moduletable_menu li.parent.active li a{
  color: #000;
}
.moduletable_menu li #current a{
  color: #0082A9;
}


ul.menu ul li {
	/*text-indent: 20px;*/
	font-family:helvetica, verdana, Georgia,  sans-serif;
}
.Demoversion {
	padding-bottom: 12px;
	padding-left: 10px;
}
/*MENU LEFT ENDE*/

.input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentheading {
	font-family:helvetica, verdana, Georgia,  sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #0082A9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF;
}
.componentheading {
	font-family:helvetica, verdana, Georgia,  sans-serif;
	font-weight: normal;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF;
	color: #0082A9;
}
.buttonheading {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF;
}
a.readon {
	font-weight: bold;
}
.button {
	text-decoration: none;
	font-weight: normal;
	background-color: #0082A9;
	color: #FFFFFF;
	border: 2px solid #0082A9;
	font-size: 9px;
  text-transform: uppercase;
	margin: 1px;
	padding: 2px;
  float:right;
}
.small {
	font-size: 9px;
	font-style: italic;
}
.createdate {
	font-size: 9px;
	font-style: italic;
}
hr {
	color: #FFFFFF;
	size: 1px;
	border-bottom: 1px dotted #FCF;
}
email{
	background-color: white;
	color:#FCF;
	border: 2px solid white;
}
.invalid {color:red;}