/*  -------------------------
	--- Autor: --------------
	--- Dirk Petscheleit  --- 
	--- www.roterblitz.de ---
	-------------------------
	Projekt: kfk
	-------------------------
*/

/*  ##############
	### reset styles
	############## 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  ##############
	### Generelle Formatierungen
	############## 
*/
body {
	font-family:Helvetica, Arial,Tahoma,Verdana,sans-serif;
	font-size: 13px;
	line-height:15px;
	color: white;
	background: black;
	text-align: center;
}

a, a:link {
	color: #fff18c;
	font-weight: bold;
	text-decoration:  none;
}

a:visited {
	color: #fff18c;
	font-weight: bold;
	text-decoration:  none;
}

a:hover {
	font-weight: bold;
	color: #fff18c;
	text-decoration: underline;
}

a:active {
	color: #fff18c;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1em
	}
	
p {
	margin:  10px 10px 5px 0px;
	color:  white;
}
	
h1, h2, h3, h4, h5, h6 {
	/*letter-spacing: -0.03em;*/
	margin: 1.2em 0 0.3em 0;	
	padding-bottom: .1em;
	line-height: 1.2em;
	}
	
h1 {
	font-size:  20px;
	border-bottom: 1px solid #eee;
}

h2 {
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}

/*  ##############
	### Standard-Klassen
	############## 
*/

.strong {
	font-weight: bold;
}

p.small   { 
	font-size: 0.8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
p.large   { 
	font-size: 1.2em; 
	line-height: 2.5em; 
}
p.quiet   { 
	color: #666; 
}
.hide	{ 
	display: none; 
}

.yellow {
	color:  #fff18c;
}
/*  ##############
	### Container
	############## 
*/

#container {
	width: 960px;
	margin: auto;
	text-align: left;	
}

#header {
	background: #252524 url(../images/layout/bg-top.jpg) top left repeat-x;
	margin: 0 47px 0 44px;
	height: 334px;
}

#headerImg {
	float:  left;
	margin-left:  25px;
	margin-top: 40px;
}

#headerContent {
	margin-left:  465px;
	padding-top: 53px;
}

#content {
	background: #252524 url(../images/layout/bg-bottom.jpg) bottom left repeat-x;
	margin: 0 47px 0 44px;
	padding: 0 0 50px 0;
	height:  1%;
	overflow: hidden;
}

#mainContent {
	margin: 10px 30px 30px 30px;
	padding:  0;
}


/*  ##############
	### Navigation
	############## 
*/

#navigation {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	/*letter-spacing: -0.1em;*/
	height:  100px;
	white-space: nowrap;
	background: red url(../images/layout/navbar.jpg) top left no-repeat;
	margin:  0;
	padding-left:  60px;
}

#navigation li.small {
	font-size:  13px;
	
}
#navigation li.spacer {
	margin-left:  60px;
}


#navigation li {
	float:  left;
}

#navigation a {
	display: block;
	float:  left;
	height:  100px;
	line-height:  100px;
	text-align:  center;
	color:  white;
	font-weight: normal;
	padding:  0 10px 0 10px;
	text-shadow: black 5px 3px 3px;
}

#navigation.wide a {
	padding:  0 30px 0 10px;
}


#navigation a:hover {
	font-weight: normal;
	color:  #fff18c;
	text-shadow:none;
	text-decoration: none;
}


#navigation #active a{
	color:  #fff18c;
}



/*  ##############
	### Speziellere Formatierungen
	############## 
*/





/*  ##############
	### Hacks und Workarounds
	############## 
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

label.error { 
	color: red;
	width:  270px;
	text-align: left;
	margin-left:  140px;
	margin-top:  5px;
	margin-bottom:  5px;
}



/*Unterseiten*/

ul#artists, ul#images {
	overflow: hidden;
	height: 1%;
	margin: 0;
}

ul#artists li {
	margin:  20px 0 20px 0px;
	width: 260px;
	height:  110px;
	float:  left;
}

ul#artists li img {
	float:  left;
}

ul#artists li h2 {
	margin: 0 0 0 120px;
	font-weight: normal;
	line-height: 1em;
	color:  #fff18c;
}

ul#artists li p {
	margin-left: 120px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
}

ul#images li {
	margin:  20px 10px 20px 0px;
	width: 140px;
	height:  140px;
	float:  left;
}

ul#links li {
	margin-top: 20px;
	height:  78px;
}

ul#links span {

	line-height: 78px;
}

ul#links img {
	margin-right: 10px;
	float:  left;
}


table#events td {
	padding:  5px;
}

.tr1 {background-color:#990000}
