/*
html,body{margin: 0; padding:0; border: 0px}
body {font: 12px Verdana; color: #444444}

A 
{
	text-decoration: none;
	color: blue;
}
A:hover 
{
	text-decoration: underline;
}

H2 
{
	font-family: Verdana;
	color: #808080;
	text-transform: uppercase;
	font-size: 140%;
}

H3
{
	color: #228822;
	font-family: Arial;
	font-size: 120%;
}

P 
{
	text-align: justify;
}

p a 
{
	font-weight: bold;
	text-decoration: underline;
}

h4 
{
	padding: 5px;
	color: #339933;
	font-family: Arial;
	font-size: 100%;
}
h4 a 
{
	color: Gray;
}

div {display: block;}

div#site
{
	margin: 0 auto;
	min-width: 850px;
	margin-top: 10px;
	width: 90%;	
	border: none;
}


div#ads1 
{
	margin-left: 500px;
	width: 300px;	
	background: #ffffff;
	height: 40px;
	float: right;
	padding: 1px;
	text-align: right
}



#divUser 
{	
	padding: 11px 5px 0 0;
	float: right;
	height: 36px;
	color: White;	
	text-align: right;
}

div#inhalt 
{
	margin: auto;
	padding: 5px 0 5px 0px;
	width: 90%;	
}

#divContent 
{
	background: White;
	width: 100%;
	clear: both;
}

#divFooter 
{
	clear: both;
	background: #FFFFFF;
	border-top: solid 1px #0000FF;
	margin: 0px;
	padding: 0px;
}
#divFooter P 
{
	text-align: center;
	font-size: x-small;
	color: #888888;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
}


.post 
{
	padding: 10px;
}

.post .title 
{
	color: #000000;
	font-size: 140%;	
	margin-left: 48px;
	height: 32px;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
	text-decoration: none;
	font-family: Arial;
	font-size: 110%;
}
.post .title a:hover {
	text-decoration: underline;
}


.img 
{
	float: left;
	width: 32px;
	height: 32px;
}


.entry {
	padding: 5px 0px 5px 46px;
	text-align: justify;
	clear: both;
}
.entry a
{
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
.entry a:hover
{
	color: #000080;
	text-decoration: underline;
}

.error 
{
	color: Red;
}


div#rules 
{
	padding: 20px 5px 20px 5px;	
}

div#rules h1 
{ 
  font-size: 140%;  
  font-weight: bold;
  margin: 12px 0 12px 0;  
}

div#rules h2 
{ 
  font-size: 120%;  
  font-weight: bold;
  margin: 5px 0 5px 0;  
}

div#rules h3 
{ 
  font-size: 110%;  
  font-weight: bold;
  margin: 0 0 0 0;  
  color: green;
}

div#rules p 
{
    text-align: justify;
    margin-top: 0px;
}

div.category 
{
	height: 28px;
	background: url(/portal/images/blau.gif);
	padding: 0px;
	margin-top: 5px;
}
div.category h3 
{
	padding: 4px 0 0 4px;
	color: White;
	font-size: 130%;
}
.tlbcell 
{
	background: #f0f0f0;
}
div.tblwrap 
{
	background: #f0f0f0;
	border: solid 1px #f0f0f0;
}
.tlbcell h3 
{
	margin: 0px; padding: 3px;
}
.tlbcell h3 a 
{
	color: #3782CE;
}
div.itemTemplate 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#path 
{
	margin: 10px 0 10px 0;	
}
div#path A 
{
	font: bold 12px Verdana;
	color: Gray;
	text-decoration: none;
	cursor: pointer;
}

div#path A:hover 
{
	text-decoration: underline;
}

.btnSend 
{
	width: 120px;
	border: none;
	height: 24px;
	font: bold 13px Tahoma;
	color: White;
	background: #000080 url(/portal/Images/check2.png) no-repeat left center;
}
.btnCancel
{
	width: 120px;
	border: none;
	height: 24px;
	font: bold 13px Tahoma;
	color: White;
	background: #000080;
}

div.search 
{
	margin: 5px;
}
div.search a 
{
	color: Blue;
	text-decoration: underline;
}

*/