* {
	margin: 0;
}
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #pusher {
	height: 20px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
/*
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      default.css | Basic StyleSheets
      Version:	1.0
      Autor:	Matthias Silling
      E-Mail:	m.silling@concept-id.de
      Website:	www.concept-id.de

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
body {
	background:#fff;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
   	margin:auto;
   	text-align:center;
}

a, a:link {
	color:#454545;
   text-decoration:underline;
}

a:visited {
	color:#454545;
   text-decoration:underline;
}

a:focus, a:hover, a:active {
	color:#454545;
	cursor:pointer;
	text-decoration:none;
}


#wrapper {
   width:822px;
   text-align:left;
}


#header {
	float:left;
	width:822px;
	height:299px;
	background:url(../gfx/header-bg.png) no-repeat left top #fff;
	position:relative;
	margin:11px 0 0 0;
	z-index:2;
}

#logo {
	position:absolute;
	width:151px;
	height:53px;
	z-index:4;
	right:3px;
	top:4px;
	
}


#header h1 {
	font-size:1.17em;
	font-weight:bold;
	position:absolute;
	z-index:3;
	left:1px;
	top:1px;
	width:806px;
	height:60px;
	background:url(../gfx/header-hdl-bg.png) repeat-x left top;
	padding:24px 0 0 14px;
}

#headerImage {
	position:absolute;
	width:820px;
	height:297px;
	left:1px;
	top:1px;
	z-index:2;
}


#nav {
	position:absolute;
	left:1px;
	bottom:1px;
	width:820px;
	height:30px;
	background:url(../gfx/nav-bg.png) repeat-x left top;
	z-index:5;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	top:1px;
}

#nav ul li { float:left; height:29px; text-align:center; border-right:1px solid #b9b9b9; border-left:1px solid #dcdddd; }
#nav ul li.first { border-left:none; }

#nav ul li a {
	float:left;
	height:29px;
	display:block;
	line-height:29px;
	text-decoration:none !important;
	height:29px;
}

#nav ul li a:hover { font-weight:bold; background:url(../gfx/blank.gif) repeat left top; 
	cursor:pointer; }

#nav ul li a.akt,
#nav ul li a:hover.akt {
	font-weight:bold;
	background:url(../gfx/nav-akt-bg.png) repeat-x left top;
}



#startseiteBT { width:71px; }
#unternehmenBT { width:96px; }
#anwendungenBT { width:99px; }
#referenzenBT { width:83px; }
#angeboteBT { width:72px; }
#kontaktBT { width:61px; }
#downloadsBT { width:83px; }
#messenBT { width:64px; }

/* gb version */
#startseiteBT-gb { width:54px; }
#unternehmenBT-gb { width:74px; }
#anwendungenBT-gb { width:88px; }
#referenzenBT-gb { width:84px; }
#angeboteBT-gb { width:53px; }
#kontaktBT-gb { width:63px; }
#downloadsBT-gb { width:83px; }
#messenBT-gb { width:80px; }






#langChooser {
	position:absolute;
	bottom:9px;
	right:11px;
	height:11px;
	z-index:300;
}

#langChooser span { display:none; }

#langChooser li { width:16px; height:11px; margin:0 0 0 10px; }

#langChooser a { display:block; width:16px; height:11px; }


#langChooser li.flagDE a { background:url(../gfx/flag-de.png) no-repeat left bottom; }
#langChooser li.flagDE a:hover { background:url(../gfx/flag-de.png) no-repeat left top; }


#langChooser li.flagGB a { background:url(../gfx/flag-gb.png) no-repeat left bottom; }
#langChooser li.flagGB a:hover { background:url(../gfx/flag-gb.png) no-repeat left top; }

#langChooser li#akt a,
#langChooser li#akt a:hover { background-position:left top; }


#langChooser ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}

#langChooser ul li { float:left; }

#main {
	
	float:left;
	position:relative;
	width:822px;
	z-index:1;
	
}

#mainCon {
	float:left;
	font-size:0.92em;
	line-height:1.5em;
	position:relative;
	margin:30px 0 0 0;
	
}

#mainCon,
#sidebar { margin-bottom:30px; }

.w66 { width:522px; }














#sidebar {
	width:280px;
	float:right;
	border-left:1px solid #d3d3d3;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

#sidebar h2 { font-size:1.50em; font-weight:normal; margin:25px 0 5px 20px; }
#sidebar h3 { font-weight:bold; margin:10px 0 5px 20px; font-style:italic; font-size:1em; }
#sidebar p { margin:5px 10px 5px 20px; font-size:0.92em; line-height:1.50em; }
#sidebar hr { width:100%;
   margin:10px 0 5px 0px;
   float:left;
   height:1px;
   color:#fff;
   background:#fff;
   border:none;
   display:block;

}








#footer {}

#fooCon {
	width:822px;
	text-align:left;
	margin:auto;
	font-size:0.83em;
	color:#aeaeae;
	background:url(../gfx/fooCon-bg.png) no-repeat right center;
}

#fooCon a { color:#aeaeae !important; }
#fooCon .sep { padding:0 10px 0 10px; }


#pusher {
}

.clr {
	clear:both;
	display:block;
}
