/*
SNA Germany GmbH
Geschäftsbereich Snap-on Tools
www.snapon.de

Entwicklung: 
Christian Hang / Hang On Media

Dezember 2007
*/

/* Basic */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	font-size: 9pt;
}

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

a:hover
{
	color: #A7250C;
	text-decoration: none;
}

#news
{
    text-align: justify
}


/* Header */

#header
{
	height: 118px;
	background-image: url('images/header-bg.png');
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 22px;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

#header h1
{
    font-size: 1.6em;
}

#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 0.9em;
}

/* Menu */

#menu
{
	background-image: url('images/nav-bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;	
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
    color:  #000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 1em;
}

#menu li a
{
	font-size: 1em;
	color: gray;
	text-decoration: none;
	font-weight: bolder;
}

#menu li a:hover
{
	color: red;
	text-decoration: underline;
}

.footer.text
{
	font-color: #000;
	font-size: 13px;
	color: maroon;
	text-transform: lowercase;
}
/* Content */

#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/content-bg.png') repeat-x top left;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/blockquote-bg');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}

/* Haupt Content */

#HauptContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}

#HauptContentAltContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}

#HauptContent
{
	margin: 0em 470px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}

#HauptContentAlt
{
	margin: 0em 270px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}

#HauptContent h2, #hauptContent h3
{
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	font-size: 1.3em;
	padding-bottom: 0.3em;
}

#HauptContentAlt h2, #hauptContentAlt h3
{
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	font-size: 1.3em;
	padding-bottom: 0.3em;
}

#containerlinks h3, #containerrechts h3
{
	background: url('images/container-bg.png') no-repeat;
	width: 185px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	color: #828474;
}

/* Außencontainer links */

#containerlinks
{
	float: left;
	width: 215px;
	font-size: 0.95em;
}

/* Außencontainer rechts */

#containerrechts

{
	float: right;
	width: 215px;
	padding-right: 1em;
	font-size: 0.95em;
}

/* Footer */

#footer

{
	height: 88px;
	background-image: url('images/footer-bg.png');	
	border-top: solid 1px #D0D4BB;
	font-size: 0.9em;
	color: #000;
	padding: 2em 3.0em 1.0em;
}

#footer a
{
	text-decoration: none;
	color: #777869;
}

#footer a:hover
{
	
	color: red;
}

.clear
{
	clear: both;
}

/* Extras */


.catalog-order
{
	font-size: 0.8em;	
}

.bild-text
{
	margin: 4em 6em 0 2em;
	float:  left;
}
