	body{
		padding:0;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	a {
		text-decoration:underline;
	}
	a:visited {
		text-decoration:underline;
	}
	a:hover, a:active {	
		text-decoration:none;	
	}
	/* --h1=Willkommen, h2=Titel, h3=Untertitel -- */
	h1{
		margin:0;
		padding:20px;
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}
	h2{
		margin:0;
		font-size:14px;
		font-weight:bold;
	}
	h3{
		margin:0;
		font-size:12px;
		font-weight:bold;
	}
	h2.marginBottom { /*Abstand wenn <h3> direkt auf <h2> folgt*/
		margin-bottom:12px;
	}
	
	table.tablemargin {
		margin-top:11px;
	}

	.bgColor {
		background-color:#F5F5F5;
	}
	.sm_stage1{
		font-weight:bold;
		margin-left: 20px;
	}
	.sm_stage2{
		font-size:12px;
		font-weight:normal;
		margin-left: 30px;
	}
	.sm_stage3{
		font-size:11px;
		font-weight:normal;
		margin-left: 50px;
	}
	.commune{
		font-size:9px;
		color:#999999;
	}
	.commune a {
		height:13px;
		width:136px;
		display:block;
		text-decoration:none;
		font-size:9px;
		color:#999999;
	}
	.commune a:hover {
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
	}
	.fontSmall{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	.fontSmaller{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	.fontHuge {
		font-size:60px;
		font-weight:bold;
		text-align:center;	
	}	
	.content{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
	}
	.line{
		background-image:url(gfx/line_hor.gif); background-repeat:repeat-x; background-position:center;
	}
	.hidden {
		visibility:hidden;
		display:none;
	}
	div.project {
		/*clear:both;*/
		width:584px;
		margin-top:10px;
		padding:4px;
		border-top:1px solid black;
	}
	div.news {
		margin:10px;
		padding:4px;
		border:1px solid;
		-moz-border-radius:8px;
	}
	div.newsdate {
		float:right;
		font-size:10px;
	}
	div.news p{
		margin:5px 0;
	}
	div.smallPic75 {
		float:left;
		width:95px;
	}
	div.smallPic150 {
		float:left;
		width:170px;
	}