/*  
Theme URI: http://www.scandinavian-bookmarks.de/http://www.scandinavian-bookmarks.com/
Author URI: http://www.aufregend.com
Author: Cerstin Lugmayr
*/


/* Main Navigation
------------------------------------------------------------------*/  
#navigation {
	position: absolute; 
	top: 95px; 
	left: 180px;
	width:558px;
	height:32px;
	padding: 0;
}
ul#nav {
    top: 0;
    left: 0;
    width: 558px;
    height: 32px;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    background: transparent url(images/navigation.png) no-repeat 0 0;
	}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(images/navigation.png) no-repeat;
	}
li#home a {
	width:64px;
	height:32px;
	 }
li#neuheiten a {
	width:84px;
	height:32px;
	 }	 	 
li#lesezeichen a {
	width:105px;
	height:32px;
	 }
li#kofferanhaenger a {
	width:130px;
	height:32px;
	 }	 
li#bestellung a {
	width:96px;
	height:32px;
	 }
li#kontakt a {
	width:79px;
	height:32px;
	 }	 	 	 	 

li#home a:link, li#home a:visited {	
	background-position:0px 0px;
	}
li#home a:hover, li#home a:focus {	
	background-position:0px -32px;
	}
li#neuheiten a:link, li#neuheiten a:visited {	
	background-position:-64px 0px;
	}
li#neuheiten a:hover, li#neuheiten a:focus {	
	background-position:-64px -32px;
	}		 
li#lesezeichen a:link, li#lesezeichen a:visited {	
	background-position:-148px 0px;
	}
li#lesezeichen a:hover, li#lesezeichen a:focus {	
	background-position:-148px -32px;
	}
li#kofferanhaenger a:link, li#kofferanhaenger a:visited {	
	background-position: -253px 0px;
	}
li#kofferanhaenger a:hover, li#kofferanhaenger a:focus {	
	background-position: -253px -32px;
	}
li#bestellung a:link, li#bestellung a:visited {	
	background-position: -383px 0px;
	}
li#bestellung a:hover, li#bestellung a:focus {	
	background-position: -383px -32px;
	}
li#kontakt a:link, li#kontakt a:visited {	
	background-position: -479px 0px;
	}
li#kontakt a:hover, li#kontakt a:focus {	
	background-position: -479px -32px;
	}

/* Main Navigation "active tabs"
------------------------------------------------------------------*/
body#home ul#nav li#home a {
	background-position:0px -32px;
	}
body#neuheiten ul#nav li#neuheiten a {
	background-position:-64px -32px;
	}	
body#lesezeichen ul#nav li#lesezeichen a {
	background-position:-148px -32px;
	}
body#kofferanhaenger ul#nav li#kofferanhaenger a {
	background-position:-253px -32px;
	}
body#bestellung ul#nav li#bestellung a {
	background-position:-383px -32px;
	}
body#kontakt ul#nav li#kontakt a {
	background-position:-479px -32px;
	}

/* Index
------------------------------------------------------------------*/	
#text #indexpics {
	background:url(images/index_pics.jpg) no-repeat 0px 0px;
	height:367px;
	}
	
/* Produkte
------------------------------------------------------------------*/
#productBoxes {
	margin:0;
	padding:0;
	width: 700px;
	clear:both;
} 
#productBoxes:after { 
	content:"clear"; 
	clear:both; 
	display:block; 
	height:0; 
	overflow:hidden; 
	visibility:hidden; 
}
#productBoxesLeft{
	float:left;
	width:260px;
	margin-right: 40px;
}
#productBoxesRight{
	float:left;
	width:400px;
}	
	
/* Footer
------------------------------------------------------------------*/
#footer #left{
	font:90%/140% Verdana,Arial,Helvetica,sans-serif;
	color: #E8E4D9;
	position: absolute; 
	top: 16px; 
	left: 0px;
	text-align:left;
	width: 280px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	}
html>body #footer #left {
	width: 200px; /* ie5win fudge ends */
	}	
#footer #middle{
	font:90%/140% Verdana,Arial,Helvetica,sans-serif;
	color: #E8E4D9;
	position: absolute; 
	top: 16px; 
	margin: 0 0 0 270px;
	}
#footer #right{
	font:90%/140% Verdana,Arial,Helvetica,sans-serif;
	color: #E8E4D9;
	position: absolute;
	top: 16px;
	text-align: right;
	right: 20px;
	width: 150px;
	voice-family: "\";
	height: 17px;
}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body right {
	width: 120px; /* ie5win fudge ends */
}

#footer #left A, #footer #middle A, #footer #right A  {
	color: #E8E4D9; 
	text-decoration: underline;
}
#footer #left A:visited, #footer #middle A:visited, #footer #right A:visited {
	color: #E8E4D9; 
	text-decoration: underline;
}
#footer #left A:hover, #footer #middle A:hover, #footer #right A:hover {
	color: #fff; 
	text-decoration: underline;
}
	
