/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #000;
	height: 100%;
	background: url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #008080; font-size: 1em; padding: 1px 2px; }
a:hover { color: #6cc; background-color: #9ad0d1; background-image: none; }
a:visited { color: #79583f; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { background: url(img/justkissen.jpg) no-repeat center top; width: 760px; margin: 0 auto; padding: 0; }
#header div { 
	background: url(img/kissen2.jpg) no-repeat 0 70px; 
	padding: 45px 0 97px 20px;	
	}	
#header h1 { margin: 0; clear: both; padding: 43px 0 0 15px; font-size: 3.4em; font-weight: 500; text-align: center; }
* html #header h1 { padding-top: 23px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { display: inline; list-style-type: none; margin: 0 2px; font-size: 1.3em; background: url(img/nav.gif) no-repeat; width: 114px; height: 25px; text-align: center; position: relative; float: left; clear: none; }	
#header li a { display: block; color: #fff; width: auto; padding-top: 7px; }		
#header li a.on,
#header li a:hover { background-color: #333; color: #3cc; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}
#content h1 { color: #000; font-size: 2em; font-weight: normal; text-align: center; padding-top: 2px; padding-bottom: 2px; }
#content h2 { font-size: 20px; color: #333; font-weight: normal; font-size: 1.8em; text-align: center; margin: 10px 0 8px; clear: both; }	
#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p { text-indent: 3em; line-height: 1.5em; text-align: center; letter-spacing: 0.1em; }
#content pbroad { font-size: 50%; line-height: 1.2em; text-align: left; }
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li { list-style-type: none; background: url(img/bullet.gif) no-repeat 0 8px; padding: 0 0 0 25px; line-height: 1.5em; letter-spacing: 0.1em; margin-bottom: 5px; }	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }
/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { margin: 20px 0; padding: 0; }
#content ul.thumbs:after { height: 0; content: "."; display: block; clear: both; visibility: hidden
	; }	
#content ul.thumbs li { margin: 3px; padding: 0; background-image: none; float: right; }
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
	}
#leftbroad { text-align: left; width: 335px; float: left; margin: 0 5px 3px; border-right: thin solid #333; }
#leftbroad h2 { text-align: left; }
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	}
#rightbroad { text-align: center; width: 330px; float: right; margin: 0 5px 3px; }
#rightbroad h2 { text-align: right; }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: 5px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }
