html,body {border: 0; margin: 0; height: 100%;}

body {
	background-image: url('/images/background.gif'); 
	background-repeat: repeat-x;
	background-color: #4A443D;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin:0;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #CCCC99;
}

a:hover {
	text-decoration: underline;
}

a.nav, a.nav:visited, a.nav:active {
	text-decoration: none;
	color: #999999;
}

a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#foots {
	font-size: 11px;
	color: #666666;
}


#foots a, a:visited, a:active {
	
	color: #666666;
}

#foots a:hover {
	text-decoration: none;
	color: #999999;
}



img {
	mmargin: 0;
}


/* headlines */
/****************************************************************/

h1 {
    font-size:        16px;
    font-weight:      bold;
    margin:	      	  0px;
    padding:	      0px;
}


h2 {
    font-size:        14px;
    font-weight:      bold;
    margin:	      	  0px;
    padding:	      0px;
}


/* Content */
/****************************************************************/

#content {	
	line-height: 21px;
	text-align: justify;
}


#nojustify {	
	line-height: 21px;

}

.item {	
		font-size:      12px;
		text-transform: uppercase;
		color: #4A443D;
		
		}

#abendkarte {	
	width: 375px;
	padding: 15px;
	border: solid;
	border-color: #4A443D;
	border-width: 1px;

}



/* Kontakt form*/
/****************************************************************/

form {

margin: 0;

}

input, textarea
{

background-color: #F1F1F1;

}


#pad

 {
height: 21px;
padding: 5px 0 2px 0;

}