body  { 
    margin: 0px; 
    padding: 0px; 
    color: #404040; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-color:#ffffff;
	height: 100%;
	width: 100%;
}

p, div  
{  
	position: relative;
    margin: 0px;
	padding: 0px;
}

a, a:active, a:link, a:visited, a:focus 
{ 
    color: #316196; 
    text-decoration: none; 
}

a:hover  
{ 
    color: #444444; 
    text-decoration: none; 
}


h1 
{
	display: block;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
	padding: 0px;
    color: #316196;
    font-size: 38px;
    font-family: korpus, sans-serif;
}
h2
{
	display: block;
    font-weight: bold;
    margin: 0px;
	padding: 2px 8px;
    color: #ffffff;
    font-size: 16px;
    background-color: #316196;
}

.project
{
	margin-bottom:2px;
}

.projectContent
{
	display: none;
}

.projectTxt
{
	margin-top:5px;
	margin-bottom:8px;
}


#content
{
	position:absolute;
	left: 40px;
	top: 60px;
    width: 340px;
	padding-bottom:40px;
}

#footer
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-color: #ffffff;
}

#pfeil
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
}
