@charset "utf-8";
/* CSS Document */

/** Allgemeines **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	color: #BE0A26;
}

a {
	font-weight: bold;
	color: #626264;
	text-decoration: none;
}

a:hover {
	color: #A4A4A6;
}

.clear {
	clear: both;
	display: inline;
	height: 0px;
	line-height: 0px;
}

.t_right {
	text-align: right;
}

.t_left {
	text-align: left;
}

.t_center {
	text-align: center;
}

.t_justify {
	text-align: justify;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
/*****************/

#header {
	width: 869px;
	height: 390px;
	/*background-image: url(../../../../images/proserve/header/standard.jpg);*/
}

#logo {
	position: absolute;
	top: 355px;
	left: 50px;
	z-index: 99;
}

#content {
	position: absolute;
	left: 300px;
	top: 400px;
	width: 470px;
	height: 312px;
	font-size: 11px;
	overflow: auto;
}
.content_bild {
	position: absolute;
	top: 440px;
	left: 20px;
	background-repeat: no-repeat;
	height: 250px;
	width: 250px;
	background-position: left center;
}
#content h1 {
	font-size: 22px;
	color: #11367D;
}
#content h3 {
	font-size: 11px;
	color: #11367D;
	font-weight: none;
}
#content img {
	margin: 0 10px 10px 10px;
}

.start #logo {
	position: absolute;
	top: 28px;
	left: 712px;
}

#footer {
	position: relative;
	top: 325px;
	left: 0px;
	width: 828px;
	height: 31px;
	background-color:#11367D;
	color: #fff;
	font-size: 17px;
}

.start #footer {
	top: 10px;
}

#footer p {
	margin: 0;
	padding: 5px 0 5px 30px;
	clear: both;
}

#logo_menu {
	z-index: 99;
	position: absolute;
	width: 400px;
	left: 470px;
	top: 18px;
}

.start #logo_menu {
	left: 500px;
	top: 35px;
}

.logo {
	position: absolute;
}

/*.start .logo_proserve {
	left: 231px;
	top: 0px;
}
.logo_proserve {
	left: -500px;
	top: 400px;
}
*/
.logo_pacific {
	left: 245px;
	top: 0px;
}
.logo_mcdavid {
	left: 237px;
	top: 47px;
}
.logo_tretorn {
	left: 230px;
	top: 91px;
}
.logo_spalding {
	left: 205px;
	top: 119px;
}
.logo_lazer {
	left: 187px;
	top: 186px;
}
.logo_bioracer {
	left: 140px;
	top: 230px;
}
.logo_quid {
	left: 92px;
	top: 272px;
}
.logo_rohner {
	left: 43px;
	top: 301px;
}

.start .logo_pacific {
	left: 245px;
	top: 151px;
}
.start .logo_mcdavid {
	left: 247px;
	top: 205px;
}
.start .logo_tretorn {
	left: 249px;
	top: 269px;
}
.start .logo_spalding {
	left: 245px;
	top: 308px;
}
.start .logo_lazer {
	left: 218px;
	top: 386px;
}
.start .logo_bioracer {
	left: 170px;
	top: 449px;
}
.start .logo_quid {
	left: 134px;
	top: 509px;
}
.start .logo_rohner {
	left: 73px;
	top: 556px;
}

#bottom_menu {
	font-size: 10px;
	position: absolute;
	top: -25px;
	left: 30px;
	width: 200px;
}

#bottom_menu a {
	color: #11367D;
	text-decoration: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

ul.hmenu li {
	float: left;
}