.page
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	width: 848px;
	height: 109px;
	background-image: url(../img/site/header.png);
	background-repeat: no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.navi
{
	width: 488px;
	height: 26px;
	margin-top: 83px;
	float: left;
}

.navi_content
{
	float: left;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	padding-top: 3px;
}

.navi_content a:link { color: #FFF; text-decoration: none; }
.navi_content a:visited { color: #FFF; text-decoration: none; }
.navi_content a:hover { color: #444; text-decoration: none; }

.site_pic
{
	width: 848px;
	height: 268px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.content
{
	width: 828px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-image: url(../img/site/wasserzeichen.png);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.content a:link { color: #000; text-decoration: underline; }
.content a:visited { color: #000; text-decoration: underline; }
.content a:hover { color: #0033FF; text-decoration: none; }


/* ### Footer ### */

.footer
{
	width: 828px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	background-color: #0033FF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


/* ### Wir ueber uns ### */

.pic_broschuere_wsib
{
	width: 200px;
	height: 83px;
	background-image: url(/img/broschuere_wsib.jpg);
	background-repeat: no-repeat;
	border: solid 1px;
	border-color: #333;
}


/* ### Stellenangebot ### */

div.stellen_sa
{
	width: 365px;
	border: 3px solid #3366CC;
}

div.stellen_sa_padding
{
	padding: 2px;
}

div.stellen_sa_big
{
	padding: 13px;
	background-color: #BBB;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}


/* ### Wir ueber uns ### */

div.tagesablauf_pic
{
	width: 113px;
	height: 75px;
	float: left;
	border: 1px solid #333;
	padding: 0px;
	margin: 1px;
}

tr.yellow
{
	background-color: #FFF19F;
	padding: 2px;
}

tr.grey
{
	background-color: #DDD;
}


/* ### Sonstiges ### */

.divider_hor
{
	width: 828px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 12px;
	background-color: #0033FF;
}

.divider_ver
{
	width: 413px;
	float: left;
	border-right: 1px solid #0033FF;
}

.divider_ver_no_border
{
	width: 404px;
	padding-left: 10px;
	float: left;
}

.home_stellenangebot
{
	width: 300px;
	height: 32px;
	border: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/home_stellenangebot.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 24px;
	color: #FFD900;
	text-align: center;
	padding-top: 167px;
}

.home_stellenangebot a:link { color: #FFD900; text-decoration: underline; }
.home_stellenangebot a:visited { color: #FFD900; text-decoration: underline; }
.home_stellenangebot a:hover { color: #FFD900; text-decoration: none; }

img
{
	border: 0px;
}


/* ### Text-Klassen ### */

.block
{
	text-align: justify;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.clr_black
{
	color: #000;
}


/* ### allgemeine Klassen ### */

h1
{
	font-family: Arial;
	font-size: 16px;
	color: #0033FF;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.bg_white
{
	background-color: #FFF;
}