BODY {
	BACKGROUND: url(img/back.jpg) #eaeaea;
	MARGIN: 0px;
	FONT-FAMILY: Verdana;
	TEXT-ALIGN: center;
	BACKGROUND-REPEAT: repeat-x;
}

#navigation {
	width:331px;
	BACKGROUND: #f5f5f5;
	MARGIN: 0px;
	TEXT-ALIGN: center;
	BACKGROUND-REPEAT: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	line-height : 18px;
}



p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
}

p.programm {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 16px;
}

p.highlight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 16px;
	font-weight: bold;
	background-color:#EEEEEE;
	padding: 2px;
}

p.themen {
	font-family : 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size : 16;
	line-height : 24px;
	font-weight:bold;
}

p.themenhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18;
	line-height : 24px;
}


h1 {
	font-family : 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size : 24;
	font-style : normal;
	font-weight : normal;
}

input.feld {
	color:#000000;
	background-color : #EEEEEE;
	border-width : 1px;
	border-color : #3c63ff #3c63ff #3c63ff #3c63ff;
}

a:link			{color: #0000CC; text-decoration: underline;}
a:visited		{color: #0000CC; text-decoration: underline;}
a:hover			{color: #000066; text-decoration: underline;}
a:active		{color: #000066; text-decoration: underline;}


#navigation td a {
	display: inline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	text-align: left;
	line-height : 20px;
	padding-left : 10px;
}

#navigation td a:active {
text-decoration: underline;
color: #149bd8;
}

#navigation td a:hover {
text-decoration: underline;
color: #149bd8;
}


#navigation td a:link {
text-decoration: none;
color: #000000;
}