/*  
Style Name: bikesandboards.net
Version: 1.0
Author: Lorenz Rings
Author URL: http://www.ihrweg.de/
*/

body {
	color: #999999;
	font: 11px Verdana;
	background: #9d9d9d url(../images/bg.gif) repeat;
	padding: 0;
	margin: 0;
}
#wrapper {
	height: 100%;
	width: 800px;
	background-color: #000;
	margin: auto;
}
span.white {
	color: #fff;
}

img {
	border-style: none;
}


/* @group HEADER */
#header {
	width: 700px;
	height: 215px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 15px;
	background: url(../images/bg.gif) repeat-x;
}
#header_menubg {
	height: 215px;
	width: 200px;
	background-color: #000;
	position: absolute;
	top: 50px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#header_menu {
	height: 215px;
	width: 200px;
	position: absolute;
	top: 80px;
}
#header_logo {
	width: 184px;
	height: 93px;
	position: relative;
	top: -200px;
	left: 501px;
	background-image: url(../images/logo.png);
}
/* @end */


/* @group CONTENT */
#content {
	width: 700px;
	margin: auto;
	display: table;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

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

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #ffeb00;
	margin: 0;
	padding: 0 0 0px;
}


/* @group CLINKS */
#content .links {
	width: 200px;
	padding: 0;
	padding-right: 5px;
	float: left;
}
#content .links .neuigkeiten {
	border: 1px solid #373737;
}
#content .links .neuigkeiten div.titel {
	height: 30px;
	background: #373737 url(../images/text/neuigkeiten.png) no-repeat 5px;
}
#content .links .neuigkeiten div.news {
	margin: 5px;
	font-size: 10px;
}
#content .links .weiterebilder {
	border: 1px solid #373737;
}
#content .links .weiterebilder div.titel {
	height: 30px;
	background: #373737 url(../images/text/weiterebilder.png) no-repeat 5px;
}
#content .links .weiterebilder div.bilder {
	margin: 5px;
	font-size: 10px;
}
#content .links .unseremarken {
	border: 1px solid #373737;
}
#content .links .unseremarken div.titel {
	height: 30px;
	background: #373737 url(../images/text/unseremarken.png) no-repeat 5px;
}
#content .links .unseremarken div.bilder {
	margin: 5px;
	font-size: 10px;
}

/* @end */


/* @group CRECHTS */
#content .rechts {
	width: 490px;
	padding: 0;
	padding-left: 5px;
	float: right;
}
#content p {
	color: #fff;
	padding-bottom: 15px;
}
#content.rechts .bildboxen {
	display: block;
}
.bildbox_pics { 
	float:left!important;
	border: 1px solid #000;
	height: 90px;
	width: 238px;
	margin-right: 5px;
	overflow:hidden;
}

.bildbox_table {
	overflow:hidden; 
	height: 90px;
	width: 238px;
}
/* @end */


/* @end */


/* @group FOOTER */
#footer {
	width: 700px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}
#footer p {
	padding: 0;
	margin: 0;
	line-height: 12px;
}
/* @end */
