/* In general */
html {
  height: 101%;
  width: 100%;
}
body{
  margin:3px;
  padding:0;
  /* background-color: #e0e0e0; */  
}

body{
  text-align:center;
}

a, body, div, p, span, td, .title, th, h1, h2, h3, h4 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;                                     
}

a { 
  color: #ff5500;   
  text-decoration: none;               
}
a:hover { 
  color: #b75703; 
  text-decoration: underline;               
}
h1, .headline1 { 
  font-size: 17px;  
  font-weight: bold;                                     
  line-height: 1.5em;
  margin: 0;
}
h2, .headline2 { 
  font-size: 14px;                                     
  font-weight: normal;                                     
  line-height: 1em;
  margin: 0;
}

h3, .headline3 { 
  font-size: 12px;                                     
  font-weight: normal;                                     
  line-height: 2em;
  margin: 0;
}
h4, .title {
  font-size: 12px;                                      
  font-weight: bold; 
  margin: 0;
  line-height: 2.5em;          
}
.error { 
  color: red;                                     	   
}
th { 
  background-color: #e0e0e0; 
  text-align: left; 
  font-weight: bold                                    
}

.preview_head {
  color:red;
  font-size:x-large;								 					 
}
                          
.news_list { 
  width: 600px;                                        
}                      

.layer_img_small { 
  width: 80px; 
  height: 100%; 
  float: left;              
} 

.titlegrey { 
  font-weight: bold; 
  color: #505050                    
}

.image_content { 
  padding: 5px                                         
}

a .image_content { 
  border: 0;                                         
}

.image_subtitle { 
  font-size: 9px; 
  line-height: 9px; 
  margin-top: 2px;   
}

.cebitformelement { 
  float:left; 
  width: 100px;                            
}

.paragraph { 
  overflow:hidden; 
  width: 100%;                        
  margin-bottom: 10px; 
}

.paragraph img {
  margin-right: 10px; 
}

.clearfix { 
  clear: both; 
  line-height: 1px; 
}

.list ul { 
  margin: 0px 0px 0px 0px; 
  padding: 20px 0px 20px 0px; 
}

.list ul li { 
  margin: 0px 0px 0px 15px; 
  padding: 0px 0px 0px 0px; 
}

.list { 
  margin-top: 10px;
  width:100%; 
}

.floatbox {
  overflow:hidden;
}

/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns{	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: -2em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}

.float_left{
  float: left;
}

.wrapper {
  margin: 0 10px 0 10px;
}

div#main{
  text-align:left; 
  border: 1px solid #999999;
  border-bottom: 0;
  width:700px;
  margin:0px auto;
  min-height: 555px;
  background-color: #fdfdfd;
}

#related_themes ul { 
  margin: 10px 0px 0px 0px;                            
}

#related_themes { 
  margin-top: 30px; 
  display: block; 
  clear: both;       
}

#logout { 
  width: 100%;
  margin-right: 10px; 
  text-align:right;                      
}


/* Layout */

#layer_main_content { 
  margin: 20px 20px 0px 20px;
  min-height: 436px;
  border: 1px solid #ffffff;
}

#layer_main_content ul { 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 25px;    
}

#header { 
  height: 54px; 
  background-color: #f5f5f5;    
}

#header h1 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#header img { 
  margin: 10px 0px 0px 10px;  
}

/* Menu1 Navigation */

/*		------	Basic style	------		*/
#menu1 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu1 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu1 li.first{
  border-left: 0;
}

#menu1 li.last{
  border: 0;
}

#menu1 a {
	float: left;/* \*/float: none;/*  */
	display: block;
}

#menu1 li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	width: 10em;
}

#menu1 li ul li {
	width: 100%;
	display: block;
	float: left;
	position: static;
}
html>body #menu1 li ul li {
	float: none;
	position: relative;
}

#menu1 li ul li:hover {
	position: relative;
}

/* fix the position */
#menu1 li ul li ul {
	top: 0;
	left: 100%;
}

/* simulate child selector for IE */
div#menu1 li:hover ul, #menu1 li:hover li:hover ul, #menu1 li:hover li:hover li:hover ul {
	visibility: visible;
}
#menu1 li:hover li ul, #menu1 li:hover li:hover li ul, #menu1 li:hover li:hover li:hover li ul {
	visibility: hidden;
}

/* do the normal show, with increased specificity */
#menu1 ul#menu1List li:hover > ul {
	visibility: visible;
}

/*		------   Make-up	--------			*/
    
#menu1 {
  border-top: 1px solid #fff;
	height: 2em;
  line-height: 1em;
  width: 100%;
	background-color: #FF7920;
}

#menu1 li {
	width: auto;
}

#menu1 li ul a {
	padding: 0.4em 0.5em 0.5em 0.5em;
}
/*
#menu1 li ul a.submenu {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 0.7em;
}
*/
#menu1 a {
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#menu1 ul a {
	color: #FFF;
  font-weight: bold;
}

#menu1 ul li a:hover,
#menu1 ul li a.selected,
#menu1 ul li:hover a {
	color: #333;
	background-color: #FFAE5E;  
}

#menu1 ul li ul li a {
	color: #FF7920;
}

#menu1 ul li ul li a:hover,
#menu1 ul li ul li:hover a {
	color: #fff;
	background-color: #FF7920;
}

#menu1 ul li {
	background-color: #FF7920;
}

#menu1 ul li:hover {
	background-color: #FFF;
}

#menu1 ul li ul {
	background-color: #FFF;
}

#menu1 ul li ul li {
	background-color: #FFF;
}

#menu1 ul li {
	border-right: 1px solid white;
}     
    
#menu1 ul li ul {
	border: 1px solid #FF7920;
}

#menu1 ul li ul li{
	border: 0;
}

/* Menu2 Navigation */

#menu2 {
	width: 100%;
  overflow:hidden;
  text-align: right; 
  background-color: #f5f5f5;    
}

#menu2 ul {
  display: block;
	margin: 0;
	padding: 0;
	line-height: 1em; 
}

#menu2 ul li {
	float: right;
	margin: 0;
	padding: 0;
  list-style-type: none;
	border-right: 1px #000 solid;
}

#menu2 ul li.first {	
  border-right: 1px #000 solid; 
  border-left: none; 
}

#menu2 ul li.last { 
  border-left: none;
  border-right: none; 
}

#menu2 ul li a {
  display:block;
  width: auto;
	font-size: 1em;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em; 
}

#menu2 ul li a:hover {
	color: #333;  
	text-decoration: underline;
}

/* Gray line in the middle */

#divider {
  background-color: #c0c0c0;
  padding: 0 0 0 7px;
  margin: 0;
  line-height: 1.9em;
}

#startimage {
  margin: 1px 0 1px 0;
}

#left {
  width: 224px;
  margin-left: 0px;
  margin-top: 0px;
  float: left;  
}

#left p a{
  display: block;
  text-align: right;
  margin-right: 5px;
}
img.more {
  margin-right: 4px;
}
div#copyright{
  text-align:left; 
  border: 1px solid #999999;
  width:700px;
  margin:0px auto;
  padding: 0;
  background-color: #f5f5f5;
  line-height: 2em;
}

div#copyright div{
  font-size: 10px;
}

#right {
  float: left;
  width: 224px;
  margin-top: 15px;  
  padding-left: 10px;
}

#middle {
  float: left;
  width: 224px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 10px;      
}

#bottom h2{
  font-size: 17px;
  color: #ff7920;
  font-weight: bold;
}
#bottom {
  background-color: #fdfdfd;
}
#bottom p{
  padding: 0;
  margin: 0;
  margin-top: 3px;
}
#middle h2, #right h2{
  margin-top: 5px;
}

/* #middle p, #right p */
#col1, #col3 {
  margin-bottom: 25px;
}
#col2, #col4 {
  margin-bottom: 5px;
}
/* ************************************************************************** */
#search {
  position: absolute;
  z-index: 1;
  width:700px;
  margin:0px auto;
  top: 12px;
  text-align: right;  
}

#search form {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;  
}

#errormsg {
  margin: 20px 20px 0 20px;
  padding: 20px 20px 20px 20px;
  border: 1px solid red;
  background-color: #f5f5f5;
  color: red;
}

#errormsg img{
  margin-right: 10px;
}
#errormsg h1{
  color: #000;  
}

.product h2{
  font-weight: bold;
  font-size: 1em;
}

div.product {
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid #c0c0c0;
  background-color: #f0f0f0;
}

#content {
  text-align: justify;
}

#content h1 {
  font-size: 15px;                                      
  font-weight: bold; 
  line-height: 1em;          
}
#content h2 {
  font-size: 14px;                                      
  font-weight: bold; 
  line-height: 1em;          
}
#content h3 {
  font-size: 13px;                                      
  font-weight: bold; 
  line-height: 1em;          
}
#content h4 {
  font-size: 12px;                                      
  font-weight: bold; 
  margin: 0;
  line-height: 2.5em;          
}
div#main div.about{
  position: absolute;
  display: none;
  z-Index: 9;
}

div#download_menu {
  float: left;
  width: 130px;
}
div#download_menu ul {
	list-style-type: none;
  margin: 0px;  
  padding: 0 10px 0 10px;
  line-height: 30px;  
}

div#download_content {
  margin-left: 130px;
  width: 560px;
}

div.onlinetest {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px;
}

div.onlinetest p {
  text-align: justify;
}

.inputfield_fullwidth {
  width: 100%;
}

.inputfield_error {
  border: 1px solid #ff0000;
  background-color: #ffd9bf;
}
.inputfield_fullwidth_error {
  width: 100%;
  border: 1px solid #ff0000;
  background-color: #ffd9bf;
}
form.subscription {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
form.subscription p{
  margin: 0 0 15px 0;
}
form.subscription .inputfield_fullwidth_error, 
form.subscription .inputfield_fullwidth{
  width: 510px;
}
.button_ok {
  width: 100px;
}
.star {
  color: #ff5500;
}
form.subscription label{
  width: 120px;
  display: block;
  float: left;
  overflow: hidden;
}

form.subscription fieldset {
  border: 0;  
  /* border-top: 1px solid #ff7920; */
  /* background-color: #f0f0f0; */
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 2em;
}  
form.subscription legend {
  border: 1px solid red;
  font-weight: bold;
  display: none;
}

#clicklayer {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 80px;
  width: 500px;
  top: 0px;
  z-index: 1000;
  cursor: pointer;  
}

#header img {
  cursor: pointer;  
}

.noborder {
  margin: 0;
  padding: 0;
  float: left;
  border: 0;
}
.right {
  text-align: right;
}
