/* 
	Beschreibung:			Iss dich fit! Styles-CSS
	Zuletzt bearbeitet:		Jan Wagner
	Datum:				15.04.2008

------------------------------------------------------------------
	-1.0- Liste im Contentbereich der Seite
	
	-2.0- Aeusserer Div um das gestaltete Layout
	
	-3.0- Formular
	
	-4.0- Bilder
	
	-5.0- Footer Link
	
	-6.0- Headlines
------------------------------------------------------------------*/

/* Liste im Contentbereich der Seite
------------------------------------------------------------------*/

#content_text li {

	list-style:none;
	background:url(../images/list.jpg) no-repeat top left;
	padding:0px 0px 10px 20px;
	
}

/* Formular
------------------------------------------------------------------*/

#content_form_left li {

	list-style:none;
	padding:0px 0px 8px 0px;
	background-image:none;
	
}

input {

	margin:0px 0px 10px 0px;
	padding:1px;
	width:170px;
	height:14px;
	border: #e98a29 1px solid;
	color: #000000;
	font-size:1.1em;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-color: #ffffff;
	
}

.form_submit {

	font-size:0.8em;
	margin-top:10px;
	height:16px;
	width:100px;
	
}

/* Bilder
------------------------------------------------------------------*/

.pics {

	border:1px solid #ea8b2a;
	margin-bottom:3px;
		
}

/* Footer Link
------------------------------------------------------------------*/

#footer a:link {color:#ea8b2a; font-weight:normal; text-decoration:none;}
#footer a:visited {color:#ea8b2a; font-weight:normal; text-decoration:none;}
#footer a:hover {color:#b41f1c; font-weight:normal; text-decoration:none;}
#footer a.active {color:#b41f1c; font-weight:normal; text-decoration:none;}

#content_form_left ul {

	padding:0px;
	margin:0px 0px 0px 0px;
	
}

/* Headlines
------------------------------------------------------------------*/

h1 {

	margin:0px 0px 25px 0px;
	font-size:1.4em;
	font-weight:bold;
}