/*	Desc: weitbild.ch
	Author: mark nolan || dieblender.ch
	Date: January 2009
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	
}
body {
	
	background: #fff;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}

img {
	border: 0
}

p,a,a.items-pos {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}

a.items {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;
}

a.items:hover {
	color: #3399cc;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;	
}

a.arrows {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;
}

a.arrows:hover {
	color: #3399cc;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;	
}

span.selector {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #3399cc;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;
	
}

span.arrow {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #999;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 1px;
}

/*=DIVS MAIN RIBS
=== === === === === === === === === === */

#top {
	
	width: 100%;
	height: 285px;	
	border: 0px solid #fff;
}

#content {
	width: 100%;
	height: 364px;
	background-color: #fff;
	border-bottom: 1px solid #272700;
	text-align: left;
}

#footer {
	width: 600px;
	border: 0px solid #000;
	margin-left: 515px;
}

#topwrapper {
	width: 1148px;
	border: 0px solid #fff;
}

#logo {
	width: 485px;
	height: 275px;
	border: 0px solid #fff;
	float: left;
	margin-left: 30px;
	text-align: left;
	border: 0px solid #fff;
}

#navigation {
	width: 600px;
	height: 283px;
	border: 0px solid #fff;
	text-align: left;
	float: left;
	border: 0px solid #fff;
	
}

#sets {
	height: 178px;
	border: 0px solid #fff;	
	border: 0px solid #fff;
}

#navi {
	border: 0px solid #fff;
	border: 0px solid #fff;	
}

#content img {
	padding-top: 1px;
}

#content img.home {
	padding-left: 30px;
}

#logo img.logo {
	padding-top: 184px;
}


/*=PAGE LAYOUTS - Text only
=== === === === === === === === === === */

#nurtext {
	padding-top: 20px;
	margin-left: 515px;
	width: 600px;
}

/*=PAGE LAYOUTS - Text right, Image left
=== === === === === === === === === === */

#bildzutext {
	margin-left: 30px;
	width: 485px;
	float: left;
}

#textrechts {
	padding-top: 20px;
	width: 600px;
	float: left;
}

#arrownavi {
	float: left;
	height: 10px;
	margin-top: 342px;
	margin-left: 20px;
}

#arrows {
	margin-top: 65px;
	border: 0px solid #fff;
}

