body {
	font: 80% 'Trebuchet MS', Verdana ,Arial, Sans-Serif;
	/*font: 78% "Lucida Grande", Verdana, Arial, sans-serif;*/
	text-align: center;
  background: url(../images/design/body_background.png) repeat-x;
	background-color: #ffffff;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

a {
  text-decoration: none;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


/* ========================================================================== */ 
/*                                Kopfzeile                                   */
/* ========================================================================== */
#header {
	width: 930px;
	height: 80px;
	background: url(../images/design/header_background.png) repeat-x;
	background-color: #f2f2f2;
}

#header h1 {
  float: left;
	margin: 0;       
	height: 100%;
	width : 225px;
	background: url(../images/design/header_left.png) no-repeat; 
}

#header h1 span {
  visibility: hidden; /* Image Replacement - Text der Überschrift wird ausgeblendet, nur Logo sichtbar */
	font-size: 1px;     /* Hack für den IE - Ansonsten würde die große H2 Schrift den Header sprengen */
}

#header_info {
   float: right;
	 height: 80px;
	  /*width : 160px;
	 width : 13em;
	 width : 100%;*/
	 background: url(../images/design/header_right.png) right no-repeat; 
}

#header_info ul {
   list-style-type: none;
	 margin: 5px 10px 0px 5px; 
	 padding: 0;
	 font-size: 11px;
}

#header_info li {
   display: inline;
	 /*float: left;*/
	 margin-right: 5px;
}

#header_info a{
  text-decoration: none;
	border: none;
}

#header_info img {
  margin-top: 20px;
	border: none;
}

#header_ad {
   float: right;
	 height: 80px;
}

#header_ad img {
  margin: 15px 5px 0 0;
	border: 1px solid;
}


/* ========================================================================== */ 
/*                                Menüzeile                                   */
/* ========================================================================== */
#menubar { 
	width: 930px;
	height: 50px;
	background: url(../images/design/menubar_background.png) repeat-x;
	background-color: #4b7bc3;	
}

#menubar h2 {
  float: left;
  margin : 0;              
	height: 50px;
	width : 195px;
	background: url(../images/design/menubar_slogan.png) no-repeat; 
}

#menubar h2.blank {
  float: left;
  margin : 0;              
	height: 50px;
	width : 300px;
	background: url(../images/design/menubar_slogan_blank.png) no-repeat; 
	line-height: 50px;
  padding-left: 20px; 
	color: #fff;
}

#menubar h2 span {
  visibility: hidden; /* Image Replacement - Text der Überschrift wird ausgeblendet, nur Logo sichtbar */
	font-size: 1px;     /* Hack für den IE - Ansonsten würde die große H2 Schrift den Header sprengen */
}

#menubar a {  
  float: left;
  font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	background: url(../images/design/menubar_flow_background.png) top left no-repeat;
}

#menubar ul a {
   padding: 0px 5px 0px 20px;
	 background: none;
}

#menubar a:hover {
	background: url(../images/design/menubar_over_background.png) repeat-x;
	background-color: #ffaa00;
}

#menubar ul { 
  float: right;
	text-align: right;
  margin: 0;
	padding:0;
	list-style-type: none;
	padding-right: 5px; 
	background: url(../images/design/menubar_right.png) right no-repeat;  	
}

#menubar li{ 
  height: 50px;
  float: left;
	background: url(../images/design/menubar_item_border.png) left no-repeat;
}




/* ========================================================================== */ 
/*                             content_wrapper                                */
/* ========================================================================== */
#content_wrapper{
   background: url(../images/design/content_wrapper_background930.png) repeat-y;
	 min-height: 400px;
   height:auto !important;  /* für moderne Browser */
   height:400px;  /*für den IE */
	 clear: both;
}

#content_wrapper_no_sidebar {
   background: url(../images/design/content_wrapper_bg_noside930.png) repeat-y;
	 min-height: 400px;
   height:auto !important;  /* für moderne Browser */
   height:400px;  /*für den IE */
	 clear: both;
}


/* ========================================================================== */ 
/*                             Sidebar und Menüs                              */
/* ========================================================================== */

#sidebar {
	float: left;
	width: 191px;	
	padding-left: 3px;
}

#sidebar * {
	margin: 0;
	padding: 0;
}

#sidebar span.menuHeadline {
  visibility: hidden;
	font-size: 1px;  
}


#sidebar ul{
	list-style: none;
	width: 191px;
}

#sidebar li{
  width: 191px;
  /*float: left;   Hack für den IE damit Listenelemente ohne Abstand */
  /*clear: left;   angezeigt werden */
	background: url(../images/design/menu_item_border.png) top left no-repeat;
} 

#sidebar a {
  width: 161px; 
	display: block;
	color: #000000;
	padding: 10px 10px 10px 20px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#sidebar a:hover {
	background: url(../images/design/menu_over_background.png) repeat-x;
	background-color: #ff9d00;
	color: #ffffff;
	font-weight: bold;
}

#menu_products {
   background: url(../images/design/menu_products_background.png) left 37px repeat-x;
	 background-color: #f1f9ff;
}

#menu_products h4.de{ 
  width: 191px;	
	height: 36px;	
	background: url(../images/design/menu_products_headline_de.png) no-repeat;
}

#menu_products h4.en{ 
  width: 191px;	
	height: 36px;	
	background: url(../images/design/menu_products_headline_en.png) no-repeat;
}

#menu_products ul{ 
	background: url(../images/design/menu_products_light.png) top left no-repeat;	
}


#menu_addons {
	 background-color: #f1f9ff;
}

#menu_addons h4{ 
  clear: both;
	width: 191px;	
	height: 36px;
	background: url(../images/design/menu_addons_headline.png) no-repeat;
}

#menu_addons ul{ 
	background: url(../images/design/menu_addons_light.png) top left no-repeat;
}


#menu_partners {
	 background-color: #f1f9ff;
}

#menu_partners h4.de{ 
	width: 191px;	
	height: 36px;	
	background: url(../images/design/menu_partners_headline_de.png) no-repeat;
}

#menu_partners h4.en{ 
  width: 191px;	
	height: 36px;	
	background: url(../images/design/menu_partners_headline_en.png) no-repeat;
}

#menu_partners ul{ 
	background: url(../images/design/menu_partners_light.png) top left no-repeat;
}



/* ========================================================================== */ 
/*                                  Inhalt                                    */
/* ========================================================================== */
#content_container {
	padding: 0px 0px 0px 197px;	
	/*padding: 10px 20px 20px 215px;	
	border: 1px solid #999;*/
  background: url(../images/design/content_background.png) bottom left no-repeat;
}


#content {
  min-height: 380px;
  padding: 10px 20px 20px 20px;
	background: url(../images/design/content_shadow.png) 2px 3px no-repeat;
	min-height: 400px;
  height:auto !important;  /* für moderne Browser */
  height:400px;  /*für den IE */
}

.no_sidebar #content {
  min-height: 380px;
  padding: 10px 20px 20px 20px;
	background: url(../images/design/content_shadow.png) 5px 3px no-repeat;
	min-height: 400px;
  height:auto !important;  /* für moderne Browser */
  height:400px;  /*für den IE */
}

#content a {
   color: #084898;
   text-decoration: none;   
	 font-weight: bold;
   background: transparent url(../images/design/arrow.png) bottom left no-repeat;  	 
   padding-left: 15px;
}

#content a:hover {
	/*text-decoration: none;*/
	border-bottom: 1px dotted #0000FF;
}

#content a:visited {
  color: #5e7a9d;
}

/* Anchor-Link Ziele verbergen */
#content a[name] {
	font-size: 0em;
	text-decoration: none;	
	border: none;
	background: none;
	padding: 0;
	margin: 0;	
}

#content a[name]:hover {
	border: none;
}

#content blockquote {
  margin: 0px 10px 5px 20px;
}

#content blockquote p {
  margin: 0px;
}

#content cite {
  font-size: 0.95em;
  display: block;
  text-align: right;
}

#content h2 {
  font-size: 1.7em;
  letter-spacing: 0px;
	margin-top: 15px;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 12px;
	text-align: center;
} 

#content h2.blueHeadline  {
	margin: 20px 0 10px 0;
	padding: 0 10px;
	height: 25px;
	background: #00BBF3 url(../images/design/headline_blue930.png) left top no-repeat;
	text-shadow: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 25px;
	text-align: left;
	color: #fff;
	letter-spacing: 0px;
}

#content h2.blueHeadlineLong  {
	margin: 20px 0 10px 0;
	padding: 0 10px;
	height: 25px;
	background: #00BBF3 url(../images/design/headline_blue_long.png) left top no-repeat;
	text-shadow: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 25px;
	text-align: left;
	color: #fff;
	letter-spacing: 0px;
}

/*#content h3 {
  font-size: 1.5em;
  font-weight: bold;
  /*color: #8696A0;  */
	/*color: #09f;
  margin: 40px 0px 15px 0px;
	text-align: left;
	text-decoration: underline;
	/*border-bottom: 1px solid #000;	*//*
} */

#content h3 {
  font-size: 1.4em;
  font-weight: normal;
  /*color: #8696A0;  
	color: #fab32f;*/
	color: #5d5d5d;
  margin: 40px 0px 15px 0px;
	padding: 5px 0 0 5px;
	text-align: left;
	height: 40px;
	vertical-align: center;
	/*border-bottom: 1px solid #000;	*/
	background: url(../images/design/h3_background.png) 0px -5px no-repeat;	
} 

#content h4 {
  margin: 5px 0 10px 0;
	padding: 0;
  font-size: 1.2em;
  font-weight: bold;
	/*color: #000;
	color: #fd9706;*/
	color: #0083b3;
  letter-spacing: 1px;
} 

#content h5 {
   border-top: 1px dotted #cecece;
	 border-bottom: 1px dotted #cecece;
	 background-color: #eef4fc;
	 font-weight: bold; 
	 font-size: 12pt; 
	 font-family: Arial, Helvetica; 
	 margin:2px;
	 padding-left: 10px;
	 /*text-align: center;*/
}

#content ul {
  
}

#content table, tr, td {
  margin: 0;
	padding: 0;
	vertical-align: top;
}

.textred {
   color: #f00;	 
}

.additionalInfo {
   display: none;
}

#content a.simpleLink {
  padding: 0;
	background: none;
	text-decoration: none;
}

#content a:hover.simpleLink {
  border: none;
}

#content .simpleLink img {
  border: none;
}


.specialBullets1 {
	list-style: none; 
	margin: 0; 
	padding-left: 30px;
}
.specialBullets1 li{
  background: url(../images/design/list_bullet1.png) 0 4px no-repeat;
	padding: 2px 0 2px 20px;	
}

#content .alignCenter {
  text-align: center;  
}

#content .noBorder {
  margin: 0px;
	padding: 0px;
}



/* ========================================================================== */ 
/*                                 Footer                                     */
/* ========================================================================== */
#footer {
	line-height: 42px;
	font-weight: normal;
	font-size: 1em;
	background: url(../images/design/footer_background.png) repeat-x;	
	background-color: #ececec;
	/*border: 1px solid #999;*/
}

#footer h4 {
	background: url(../images/design/footer_left.png) left no-repeat;
	padding-left: 15px;
	font-size: 1em;
	font-weight: normal;	
	width: 40%;
	margin: 0;
}

#footer ul {
  margin: 0;
	padding: 0;
	width: 55%;
	float: right;
	text-align: right;
	background: url(../images/design/footer_right.png) right no-repeat;
}

#footer li{
  display: inline;
	padding-right: 20px;
	font-style: bold;
}


/* ========================================================================== */ 
/*                                 Formulare                                  */
/* ========================================================================== */
label {
  display: block;
}

fieldset {
  margin: 15px;
	background-color: #f8f8f8;
}

legend {
  font-weight: bold;
	font-size: 1.2em;
}

p {
	/*margin: 15px 20px;*/
}

hr {
  border-bottom: 1px solid #000;
  height:1px;
	line-height:1px; 
	margin: 0 15px 0 15px;
	padding: 0;
}


/* ========================================================================== */ 
/*                              hiddenImageLink                               */
/* ========================================================================== */
#content a.hiddenImageLink {
  padding: 0;
	background: none;
	text-decoration: none;
	visibility: hidden;
	width: 0px;
	height:0px;
}

#content a:hover.hiddenImageLink {
  border: none;
}

#content a.hiddenImageLink img {
  width: 0px;
	height:0px;
}


/* ========================================================================== */ 
/*              Sonderformate für den Uninstallfragebogen                     */
/* ========================================================================== */
#survey_wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#survey_wrapper h1 {
  text-align: center;
	font-size: 3em;
}

#survey_wrapper label {
  display: block;
}

#survey_wrapper .mainLabel {
  font-weight: bold;
}

#survey_wrapper .level2Label {
  font-weight: normal;
	margin-left: 50px;
}

#survey_wrapper fieldset {
  margin: 0px;
	padding: 20px;
	background-color: #f6f6f6;
}

#survey_wrapper legend {
  font-weight: bold;
	font-size: 1.2em;
	color: #0083b3;
}