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

BODY 	
{
	font-family:10px Verdana;
	color: #333399;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(marmor.gif);
}

H1
{	
	font-weight:bolder;
	font-size:20px;
}

H2
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:0px;
}

H3
{
	font-family:10px Verdana;
	font-weight:bold;
	margin-bottom:0px;
}

UL
{
	list-style-position:outside;
	list-style-type:square;
/*	margin:0px auto;*/
}

IMG
{
	border:1px solid #333399;
}

A:LINK, A:VISITED, A:ACTIVE
{
	color:#3333CC;
	text-decoration:none;
}

A:HOVER
{
	/*letter-spacing:1px;*/
	text-decoration:underline;
}


/* Background --------------------------- */	
#background
{
	width:762px;
	height:500px;
	position:absolute;
	left:50%;
	top:0%;
	margin-left:-381px;
	margin-top: 25px;
}

/* Page-Container --------------------------- */	
#page
{
	width:760px;
	margin:5px auto;
	text-align:left;
	background-color:#d3d6fd;
	border:1px solid;
}

/* Kopfzeile --------------------------- */	
#header
{
	height:116px; 
	padding:5px; 
	padding-bottom:7px; 
	border-bottom:1px solid; 
	overflow: visible; 
	background-color: #EAEAEA;
}

#headertext
{
	float:left; 
	height:116px; 
	width:600px; 
	margin:0px; 
	text-align:center; 
	text-transform:uppercase;
}

#headertext1
{
	font-weight: bolder; 
	font-size: 19px;
	letter-spacing:1px;
}

#headertext2
{
        text-align:center; 
	font-weight: normal; 
	font-size: 16px;
	letter-spacing:1px;
	word-spacing:5px;
}

#headertext3
{
        text-align:center; 
	font-weight: normal; 
	font-size: 16px;
	letter-spacing:0px;
	word-spacing:10px;
}

#headerlogo
{
	float:right;
	width:100px;
	height:116px;
	margin:0px;
}


/* Menu --------------------------- */	
#menu
{
	margin: -20px 0px;
	padding: 0px;
	width: 200px;			/* Menu-Breite + Abstand zum Rand */
	min-height:100%;
	height:100%;
	float:left; 
	overflow:visible;
	display: block;
}
	
.menu1 a, .menu1 a:link, .menu1 a:visited 
{
	margin: 40px 20px;		/* Abstand der Menu-Elemente zueinander vert / horiz */
	border:1px dashed #333399;	/* Rahmenfarbe */
	color:#333399;				/* Textfarbe */
	padding:15px;				/* Abstand des Rahmens zum Text */
	display: block;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	text-decoration:none;
	letter-spacing:0px;
	vertical-align:middle;
}	

.menu1  a:hover 
{
	display: block;
	color:#d3d6fd;
	border-color:#d3d6fd;
	background-color: #454a83;
	outline:20px solid #454a83;		/* Funktioniert im IE nicht */
}	

/* Inhalt --------------------------- */	
#content
{
	margin:3px 5px 5px 5px;
	
	overflow:auto;
}


/* Fusszeile --------------------------- */	
#footer
{
	font:inherit;
	clear:both; 
	height:20px; 
	padding:0px; 
	border-top:1px solid #333399; 
	width:100%; 
	margin:0px; 
	text-transform:uppercase; 
	font-size: 16px; 
	letter-spacing:0px; 
	word-spacing:1px; 
	text-align:center; 
	vertical-align: middle; 
	overflow: hidden; 
	background-color: #EAEAEA;
}