@CHARSET "ISO-8859-1";

#header {
height: 30px;
background-color: #e2001a;
}

#topSeperator{
height: 20px;
background-color: #ffffff;
}

#content{
	background-color:#81a93d;
	box-shadow: 0px -1px 0px #111111;
}

#topPage a{
	font-size: 1.6em;
	font-family: sans-serif;
	text-decoration: none; 
    color: #e2001a;
    margin-right: 30px;
}

#topPage #logo{
	background-image:url(picture/botkurier_logo.jpg);
	margin-right: 124px;
	float: left;
    display:block;
    height:119px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    width:280px;
}

#botSeperator{
height: 60px;
background-color: #ffffff;
}

header, footer , nav{
margin: 0;
padding: 0;
border: none;
}

#footer{
	background-color: #121212;
	text-align: right;
	height: 30px;
}

#footer a{
	margin-right: 70px;
	text-decoration: none;
	color: #eeeeee;
	font-family: monospace;
	font-size: x-small
	
}

body{
	background-color:#f1f1f1; 
}

#topPage{
	background-color: #ffffff;
	padding-top: 18px;
}

#topPage img{
	margin-right: 120px;
}
  
#sPicture{
  	margin-left: 20px;
  	box-shadow: 5px 5px 6px #111111;
}
  
#content #teamPicture{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
  	box-shadow: 5px 5px 6px #111111;
  	float: left;
}

#topPage .selected{
	text-decoration: underline;
}

#content #sPicture{
	float: left;
	margin-right: 124px;
	
}

#content img{
	float: right;
	margin-right: 48px;
	margin-bottom: 12px;
	margin-top: 20px;
}

#content p{
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 30px;
	font-size: 1.2em;
}

#content #impressum{
	font-size:1.1em;
	padding-right: 100px;
	padding-left: 152px;
	background-color: #a1c95d;
	font-family: "Times New Roman", Times, serif;
}

#content #kontakt{
	padding-bottom: 120px;
}

#content #mitarbeiter{
	margin-right: 30px;
	padding-bottom: 60px;
}
  
#topPage a:hover, #topPage span {
	color: #aa0000;
}

#impressum .impDetail{
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

#content #impressum p{
	margin: 0;
	padding: 0;
	margin-left: -60px;
}

  
  
  