/*------------------------------------------------------------------
 footer
-------------------------------------------------------------------*/

#footer {
    width: 100%;
    position: fixed;
    color: #fff;
    bottom: 0;
    height: 30px;
    background-color: #000;
    text-transform: uppercase;
    z-index: 999;
}

#footer-content {
    width: 900px;
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 8px;
}

#footer-content a{
    color: #fff;
    text-decoration: none;
}

#footer-content a:hover{
    text-decoration: underline;
}


/*-------------------------------------------------------------------
 meta content allgemein
------------------------------------------------------------------*/

#meta-content h2{
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#meta-content {
	width: 600px;
	padding: 30px 0 0 0;
}

#meta-content p {
/*	border: 1px solid red;*/
	margin-bottom: 30px;
/*	width:240px;
	display:block;*/
}

a:hover, a.mark {
	color: #be3f72;
}

#impressum #meta-content{
	width: 670px;
}
#impressum #meta-content p {
	margin-bottom: 0px;
}
/*-------------------------------------------------------------------
 impressum
 ------------------------------------------------------------------*/

.team .person {
    width: 310px;
    height: 170px;
    float: left;
    background: url(../img/design/person-bg.png) top left no-repeat;
    padding: 20px 10px 10px 10px;
}

.person .person-detail {
    float: right;
    width: 200px;
    padding-top:20px;
}

.person .person-detail p{
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 0.9em;
    line-height: 16px;
}

.person .person-detail strong{
    font-size: 0.9em;
    line-height: 16px;
}

.person .person-image {
    float: left;
    height: 180px;
    vertical-align: middle;
}



