/* CSS Document KMS TEAM - HTML @ P&P Medien GmbH, 2009 */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #606060;
	
	background-color: #CCC;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

A {
	color: #606060;
	text-decoration:none;
}

P {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

H1 {
	display: block;
	
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	
	background-color: #000;
	height: 16px;
	width: 780px;
		
	padding: 20px 8px 20px 8px;
	margin: 0px 0px 3px 0px;
}
	H1 A:hover {
		color: #FFF;
	}
	H1 A.Active {
		color: #FFF;
	}
H2 {
	display: block;
	
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	
	background-color: #000;
	height: 46px;
	width: 780px;
		
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 3px 0px;
}
	H2 A:hover {
		color: #FFF;
	}
	H2 A.Active {
		color: #FFF;
	}
H3 {
	display: block;
	
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	
	background-color: #000;
	height: 46px;
	width: 780px;
		
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 3px 0px;
}
	H3 A {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	H3 A:hover {
		color: #FFF;
	}
H5 {
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	color: #474747;
}

IMG {
	border: none;
}

.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Space4 .Space3 {
	clear: both;
	height: 3px;
}
.Space10 {
	clear: both;
	height: 10px;
}
.Space200 {
	clear: both;
	height: 200px;
}
.White {
	color: #FFF;
}
.Bold {
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
}
	.Bold A.Active {
		color: #000;
	}
	
.Back {
	font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
	color: #929292;
}
	.Back:Hover {
		color: #000;
	}
.Thin, .Thin A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
	.Thin A.Active {
		color:#FFF;
	}


DIV#Holder {
	width: 796px;
	
	overflow:hidden;
	
	margin: 0px auto;
	padding: 27px 0px 10px 0px;
}
		
	DIV.ContentWhite {
		background-color: #FFFFFF;
		width: 780px;
		
		padding: 4px 8px 8px 8px;
		margin: 3px 0px 0px 0px;
	}
		DIV.ContentWhite B {
			font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
			font-weight:bold;
			font-size: 12px;
			
			color: #474747;
		}
		DIV.ContentWhite A:hover {
			color: #474747;
		}
	
	DIV.Content {
		background-color: #E8E8E8;
		width: 780px;
		
		padding: 4px 8px 8px 8px;
	}
	
		DIV.Content DIV.ImageNavigation A {
			color: #929292;
		}
		DIV.Content DIV.ImageNavigation A.Active, DIV.Content DIV.ImageNavigation A:hover {
			color: #000;
		}
	
		UL.Links {
			list-style: none;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			
			font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
			font-weight:bold;
			color: #929292;
		}
			UL.Links A {
				color: #929292;
			}
			UL.Links A.Active {
				color: #000;
			}
			
		UL.Tabs {
			list-style: none;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			
			font-family:"Arial Black", "Arial Fett", Arial, sans-serif;
			font-weight:bold;
			color: #929292;
		}
			UL.Tabs LI {
				float: left;
				padding: 0px 8px 0px 0px;
			}
			UL.Tabs LI A {
				color: #929292;
			}
			UL.Tabs LI A.Active {
				color: #474747;
			}
			
	DIV.Content A.InPageLink, DIV.ContentWhite A.InPageLink {
		text-decoration:underline;
	}
		DIV.Content A.InPageLink:hover, DIV.ContentWhite A.InPageLink:hover {
			color:#000;
		}
