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

body {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6d7574;
}	




a:link {
	color: #6d7574; text-decoration: underline
}
a:visited {
	color: #6d7574; text-decoration: underline
}
a:active {
	color: #6d7574; text-decoration: underline
}
a:hover {
	color: #f1932c; text-decoration: underline
}

h1 {
	font-size: 24px;
	color: #008fd1;
	margin-bottom: 16px;
}

h2 {
	font-size: 18px;
	color: #008fd1;
	margin-bottom: 16px;
}

p {
	margin-bottom: 1em;
	line-height: 1.5;
}



.clear {
	clear:both;
}



ul {
	list-style-type: bullet;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2em;
}
ul li {
    margin-bottom: .5em;
	margin-left: 2em;
}



#wrapper {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/contentTileBg.jpg) top left repeat-y;
	width: 1152px;
	min-height: 900px;
    margin: 0 auto;
} 

* html #wrapper {
	height: 900px;
}

#header {
	height: 33px; /*222px*/
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/headerBg.jpg) top left no-repeat;	
	
	font-size: 18px;
	color: #008fd1;
	font-style: italic;
	text-align: right;
	padding-top: 189px;
	padding-right: 142px;
} 


#topNavigation {
	height: 41px; /*41*/
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/topNavigationBg.jpg) top left no-repeat;		

	font-size: 12px;
	text-align: right;
	padding-right: 140px;
}

#topNavigation a {
	display: block;
	height: 28px; /*41*/
	width: 100px;
	float: right;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
	
	
} 

#topNavigation a:hover, #topNavigation a.active {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/topNavigationActiveTiledBg.jpg) top left repeat-x;
	text-decoration: none;
} 

#topNavigation img {
	float: right;
}


#contentWrapper {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/contentTopBg.jpg) top left no-repeat;	
	
}


#mainNavigation {
	/*background: #00FF00;*/
	width: 197px; /*231*/
	min-height: 512px; /*549*/
	float:left;
	margin-left: 100px;
	
	padding-left: 34px;
	padding-top: 37px;
	
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/verticalBar.gif) top right no-repeat;	
}

* html #mainNavigation {
	height: 512px; /*549*/
}

#mainNavigation a {
	display: block;
	height: 27px; /*32*/
	width: 132px; /*160*/
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/bladeDotOff.jpg) center left no-repeat;
	
	padding-left: 28px;
	padding-top: 5px;
	border-bottom: #e0e0e0 1px solid;
	
	text-decoration: none;
	font-size: 17px;
	color: #6d7574;
}

#mainNavigation a:hover {
	/*background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/bladeDotOn.jpg) center left no-repeat;*/
	color: #f1932c
}

#mainNavigation a.active {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/bladeDotOn.jpg) center left no-repeat;
	color: #f1932c
}

#content {
	/*border: #00FF00 1px solid;*/
	float:left;
	width: 650px; /*720*/
	min-height: 511px; /*549*/
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/contentBg.jpg) bottom right no-repeat;
	padding-top: 38px;
	padding-left: 30px;
	padding-right: 40px;
}

* html #content {
	height: 511px; /*549*/
}

#contentBody {
	min-height: 408px;	
}

* html #contentBody {
	height: 408px;	
}

#contentBody img {
	border: #eef1f2 10px solid;
}

#contentBody .zoomImages {
   	float: right; 
}

#contentBody .zoomImage img {
    display: block;
	margin: 5px 0px 20px 20px;
}


#contentFooter {
	border-top: #e0e0e0 1px solid;
	font-size: 12px;
	padding-top: 15px;
	margin-top: 50px;
	margin-bottom: 30px;
}

#footer {
	background: url(http://www.werkzeugservice.ch/themes/werkzeugservice/images/footerBg.jpg) top left no-repeat;
	height: 40px; /*90*/
	text-align: right;
	padding-top: 50px;
	padding-right: 100px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#footer a {
	text-decoration: none;
}


