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: white;
	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;
}
.musica {
	color: #214253;
	text-align: right;
	font-family: verdana, arial, small fonts, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 14pt;
	margin-top: 112px;
	margin-bottom: -130px;
}
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: white url("../images/background.jpg") left top repeat-x;
}


#main-background {
	display: block;
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/main_background.jpg") left top no-repeat;
}
#main-background2 {
	display: block;
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/main_background_bands.jpg") left top no-repeat;
}

#main-content {
	float: left;
	width: 740px;
	margin: 180px 0px 0px 0px;
	text-align: left;
}

#bannerContainer {
	position: relative;
	overflow: hidden;
	width: 740px;
	height: 200px;
	float: left;
	border:0;
	margin-bottom: 20px;
}
#FotoContainer {
	position: absolut;
	top: 337px;
	left: 10px;
	overflow: hidden;
	width: 160px;
	height: 142px;
	float: none;
	border:0;
	background-color: #000000;
	z-index: -1;
}
#footer {
	width: 740px;
	margin: 50px 0 0 0;
	padding-top: 0px;
	border-top: 1px solid #d3d3d3;
	text-align: left; 
	font-size: 10px;
	color: #7d7d7d;
}


#footer a {
	color: #7c7c7c;
}

#footer a:hover {
	color: #000;
}


.sep {
	margin: 0;
}




/* ---- Main Navigation --- */


#navigation {
	float: left;
	width: 190px;
	height: 600px;
	margin: 160px 0 0 0;
	font-size: 1em;
	text-align: left;
}

#navigation p {
	height: 24px;
	margin: 0 8px 0 0px;
}
#navigation .lang {
	height: 22px;
	width: 158px;
	padding: 0 0px 0 0px;

}

#navigation .line {
	height: 1px;
	width: 160px;
	background: #1F4253;
	margin: 0px 0 0px 0px;
	overflow: hidden;
}

#navigation a {
	display: block;
	height: 24px;
 	text-align: right;
	color: #1F4253;
	width: 148px;
	line-height: 24px;
	margin-left: 0px;
	text-decoration: none;
 	padding: 0 10px 0 0;
	border-left: 0px solid blue;
	letter-spacing: 0.05em;
}

#navigation a:hover,
#navigation a:active {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	background: #1F4253;
	border-left: 2px solid red;
}

#nav-current a {
	font-weight: bold;
	border-left: 20px solid #cccccc;
}

#nav-current a:hover {
 	color: #000;
	border: none;
	background: #fff;
	border-left: 0px solid #8f8f8f;
	cursor: auto;
}

/* ---- Main Navigation Bands --- */
#navba {
	float: left;
	width: 190px;
	height: 600px;
	margin: 160px 0 0 0;
	font-size: 9px;
	text-align: left;
}
#navba p {
	height: 24px;
	margin: 0 8px 0 0px;
}
#navba .line {
	height: 1px;
	width: 160px;
	background: #1F4253;
	margin: 0px 0 0px 0px;
	overflow: hidden;
}
#navba a {
	display: block;
	height: 24px;
 	text-align: right;
	color: #1F4253;
	width: 148px;
	line-height: 24px;
	margin-left: 0px;
	text-decoration: none;
 	padding: 0 10px 0 0;
	border-left: 0px solid blue;
}
#navba a:hover,
#navba a:active {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	background: #1F4253;
	border-left: 2px solid red;
}



/* ------------------------ */
/* ---- 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 */
}


.box100 {
	width: 100px;
}
.box540 {
	width: 540px;
}



.box400 {
	width: 400px;
}
.box340 {
	width: 340px;
}


.box230 {
	width: 230px;
}
.box480 {
	width: 480px;
}


.box740 {
	width: 740px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}


.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}


.mr50 {
	margin-right: 50px;
}



.center {
	text-align: center;
}

.just {
	text-align: justify;
}



.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: 2px;
	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;
}



/* ---------------------------- */
/* --- referenzen scrolling --- */
/* ---------------------------- */

#scroller {
	margin: 0;
	padding-top: 20px;
	overflow: hidden; 
	height: 520px; 
	width: 756px;
	border-top: 1px solid #cacaca;
	overflow: hidden;
}
	
#scroller-inner {
	width: 3024px;
	height: 500px;
	position: relative;
	overflow: hidden;
} 

.scrolling-content {
	background: yellow;
	width: 756px;
	height: 500px;
	text-align: center;
	position: absolute;
	color: #fff;
}
 
.scrolling-content h1 { 
	color: #fff;
}

.textbox {
	float: right;
	width: 324px;
	height: 500px;
	margin: 35px 0 0 0px;
	text-align: justify;
	line-height: 130%;
}


#content1 {
	left: 0px;
	top: 0px;
	width: 756px;
	height: 500px;
}

#content2 {
	left: 756px; 
	top: 0px;
	width: 756px;
	height: 500px;
	background: green;
} 

#content3 {
	left: 1512px; 
	top: 0px;
	width: 756px;
	height: 500px;
	background: red;
} 

#content4 {
	left: 2268px; 
	top: 0px;
	width: 756px;
	height: 500px;
	background: blue;
}



div#user1, div#user2, div#user3, div#user4, div#user5 {
	font-size: 1em;
	color: #000;
	width: 756px;
	padding: 0;
}

div#banner a:link, div#banner a:visited,
div#content1 a:link, div#content1 a:visited,
div#content2 a:link, div#content2 a:visited,
div#content3 a:link, div#content3 a:visited,
div#content4 a:link, div#content4 a:visited,
div#content5 a:link, div#content5 a:visited {
	color: #000;
	text-decoration: none;
}



div#banner a:hover,
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover {
	color: #000;
	text-decoration: underline;
}




.list-lft {
	float: left;
	width: 240px;
	margin: 55px 10px 0 0;
	text-align: left;
}

.list-rgt {
	float: left;
	width: 240px;
	margin: 55px 0 0 0;
	text-align: left;
}



/* ---- banner buttons --- */


#buttons-wrapper {
	width: 756px;
	height: 40px;
	margin: 0;	
	overflow: hidden;
	text-align: left;
	background: #e0e0e0;
}

ul#buttons {
	display: block;
	list-style-type: none;	
	margin: 0 0 0 0px;
	width: 768px;
	height: 40px;
	background: url(../images/banner_buttons.jpg) left top no-repeat;
	font-size: 12px;
}

ul#buttons li {
	display: inline;
	float: left;
	list-style: none;
	padding: 12px 0 0 44px;
}



ul#buttons li a:link, 
ul#buttons li a:visited {
	display: block;
	float: left;
	width: auto;
	height: 45px;
	font-weight: normal;
}


ul#buttons li a:active, 
ul#buttons li a:hover {
	border: 0;
}

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;
}
