/*
Hintergrund: #CCCCCC;
Borders: #FFFFFF;
Dunkelgrau (Balken Links): 999999;
Dunkelblau: #003366;
Sand: #CCCC99;
*/

*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	height: 100%;
}

/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

body{
	background-color: #CCCCCC;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #CCCC99;
	font-weight: bold;
	border-bottom: 1px solid #CCCC99;
	margin-bottom: 14px;
	padding-bottom: 3px;
}

/* float */
.fltRight{
	float: right;
}
.fltLeft{
	float: left;
}
.clearAll{
	clear: both;
}
	

/*
================
*** KONZERTE ***
================
*/

#konzerte{
	position: absolute;
	top: 300px;
	left: 0;
	width: 330px;
	height: auto;	
	border-bottom: 3px solid #FFFFFF;
	font-size: 16px;
	z-index: 2;
}
#konzerte .header{
	background-color: #003366;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	padding: 6px 12px 6px 12px;
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: #FFFFFF;
	height: auto;
}
#konzerte .hLeft{
	float: left;
	font-weight: bold;
	font-style: italic;
}
#konzerte .hRght{
	float: right;
	font-weight: bold;
	font-style: normal;
}

#konzerte .txt, #konzerte .act{
	padding: 12px;
	border-left: 3px solid #FFFFFF;
}
#konzerte .act{
	background-color: #CCCCCC;
}



/*
=============
*** LINKS ***
=============
*/

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#subNavi a, a.light{
	color: #999999;
}

#naviHeader a, #konzerte a{
	color: #FFFFFF;
}
#naviHeader a{
	text-transform: uppercase;	
}
#subNavi a:hover, #subNavi a.active, a.light:hover, #naviHeader a:hover, #naviHeader a.active, #konzerte a:hover{
	color: #CCCC99;
	text-decoration: none;
}


/*
===========
*** SET ***
===========
*/

#bgHeader{
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background-color: #133365;
	z-index: 0;
}
#set{
	position: relative;
	margin: auto;
	width: 950px;
	height: auto;
	z-index: 1;
}

/* left col */
#left{
	display: block;
	float: left;
	width: 330px;
	height: 100%;
	background-color: #CCCC99;
}
#logo{
	border-left: 3px solid #FFFFFF;
	width: 327px;
	height: 294px;
	padding-top: 30px;
	padding-left: 12px;
}

/* right col */
#right{
	display: block;
	float: left;
	width: 620px;
	height: 100%;
}
#title{
	position: absolute;
	top: 63px;
	left: 355px;
	width: 595px;
	height: 51px;
	z-index: 2;
}
#naviHeader{
	position: absolute;
	top: 164px;
	left: 355px;
	width: 595px;
	height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 2;
}
#content{
	position: relative;
	top: 240px;
	left: 25px;
	padding-right: 50px;
	z-index: 3;
}
#content p{
	margin-bottom: 12px;
}
#subNavi{
	color: #999999;
	font-size: 16px;
	font-weight: bold;	
	height: 60px;
}