html {
	overflow-y: scroll;
}

body {
	font-family: arial, verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_neu.gif);	
	
}




/*big menu*/

#kwick {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding:0;
	width: 585px;
	overflow: hidden;
	height: 85px;
	background-image: url(../images/bg_kwick.png);


}

#kwick ul  {
	margin: 0;
	padding:0;
}


#kwick .kwicks {
	display: block;
	height: 65px;
}

#kwick li {
	float: left;
	list-style: none;
	background-image: url(../images/materialien.gif);	
	background-repeat: none;
	background-position: center 3px;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 106px;
	width: 145px;
	border-right: 1px solid #777;
}

#kwick .kwick span {
	background: #000;
	// display: none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 56px;	
	padding: 10px;
	
}

#kwick .kwick span b {
	display: none;
}

#kwick li div {
	background: #446AB3;
	margin-top: 0px;
	height: 10px;
}


#kwick .download {
	background: #78ba91 url(../images/download.gif);
}

#kwick .documentation {
	background: #7389ae url(../images/docs.gif);
}

#kwick .blog {
	background: #c17878 url(../images/blog.gif);
}

#kwick .trac {
	background: #a87aad url(../images/trac.gif);
	border-right: 0;
}



#logo {
	margin: auto;
	margin-bottom: 25px;
	width: 300px;
	height: 60px;
	display: block;
	background-image: url(../images/sellner_group.gif);
}

#logo h1 {
	display: none;
	font-weight: bold;
	color: #717070;
	font-size: 23pt;
}

#header {
	height: 70px;
	padding-top: 26px;
	text-align: center;
}

#menu {
	position:absolute;
	top: 96px;
	z-index: 200;
	background-image: url(../images/bg_menu.png);
}

#head {
	height: 19px;
	background: #fff;
	text-align: right;
	padding-right: 25px;
	border-bottom: 1px solid #E3E2E2;
	padding-top: 9px;
	font-size: 7pt;	
}

#head a {
	color:#717070;
	text-transform: uppercase;
	text-decoration: none;
}

#head a:hover {
	color:#000;
}

#head span {
	float: left;
	margin-left: 20px;
}

#wrapper {
	width: 996px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	background: #fff;
	
}

ul#meta  {
	margin:0;
	padding:0;
	list-style: none;
	float: right;
	margin-right: 32px;
	margin-top: 66px;
}

ul#meta li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #444444;
	height: 10px;
	margin-top: 4px;
}

ul#meta li a {
	font-size: 10px;
	text-decoration: none;
	color: #444444;
	display: block;
	height: 10px;
	margin-top: -2px;
}


* html ul#meta li a {
	display: inline;
}


ul#meta li a:hover {
	color: #000;
	text-decoration: underline;
}

ul#meta .last {
	border-right: 0px;
}

 

#breadcrump {
	color:#828383;
	font-size: 7pt;
	text-transform: uppercase;
}

#breadcrump a {
	color:#828383;
	text-decoration: none;
}

#breadcrump a:hover {
	color:#6C6D6F;
	text-decoration: underline;
}

#content {
	margin-left: 0px; 
	padding-right: 33px;
}

#main.full #content {
	margin-left: 0; 
	padding-right: 10px;
}

#left {
	width:205px; float: left;
}

#left img {
	margin-bottom: 15px;
}


#left.nomargin img {
	margin-bottom: 4px;
}

#left.nomargin p {
	margin-top: 0;
}

#left p {
	padding-right: 20px;
}

#left p span {
	font-size: 7pt;
}

#left p a {
	color: #000;
	text-transform: uppercase; 
	text-decoration: none;
}

#left p a:hover {
	text-decoration: underline;
}


#main {
	padding-left: 30px; margin-top: 25px;
}

 



#main.full {
	background: #fff;
}



#content p {
	color: #000;
	
}

#content h1 {
	text-transform: uppercase; color: #717070; font-weight: normal; font-size: 15pt; letter-spacing: 2px;
}


.line {
	background: #B6B7B7;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#footer
{
	background:#B6B7B7;
	border-bottom:6px solid #717070;
	bottom:34px;
	color:#fff;
	display:none;
	height:42px;
	margin-top:0;
	padding-left:20px;
	padding-top:6px;
	position:fixed;
	text-transform:uppercase;
	width:976px;
}


* html #footer  {
	height: 23px;	
}

#footer ul  {
	margin:0;
	padding:0;
	list-style: none;
	margin-top: -4px;	
}

#footer ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	height: 10px;
	margin-top: 4px;
}

#footer ul li a, #footer ul li span {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 10px;
	margin-top: -2px;
}


* html #footer li {
	margin-top: 0px;	
}

* html #footer ul li a {
	display: inline;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul .last {
	border-right: 0px;
}


.clearfix {
	margin-bottom: 10px;
	clear: both;
}




#imprint
{
	background: #fff;
	border-top:4px solid #da2444;
	bottom:0;
	height:12px;
	position:fixed;
	text-align:right;
	width:937px;
	padding: 20px;
	padding-right: 30px;
	padding-left: 30px;	
}



#imprint_logo img {
	border: 0;
	float: left;
	margin-top: -6px;
}

#imprint span {
	float: right;
}


#imprint a {
	text-transform: uppercase; 
	color: #000;
	text-decoration: none;
}

#imprint a:hover {
	text-decoration: underline;
}

.menu_hover {
	background-color: #828383;
	color: #fff;
}

.menu_hover a span {
	color: #fff;
}

#menubottom {
	width: 996px; height: 63px; background: #4D96C9;
}

.member {
	font-size: 9px; float: left; margin-right: 14px; margin-bottom: 14px; padding: 20px; border: 1px solid #EAEAEA; width: 189px; height: 99px;
}

 

.member b {
	font-size: 11px;
}


.member.last {
	margin-right: 0;
}

.contact {
	font-size: 9px;
}

.contact b {
	font-size: 11px;
}

.mitarbeiter {
	float: left;
	width: 340px;
	height: 160px;
	margin-bottom: 30px;
	margin-right: 40px;
}

.mitarbeiter.right {
	margin-right: 0;
}

.mitarbeiter img {
	border: 1px solid #E4E4E4;
	height: 158px;
	width: 118px;
	display: block;
	float: left;
	margin-right: 24px;
}

.mitarbeiter p {
	padding: 0;
	margin: 0;
	padding-top: 24px;
}


.border {
	border: 1px solid #E7E7E7;
}

.clients td {
	border-right: 1px solid #B6B7B7;
	border-bottom: 1px solid #D5D5D5;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

.clients td.right {
	border-right: 0;
}

.clients tr.bottom td {
	border-bottom: 0;
}

.clients {
	border-collapse: collapse;
	width: 98%;
}

.slideimage {
	position: absolute;
}

.hidden {
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#slide {
	height: 328px;
	overflow: hidden;
	border-bottom: 5px solid #B0B0B0;
}
