/*
Farmer's Snack
__________________
Technik & Programmierung
(c) 2006 agil - mehr Internet KG
für Bahnhof Creativ
*/

/*Elemente*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-image: url(../grafik/bg_rot.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

img {
    border: none;
	}

/*Überschriften*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

/*Linkeigenschaften*/
a:link { 
	color: #336633;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #336633;
	text-decoration: underline;
}

a:visited {
	color: #336633;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #336633;
	font-weight: normal;
	text-decoration: underline;
}

#black a:link { 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

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

#black a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#black a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

ol {
	list-style-position: outside;
	padding: 20px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
	
ol ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

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

/*Classes*/
.fett {
	font-weight: bold;
}

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

.gruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #006642;

}

.rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;

}

/* Layer */
#page {
	position: relative;
	width: 985px;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: auto !important ;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../grafik/content-background.jpg);
	background-repeat: repeat;
	background-color: white;
	text-align: left;
}

#head {
	padding: 0px;
	margin: 0px;
	background-image: url(../grafik/bg_rot.jpg);
	background-repeat: repeat;

}	

#body {
	background-image: url(../grafik/content-background.jpg);
	margin: 0;
	padding: 0;
}

#bodyContent {
	background-image: url(../grafik/background-verlauf.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#contentContainer {
	margin-left: 17px;
	margin-right: 35px;
	margin-top: 0;
	margin-bottom: 0;

}

#navigation {
	position: relative;
	float: left;
	width: 125px;
	padding: 0;
	margin: 0;
	z-index: 10;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
		 
#footer {
	position: absolute;
	bottom: 0;
	background-image: url(../grafik/footer-background.jpg);
	height: 35px;
	width: 985px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 33px;
}		 
		 
#content {
	position: relative;
	padding: 0 0 0 0px;
	margin: 0;
	margin-left: 137px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}	

#zweispalter_li_250 {
	width: 250px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.neu {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}

.fscap {
	font-weight: bold;
	font-size: 20px;
	
}

.fs {
	font-weight: bold;
	font-size: 14px;
	
}
 
.fscapsmall {
	font-weight: bold;
	font-size: 16px;
	
}


.klein {
	font-size: 9px;
	color: #666666;
	line-height: 11px;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fc7317;
}
.blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #00bcef;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.produktuntertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
}

