body
{
	font-family: sans-serif;
	font-size: 95%;
	/*background-color:#d7d7d7;*/
	background-color: #FFFFFF;
}

div.container
{
	background-color: #FFFFFF;
	min-width: 1100px;
	/*max-width: 1100px;*/
	min-height: 770px;
	margin: 0 auto;
}

div.content
{
	clear: left;
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
}


.linkleiste ul
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.linkleiste li
{
	float: left;
	position: relative;
	min-width: 80px;
	/*height: 35px;*/
	color: white;
	background-color: #314b29;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding-right: 3px;
	padding-left: 3px;
}

.linkleiste li ul
{
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 30px;
}

.linkleiste li:hover ul
{
	display: block;
}

.linkleiste li ul li:hover
{
	background-color: #098000;
	color: #000000;
}

.linkleiste a
{
	color: #FFFFFF;
	font-size: 75%;
}
.linkleiste a:hover
{
	color: #FFFFFF;
	text-decoration: none;	
}

p
{
	font-size: 85%;
	margin: 5px;
	padding: 5px;
}

#footer
{
	text-align: center;
	font-size: 70%;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 20px;
}

.content ul
{
	list-style-image: url('img/list.png');
}

.content table
{
	border-collapse: collapse;
	border-style: none;
}

#lefttab
{
	/*border-right: solid 1px #C0C0C0;*/
}

.header img, .links img 
{
	border: 0px;
}

.linkleiste img
{
	vertical-align: middle;
	text-align: left;
}

.bilder img
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #C0C0C0;
}

a
{
	color: #006600;
	text-decoration: none;
}

a:hover
{
	color: #006600;
	text-decoration: underline;
}

hr
{
	margin-right: 240px;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #E0E0E0;
	background-color: #E0E0E0;
}

.navigation hr
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 100px;
	color: #E0E0E0;
	background-color: #E0E0E0;
}

#bewerten
{
	display: block;
}

#vote
{
	display: block;
}

.linksohnefarbe a
{
	color: #000000;
	text-decoration: none;
}

#nachoben
{
	color: #000000;
	text-decoration: none;
}

#footer a
{
	color: #000000;
	text-decoration: underline;	
}

#oben 
{
	color: #006600;
	text-decoration: underline;
	font-size: 10px;	
}

#eintrag
{
	background-color: #ccd4e0;
	padding: 10px;
	margin-top: 10px;
	width: 600px;
	/*border: solid 1px #C0C0C0;*/
}

.gaestebuchansich a
{
	font-size: 70%;
}

#anfang
{
	color: #000000;
	text-decoration: none;	
}

#flags
{
	margin-left: 5px;
	margin-right: 5px;
}

#datum
{
	font-size: 90%;
	font-variant: small-caps;
}

.seiten a
{
	font-size: 80%;
	color: #000000;
	text-decoration: underline;
}

#current
{
	font-size: 80%;
	text-decoration: none;
}

.oben
{
	text-align: right;
}

.suchergebnisse
{
	font-size: 90%;
}

.suchergebnisse hr
{
	margin-top: 25px;
	margin-bottom: 40px;
	margin-right: 300px;
}

#zumartikel
{
	font-size: 80%;
	text-decoration: underline;
}

.rezept
{
	width: 175px;
	background-color: #ccd4e0;
	font-size: 80%;
	padding: 5px;
}

.rezeptmain img
{
	border: solid 1px #E0E0E0;
}

#leiste li
{
	width: 95%;
}

h1, h2, h3, h4, h5 
{
	font-family: serif;
}

#vegdef 
{
	width: 200px;
	background-color: #ccd4e0;
	font-size: 80%;
	padding: 5px;
	float: right;
	margin: 0px 20px 10px 10px;
}

#druck
{
	text-align: left;
	font-size: 80%;
}

/*runde Ecken*/
.box
{ 
	min-width: 1000px; 
	max-width: 1100px;
	background: #FFFFFF;
	margin: 0 auto;
}

.box h1, .box p 
{
	margin: 0 10px;
}

.box h1 {
	font-size:150%;
	color:#FFFFFF; 
}

.box .top
{
	display:block;
	background: #FFFFFF;
}

.box .bottom
{
	display:block;
	background: #FFFFFF;
}

.box .top b, .box .bottom b
{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #FFFFFF;
}

.box .r1
{
	margin: 0 5px;
}

.box .r2
{
	margin: 0 3px;
}

.box .r3
{
	margin: 0 2px;
}

.box .top .r4, .box .bottom .r4
{
	margin: 0 1px;
	height: 2px;
}

