/* CSS Document */
BODY	{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

A
{
	color: #cc0000;
}
A:HOVER
{
	color: #000000;
}

#content	{
	position: absolute;
	top: 190px;
	left: 300px;
	width: 450px;
	padding-bottom: 20px;
}
#content P, UL, LI, DL, TD	{
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
#content LI {
	padding-bottom: 10px;
}

#content dt {
	font-weight: bold;
}
#content dd {
	padding-bottom: 10px;
	margin-left: 53px;
}

#content H1, H2, H3, H4	{
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #c00000; 
}
#content H2	{ font-size: 20px; }
#content H3	{ font-size: 16px; }


#adresse	{
	position: absolute;
	left: 20px;
	z-index: 2;
	font-family: Trebuchet MS, Verdana, sans-serif;	
	font-size: 11px;
	color: #00669D;
	top: 540px;
}

#motiv	{
	position: absolute;
	top: 152px;
	left: 0px;
	z-index: 2;
}

#mainmenu	{
	position: absolute;
	top: 115px;
	left: 300px;
	z-index: 2;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 600px;
}
#mainmenu UL	{
	margin: 0px;
	padding: 0px;
}
#mainmenu LI	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#mainmenu A	{
	text-decoration: none;
	color: #000000;
}
#mainmenu A:HOVER	{
	color: #C00000;
}

#submenu	{
	position: absolute;
	top: 320px;
	left: 0px;
	z-index: 2;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#submenu UL	{
	margin: 0px;
	padding: 0px;
}
#submenu LI	{
	list-style-type: none;
	padding-right: 20px;
}
#submenu A	{
	text-decoration: none;
	color: #000000;
	padding-left: 40px;
	background-image: url(images/navblank.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}
#submenu A:HOVER	{
	color: #C00000;
	background-image: url(images/navpointer.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}

#submenu A.aktiv	{
	text-decoration: none;
	color: #000000;
	padding-left: 40px;
	background-image: url(images/navpointer.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}
#submenu A.aktiv:HOVER	{
	color: #C00000;
	background-image: url(images/navpointer.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}


#logo	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#illustration	{
	position: absolute;
	top: 32px;
	left: 276px;
	z-index: 2;
}

#directmail	{
	position: absolute;
	top: 5px;
	left: 300px;
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	z-index: 2;
}
#directmail A	{
	text-decoration: none;
	color: #000000;
}
#directmail A:HOVER	{
	color: #c00000;
}

#language	{
	position: absolute;
	top: 5px;
	left: 650px;
	color: #00669D;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	z-index: 2;
}
#language A	{
	text-decoration: none;
	color: #00669D;
}
#language A:HOVER	{
	color: #c00000;
}

#blk1	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 147px;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
}

#blk2	{
	position: absolute;
	top: 147px;
	left: 0px;
	height: 5px;
	width: 100%;
	background-color: #3A85AE;
	color: #000000;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

#blk3	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 32px;
	width: 100%;
	background-color: #C5DBE6;
	color: #000000;
	z-index: 1;
}

#blk4	{
	position: absolute;
	top: 32px;
	left: 0px;
	height: 71px;
	width: 100%;
	background-color: #00669D;
	color: #000000;
	z-index: 1;
}

.citate	{
	color: #00669D;
	font-weight: bold;
}

#copyright
{
	position: absolute;
	left: 30px;
	z-index: 2;
	font-family: Trebuchet MS, Verdana, sans-serif;	
	font-size: 10px;
	color: #00669D;
	top: 265px;
}
#copyright A	{
	color: #00669D; 
}
#copyright A:HOVER	{
	color: #000000; 
}
