/* Bereiche */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#999999 url(gfx/background-1.jpg) repeat-x;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

#siteWrapper {
	margin:0 auto;
	padding:0;
	width:990px;
	text-align:left;
}

#header {
	margin:0 0 0 10px;
	padding:0;
	width:980px;
}

#header .left {
	float:left;
}

#header .right {
	float:right;
	text-align:right;
	color:#ffffff;
	padding-right:20px;
	padding-top:106px;
}

#contentWrapper {
	margin:0 0 0 10px;
	padding:0;
	width:980px;
	float:left;
}

#contentWrapper .content {
	background:url(gfx/content-tile-1.png) no-repeat;
	min-height:380px;
	height:auto !important;
	height:380px;
	padding:20px 40px 0 20px;
}

#contentWrapper .top {
	background:url(gfx/content-tile-2.png) repeat-y;
}

#contentWrapper .bottom {
	background:url(gfx/content-tile-3.png) no-repeat;
	height:30px;
}

#footer
{
	margin:10px 0 20px 10px;
	color:#ffffff;
}

.clear {
	clear:both;
}

/* Links */

#header .right a {
	color:#ffffff;
}

#header .right a:hover {
	background-color:#2d2d2d;
}

#navigationWrapper a {
}

#navigationWrapper a.active {
	background-color:#ffbb0f;
}

a:link
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:active
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:link
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:visited
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:active
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.text:hover
{ 
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:#ffbb0f;
}

a.url:link    { text-decoration:none;color:#008000;font-weight:normal; }
a.url:visited { text-decoration:none;color:#008000;font-weight:normal; }
a.url:active  { text-decoration:none;color:#008000;font-weight:normal; }
a.url:hover   { text-decoration:none;color:#008000;font-weight:normal;background-color:#FEE832; }

/* Überschriften */

h1
{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	margin-bottom:20px;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	margin-bottom:20px;
}

h3
{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	margin-bottom:20px;
}

span.title {
	font-weight:bold;
	font-size:14px;
}

/* Text */

p
{
	font-size:13px;
	color:#000000;
	
	margin:0;
}

p.justify
{
	font-size:13px;
	color:#000000;
	text-align:justify;
	
	margin:0;
}

p.note
{
	font-size:10px;
	color:#000000;
	
	margin:0;
	margin-top:2px;
}

/* Listen */

ul
{
	margin:0;
	margin-left:20px;
	padding:0;
	list-style-type:disc;
	list-style-position:outside;
}

li
{
	font-size:13px;
	color:#000000;
}

/* Grafiken */

.gfx
{
	padding:2px;

    border-width:2px;
    border-color:#F29400;
    border-style:solid;
}

/* Formulare */

label
{
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#000000;
}

form
{
	margin:0px;
	padding:0px;
}

input, select, textarea
{
	margin:0px;
	
	font-size:13px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
