/* body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E5E6E7;
	color: #666666;
 	text-align:center;
} */
/* old body */
body {
	background: #333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	font-size: 10px;
}
/* a { 
color		: 	#666666;
text-decoration: none; 
text-decoration: underline;

} 
a:visited { 
text-decoration: none; 
	color		: 	#666666; 
}
a:link { 
text-decoration: none;
	color		: 	#666666;
}
a:hover { 

color: #5199D1;
}
a.hover 
{ 
text-decoration	: 	none;
}
a.hover:hover 
{
  color: #000000
}*/
/* old links */
a { 
	color: #ddd;
	text-decoration:none;
} 
a:hover { 
	text-decoration:underline;
}
form {
  margin: 0px;
}
td {
	font-size: 10px;
	border		: 	0px solid #5A9ED2;
}
div.zitat
{
	border		: 	1px solid #5A9ED2;
	background-color: #FFFFFF;
}
div.code
{
	border		: 	1px solid #777;
	background-color: #FFFFFF;
}
div.kommentar
{
	border		: 	1px solid #777;
	background-color: #FFFFFF;
}
td.erstellen_titel
{
	text-align	:	center;
	font-weight	:	bold;
	color		: 	#FFFFFF;
	height		:	25px;
}

td.erstellen_links
{
    border: 1px solid #777;
	padding: 10px;
    vertical-align: top;
    text-align:right;
}
td.erstellen_rechts
{
    border: 1px solid #777;
	padding: 10px;	
    text-align: left;
    vertical-align: top;
}
td.box_titel_a {
	background: transparent;
    height: 25px;
}
td.box_titel_b {
	background: transparent;
    height: 25px;
    color: #EFEFEF;
    font-weight: bold;
}
td.box_titel_c {
	background: transparent;
    height: 25px;
}
table.postHeader {
	background: transparent url('../images/guestbookBannerDarker.png') 100% 100% no-repeat;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
td.box_fuss
{
	padding: 0 10px 0 10px;	
	background	:	url('../images/guestbookBanner.png');
	font-weight	:	bold;
	color		: 	#FFFFFF;
	height		:	25px;
    text-align: left;
}

td.beitrag_ersteller
{
    border: 1px solid #777;
	padding: 10px;    
    background: #222;
    text-align: left;
    vertical-align: top;
}
td.beitrag_text
{
    border: 1px solid #777;
	padding: 10px;    
    /* background-image: url('../images/mitteback.gif'); */
    text-align: left;
    vertical-align: top
}
td.beitrag_loeschen
{
    border: 1px solid #777;
	padding: 10px;    
	/* background-image: url('../images/mitteback.gif'); */
    text-align: center;
    vertical-align: top
}
div.footer_box
{
	text-align	:	center;
	width		:	100%;
    font-size   :   10px;
}
textarea, input {
	border: 1px solid #777;
	background: #222;
	color: #FFF;
}
.button:hover {
	background: #444;
}
