html {
	height:100%;
	width:100%;
	background-image:url(images/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
body {
	margin:0;
	font-size:0.70em;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
}
ul{
	padding:0;
	margin:0;
}
tr, td{
	font-size:11px;
}
form{
	padding:0;
	margin:0;
}
#admin{
	width:230px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	margin-bottom:10px;
	font-size:1.5em;
	text-align:center;
}
#login{
	width:230px;
	height:108px;
	background-image:url(admin/admin_back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:17px;
	padding-left:10px;
	w\idth:220px;
	he\ight:91px;
}
#cms{
	background-color:#666;
	width:95%;
	padding:10px;
	font-weight:bold;
	margin-bottom:5px;
	color:#fff;
}
#navi_cms{
	float:left;
	width:172px;
	margin-right:40px;
}
#navi_cms a{
	color:#992436;
	display:block;
	text-decoration:none;
	width:172px;
	background-color:#ddd;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
}
#navi_cms a:hover{
	color:#333;
	background-color:#999;
}
#navi_cms ul{
	margin:0;
	padding:0;
}
#navi_cms li{
	display:block;
	margin:0;
	padding:0;
	margin-bottom:2px;
}
#beitrag{
	float:left;
	width:768px;
}
#beitrag p,ul,ol{
	margin-bottom:10px;
}
.benutzer{
	background-color:#992436!important;
	color:#fff!important;
}
.active {
	color:#fff!important;
	font-weight:bold;
	background-color:#999!important;
}
.active1 {
	background-color:#992436!important;
	color:#fff!important;
	font-weight:bold!important;
}
#navi_bereiche{
	float:left;
	width:768px;
	margin-top:10px;
	margin-bottom:15px;
}
#navi_bereiche a{
	color:#992436;
	text-decoration:underline;
	font-weight:bold;
}
#navi_bereiche a:hover{
	color:#333;
}
#bildinfo{
	width:254px;
	margin-left:3px;
	background-color:#fff;
}
#gb_title{
	clear:both;
	width:550px;
	height:20px;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	w\idth:540px;
	he\ight:16px;
	background-color:#666;
	color:#fff;
}
#gb_eintrag{
	width:548px;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	margin-bottom:10px;
	w\idth:538px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

h1{
	font-size:18px;
	color:#333;
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size:16px;
	font-weight:normal;
	color:#333;
	padding:0;
	margin:0;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	font-size:14px;
	color:#333;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4{
	font-size:30px;
	color:#992436;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#992436;
}
.textfett{
	font-weight: bold;
}
.top_trenner{
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #333;
}
.formfelder{
	background-color:#ccc;
	border:1px solid #666;
	text-decoration:none;
	width:400px;
}
.formfeld_datum{
	background-color:#ccc;
	border:1px solid #666;
	text-decoration:none;
	width:100px;
}
.formfeld_login{
	background-color:#ccc;
	border:1px solid #666;
	text-decoration:none;
}
.textklein{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.user{
	color: #000000;
}
.formbutton{
	color:#333;
	border:1px solid #666;
	cursor:default;
	height:20px;
}
.bottom{
	margin-bottom:10px;
}
.bottom_gr{
	margin-bottom:25px!important;
}
.login{
	margin-left:140px;
}
.label_login{
	width:100px;
	display:block;
	float:left;
	padding-top:4px;
}
.label_index{
	width:60px;
	display:block;
	float:left;
	padding-top:4px;
}
#eintrag_txt{
	background-color:#fff;
	border:1px dotted #333;
	width:630px;
	padding:10px;
	w\idth:610px;
	margin-bottom:10px;
}
#eintrag_hp{
	background-color:#fff;
	border:1px dotted #333;
	width:720px;
	padding:10px;
	w\idth:700px;
	margin-bottom:10px;
}
#eintrag_txt li{
	margin-left:30px;
}
.formfeld{
	background-color:#fff;
	border:1px solid #ccc;
	text-decoration:none;
	width:450px;
}
.textarea {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left:3px;
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	height:200px;
	width:450px;
}

/* CLEARFIX */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */