/*
California 101
Technik & Gestaltung 
(c) 2007 agil - mehr Internet KG
*/

/*Elemente*/
body {
	font-family: Arial, Helvetica, sans-serif;
	front-size: 12px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/hintergrund.jpg);
	line-height: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

h2  {
    color: #666666;
}

a:link, a:visited {
    color: #794424;
	 text-decoration: none;
	 font-weight: bold;
}

a:hover, a:active {
	color: #C22633;
	text-decoration: underline;   
}

/*Classes*/

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	text-indent: 25px;
	text-align: left;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-indent: 25px;
	text-align: left;
	vertical-align: top;

}

.subsubheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 26px;
	padding-right: 8px;
	overflow: auto;
	width. 495px;
}

.body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.menue_bezeichnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	front-size: 12px;
	font-weight: bold;
	color: 333333;
	line-height: 15px;
	}

tr td .menue_bezeichnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	front-size: 12px;
	font-weight: bold;
	color: 333333;
	line-height: 15px;
}  

.menue_detailtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 15px;
}
.menue_kategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	line-height: 15px;
}
.menue_kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	line-height: 15px;
}

.kleingedrucktes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size:10px;
}

.copyright {
	position:absolute;
	left:25px;
	top:610px;
	width:250px;
	height:52px;
	z-index:20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright a:link, .copyright a:visited {
     color: #FC6400;
	 text-decoration: none;
	 font-weight: normal;
}

.copyright a:hover, .copyright a:active {
	color: #C22633;
	text-decoration: underline;   
}