body {
font-family: Verdana, Helvetica, Arial, serif;
font-size:10px;
margin: 5px auto;
width:780px;
background-image:url('images/bg.gif');
}
.header {
	width:780px;
	height:92px;
	background: url('images/top.gif') repeat-x;
	text-align:center;
}
.body {
	background: #FFFFFF;
	margin-bottom:0px;
}
.left {
	width:130px;
	float:left;
	padding:5px 2px;
}
.content {
	width:610px;
	margin-left: 135px;
	padding: 5px 15px 15px 15px;
	background:url('images/navi_bg2.gif') #FFFFFF left top repeat-y;
	text-align:justify;
	min-height:430px;
	
}
td {
	font-size:10px;
}
hr {
border: 1px solid #CDD3DA;
height:0px;
text-align:center;
width: 80%;
}
.pageheader {
	font-weight:bold;
	background: #E6EAED;
	border-top: #4E6A91 dotted 1px;
	border-bottom: #4E6A91 dotted 1px;
	padding: 0px 15px;
	margin-bottom: 5px;
}
.code {
	color: #228B22;
	font-style:italic;
}
dd {
	margin-bottom: 15px;
}
input,textarea {
	color:#000000;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10px;
	background: #ffffff url(images/input_background.jpg);
}
a, a:link, a:visited, a:active {
	color : #406C98;
	text-decoration : underline;
}
a:hover {
	color : #406C98;
	text-decoration : none;
}
.searchword {
background-color: yellow;
font-weight : bold;
}
.articlepicspan {
	border: 1px solid #4E6A91;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	margin: 0px 5px;
}
.articlepic {
	display:block;
}
.articlepic:after {
	content: attr(alt);
	display:block;
}
a[href^="http:"] {
background: url('/images/externlink.gif') 100% 50% no-repeat;
padding-right: 10px;
}

a[href^="http://yubb.de"],
a[href^="http://www.yubb.de"] {
padding-right: 0px;
}
a[href^="http:"].noimg {
  background: none;
  padding-right: 0px;
} 
div#yubb_ads {
	position:fixed;
	border-top: 1px solid #406C98;
	border-left: 1px solid #406C98;
	background: #E9EBED;
	width: 100px;
	text-align:center;
	padding-top:3px;
	padding-bottom: 3px;
	right:0px;
	bottom:0px;
}