body
{
	font-family:		arial, verdana, tahoma, sans-serif;
	font-size:			12px;
	background-color: #E6E6FF;
	/*border: 1px solid #000000;*/
}

/* Header */
h1
{
	font-size:		18px; 
	text-align:		center;
	margin: 5px 10px 5px 10px;
	color:			#6666CC;
	border-top: 2px solid #E6E6FF;
	border-bottom: 2px solid #E6E6FF;
	/*border: 1px solid #000000;*/
}
h2
{
	font-size:		16px; 
	text-align:		left;
	margin: 10px 10px 5px 10px;
	color:			#6666CC;
	/*border: 1px solid #000000;*/
}
h3
{
	font-size:		12px; 
	font-weight:	bold;
	text-align:		left; 
	margin: 5px 10px 0px 10px;
	padding: 0; 
	color:			#000000;
}
h4
{
	font-size:		12px; 
	font-weight:	bold;
	text-align:		left; 
	margin: 5px 10px 0px 10px;
	padding: 0; 
	color:			#000000;
}


.textboxTop
{
	margin: 5px 10px 5px 10px;
	padding: 1px 0 5px 0;
	border: 0px;
	border-bottom: 2px solid #E6E6FF;
	clear: both;
}

.textbox
{
	margin: 5px 10px 5px 10px;
	padding: 1px 0 5px 0;
	border: 0px;
	clear: both;
}

/* Links */
a { font-weight: bold; }
a:visited 	{ color: #000000; font-style: normal; text-decoration: underline; }
a:active 	{ color: #000000; text-decoration: underline; }
a:link 		{ color: #000000; text-decoration: underline; }
a:hover 		{ color: #5555BB; text-decoration: underline; }


p.nav a { font-style: normal; color: #000000; text-decoration: underline; }
p.nav a:hover { font-style: normal; color: #5555BB; text-decoration: underline; }

h2 a:link { color: #6666CC; }
h2 a:hover { color: #0000CC; }

/* hr */
hr { width: 20em; }

/* Images */
img
{
	font-size: 10px;
	border: 0px;	
}
img.left
{
	float: 				left;
	padding-right: 	10px;	
}
img.right
{
	float: 				right;
	padding-left: 		10px;
}

/* Paragraphs */
p 
{
	text-align: 	left;
	margin: 5px 10px 0px 10px;
	color: 			#000000;
	/*border: 1px solid #000000;*/
}
p.comment 
{
	font-size: 		10px;
	margin-top:		10px; 
	margin-bottom:	10px; 
}
p.commentRight 
{
	font-size: 		10px;
	text-align: 	right;
}
p.center 
{
	text-align: 	center;
	margin-top:		10px; 
	margin-bottom:	10px;
}
p.nav
{
	padding-top:	0px;
	padding-bottom: 3px;
	margin-top: 10px;
}
p.news, 
span.news
{
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
	color:			#FF0000;
	/*border: 1px solid #000000;*/	
}

/* span und p */
.emphColor
{
	font-weight:	bold;
	text-align:		left; 
	color:			#000000;
}
.emph
{
	font-weight:	bold;
	text-align:		left; 
	color:			#6666CC;
}

/* Tables */
table
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
table.border
{ 
	border-collapse: collapse;
}

table.border td
{
	/*border: 1px solid #000000;*/
	border: 2px solid #E6E6FF;
	padding: 5px; 
}
td
{
	padding: 3px; 
}

td
{ 	
	text-align:			left;
	padding: 3px 0 0 3px;
}
/*#menu a:hover
{ 	
	 background-color: #9999FF;
	 color: #FFFFFF;
}*/


td.newsColor
{
	background-color: #CCCCCC;
}
td.news
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* Lists */ 
li
{
	font-family: 	arial, verdana, tahoma, sans-serif;
	text-align: 	left;
	padding-top: 	3px;
	padding-bottom:3px;
	margin-right:	10px; 
	/*border: 1px solid #000000;*/
}
ul
{
	margin-top: 5px;
	margin-bottom: 5px;	
}


/* divs */
#logo
{
	z-index: 	2;
	position: 	absolute;
	width:		760px;
	height:		95px;
	top: 			0px;
	left: 		0px;
	/*border:		1px solid #000000;*/
	margin: 0; 
	padding: 0;
	/*background-color: #E6E6FF;*/
	background-color: #E6E6FF;
	overflow: 	visible;
}
#banner
{
	z-index: 	3;
	position: 	absolute;
	width:		760px;
	height:		15px;
	top: 			95px;
	left: 		0px;
	border:		1px solid #000000;
	margin: 0; 
	padding: 0;
	background-color: #9999FF;
	
}
#main
{
	z-index: 	1;
	position: 	absolute;
	width: 		540px;
	top: 			95px;
	left:			220px;
	/*border:		1px solid #000000;*/
	background-color: #FFFFFF;
	overflow: 	visible;
}
/* menu */
#menu
{
	color: #006666;
	width: 222px;
	top: 100px;
	left: 0px;
	position: absolute;
	z-index: 5;
	overflow: visible;
}
#menu ul
{
	display: block;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#menu li 	
{ 
	margin-bottom: 2px;
	line-height: 1em;
}
#menu a:visited {font-style: normal; font-weight: bold; color: #5555BB; text-decoration: none;}
#menu a:active {font-style: normal; font-weight: bold; color: #5555BB; text-decoration: none;}
#menu a:link {font-style: normal; font-weight: bold; color: #5555BB; text-decoration: none;}
#menu a:hover {font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }

#newsColor
{
	background-color: #CCCCCC;
	padding: 5px;
}
