body {
	background-color: #F9D7B2;
	margin: 0;
	padding: 0;
}
body, ul li {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
img {
	border: none;
	}
p {
	font-size: 0.9em;
	color:#616161;
	}
/******************************************************************************/
/* Links allgemein */
/******************************************************************************/	
a:link, a.comment-link {
	text-decoration: none;
	color:#da3f0b;
	}
a:active, a:visited {
	text-decoration: none;
	color: #da3f0b;
	}
a:hover {
	text-decoration: underline;
	color:#da3f0b;
	}
/******************************************************************************/
/* Hack für mailto und http */
/******************************************************************************/	
a[href^="mailto:"] {
	background: transparent url('/files/mail.gif') 0% 50% no-repeat;
	padding-left: 17px;
	margin-left: 1px;
	}
a[href^="http:"] {
	background: transparent url('/files/externlink.gif') 0% 40% no-repeat;
	padding-left: 10px;
	}
a[href^="http:"]:hover {
	background: transparent url('/files/externlink_hover.gif') 0% 40% no-repeat;
	}
/*a[href^="http://localhost:8888"],
a[href^="http://haussonne.de"], a[href^="http://haus-sonne.de"],
a[href^="http://www.haussonne.de"], a[href^="http://www.haus-sonne.de"],
a[href^="http://localhost:8888"]:hover,
a[href^="http://haussonne.de"]:hover, a[href^="http://haus-sonne.de"]:hover,
a[href^="http://www.haussonne.de"]:hover, a[href^="http://www.haus-sonne.de"]:hover {
	background: transparent;
	padding-right: none;
	}*/
/******************************************************************************/
/* Layout für Login/logout Styles */
/******************************************************************************/
.blogi {
	font: 0.7em arial;
	}
.blogi2 {
	padding: 1px 0 0 20px;
	font: 1.2em Times New Roman, Times, serif;
	background: transparent url('/files/system-users.png') 0% 10% no-repeat;
	}
.blogi3, .warning {
	font: 0.8em Times New Roman, Times, serif;
	color: #666;
	}
.blogi3b {
	font: 0.9em Times New Roman, Times, serif;
	color: #333;
	}
/******************************************************************************/
/* Submit, Input, Area für login */
/******************************************************************************/
input {	background: #fff;	border: 1px solid #bbb;	font: 0.7em Verdana, Arial, Helvetica, sans-serif;	}
.submit {	background-image:none;	background: #bbb;	color: #fff;
	}
input.submit:hover {
	background-image:url(/files/999.gif);	backgorund-color: #999;
	border: 1px solid #999;
	color: #fff;
	}
textarea {
	border: 1px solid #bbb;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	}
input, textarea {	background-image: url(/files/fieldShadow.png);	background-color: #F9F9F9;	background-position: 0 0;	color: #333;	}input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {	background-position: 0 364px;	color: #000;	}
/******************************************************************************/
/* Logoutbutton */
/******************************************************************************/
a.logout2 {
	display:inline;
	margin:0 0 0 15px;
	padding:5px 0 0 18px;
	font-size:0.9em;
	line-height:1.6em;
	height:45px;
	text-valign: middle;
	background: transparent url('/files/system-log-out.png') 0% 50% no-repeat;
	}
/******************************************************************************/
/* Fehlermeldung Login/logout */
/******************************************************************************/
.warning {
	margin:0 0 0 18px;
	color:red;
	width:200px;
	display:block;
	}
/******************************************************************************/
/*  */
/******************************************************************************/
	
.zweispalter {
  width:100%; 
}

.zweispalter_1 {
  width: 50%;
}

.zweispalter_2 {
  width: 50%;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
} 


/* comment_rank - Kommentar Addon von franz007 */ /* Die Klasse des divs der alles umschließt */.comment-rank{	}/* Die einzelnen Kommentare */.comment-rank .comment-rank-comment{
	background: transparent url('/files/bg_comment.png') left bottom no-repeat;	border-bottom: 1px solid #dca99d;	padding-left: 5px;	margin-bottom: 12px;
	width:400px;}
.comment-text {
	width:400px;	
}
/* Ein admin-comment zu einem Kommentar */.comment-rank .comment-rank-comment .admincomment{
	padding: 0 0 12px 5px;
	color:#67A400;
	font-size:0.9em;
}/* Das formular */.comment-rank form{	margin-bottom: 20px;	padding: 1px;}/* Die beschriftungen im Formular */.comment-rank form label{	display: block;	margin-bottom: 1px;}
.comment-rank-time {
	color:#67A400;
	font-size:0.7em;
	}
.comment-rank-autor {
	color:#333;
	font: 1.1em Times New Roman, Times, serif;
	}
.comment-rank-schreibt {
	color:#666;
	font-size:0.8em;	
}
a.comment-link {
	font-size:1.0em;	
}

.gravatar {float:left;margin-right:15px;margin-bottom:15px;border:none !important;display:block;width:62px;height:62px;text-indent:-9999px;overflow:hidden;}
.danke {
	display:block;
	padding: 25px 5px 35px 10px;	
}