img
{
	border: 0px;
	vertical-align: text-bottom;
	background: transparent;
}

img.thumb
{
	width: 80px;
}
	
body
{
	border-spacing: 0px;
	color: #000;
}

body#standalone
{
	border-spacing: 0px;
	font-size: 12px;
}

table#outer
{
	border: #000000 1px solid; 
	border-spacing: 0px;
	width: 850px;
	padding: 0px;
	margin: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
}
  	
table#outer tr#news
{
	background-color: #cccccc;
	border-spacing: 0px;
}

table#outer tr#logout
{
	border-spacing: 0px;
}
 	
table#outer tr th
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
  	
table#outer tr#news td, table#outer tr#logout td
{
 	padding-left: 5px;
 	width: 135px;
}
  	
tr#main
{
	height: 250px;
 	vertical-align: top;
}
  	
tr#main td
{
 	padding-left: 5px;
}

table.news
{
	margin: 10px;
	width: 100%;
	text-align: left;
}

table.news tr td.head
{
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #000000;
}

table.news tr td.newstext
{
	border-bottom: 1px dashed #000000;	
}

table.news tr.head td.icon
{
	width: 16px;
	padding-left: 10px;
	padding-right: 0px;
}

table.news tr td
{
	padding: 10px;
}

span#titel
{
	font-weight: bold;
	font-size: 16px;	
}

a, a:visited, a:hover
{
	text-decoration: none;
	color: #000;
}

a.button, a.button:visited
{
	padding: 1px;
	display: block;
}
	
a.button:hover
{
	background-color: #FFFFFF;
	color: #000080;
	text-decoration: none;	
}

a.white, a.white:hover
{
	color: #ffffff;
}

a.read
{
	font-size: 12px;
}

form
{
	padding: 0px;
	margin: 0px;
}
	
input
{
	font-family: Arial, Helvetica, sans-serif;
}

input.delete
{
	background-image: url('images/delete.png');
	background-color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 10px;
	width: 130px;
}
	
select
{
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
}

.klein
{
	font-size: 11px;
}

.error
{
	color: #ff0000;
}