/* CSS-Definition, Medium: screen
www.racketservice-stocker.de
Start: 16.01.2009
Letzte Aenderung: 02.02.2009
*/

/* Farbschema 
------------------------------ */
/*
angelehnt an http://www.colorschemer.com/schemes/viewscheme.php?id=6561

beige Leiste am Seitenkopf: #F3E4CD;
Schriftfarbe: 				#000;
Ueberschriften:				#172E40;
*/

/* Reset
------------------------------ */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Globals und Typo
------------------------------ */
body {
	background: #2B4D69 url(../images/bodybg_verlauf.png) repeat-x fixed top;
	font-size: 75%;
	font-family: Helvetica, Arial, Tahoma, Verdana, 'Trebuchet MS', sans-serif;
}

html>body {
	font-size: 12px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.current {
	font-weight: 700;
}

p {
	font: 1em/1.3em Helvetica, Arial, Tahoma, Verdana, 'Trebuchet MS', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #172E40;
	font-size: 1.3em;
}

h3 {
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .85em;
	margin-bottom: 20px;
	font-weight: 400;
}

h4 {
	font-size: 1.1em;
	color: #172E40;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 10px;
}

address {
	font-style: normal;
}

abbr:hover {
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #CCC;
}

/* Layout allgemein
------------------------------ */
#breadcrumb {
	font-size: .95em;
	margin-top: 5px;
}

dl.left { 
	float: left;
	margin: 10px 15px 15px 0;
}

dl.right { 
	float: right;
	margin: 10px 0 15px 15px;
}

dl dd {
	margin:0;
	padding: 0;
	font-size: .9em;
	padding-left: 5px;
}

dl dt {
	margin: 0;
}

.bold {
	font-weight: 700;
}

#all {
	width: 840px;
	margin: 0 auto;
}

#intro_box_top {
	background: #F3E4CD;
	text-align: center;
}

#content {
	background: #FFF;
	margin-bottom: 10px;
	width: 840px;
}

#hlinks {
	float: left;
	width: 550px;
}

#header img {
	margin: 15px;
	float: left;
	display: inline;
}

#header h1 {
	margin: 0;
	padding: 0;
	padding-top: 40px
}

#header h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.innerpadding {
	padding: 0 20px 15px;
	width: 800px;
}

#text h1 {
	font-size: 1.3em;
	color: #172E40;
	margin-bottom: 10px;
	margin-top: 15px;
}

.fl_l {
	float: left;
	display: inline;
	margin: auto 15px 15px 0;
}

#products {
	background: #FFF;
	margin-bottom: 10px;
}

#products .innerpadding {
	padding-top: 20px;
}

#products img {
	margin-top: 5px;
}

.cl_l {
	clear: left;
	line-height: 0;
}

.cl_r {
	clear: right;
	line-height: 0;
}

.cl_b {
	clear: both;
	line-height: 0;
}

#sale_box_right {
	float: right;
	width: 250px;
	height: 91px;
	background: url(../images/sale.gif) no-repeat;
	margin: 15px 20px;
	display: inline;
}

/*#sale_box_right .innerpadding {
	width: 130px;
	padding: 25px 10px 0 70px;
}*/

#sale_box_right .innerpadding {
	width: 130px;
	padding: 20px 10px 0 70px;
}

#oeffnungszeiten td {
	width: 125px;
}

/* Navigation
------------------------------ */
#navi_box_horiz {
	width: 100%;
	background: url(../images/navibg.gif);
	height: 40px;
	line-height: 40px;
}

#navi_box_horiz ul {
	list-style-type: none;
	margin-left: 30px;
}

#navi_box_horiz li {
	color: #FFF;
	float: left;
	display: inline;
}

#navi_box_horiz li a {
	color: #FFF;
	padding-right: 45px;
	text-decoration: none;
}

#navi_box_horiz li a:hover {
	text-decoration: underline;
	display: inline;
}

/* Footer
------------------------------ */
#footer_box_bottom {
	background: #F3E4CD;
	margin-bottom: 20px;
	width: 840px;
}

#footer_box_bottom ul {
	list-style-type: none;
	margin-left: 20px;
}

#footer_box_bottom li {
	display: inline;
	float: left;
}

#footer_box_bottom a {
	float: left;
	color: #000;
	padding: 5px;
	display: inline;
	text-decoration: none;
}

#footer_box_bottom a:hover {
	text-decoration: underline;
	display: inline;
}

#footer_box_bottom span {
	float: right; 
	display: inline;
	margin-right: 15px;
}

/*  Partnerlogos
------------------------------ */
.partnerlogos {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 70px;
}

.partnerlogos li {
	float: left;
	padding-right: 35px;
	margin-right: 35px;
	display: inline;
}

/*  Tabelle (Saiten)
------------------------------ */

#saiten {
	width: 350px;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	text-align: center;
	background: #EFEFEF;
}

#saiten td, #saiten th, #saiten tr {
	border: 1px solid #000;
	padding: 2px;
}

#saiten th {
	background: #172E40;
	color: #FFF;
}

#saiten .linkespalte {
	text-align: center;
}

#saiten .pr_name {
	text-align: left;
	padding-left: 5px;
}

#saiten .preis {
}

/*  Galerie
------------------------------ */
.dia {
	border: 1px solid #CCC;
	width: 186px;
	height: 132px;
	float: left;
	margin-right: 12px;
	text-align: center;
	margin-top: 10px;
}