/* @override http://plattenlaedle.de/static/stylesheets/style.css */

/**
 * Platteblaedle.de
 * Oktober 2009
 */

/**
 * Import fff to stylesheet
 */
@import url("fff.css");

body{
	background: #808fc5;
	font: 15px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
.bold{font-weight: bold;}
.org{display: none;}
.tel{display: inline;}
.middle{
	width: 900px;
	padding: 25px;
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 377px;
	padding: 0px 0px 25px 0px;
	margin-top: 25px;
	background: url(../images/headerbg.png) repeat-x;
	color: #000;
}
#logo{
	background: url(../images/logo.png);
	width: 353px;
	height: 141px;
	text-indent: -5000em;
	margin-bottom: 30px;
}
.vcard{
	width: 353px;
}


#content{
	
}
.col.right{
	width: 250px;
	padding: 20px;
}
.col.left{
	width: 560px;
	border-right: 1px solid #aaa;
	padding: 20px;
	height: 500px;
}
h2{
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding: 5px;
}
h3{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding: 5px;
}
ul#twitter_update_list{
	line-height: 25px;
	font-size: 12px;
	text-align: left;
	display: block;
}
ul#twitter_update_list li{
	color: #fff;
	padding: 2px 2px 2px 5px;
	margin: 2px;
	display: block;
	font-weight: bold;
	margin: 0;
	list-style: none;
}
ul#twitter_update_list li:hover{
	color: #fff;
	background: #fdce28;
}
ul#twitter_update_list  li:hover a {
	color: #fff;
}
ul#twitter_update_list  li a {
	color: #fff;
	display: block;
}
ul#twitter_update_list a:hover {
	border: none;
}
ul#twitter_update_list li span a {
	color: #fff;
	display: inline;
}

#footer{
	width: 100%;
	height: 100px;
	color: #000;
	background: url(../images/headerbg.png) repeat-x;
}
