/* MAIN CSS Style sheet www.willyketzer-bigband.de  */
/* -------------------------------------------------
BODY, HTML-TAGS
---------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ccc;
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding:0px;
	background-color:#801612;
	border: 0px none;
}
h1, h2, h3, h4, h5{
	font-style: normal;
	font-weight: bold;
	color: #801612;
	text-decoration: none;

}
h1		{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #801612;
/*	letter-spacing: 0.02em; */
/*	margin-top: 0px; */
	margin-bottom: 12px;

}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 9pt;
}

strong  {
	font-weight: bold;
	color: #333333;
}
ul	{
	list-style: circle inside none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------
IDs
---------------------------------------------------*/
#container	{
	width: 820px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
}
#inhalt		{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;
	background-color: #FFF;
	color: #222;
	padding: 0px 40px;
	text-align: left;
	margin-bottom: 20px;
}
#inhalt a:link, #inhalt a:visited {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #3388CC;
	text-decoration: none;
	
}
#inhalt a:hover, #inhalt a:active {
	font-size: 10pt;
	color: #792C24;
	text-decoration: underline;
}
#inhalt img		{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border: 3px solid #801612;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 36px;
}
#impressum		{
	margin-top: 8px;
}
#impressum a, #impressum a:link, #impressum a:visited, #impressum a:hover, #impressum a:active		{
	font-size: 7pt;
	font-style: normal;
	color: #ccc;
	text-decoration: underline;
}
		
/* -------------------------------------------------
CLASSES
---------------------------------------------------*/
.fliesstext01 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	text-align: left;
}
.wkhome-link	{
	text-align: left;
	display:block;
	width: 240px;
	margin: 12px 12px 12px 0px;
	padding: 12px;
	border: 1px solid #ccc;
}