/* 
-----------------------------------------------------------------
Titel: Styles fuer friweika.de
Autor: Carsten Hetzer 
URL: http://www.quattronet.de 

Beschreibung: Styles fuer Friweika

Erstellt: 25.09.2007
Bearbeitet: 25.09.2007
-----------------------------------------------------------------
*/

/* ----- IMPORT ----- */
@import url(classes_css.css);
@import url(forms_css.css);
@import url(ids_css.css);
@import url(links_css.css);
@import url(lists_css.css);
@import url(tables_css.css);
@import url(undo_css.css);

/* ----- ALLGEMEIN ----- */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-x;
	background-color: #FF8D12;
	width: 100%;
}
td, tr, p {
	font-size: 12px;
	color: #111;
	line-height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*text-align: left;*/
}
a:link, a:visited {
	text-decoration: underline;
	color: #E01;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
li {
	padding-left: 20px;
	background-image:  url(../images/dot-list.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
}
hr {
	height: 1px;
	width: 100%;
	color: #E01;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	padding: 0px;
	color: #E01;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
