/* undohtml.css *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

li {
	list-style-type: circle;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

body {
	background: #FFF url(../template/gif/background.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #46654d;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited, a:hover {
	color: #46654d;
	text-decoration: underline;
}
div#container {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 10px;
	background: #FFF;
	min-height: 500px;
	
}
div#topmen{
	width: 950px;
	height: 30px;
	background: #4b8358;
}
div#logos{
	width: 950px;
	height: 149px;
}
div#menue {
	width: 169px;
	float: left;
}
div#menausgabe {
	min-height: 270px;
	heigt: 270 !important;
	min-height: 270px;
	padding-top: 20px;
}
div#inhalte{
	float: right;
	width: 750px;
	background: #FFFFFF;
	padding-right: 20px;
	padding-top: 20px;
	min-height: 450px;
	color: #46654d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#footer{
	width: 950px;
	height: 50px; 
	clear: both;
	
}
#webcamprev{
	padding:10px
	
}

.pflichtfeld { 
	background-image:url('../gif/pflichtfeld.gif'); 
	background-color:#FFFFFF; 			
	background-repeat:no-repeat; 
	padding-left:18px; 
	border:1px solid #46654d; 
	width:250px;
	font-size: 11px;
	font-family: Verdana,Arial;

}
.textarea_must { 
	background-color:#FFFFFF; 			
	background-repeat:no-repeat; 
	/*padding-left:18px; */
	border:1px solid #46654d; 
	width:400px;
	font-size: 11px;
	font-family: Verdana,Arial;

}

.formfeld { 
	background-color:#FFFFFF; 			
	background-repeat:no-repeat; 
	/*padding-left:18px; */
	border:1px solid #46654d; 
	width:250px;
	font-size: 11px;
	font-family: Verdana,Arial;
}
.tdgreen {
	background: #B6CCBB;
}

.rezeptle {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
}

.newssingle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #46654d;
}
