/**
* Copyright 2006 [applied webworks] Empowering the internet
* for staff consulting GmbH
*/


/** Layout Elements */
body {
	font-family	:	Arial, Verdana;
	font-size	:	11px;
}

td.slogan{
	height	:	49px;
}

table.infotabelle {
	width				:	220px;
	background-color	:	#EEF6F8;
	border				:	1px solid #469CB6;
}

td.infokopf{
	font-family			:	Arial, Verdana;
	background-color	:	#469CB6;
	color				:	white;
	font-weight			:	bold;
	font-size			:	12px;
	text-align			:	center;
}

td.menue_unten {
	color				:	white;
	font-size			:	10px;
	font-weight			:	bold;
	padding-right		:	20px;
}
a.menue_unten {
	color				:	white;
	font-size			:	10px;
	font-weight			:	bold;
	text-decoration: none;
}
h1 {
	font-size			:	14px;
	font-weight			:	bold;
	color				:	#469CB6;
	margin-top: 3px;
	margin-bottom: 3px;
}
.titel {
	font-size			:	14px;
	font-weight			:	bold;
	color				:	#469CB6;
}
h2 {
	font-size			:	11px;
	font-weight			:	bold;
	color				:	#469CB6;
	margin-top: 3px;
	margin-bottom: 6px;
}
.subtitel {
	font-size			:	11px;
	font-weight			:	bold;
	color				:	#469CB6;
}
td {
	font-size			:	11px;
	color				:	black;
}
td.contentbox {
	font-size			:	11px;
	padding				:	5px 10px 5px 10px;
	color				:	black;
	width: 420px;
	height: 480px;
	text-align: justify;
	vertical-align: top;
}
td.outplacement {
	font-size			:	11px;
	padding				:	5px 5px 5px 5px;
	color				:	black;
}

/** Links */
a,.link {
	font-size			:	11px;
	font-weight			:	bold;
	color				:	#469CB6;
	text-decoration: underline;
}

/** Navigation */
table.navigation{
	font-size			:	12px;
	font-weight			:	bold;

}
td.menue{
	font-size			:	12px;
	padding			:	0px 6px 0px 6px;
	width				:	116px;
	height			:	33px;
	text-align		:	center;
	background-repeat	:	no-repeat;
	background-position : 	6px 0px;
	vertical-align: middle;
	background-image: url(../images/folder.jpg);	
}
td.menueAktiv{
	font-size			:	12px;
	padding			:	0px 6px 0px 6px;
	width				:	116px;
	height			:	33px;
	text-align		:	center;
	background-repeat	:	no-repeat;
	background-position : 	6px 0px;
	vertical-align: middle;
	background-image: url(../images/folder_aktiv.gif);	
	color: White;
}
a.menue{
	color: Black;
	font-size			:	12px;
	font-weight			:	bold;
	text-decoration: none;	
}
a.menueAktiv{
	color: White;
	font-size			:	12px;
	font-weight			:	bold;	
	text-decoration: none;
}
a.menu{
	color: Black;
	font-size			:	12px;
	font-weight			:	bold;
	text-decoration: none;	
	width				:	116px;
	height			:	33px;
	text-align		:	center;
	background-repeat	:	no-repeat;
	vertical-align: middle;
	background-image: url(../images/folder.jpg);	
	display: block;
}
a.menuAktiv, a.menu:hover{
	color: White;
	font-size			:	12px;
	font-weight			:	bold;	
	text-decoration: none;
	width				:	116px;
	height			:	33px;
	text-align		:	center;
	background-repeat	:	no-repeat;
	vertical-align: middle;
	background-image: url(../images/folder_aktiv.gif);	
	display: block;
}


