/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Copyright 2009 designkueche - Mirko Lange
//
///////////////////////////////////////////////////////////////////////////////////
*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font: normal 10px Verdana, Helvetica, Arial, sans-serif; 
	color: #747473;
}
#inhalt {
	margin: 0 auto;
	padding-top: 100px;
	width: 800px;
	height: 600px;
}
#left_top {
	width: 600px;
	height: 99px;
	float: left;
	border-bottom: #747473 1px solid;
}
#right_top {
	width: 199px;
	height: 99px;
	float: left;
	border-left: #747473 1px solid;
	border-bottom: #747473 1px solid;
	background-image: url(../img/ronnybecher.gif) ;
}
#left {
	width: 564px;
	height: 464px;
	float: left;
	padding: 18px;
}
#right {
	width: 199px;
	height: 500px;
	float: left;
	border-left: #747473 1px solid;
}
#content_left {
	width: 273px;
	float: left;
	margin-right: 9px;
}
#content_right {
	width: 273px;
	float: left;
	margin-left: 9px;
}
img {
	border: 1px solid #747473; padding: 5px;
}
#rahmen {
	width: 412px;
	height: 312px;
	border: 1px solid #747473; padding: 5px;
	float: right;
}
a
{
	color: #747473;
	text-decoration: none;
}

a:hover { 
	color: #cc3333; 
}

#adresse {
	width: 140px;
	float: right;
}
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Haupt-Navigation
//
///////////////////////////////////////////////////////////////////////////////////
*/
#hide {
	position:absolute;
	top: 0px;
	left: -190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 10px;
	margin: 150px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 90px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element a
{
	color: #747473;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { 
	color: #cc3333; 
}
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Bild-Navigation
//
///////////////////////////////////////////////////////////////////////////////////
*/
#bildnav {
	width: 152px;
	float: left;
}
#fade {
	margin-top: -10px;
	margin-left: -40px;
}
.inhalt {
	width: 412px;
	float: right;
}
ul#thumb {
	list-style: none;
}

li.thumb {
	display: block;
}

#thumbnail a{
	float: left; height: 0px !important; overflow: hidden; border: 0; margin-right: 5px; padding-top: 15px; margin-bottom: 5px;	
	height: 15px; width: 15px; background: transparent url("../img/thumb.gif");	
}
#thumbnail a:hover {
	background-position: 0 -15px;
}
