* {
margin: 0; 
padding: 0;
}
/* Basecolors */
.ci {
	color:  #FF5A21;
}
.zweite_Farbe {
	color: #75787B;
}
html { height:100%; }
body {
font: 95%  Arial, Helvetica, sans-serif;
color: #75787B;
background-color: #fff;
 height: 95%;
 margin:0%;
 padding:0%;

}
a {
color: #FF5A21 ;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
h1, h2, h3, h4, h5 {
font-family: Arial, Geneva, sans-serif;
/*color: #6d522d;*/
color: #75787B;
background: transparent;
margin-bottom: 1em;
font-weight: bold;
}

h1 {
font-size: 1.3em;

}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1.0em;
}
h5 {
font-size: 3.5em;
padding-left: 0;
margin-left: 0;
}
h6 {
text-align: right;
position: absolute;
bottom: 5px;

}
p, li {
font-size: 1.0em;
}
p {
line-height: 140%;
font-family: Arial, Geneva, sans-serif;
color: #333;
background: transparent;
margin-bottom: 1.1em;
}
ul {
list-style-type: square;
}
.clearer {
	clear: both;
	height: 0.1px;
	/*display: none;*/
	overflow: hidden;
}
textarea {
	border: solid 1px #e5e5e5;
	width: 261px;
}
input{
	border: solid 1px #e5e5e5;
}
select {
	border: solid 1px #e5e5e5;
}
label {

}
form {
	color: #333;
	font-size: 0.7em;
}
#container {
	width: auto;
	margin: 0;
	background:  #fff;
	position: relative;
	border: 0px solid #fff;
	/* because of ie6 */
	text-align: left;
	z-index: 1;
	height: 100%;
	background:url(../../datenspeicher/kategoriebilder/photos_home.jpg) no-repeat;
}