@charset "UTF-8";
/* CSS Document */

*  {
	margin: 0px;
	padding: 0px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}


body {
	background-image:url(../images/background.jpg);
	background-position: top center;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}


a, alink, vlink {
	
	text-decoration:none;
	color:#00F;
}

a:hover {
	text-decoration:underline;
}

.topheader p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color:#999;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color:#999;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 20px;
	font-style:italic;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 18px;
	font-weight:normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000	;
	font-size: 14px;
	font-weight:normal;
}


div.clear {
	clear: both;
}

.pink {
	color:#F09;
	
}

.white {
	color:#FFF;
}

.grey01{
	color:#CCC;
}

.grey02{
	color:#999;
}			

.grey03{
	color:#666;
}

.grey04{	
	color:#333;
}



.button {
	margin-top: 20px;
	width:150px;
	height:25px;
	background-image:url(../images/Button.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	padding-top:10px;
	font-weight:bold;
	color:#FFF;
}


.button:hover {
	background-position: 0px -70px;
}


.bodyInner {
	width: 1050px;
	background-color:#FFF;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.topnav_cage {
	margin: 0px auto;
	position: relative;
	height: 50px;
	background-image:url(../nav/top-nav-bar.jpg);
	background-repeat:repeat-x;
	
}
.topnav {
	position: relative;
	height: 50px;
	background-repeat:repeat-x;
	
}


.topnav_icon ul li{
	padding-top: 10px;
	float: left;
	padding-left: 10px;
	list-style:none;
}

#klaustitle{
	
	padding-top: 0px;
	float: left;
	padding-left: 10px;
	list-style:none;
}



.topheader_cage {
	position: relative;
	height: 35px;
	background-color:#000;	
}


.topheader {
	padding-left: 40px;
	padding-top: 10px;
	background-color:#000;	
}



.footer_cage {
	margin: 0px auto;
	position: relative;
	height: 300px;
	background-image:url(../nav/footer-bg.png);
	background-color:#000
}
.footer {
	height: 300px;
}

.footer_icons_cage {
	padding-left: 20px;
}


#footer_links_Cage {
	padding-left: 20px;
	padding-top: 20px;
	
}

.footer_links {
	line-height: 20px;
	color:#CCC;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	padding-left: 10px;
	width: 170px;
}

.footer_links a {
	color:#CCC;
	text-decoration:none;
}

.footer_links a:hover {
	color:#F09;
	text-decoration: underline;
}

.linebreak_grey {
	padding-top: 15px;
	height: 5px;
	border-bottom:#999 thin;
	border-style:solid;
}

.linebreak_grey2 {
	border-bottom:#CCC thin;
	border-style:solid;
	margin-bottom: 20px;
}

.linebreak_grey3 {
	border-bottom:#CCC thin;
	border-style:solid;
	margin-bottom: 10px;
}



.linebreak_pink {
	border-bottom:#F09 thin;
	border-style:solid;
}

.linebreak_pink2 {
	border-bottom:#F09 thin;
	border-style:solid;
	margin-bottom: 20px;
}
