body
{
	background-color:	#ffffcc; 
	color: #000000;
	font-family: verdana, sans-serif; 
	font-size: 10pt; 
}

hr { width: 15em; }
hr.news
{
	color: #006666;
	background-color: #ffffcc;
	width: 100%;
	height: 5px;
}

p, ul, ol, table
{
	background-color:	#ffffcc; 
	color: #000000;
}

/* Allgemein: Textauszeichnungen, class="xxx" */
p.cite
{
	color: #000000;
	background-color: #ffffcc;
	font-style: italic; 
	text-align: center; 
}
.comment{ text-align: center; font-size: 11px; }
.center { text-align: center; }


/* Allgemein: zentrierte Platzierung */
.centerAlign
{
	margin-right: auto;
	margin-left: auto;
	width: auto;
}


/* links :link, :visited, :active, :hover */
a
{ 
	background-color: #ffffcc;
	color: #006666;
	text-decoration: none;
}
a:visited { font-style: italic; }
a:hover { text-decoration: underline; }


/* menu */
#menu
{
	background-color: #ffffcc;
	color: #006666;
	/*border: 1px solid #000000;*/
	width: 110px;
	top: 85px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
#menu ul
{
	display: block;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#menu li 	
{ 
	margin-bottom: 3px;
	line-height: 1.2em;
}
#menu a 
{
	background-color: #ffffcc; 
	color: #006666;
	border: 1px solid #006666;
	display: block; 
	font-style: normal;
	text-decoration: none;
	padding-left: 2px;
	width: 100%; 
}
#menu a:hover
{ 
	color: #000000;
	background-color: #dddddd;
	font-weight: bold;
}


/* paragraphs */
/* p: Zeilenumbruch mit Abstand (Block-Element), 
	br: Zeilenumbruch (Inline-Element),
	span: kein Zeilenumbruch (Inline-Element) */
p { text-align: justify; }
p.left { text-align: left; }
p.right { text-align: right; }


/* images */
img
{
	font-size: 10pt;
	margin: 5px 15px;
	border: 0;
}
img.logo
{
	float: left;
	margin: 5px 0 0 5px;
}
img.left { float: left; }
img.right { float: right; }

/* header */
h1
{
	color: #006666;
	/*background-color: #006666;*/
	/*color: #ffffcc;*/
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666;
	font-size: 16pt; 
	text-align: center; 
	margin: 10px auto 15px auto;
}
h2
{
	background-color: #ffffcc;
	color: #006666;
	font-size: 11pt; 

}
h3
{
	background-color: #ffffcc;
	color: #006666;
	font-size: 10pt; 
	font-weight: bold;
	clear: both;
}
h4
{
	background-color: #ffffcc;
	color: #006666;
	font-size: 10pt;
	font-style: italic; 
	font-weight: bold;
}


/* lists */
li { line-height: 1.5em; }

dl { color: #000000; }

dt { padding-top: 5px; }

ul.thumbList
{
	list-style-type: none; 
	display: block; 
	margin: 0 auto;	
	padding: 0;
	width: 620px;
}

ul.thumbList li
{
	text-align: center;
	padding: 5px 5px 5px 5px; 
	margin: 0;
	width: 145px; 
	height: 180px;
	float: left;
}

ul.thumbList img
{
	margin: 0;	
	padding: 0;
	width: 100px;
	height: 100px;
}

/* tables */
table.center { text-align: center; }

.textbox
{
	border: 2px outset #006666;
	padding: 10px;
}

.newsbox
{ 
	width: 550px; 
	margin: 0 auto;
}

.newsbox_left
{
	float: left; 
	width: 189px; 
	height: 160px;
	text-align: center;
	/*border-right: 1px solid #006666; 
	border-left: 1px solid #006666; 
	border-bottom: 1px solid #006666; */
	padding: 5px; 	
}

.newsbox_right
{
	float: right; 
	width: 188px; 
	height: 160px;
	text-align: center;
	/*border-right: 1px solid #006666; 
	border-bottom: 1px solid #006666;*/
	padding: 5px; 
}

/* divs */
#logo
{
	background-color: #ffffcc;
	color: #006666;
	/*border: 1px solid #000000;*/
	width: 620px;
	height: 82px;
	top: 0px;
	left: 125px;
	padding: 0 5px 0 15px;
	position: absolute;
	z-index: 1;
}
#main
{
	background-color: #ffffcc;
	color: #006666;
	/*border: 1px solid #000000;*/
	width: 620px;
	top: 85px;
	left: 125px;
	padding: 0 10px 10px 10px;
	position: absolute;
	z-index: 0;
}
#nav
{
	color: #000000;
	position: relative;	
	padding: 0 0 5px 0;
}
#nav a:visited { font-style: normal; }
.navTop
{
	/*border: 1px solid #000000;*/
	clear: both;
	position: relative;
	margin: 10px 0 15px 0;
}
.navTop a:visited { font-style: normal; }

#w3 a 
{ 
	display: block; 
	width: 100%; 
	border: 0;
	padding: 0;
}
#w3 a:hover
{ 
	background-color: #ffffcc;
	color: #006666;
}
#w3 img
{
	margin: 2px 2px 2px 5px;	
}
