* { padding: 0px; margin: 0px;  }

img, img a
{
	border: none;
}


body {
	font-family: "Arial",Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #636466;
	background-color: #f3f3f3;
}

#wrapper
{
	width: 960px;
	margin: 20px auto 0;
}


#top
{
	width: 954px;
	float: left;
    position: relative;
    top: -20px;
	
}

#logo
{
	float: left;	
	width: 200px;
	background-color: #f3f3f3;
}

#logo h1 a
{
	display: block;
	width: 200px;
	height: 55px;
	color: #f3f3f3;
	font-size: 7pt;
	background-image: url(images/logo_top.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}

#logo h1
{
	padding: 0px;
	margin: 0px;
}

#fbfanpage
{
	float: right;
	margin-right: 80px;
}

#lang
{
	float: right;
	width: 100px;
	padding-top: 30px;
	color: #000;
	font-size: 8pt;
	text-align: right;
}

#lang a
{
	color: #808284;
	text-decoration: none; 
}

#teaser
{
	width: 947px;
	height: 42px;
	float: left;
	background-image: url(images/mainnavbar.png);
	background-repeat: no-repeat;
	background-color: #f3f3f3;
	padding-left: 7px;
	background-position: 7px top;
    position: relative;
    top: -20px;
}

#mainnav
{
	float: left;	
	width: 950px;
}

#mainnav ul
{
	padding-left: 20px;
}

#mainnav li
{
	list-style-type: none;
	display: block;
	float: left;
}

#mainnav li a
{
	float: left;
	display: block;
	color: #454547;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 14px;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
    height: 15px;
	border-right: 1px solid #c2c3c3;
	font-family: "Arial", sans-serif;
}

#mainnav li.last a
{
	border-right: none;	
}

#mainnav li a.curr, #mainnav li a:hover
{
	background-color: #5e5f62;
	color: #fff;
}

#mainnav li:hover ul{
    display: block;
    }

#search
{
	float: right;
	background-image: url(images/searchfield.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 175px;
	background-position: right top;
}

#search input.search_input
{
background:transparent none repeat scroll 0 0;
border: none;
color:#636466;
font-family:tahoma;
font-size:11px;
margin-left: 40px;
margin-top: 11px;
text-align:center;
width:120px

}

#search input.los
{
	position: absolute;
	top: -3000px;
}

#maincontent
{
	width: 960px;
	float: left;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;	
    position: relative;
    top: -20px;
	
}

#maincontent_top
{
	width: 960px;
	height: 47px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(images/contentheader.jpg);
	background-position: 1px top;	
	margin-top: 10px;
    position: relative;
    top: -20px;
}

#maincontent_bottom
{
	width: 960px;
	float: left;
	height: 58px;
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;	
    position: relative;
    top: -20px;
}

#prodleft
{
	width: 215px;
	float: left;
	padding-left: 20px;
}

#prodleft li
{
	list-style-type: none;	
	width: 90%;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

#prodleft li a
{
	display: block;
    width: 180px;
	background-image: url(images/arrow_subnav.png);
	background-repeat: no-repeat;
	
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
    padding-left: 40px;
	
	color: #636466;
	text-decoration: none;
	
	background-position: right center;	
    font-weight: bold;
    font-size: 13px;
}

#prodleft li a:hover
{
    color: #dead2c;
}

#prodleft li a.curr
{
	font-weight: bold;	
    color: black;
}

#prodleft ul
{
	padding-bottom: 10px;	
}

#prodleft li.curr ul {
    margin-left: 10px;
}

#prodleft li.curr li {
    list-style-type: disc;
    color: #dead2c;
    margin-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom 10px;
}

#prodleft li.curr li a {
    font-weight: normal;
    background-image: none;
    padding-left: 0;
}

#prodleft li.curr li a.curr {
    font-weight: bold;
    background-image: none;
    padding-left: 0;
}

#main
{
	width: 675px;
	float: right;
	padding-right: 20px;
    padding-top: 5px;
}

#headerfoto
{
	width: 675px;
	float: left;
	background-image: url(images/headerbild_test.png);
	background-repeat: no-repeat;	
	
}

#contentabove
{
	width: 675px;
	float: left;
	line-height: 1.5em;
}

#contentdown
{
	width: 675px;
	float: left;
/*	line-height: 1.5em;*/
}

#contentdown p
{
    line-height: 1.5em;
}

#contentdown #content
{
    float: left;
    width: 460px;
}

#contentdown #rightcontent
{
    float: left;
    width: 200px;
    margin-left: 10px;
}

#contentdown #rightcontent #rightcontent_nav li
{
    background-image:url(images/version_overview.png);
    background-position:left 3px;
    background-repeat:no-repeat;
    display:block;
    list-style-type:none;
}

#contentdown #rightcontent #rightcontent_nav li a 
{
    color:#231F20;
    display:block;
    font-weight:bold;
    padding-bottom:10px;
    padding-left:45px;
    padding-top:10px;
    text-decoration:none;
}

#contentdown #rightcontent #rightcontent_nav
{
    margin-bottom: 20px;
}

#pagetitle
{
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	
	font-size: 35px;
	padding-bottom: 10px;
	
	color: #000;
}

#pagetitle h1
{
		font-size: 35px;
		color: #000;
		font-weight: normal;
		padding: 0px;
}

h1 { 
font-size:27px;
padding-bottom: 7px;
color: #000;
}

h2 {
 font-size: 14px;
 padding-bottom: 5px;
 color: #636466;
 margin-top: 4px;
 margin-bottom: 4px;
}

h3 {
	font-size: 12px;
	padding-bottom: 5px;
	color: #000;
	
}

p
{
	padding-bottom: 10px;	
	padding-top: 10px;
}

#content li
{
	list-style-position: inside;
    padding-bottom: 5px;
}

a { color: #dead2c; text-decoration: none; }

#content hr
{
	margin-top: 10px;
	border: none;
	border-top: 1px solid #000;
	padding-bottom: 5px;
	height: 10px;
	color: #fff;
}

#footer
{
	width: 940px;
	float: left;
	padding-left: 20px;
	font-size: 8pt;
    position: relative;
    top: -20px;
    text-align:center;

}

#content input.los
{
	width: 30px;	
}

form#mailform
{
	width: 450px;
}

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label, .csc-mailform-label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;
color: black;
font-weight: bold;
}

.csc-mailform-field img
{
	float: left;
	width: 100px;
}

#captchaResponse
{
	float:right;
	margin:0 110px 0 0;
	width:90px;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

input, textarea, select
{
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

textarea
{
	height: 50px;	
}

fieldset
{
	border: none;	
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
width: 
}

/* topslider */

#topslider {
    height: 300px;
    background-color: #e5a712;

    padding: 20px;

    display: none;
}

#topslider_content {
    width: 954px;
    margin: 0 auto;
}

#topslider_content_left {
    width: 450px;
    float: left;
}

#topslider_content_right {
    width:450px;
    float: right;
}

#topslider p, #topslider h1 {
    color: white;
}

#topslider p, #topslider h1 {
    color: white;
}

a.topsliderpanel {
    display:block;
    position: relative;
    float: right;
    height:20px;
    top:0;
    width:183px;
    background-image: url('images/sliderbutton.gif');
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    z-index: 100;
    display: none;
}

#topslider h1 {
    color: white;
}
#topslider h2 {
    color: white;
}
#topslider h3 {
    color: white;
}
.tx-easytagcloud-pi1
{

text-align:center;

}


/*DROPDOWN*/

#mainnav #scdLevel{
    display: none;
    position: absolute;
    z-index: 999;
    top: 42px;
    left: 0;
    background: #fff;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10xp 10px;
    padding: 10px;
    width: 200px;
    }

#mainnav #scdLevel li{
    display: block;
    float: none;
    clear: both;
    }

#mainnav #scdLevel a{
    display: block;
    float: none;
    clear: both;
    border: none;
    padding: 0;
    }
    
/*MENU NEU*/


#navContainer{
	position: relative;

}
	

.scndLevel{
	display: none;
	position: absolute;
    top: 43px;
    width: 942px;
	}


/*
#mainnav li a.curr, #mainnav li:hover ul.scndLevel, #mainnav a.top:hover #scndLevel{
	display: block;
	}
*/



#mainnav li ul.scndLevel {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #C2C2C2;*/
    border-radius: 0 0 5px 5px;
    left: 0;
    margin: -2px 0 0 8px;
   /* opacity: 0.9;
    padding: 10px 13px 10px 5px;*/
	padding-left:5px;
    position: absolute;
    width: auto;
    z-index: 999;
	border-top:7px solid #DEAD2C;
	box-shadow: 0px 0px 8px #000;
	width: 942px;
}

#mainnav li.last ul.scndLevel{
	-webkit-border-radius: 7px 7px 5px 5px;
	-moz-border-radius: 7px 7px 5px 5px;
    margin: -2px 0 0 1px;
    
    position: absolute;
    background: #fff;
    opacity: 1;
    z-index: 999;
    border: 1px solid #c2c2c2;
    border-top: none;
    width: auto;
    border-top: 1px solid #c2c2c2;
    padding: 10px 13px 10px 5px;

    left: 500px;
}


#mainnav li ul.scndLevel li{
	display: block;
	float: left;	
	padding:3px 0;
}


#mainnav li ul.scndLevel li a {
    border-bottom: 2px solid #e8e8e8;
    color: #b2b2b2;
    font-size: 16px;
    height: 17px;
    margin: 0 0 0 10px;
    padding: 2px 2px 5px 2px;
    text-transform: none;
    font-weight: normal;
    border: none;
    border-bottom: 2px solid #e8e8e8; 
}
/*
#mainnav li ul.scndLevel li a:hover{
	color: #0c3a76;
	background: none;
}
*/
/*
#mainnav li ul.scndLevel li a:hover{
    border-bottom: 2px solid #c2c2c2;
    font-size: 16px;
    height: 17px;
    text-transform: uppercase;
    padding: 2px 15px 5px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
*/
#mainnav li ul.scndLevel li{
    float: left;
    }
    
#mainnav .thirdLevel li{
    float: none;
    clear: both;
    display: block;
    padding: 5px 0;
    }

#mainnav .thirdLevel {
    padding: 0;
    margin: 0;
    clear: both;
    padding: 0 0 10px 0;
    } 
    
#mainnav ul ul.thirdLevel li a{
    
    font-weight: normal;
    color: #333;
    text-transform: none;
    text-decoration: none;
    font-size: 12px;
    padding-top: 1px;
    border: none; 
    height: 14px; 
    }       
/*
#mainnav #thirdLevel a:hover{
   color: #0C3A76;
   background: none;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding-top: 9px;
    border: none;
    }
*/

#mainnav ul ul ul li{
    clear: both;
    float: none;
    }

#mainnav ul ul li a.curr, #mainnav ul ul li a:hover
{
	background: none;
	border-bottom: 2px solid #5e5f62;
	color: #5e5f62;
}

#mainnav  ul.thirdLevel{
	padding-top: 10px;	
}


#mainnav  ul.thirdLevel a:hover, #mainnav  ul.thirdLevel a.curr{
	color: #DEAD2C;
	border: none;
	}


/*SUBMENU*/

#prodleft .quart,  #prodleft li.curr .quart{
	margin: 0;	
}

#prodleft .quart li{
	margin-left: 15px !important;	
}

/* neues Menue */


 li#kontakt  ul.scndLevel
 {
	
 }
 #neuigkeitenDIV, #unternehmenDIV, #leistungenDIV , #softwareDIV, #loesungenDIV, #referenzenDIV, #kontaktDIV
{
	display:none;
} 

li.menueLi a
 {
	border:none !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
	float:none!important;
 }

li.menueLi
{
	margin-left:20px;
	padding-left:20px;
	/*border-left:2px solid #E8E8E8;*/
	padding:10px 0 10px 15px !important;
	background:#f0f0f0;
	border-radius:0 0 5px 0;
	float:right !important;
}

li.menueLi .csc-default
{
	height:auto;
}
   
li.menueLi h1
{
	color:#B2B2B2;
	font-size:16px;
	font-weight:normal;
	border-color:-moz-use-text-color -moz-use-text-color #E8E8E8;
	 border-style: none none solid;
    border-width: medium medium 2px;
	float:none;
	margin-bottom:5px;
}   

li.menueLi img
{
	
	margin-right:5px;
}


#search {
    background-image: url("images/searchfield.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    height: 43px;
    position: absolute;
    right: 0;
    width: 175px;
}

#unternehmen ul.scndLevel
{
	background:url("images/bgUnternehmen.jpg") no-repeat right bottom  #fff !important;
}

#leistungen ul.scndLevel
{
	background:url("images/bgLeistung.png") no-repeat right bottom #fff !important;
}


#software ul.scndLevel
{
	background:url("images/bgSoftware.png") no-repeat right bottom #fff !important;
}


#loesungen ul.scndLevel
{
	background:url("images/bgLoesung.png") no-repeat right bottom #fff !important;
}

#referenzen ul.scndLevel
{
	background:url("images/bgReferenzen.png") no-repeat right bottom #fff !important;
}

#kontakt ul.scndLevel
{
	background:url("images/bgKontakt.png") no-repeat right bottom #fff !important;
	height:250px;
}
    
#kontakt li.kontakt 
{
	background:none;
	float:left !important;
}

#kontakt .csc-mailform-field label, .csc-mailform-label
{
	font-weight:normal !important;
	
}

#kontakt .csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left !important;
display:block !important;
width:200px !important;
border: 1px solid #7f7f7f !important;
background:#e5e5e5 !important;
padding:1px !important;
margin-bottom:10px !important;
font-family:Arial, Helvetica, sans-serif !important;
font-size: 11px !important;
}

#kontakt  p
{
	padding:0;
} 
