
/* Importierte Styles 
----------------------------------------------- */
@import url("inhaltsformatierungen.css");

/* 
----------------------------------------------- */
* {
margin:0;
padding:0;
}

html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body{
	background-color:#333333;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
}

#wrapper {
	background:url(../images/wuschel.jpg) no-repeat 0px 0px;
	border-top:#000000 solid 1px;  /*Hack: wird benötigt damit das Background-Bild im Firefox zuoberst im Browser platziert wird (ohne Rahnd) */
	height:100%;
}

#all {
	position: relative; 
	height: 100%;
	width:770px;
	margin:0;
	text-align:right;
}

html>body #all {
	height: auto; 
	min-height: 100%;
}    
  
.clear {
	clear:both;
	font-size:1px;
	margin-top:-1px;
}

#content {
	float:right;
	width:700px;
}

#text {
	border-left:#CCCCCC solid 10px;
}

#empty {
	clear:both;
	height: 40px;
}

#footer {
	clear:both;
	position: absolute;
	height: 25px;
	left: 70px;
	bottom: 0;
	width: 700px;
	border-top: #cccccc solid 1px;
}
#footer a {
	text-decoration:none;
}