/**************************************************************************************************
  Stylesheet fr FinishWEB

  Allgemeine Definitionen
**************************************************************************************************/
html	{
	height:101%;
	}

body	{
	background-color:#ffffff;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:0px 0px 0px 0px;
	height:100%;
	}

p,td	{
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:10pt;
	}

p	{
	margin:4px 0px 4px 0px;
	}

a	{
	color: #006699;
	}

a:hover	{
	color: #069;
	}

h1 {
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:15pt;
	font-weight: bold;
	color: gray;
}

table.site {
	height: 100%;
	text-align: center;
	width: 100%;
}
td.site {
	height: 100%;
	vertical-align: top;
	width: 100%;
	background-color: #202020;
}
td.main-middle {
	background-color: #FFFFFF;
	color: #000000;
	padding: 50px 20px 20px 20px;
	text-align: left;
	height: 100%;
}

td.main-left {
	background-color: #FFFFFF;
	color: rgb(154, 156, 179);
	padding: 0px 0px 0px 0px;
	width: 230px;
	overflow:hidden;
	text-align:left;
	height: 100%;
}
td.main-left div.fwpicture {margin:0px 0px 10px 0px;}
td.main-left div.fwpicture-group {margin:0px 0px 0px 0px;}

table.main {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

p.pagetit	{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	}

p.tit	{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
	}

p.li	{
	color: black;
	font-size: 10pt;
	margin: 1px 0px 1px 20px;
	}

td.t	{
	font-weight:bold;
	padding-right: 10px;
	}

td.h	{
	color: #ffffff;
	font-size: 10pt;
	background-color: #3399cc;
	}

td.i0	{
	background-color:#ffffff;
	vertical-align:top;
	}

span.smaller {
	font-size:8pt;
	}

/**************************************************************************************************
  Menue   
**************************************************************************************************/
table.menu {
	margin-top:5px;
}

.menusel {
	font-weight: bold;
}

td.menu1    {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
}

td.menu1 a    {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

td.menu1 a:hover    {
	color: silver;
}

td.menu2    {
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	padding: 1px 1px 1px 33px;
}

td.menu2 a    {
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}

td.menu2 a:hover    {
	color: silver;
}

td.menu3    {
	color: #0066CC;
	font-size: 10pt;
	text-decoration: none;
}

td.menu3 a    {
	color: #0066CC;
	font-size: 10pt;
	text-decoration: none;
}

td.menu3 a:hover    {
	color: #C0E5E9;
}

td.menuhoriz1    {
	color: #0066CC;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.menuhoriz1 a    {
	color: #0066CC;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

td.menuhoriz1 a:hover    {
	color: #C0E5E9;
}

/* Titel */ 
.main-middle h1 { 
	margin-top:0px;
}

/* Abschnitt */
div.fwparagraph { }
div.fwparagraph div.picture-left {
	float:left;
}

/* Linkliste */
div.fwlinklist ul { 
	list-style-type:none;
	margin-left: 0px;
}

/* Galerie */
div.fwgallery table.fwgallery { width:100%; }
div.fwgallery table.fwgallery td.thumbnail { border:none; }
