/*
 * COLORS
 * 		Theme Color Dark: #669999;
 * 		Theme Color Light: #339999;
 *
 * INDEX
 * 		GENERIC
 * 		HEAEDER
 * 		NAVI
 * 		CONTENT
 * 		FOOTER
 * 		ADDITIONAL
 */


/*
 * GENERIC ##################################################
 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;	
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
}
.grau {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#bodyWrapper {
	position: absolute;
	width: 500px;
	top: 0px;
	left: 50%;
	margin-left: -250px;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

/*
 * HEADER ###################################################
 */

#header {
	width: 500px;
	height: 254px;
	margin-bottom: 15px;
}
 
/*
 * NAVI #####################################################
 */

#navi {
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -310px;	
}

#navi img {
	margin-left: -210px;
	margin-top: -9px;
	float: left;
}

#navi ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
 
#navi ul li a {
	text-decoration: none;
	color: #669999;
}

#navi ul li a:hover {
	color: #339999;
}


/*
 * CONTENT ##################################################
 */

#main {
	width: 500px;
	margin: 0px;
	padding: 0px;
}

#leftContent {
	width: 395px;
	float: left;
	padding-right: 15px;
}

#leftContent table {
	border: none;
}

#leftContent table tr {
	padding: 0px;
}

#leftContent table tr td {
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

#leftContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#leftContent a {
	text-decoration: none;
	color: #669999;
}

#leftContent a:hover {
	color: #339999;
}

#rightContent {
	width: 90px;
	float: left;
	padding-top: 32px;
}
 
#rightContent {
	font-size: 9px;
}
/*
 * FOOTER ###################################################
 */

#footer {
	color: #339999;
	width: 500px;
	display: block;
	position: relative;
	bottom: 0px;
	height: 50px;
	background: url(images/balken_unten.jpg) no-repeat bottom left;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#footer a {
	text-decoration: none;
	color: #669999;
}

#footer a:hover {
	color: #339999;
}

/*
 * ADDITIONAL ###############################################
 */
