/* factotum | Website 2009 */

/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin:0;
	padding: 0;
}
body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(basics/hg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
h1 {
	font-size: 16px;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #333;
}
h2 {
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 3px;
	color: #333;
}
p {
	line-height: 20px;
	margin-bottom: 20px;
}
ul li {
	line-height: 20px;
}
ul {
	margin-bottom: 20px;
}
li {
	list-style-type: disc;
}
.klein {
	font-size: 10px;
	line-height: 14px;
}
img {
	border:0px;
}
.logo {
	margin-bottom: 40px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #900;
}
/* ------------------------ SEITENBEREICHE ------------------------ */

#wrapper {
	text-align: left;
	margin: 0px auto;
}
#container_content {
	width: 950px;
	padding: 0px;
	margin: 0px auto;
}
#container_content ul {
	list-style-position:outside;
	padding-left: 8px;
	margin-left: 8px;
	list-style-type: circle;
}
#spaltefiguren {
	position: relative;
	width: 295px;
	float: left;
}
#spaltenav {
	margin-top: 116px;
	float:right;
	width: 199px;
	background-image: url(basics/hg_nav.jpg);
	background-repeat: no-repeat;
	height: 366px;
}
#spaltecontent {
	position: relative;
	width: 400px;
	float: right;
	margin-right: 30px;
	margin-top: 60px;
}
#spaltecontent p {
	padding-right: 10px;
}
#spaltecontent img {
}
#spaltecontent img .noborder {
	border:none;
}
.clear {
	clear: both;
	height: 1px;
}
.clear_blank {
	clear: both;
	height: 1px;
}
#fuss {
	clear:both;
	border-top: 1px solid #666;
	font-size: 11px;
	line-height: 12px;
	padding: 15px 20px 20px 0;
}
#fuss a {
	text-decoration: none;
	border: none;
	color: #000;
}
/* ------------------------ STARTSEITE ---------------------*/
.willkommen {width: 600px; text-align: center;}
#index_grafik {z-index: 50;}
#index_text {position: relative; z-index: 100; width: 400px; left: 160px; top:-55px; text-align: left;}
#index_text h1 {margin-bottom: 3px;}
#index_text_willkommen {top:0px; left:0px; position: absolute; }
#index_text_hausmeister {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_text_reinigung {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_text_partner {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_text_kontakt {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_text_sonstige {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_text_unternehmen {top:0px; left:0px; position: absolute; visibility: hidden;}
#index_nav {margin: 150px 0 30px 0;	background-color: #F6F576; padding: 16px;background-image: url(basics/hg_index_nav.jpg);
	background-repeat: no-repeat;
	background-position: center;}
#index_nav a {
	text-decoration: none;
	}
	#index_nav a:hover {
	color: #900;
	}
/* ------------------------ NAV ------------------------ */


#nav_main {
	font-size: 13px;
	position: relative;
	margin: 40px 20px;
}
#nav_main ul {
	display:inline;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
#nav_main ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 14px;
}
#nav_main ul li a {
	display:block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 8px 16px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#nav_main ul li a:hover {
	background-image: url(basics/pf_hier.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
#nav_main ul li#current a, #nav_main ul li#current a:hover {
	text-decoration: none;
	color: #900;
	background-image: url(basics/pf_hier.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
/* -------------------	KONTAKTFORMULAR ---------------------- */

.txtfeld {
	width: 240px;
	padding: 3px;
	border: #666 solid 1px;
	margin-bottom: 2px;
}
.dropdown {
	width: 350px;
	margin-bottom: 2px;	padding: 3px;
	border: #666 solid 1px;
}
.txtarea {
	width: 342px;
	padding: 3px;
	border: #666 solid 1px;
	margin-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
}
.error {
	color: red;
}
