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

body {
	background: #951B26;
	font-family: Georgia,"Times New Roman",Times,serif;
}

a{
	color: #9B1923;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

#infocontent{
	background: #000;
	height: 25px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

#headercontent{
	background: url(pic-bin/luna-cafe-kiel-logo.gif) no-repeat center;
	width: 616px;
	height: 140px;
	margin: 20px auto 0px auto;
}

#headercontent p{
	color: #FFF9C6;
	font-size: 12px;
	line-height: 18px;
	padding-top: 90px;
	padding-left: 280px;
}

#content{
	border: 5px solid #C04B37;
	background: #fff;
	width: 600px;
	margin: 20px auto 20px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#content h2{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content p{
	padding-bottom: 15px;
}

#footercontent{
	text-align: center;
	color: #FFF9C6;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 25px;
}

#footercontent a{
	color: #FFF9C6;
	text-decoration: none;
	font-weight: bold;	
}

#footercontent a:hover{
	color: #FFF9C6;
	text-decoration: underline;
}

#sponsoredby{
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

#sponsoredby a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sponsoredby a:hover{
	color: #fff;
	text-decoration: underline;
}

.siteToggler{
	background: #FFF9C6;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #EEE8B6;
	cursor: pointer;
}

.siteContainer{
	padding: 15px;
}

