
body{
	margin:0px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}


a{
	text-decoration:none;
	color:#39B54A;
}


a:hover{
	color:#000;

}


a:active, a:focus{outline: none}


ul{
	list-style:none;
	}





/*****************************  */


img{
	border:none;
}

h1{
	padding:0px;
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
	line-height:23px;
}

.selected{
	color:#006;
}


/***************************** BASICSTRUCTURE */



#navi{
	position:absolute;
	top:430px;
	width:380px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:25px;
	text-transform:uppercase;
	text-align: right;
	z-index:100;
	margin:0px 0px 0px 0px;
	padding:0px;
    left:0px;
	}

#content{
	
	position:absolute;
	padding-left:450px;
	padding-bottom:50px;
	z-index:0;
}

/***************************** GENERAL */

.clear{
	clear:both;
}

.title{
	font-weight:normal;
	font-size:25px;

}
.elm{
	position:relative;
	clear:both;
	
}

.media_elm{
	float:left;
	
}

/***************************** NAVI */

.mainnavi{
	position:relative;
}

.mainnavi a{
	padding-top:5px;
	border-top:1px solid #39B54A;

}
.mainnavi a:hover{
	border-top:1px solid #000;
}
.mainnavi a.selected{
	border-top:1px solid #000;
	color: #000;
}


#navi ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:right;
	list-style:none;
	width:410px;
}

#navi ul ul{
	padding-left:30px;
}



/***************************** PROJECTCONTAINER */

.projectcontainer{
	//position:absolute;

}

.mediacont{
	width:450px;
	position:absolute;
	top:55px;
	overflow:hidden;

}

.textcont{
			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:430px;
	position:absolute;
	top:430px;
	padding-bottom:50px;

}



.textcont ul{
		padding: 0px 0px 0px 2px;

}


.textcont ul li{
	font-size: 13px;
	line-height:19px;
	background-image: url(../img/liimg.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 14px;
	text-align:left;
	}


.textcont ul li p{
	width:100px;
	}



.projectcontainer h1{
	width:400px;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;;
	top:50%;
	line-height: 38px;
	margin-top: 5px;
	margin-bottom:2px;
	font-style: normal;
	font-weight: normal;
	white-space:nowrap;
	
}


/*  text  */
.projectcontainer .text{
	width:320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

/*markdown p*/
.projectcontainer p{
	width:480;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}


.projectcontainer .partner {
	color:#999;
	font-size: 13px;
	line-height:19px;
	width:320px;
//padding-bottom:50px;
	

}

.bildunterschrift{
				
	font-family: Arial, Helvetica, sans-serif;
		text-transform:uppercase;

	color:#999;
	font-size: 9px;
	line-height:19px;
	width:320px;
	
	}


/*=========== projektcontiner übersicht*/

.topspacer{
	height:20px;
	}

/* umschliesst das ganze element*/
.miniprojectcontainer  {
	margin-top:3px;
	width:350px;
	float:left;
	height:220px;

}

.miniprojectcontainer .elm {
	width:350px;
}

.miniprojectcontainer h1{
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top:10px;
	font-weight:normal;
	width:350px;
	height:22px;
	overflow:hidden;
	
	}
	
.miniprojectcontainer .text{
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	overflow:hidden;
}


/***************************** Lines e.t.c */


.line{
	background-color: #000;
	height: 1px;
	width: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
 
.line_long{
	background-color: #000;
	height: 1px;
	width: 100%;	
	margin-bottom:10px;
}



