/* Bereiche */

body
{
	margin:0;
	padding:0;
	height:100%; 
	text-align:center;
	
	background-color:#F6F6F6;
	background-image:url(gfx/background1.png);
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#siteWrapper
{
	position:absolute; 
	margin:0;
	margin-left:-490px;
	left:50%;
	padding:0;
	width:980px;
	min-height:100%;
	height:auto !important;  /* für moderne Browser */
	height:100%;  /*für den IE */	
	text-align:center;
	
	background-image:url(gfx/background3.gif);
}

#siteWrapperJob
{
	position:absolute; 
	margin:0;
	margin-left:-371px;
	left:50%;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:722px;
	min-height:100%;
	height:auto !important;  /* für moderne Browser */
	height:100%;  /*für den IE */	
	text-align:left;
	
	background-image:url(gfx/background8.gif);
}

#site
{
	margin:0;
	padding:20px;
	width:940px;
	min-height:466px;
	height:auto !important;  /* für moderne Browser */
	height:466px;  /*für den IE */	
	text-align:left;
	
	background-image:url(gfx/background2.jpg);
	background-repeat:no-repeat;
}

#menu
{
	margin:0;
	margin-top:46px;
	margin-right:22px;
	padding:10px;
	width:171px;
	
	float:left;
}

#content
{
	margin:0;
	margin-top:46px;
	padding:10px;
	width:707px;
	
	float:right;
}

#footer
{
	margin:0;
	padding:0;
	text-align:right;
}

div.header
{
	margin:0;
	margin-bottom:10px;
	padding:5px;
	
	background-color:#CBCFC5;
	background-repeat:no-repeat;
}

div.content
{
	margin:0;
	margin-bottom:10px;
	padding:5px;
	
	background-color:#F4F4F4;	
	background-repeat:no-repeat;
}

div.contentWop
{
	margin:0;
	margin-bottom:10px;
	padding:0;
	
	background-color:#F4F4F4;	
	background-repeat:no-repeat;
}

div.separator
{
	margin:0;
	margin-bottom:10px;
	padding:0;
	
	border-bottom-width:1px;
    border-bottom-color:#323232;
    border-bottom-style:dotted;
}

/* Links */

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

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

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

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

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

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

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

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

a.footer:link
{ 
	color:#323232;
	font-weight:normal;
	text-decoration:none;
}

a.footer:visited
{ 
	color:#323232;
	font-weight:normal;
	text-decoration:none;
}

a.footer:active
{ 
	color:#323232;
	font-weight:normal;
	text-decoration:none;
}

a.footer:hover
{ 
	color:#323232;
	font-weight:normal;
	text-decoration:none;
	background-color:#E0E0E0;
}

/* Überschriften */

h1
{
	font-size:12px;
	font-weight:bold;
	color:#323232;
	
	margin:0;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#323232;
	
	margin:0;
}

h3
{
	font-size:12px;
	font-weight:bold;
	color:#323232;
	
	margin:0;
}

/* Text */

p
{
	font-size:12px;
	color:#323232;
	
	margin:0;
}

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

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

p.small
{
	font-size:10px;
	color:#323232;
	
	margin:0;
}

/* Listen */

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

li
{
	font-size:12px;
	color:#323232;
}

/* Tabellen */

td.dark
{
	background-color:#CBCFC5;
}

td.bright
{
	background-color:#DDE0D8;
}

/* Grafiken */

.gfx
{
    border-width:1px;
    border-color:#323232;
    border-style:solid;
}

/* Formulare */

label
{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	color:#323232;
}

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

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

input.button
{
	padding:4px;
	border:none;
	background-color:#4F5C08;
	font-weight:bold;
	color:#323232;
}
