/*----- Tags -----*/
body {
	background-color:#b5bcbc;
	font-family:Gill sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {

	font-size:11px;
}
h2 { 
	padding:4px 4px 4px 0px; 
	font-size:11px;
}
h3 { 
	font-size:11px;
}
p 
{
	margin:0 0 15px 0;
}

ol,
ul 
{
	margin:0 0 15px 0;
}


a:link,
a:visited,
a:active,
a:focus,
a:hover {
	color:#666666;
}


/*--Tabellen--*/
table 
{
	font-size:11px;
	margin:0 0 15px 0;
	width:100%;
}

caption 
{
	font-style:italic;
}

thead 
{
	background:#7C9BA3;
	color:#ffffff;
}

th 
{
	padding:3px 5px 3px 5px;
}

td 
{
	padding:3px 5px 3px 5px;
}
tfoot
{
	font-weight:bold;
}
/*--Formulare--*/
form 
{
	margin:0 0 15px 0;
	width:100%;
}
input,
textarea,
select
{
	border:1px solid #7C9BA3;
}
#left ul,
#left li,
#left p,
#left td,
#right ul,
#right li,
#right p,
#right td,
#center ul,
#center li,
#center p,
#center td
{
	
	line-height:150%;
}
/*----- Tags Ende -----*/
