body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #666666;
		background-color: #F3F3F3;
	}
	a:link { color: #333333; }
	a:visited { color: #333333; }
	a:hover, a:active
	{
		color: #E4213C;
	}
	h2
	{
		color: #006c72;
		font: 120% "century gothic", arial, hevetica, sans-serif;
		font-weight: bold;
		margin: 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #006c72;
		font: 106% "century gothic", arial, hevetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
	#container
	{
	margin: 0 auto;
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
	border: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	}
	#header
	{
		height: 172px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
	}
	#menu
	{
		float: left;
		width: 170px;
		margin-top: 62px;
		padding-left: 60px;
	}
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		text-align: left;
		list-style-type: none;
	}
	#menu ul li
	{
		padding: 3px 0;
	}
	#menu ul ul li
	{
		margin-left: 30px;
		padding: 1px 0;
		text-align: left;
		list-style-type: none;
	}
	#menu ul li a
	{
		text-decoration: none;
		color: #006c72;
	}
	#menu ul ul li a
	{
	}
	#menu li a:hover
	{
		text-decoration: none;
		color: #E4213C;
	}
	#menu ul ul li:hover
	{
		text-decoration: none;
		color: #E4213C;
	}
	#contents
	{
		margin: 68px 20px 0 300px;
	}
	#contents ul
	{
		list-style-image: url(img/punkt.gif);
	}
	#footer	
	{
	margin: 30px 0px 0 260px;
	color: #006c72;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	font-style: italic;
	}
	#home #menuHome a, 
	#team #menuTeam a,
	#ita #menuIta a,
	#my #menuMy a,
	#ag #menuAg a,
	#uf #menuUf a,
	#mn #menuMn a,
	#projekt #menuProjekt a,
	#dossiers #menuDossiers a,
	#hintergrund #menuHintergrund a,
	#ziele #menuZiele a,
	#beirat #menuBeirat a,
	#literatur #menuLiteratur a,
	#links #menuLinks a,
	#glossar #menuGlossar a,
	#veranstaltung #menuVeranstaltung a,
	#faq #menuFaq a,
	#kontakt #menuKontakt a,
	#newsletter #menuNewsletter a
	{
	text-decoration: none;
	color: #E4213C;
	cursor: default;
}
table {
	margin:auto;
	width:auto;
}
img {
	display: block;
}

