html, body {

	height: 100%; 
	width: 100%
}

html {
    font-size: 100.1%;
}

body {
	font-family: verdana, 'lucida grande', arial, small fonts, sans-serif;
	font-size: 75%;
	line-height: 150%;
	margin:0; 
	padding:0; 
	background-color: #f2f2f2;
	height:100%;
	text-align: center;
	color: black;
}


div, span, ul, li, dt, dd, h1, h2, h3, h4, p, a {
	margin: 0;
	padding: 0;
 	outline: none;
	background: transparent;
}

/* -------------- */
/* ---- Text ---- */
/* -------------- */


p {
	margin-bottom: 6px;
}

.p-margin10 {
	margin-bottom: 10px;
}

.p-margin20 {
	margin-bottom: 20px;
}

.p-margin30 {
	margin-bottom: 30px;
}


h1 {
	color: #000000;
	font-family: arial;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 1.2em;
}


h2 {
	color: #003b8c;
	font-style: bold;
	margin-bottom: 14px;
	font-size: 1.1em;
	letter-spacing: 1px;
}



h3 {
	margin-bottom: 12px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.2em;
}


h4 {
	font-size: 1em;
	margin-bottom: 1.5em;
}


.red  {
	color: red;
}


h1 img {
	margin: 0 0 8px 0;
}


.spacing {
	letter-spacing: 0.4em;
}

.hide {
	display: none;
}

/* ---------------------- */
/* ---- Site Elements --- */
/* ---------------------- */



#background {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #f2f2f2 url("../images/background.gif") left top repeat-x;
}


#main-background {
	display: block;
	width: 984px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/main_background.jpg") left top no-repeat;
}


#main-content {
	float: left;
	width: 756px;
	margin: 130px 0 0 0;
	text-align: left;
}

#bannerContainer {
	position: relative;
	overflow: hidden;
	width: 756px;
	height: 200px;
	float: left;
	border:0;
	margin-bottom: 50px;
}


#referenz {
	height: 540px; 
	width: 756px;
	margin-bottom: 10px;
	border-bottom: 2px solid #E5E5E5;
	overflow: hidden;
}

#footer {
	width: 756px;
	margin: 50px 0 0 0;
	padding-top: 18px;
	border-top: 2px solid #d3d3d3;
	text-align: left; 
	font-size: 10px;
	color: #7d7d7d;
}


#footer a {
	color: #7c7c7c;
}

#footer a:hover {
	color: #000;
}


.sep {
	margin: 0;
}


input,
textarea {
	border: 1px solid #757575;
	padding: 2px;
}

#logos {
	float: left;
	width: 140px;
	height: 300px;
	margin-top: 50px;
	text-align: right;
}



/* ---- Main Navigation --- */


#navigation {
	float: left;
	width: 190px;
	height: 600px;
	margin: 0 0 0 0;
	font-size: 1em;
	text-align: left;
}

#navigation p {
	height: 26px;
	margin: 0 8px 0 2px;
}

#navigation .line {
	height: 1px;
	width: 90px;
	background: #dadada;
	margin: 2px 0 2px 47px;
	overflow: hidden;
}



#navigation a {
	display: block;
	height: 26px;
 	text-align: right;
	width: 125px;
	line-height: 26px;
	margin-left: 0px;
	text-decoration: none;
 	padding: 0 8px 0 0;
	border-left: 7px solid #fff;
	letter-spacing: 0.1em;
}

#navigation a:hover,
#navigation a:active {
	border: 0;
	color: #000;
	font-weight: bold;
	background: #f8be00;
	border-left: 7px solid #f8be00;
	margin-left: 0px;	
}



#nav-current a {
	font-weight: bold;
	border-left: 7px solid #cccccc;
}

#nav-current a:hover {
 	color: #000;
	border: 0;
	background: #fff;
	border-left: 7px solid #8f8f8f;
	cursor: auto;
}


#navigation #logo-home {
	display: block;
	width: 130px;
	height: 166px;
	margin: 20px 0 0px 10px;
	padding: 0;
	background: transparent;
	boder: 0;
	border-left: 0;
}

#navigation #logo-home:hover {
	border: 0;
	padding: 0;
	border-left: 0;
	margin: 20px 0 0px 10px;
}


/* ------------------------ */
/* ---- Format Elements --- */
/* ------------------------ */


.f-lft {
	float: left;
}

.f-rgt {
	float: right;
}


.clear {
	content: ".";
    height: 1px;
	background: transparent;
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}


.box235 {
	width: 235px;
}


.box400 {
	width: 400px;
}


.box350 {
	width: 350px;
}

.box465 {
	width: 465px;
}



.box750 {
	width: 750px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr15 {
	margin-right: 15px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}



.center {
	text-align: center;
}

.just {
	text-align: justify;
}

.underline {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2d2d2;
}

.small {
	font-size: 0.9em;
	line-height: 150%;
}



img.rgt {
	margin: 10px 0 30px 70px;
}


ul.listbullet {
	list-style-type: none; 
	text-align: left;
}

ul.listbullet li {
	display: block;
	margin-bottom: 6px;
	padding-left: 10px;
	background: url("../images/bl1.gif") 0px 50% no-repeat;
}


/* ------------------------ */
/* --------- links -------- */
/* ------------------------ */

a img {
	border: none;
}

a,
a:visited {
 	color: #000;
 	text-decoration: none;
 	padding-bottom: 1px;
}

a:active,
a:hover {
 	color: #000;
	border-bottom: 1px solid #bd3232;
}


a.link1,
a.link1:visited
{	
	text-decoration: none;
	padding: 8px 0 8px 1.8em;
	height: auto;
	color: black;
	background: url("../images/link.gif") 0px 50% no-repeat;
	letter-spacing: 0.2em;
}


a.link1:hover,
a.link1:active { 
  	color: #bd3232;
	padding: 8px 0 8px 1.8em;
  	background: url("../images/link.gif") 0px 50% no-repeat;
	border: 0;
}


a.textlinknormal,
a.texlinknormal:visited {
  text-decoration: none;
}

a.textlinkred, 
a.texlinkred:visited {
	color: #B02A2C;
	text-decoration: none;
	text-transform: none;
}

a.textlinknormal:hover,
a.textlinkred:hover, 
a.textlinknormal:active,
a.textlinkred:active {
	color: #bb1e1e;
	border-bottom: 1px solid #b0622e;
}


/* ------------------------ */
/* ------- scrolling ------ */
/* ------------------------ */

#scroller {
	margin: 0;
	overflow: hidden; 
	height: 540px; 
	width: 756px;
	position: relative;
	background: transparent;
	border-top: 1px solid #cacaca;
}
 
#scroller-inner {
	width: 3024px;
	height: 500px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
} 

.scrolling-content {
	background: transparent;
	width: 756px;
	height: 73px;
	text-align: left;
	position: absolute;
}
 
#content1 {
	left: 0px;
	top: 0px;
	width: 756px;
	height: 500px;
}

#content2 {
	left: 756px; 
	top: 0px;
	width: 756px;
	height: 500px;
} 

#content3 {
	left: 1512px; 
	top: 0px;
	width: 756px;
	height: 500px;
} 

#content4 {
	left: 2268px; 
	top: 0px;
	width: 756px;
	height: 500px;
}



div#user1, div#user2, div#user3, div#user4, div#user5 {
	width: 756px;
	padding: 0;
}



.textbox {
	width: 380px;
	height: 300px;
	margin: 40px 0 0 0;
	float: left;
	text-align: left;
}


/* ---- banner buttons --- */


#buttons-wrapper {
	width: 756px;
	height: auto;
	margin: 0;	
	overflow: hidden;
	text-align: left;
	background: transparent;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #e0e0e0;
}

ul#buttons {
	display: block;
	list-style-type: none;	
	margin: 0;
	width: 756px;
	height: auto;
	background: url(../images/banner_buttons.jpg) left top no-repeat;
	font-size: 12px;
}

ul#buttons li {
	display: inline;
	float: left;
	list-style: none;
	padding: 2px 0 2px 32px;
}



ul#buttons li a:link, 
ul#buttons li a:visited {
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-weight: normal;
	color: #000;
	letter-spacing: 0em;
	padding: 4px 0 4px 1.3em;
}


ul#buttons li a:active, 
ul#buttons li a:hover {
	border: 0;
  	color: #bd3232;
}

ul#buttons a#link1.active,
ul#buttons a#link2.active,
ul#buttons a#link3.active,
ul#buttons a#link4.active {
	color: #000;
	font-weight: bold;
}


ul#buttons a#link1.active:hover,
ul#buttons a#link2.active:hover,
ul#buttons a#link3.active:hover,
ul#buttons a#link4.active:hover {
	text-decoration: none;
	cursor: default;
}