/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #462323;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	 background: #000;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 138px;
	right: 63px;
	z-index: 1;
	background: url(../images/jazz_logo_bg.jpg) no-repeat 100% 10px;
}

	#title a {
		display: block;
		width: 200px;
		height: 100px;
		text-indent: -9999px;
	}

#box {
	position: relative;
	width: 980px;
	/* f?r Zentrierung */
	margin: 0 auto;
	background: #fee8db url(../images/box_bg.jpg) no-repeat 0 100%;	
}

#header {
	position: relative;
	height: 120px;
	background-image: url(../images/header_bg.jpg);
	
}

ul#mainNavigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 980px;
	border-top: 6px solid #c73601;
}

	ul#mainNavigation li {
		margin-top: 15px;
		float: left;
		border-left: 1px solid #000;
	}

	ul#mainNavigation li.first {
		display: inline;
		margin-left: 10px;
		border: none;
	}

	ul#mainNavigation li a {
		display: block;
		padding: 0 20px;
		font-weight: bold;
	}

	ul#mainNavigation li a.cur,
	ul#mainNavigation li a.act {
		color: #c83700;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 208px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

ul#subNavigation {
	margin: 22px 0 0 30px;
}

	ul#subNavigation li {
		margin: 4px 0;
	}

	ul#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		padding: 2px 0;
		line-height: 16px;
		font-weight: bold;
	}

	ul#subNavigation li a.cur,
	ul#subNavigation li a.act {
		color: #c83700;	
	}

	ul#subNavigation li li a {
		padding-left: 20px;
	}

	ul#subNavigation li li li a {
		padding-left: 40px;
	}

	#leftContent {
		padding: 20px 0 0 30px;
	}

#col2 {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 500px;
}

	#mainContent {
		padding: 5px 20px 20px 20px;
	}

#col3 {
	position: relative;
	float: left;
	width: 190px;
	margin: 18px 0 0 30px;
}

	#rightContent {
		padding: 127px 0 25px;
		
	}
	
#footer {
	position: relative;
	width: 980px;
	height: 86px !important;
	height: 92px;
	border-top: 6px solid #c73601;
}

	#copyright {
		position: absolute;
		right: 0px;
		top: -26px;
		width: 242px;
		font-size: 9px;
	}
	
	#copyright a {
		font-size: 9px;
		color: #D54A09;
	}

	#address{
		position: absolute;
		right: 0px;
		top: -40px;
		width: 242px;
		font-size: 9px;
	}


/* -----------------------------------------------
	homepage
----------------------------------------------- */
.homepage #col2 {
	left: 30px;
	width: 730px;

}
.homepage #mainContent {
	background-position: 0 50%;
	height: 370px;
	height: 400px;
	padding: 10px 10px 10px 0;
}

.homepage #col3 {
	width: 200px;
	margin: 30px 0 0 0;
	height: 400px;
}

.homepage #rightContent {
	text-align: right;
}
