/* -----------------------------------------------------------------------------------------------------------
	CSS Document: 	style.css (global style definitions)

	project:        breitengrad verlag
	website:        www.breitengradverlag.de/
	lastedited:     12.05. 2008
	client:         Henkel Kommunikation GmbH | www.henkelkom.com
	author:         Sven Lauritzen Softwareentwicklung und -beratung | www.sven-lauritzen.de
------------------------------------------------------------------------------------------------------------- */



/* global color definitions:

highlight color: #04585a
text color:      #999999

-------------------------- */


/* ---------------------------------------------------------------------------------------------------------- */
/* overwriting browser default behaviour                                                                      */
/*----------------------------------------------------------------------------------------------------------- */

html, body, form, fieldset, input, textarea, a, p, ul, li, h1, h2, h3, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

table, th, tr, td {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

ul, li {
	list-style-type: none;
}

/* IE does not respect this if not marked as important */
img, a img {
	border: none !important;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* document & structural elements                                                                             */
/*----------------------------------------------------------------------------------------------------------- */

body {
	font-family: Verdana, Sans-Serif;
	font-size: 62.5%;
	line-height:1.6;
	color: #000;
	background-color: #fff;
}


a {
	color: #999;
	text-decoration: none;
}

a:hover
{
	color: #04585a;
}

li.selected a {
	color: #04585a;
}

hr {
	margin: 7px 0 8px 0;
	padding:0;
	height: 1px;		
	color: #d9d9d9;
	background-color: #d9d9d9;
	border: none;
}


#wrapper {
	width: 710px;
	margin: 0 0;
	padding: 33px 0px 0px 44px;
}

#sidebar {
	float: right;
	width: 180px;
}

#logo {
	margin: 22px 0 32px -2px;
}

#header {
	width: 480px;
	margin-left: 10px;
}

#content {
	width: 480px;
	margin-left: 10px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Navigation // Sidebar                                                                                      */
/*----------------------------------------------------------------------------------------------------------- */

#sitenavigation,
#footer,
#lang {
	margin-bottom: 32px;
	font-size: 1.1em;
}

#sitenavigation li,
#footer li,
#lang li {
	margin-bottom: 8px;
	line-height: 16px;
}


#sitenavigation ul li a {
	display: block;
	padding-left: 9px;
	background: url(img/bullet_list_2nd.gif) 0 4px no-repeat;
}

#sitenavigation ul li ul li {
	margin-left: 1.3em;
	margin-bottom: 0px;
}

#sitenavigation li.first {
	margin-top: 8px;
}

#sitenavigation ul li ul li a {
	padding-left: 18px;
	background: url(img/bullet_list_3rd.gif) 0 4px no-repeat;
}

#footer li.selected a,
#sitenavigation li a:hover,
#sitenavigation span.selected a {
	color: #04585a;
	background-position: 0 -47px;
}

#lang li {
	color: #999999;
	float: left;
	margin: 0 6px 0 0;
}

#lang li.hl {
	color: #000;
}

#lang li a:hover {
	color: #000;
}






/* --------------- Content Navigation --------------- */

#contentnavigation {
	width: 480px;
	margin: 0 0 38px 10px;
	color: #999;
}

#contentnavigation.topline {
	padding-top: 5px;
	margin: 22px 0 0 10px;
	border-top: 1px solid #d9d9d9;
}

#contentnavigation.topline #font-switch {
	float: right;
	width: auto;
}

#font-switch a {
	margin-left: 10px;
}


#subnavigation {
	width: 17em;
	float: right;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Content Elements                                                                                          */
/*----------------------------------------------------------------------------------------------------------- */

#content h1 {
	margin: 8px 0 8px -11px;
	padding: 4px 0 0 11px;
}

body #content,
body.small	#content { font-size: 1.1em; }
body.medium	#content { font-size: 1.2em; }
body.big	#content { font-size: 1.3em; }

body #content h1,
body.small	#content h1 {
	font-size: 1.1em; background: url(img/bullet_headline.gif) 0px 2px no-repeat;
}
body.medium	#content h1 { font-size: 1.2em;	background: url(img/bullet_headline.gif) 0px -34px no-repeat; }
body.big	#content h1 { font-size: 1.3em; background: url(img/bullet_headline.gif) 0px -70px no-repeat; }


#content p a.Liste {
	padding-left: 18px;
	background: url(img/bullet_list_3rd.gif) 0 3px no-repeat;
}

#content p a.Liste:hover {
	background-position: 0 -48px;
}

#content .product-row {
	height: 107px;
}

#content .productrow-vimage {
	float: left;
	width: auto;
	padding-top: 33px;
	padding-right: 5px;
}

#content .productrow-himage {
	float: left;
	width: auto;
	padding-right: 5px;
}

#content .productrow-simage {
	float: left;
	width: auto;
	padding-top: 33px;
	padding-right: 5px;
}

#content .productrow-text {
	position: relative;
	float: left;
	width: 110px;
	height: 107px;
	padding-right: 5px;
}

#content .productrow-text-bottom {
	position: absolute;
	width: 110px;
	bottom: 0px;
	left: 0px;
}

#content .productrow-indent60 {
	padding-left: 60px;
}

#content .productrow-indent120 {
	padding-left: 120px;
}

#content .productrow-indent180 {
	padding-left: 180px;
}

#content .csc-sitemap ul ul {
	padding-left: 2em;
}
