/* CSS Document */
/* ------------------------------- Global -------------------------------------------- */
html
{
	height					:				100%;
}
body
{
	margin					:				0px;
	font-family				:				Arial, Helvetica, sans-serif;
	font-size				:				12px;
	background-color		:				#ADADAD;
	line-height				:				120%;
	height					:				100%;
}
a
{
	color					:				#CC0000;
}
h2
{
	font-size				:				175%;
	line-height				:				100%;
}
ul
{
	margin-top				:				0px;
}
/* ------------------------------ Class/IDs  ------------------------------ */
.table
{
	display 				:				table;
}
.tr
{
	display					:				table-row;
}
.td
{
	display					:				table-cell;
}
#box2
{
	height					: 				70%;
	min-height				: 				70%;
	background-color		:				#E3E3E3;
}
#menu
{
	height					: 				100%;
	background-color		:				#F7F7F7;
	width					:				716px;
	text-align				:				left;
	display 				:				block;
}
body>#box2
{
	height					:				auto;
}
.navi
{
	color					:				#000000;
	background-color 		:				#EDEDED;
	border-top 				:				1px solid #FFFFFF;
	padding-left			:				25px;
	padding-top				:				1px;
	padding-bottom			:				1px;
	margin-top				:				1px;
	margin-bottom			:				1px;
	text-decoration			:				none;
	width					:				140px;
	cursor 					:				pointer;
	display					:				block;
}
a.navi:hover
{
	color					:				#FFFFFF;
	background-color		:				#CC0000;
}
.subnavi
{
	color					:				#000000;
	font-size				:				11px;
	padding-left			:				2px;
	padding-right			:				2px;
	margin-top				:				1px;
	margin-bottom			:				1px;
	text-decoration			:				none;
	cursor 					:				pointer;
}
a.subnavi:hover
{
	color					:				#FFFFFF;
	background-color		:				#CC0000;
}
.navitext
{
	font-size				:				10px;
}
.link
{
	color 					:				#000000;
	text-decoration 		:				none;
}
.pflege
{
	color					:				#000000;
	text-decoration			:				none;
	width					:				80px;
	height					:				15px;
	display 				:				block;
	float					:				left;
	padding-top				:				6px;
	padding-bottom			:				5px;
	text-align		 		:				center;
	font-weight				:				bold;
	font-size				:				14px;
}
.schrift10
{
	font-size				:				10px;
}
.schrift11
{
	font-size				:				11px;
}
.schrift12
{
	font-size				:				12px;
}
.schrift14
{
	font-size				:				14px;
}
.schrift16
{
	font-size				:				16px;
}
.schrift18
{
	font-size				:				18px;
}
.schrift22
{
	font-size				:				22px;
}
.rot
{
	color					:				#CC0000;
}
.schwarz
{
	color					:				#000000;
}
.fett
{
	font-weight				:				bold;
}
.rahmen-rot
{
	border					:				1px solid #CC0000;
}
linie
{
	line-height				: 				175%;
}

/* Kochschule */

.termineTable	{	width:99%;
					border:1px solid #000;
					padding:5px;
					}

.termineName	{	font-size:1.2em;
					font-weight:bold;
					padding:0px;
					margin:0px;
					line-height:18px;
					}

.termineDatum	{	width:15%;
					float:left;
					font-size:1.1em;
					padding:0px;
					margin:0px;
					line-height:18px;
					}

.termineThema	{	width:55%;
					float:left;
					font-size:1.1em;
					padding:0px;
					margin:0px;
					line-height:18px;
					}

.clear	{	clear:left;
			height:0px;
			}

.spacer	{	width:750px;
			height:5px;
			}

.galerieRahmen	{	padding:10px;
					width:100%;
					margin:1px solid #000;
					}

.kochschuleGalerie	{	width:150px;
						background:#CFCFCF;
						border:1px solid #000;
						margin:0px 10px 0px 0px;
						float:left;
						}

.kochschuleLink	{	color:#CC0000;
					padding:0px;
					margin:0px;
					}

.kochschuleLink:hover	{	color:#000;
							margin:0px;
							padding:0px;
							text-decoration:unerline;
							}
							
/*	Jobangebote	*/

.jobTable	{
	width:530px;
	border:0px solid #000;
}

.jobHeadline	{
	font-weight:bold;
	font-size:12px;
}

.jobBox	{
	width:490px;
	margin:10px 0;
	padding:10px;
	background-color:#f6f4f4;
	border:1px solid #000;
}

.jobTitle	{
	color:#CC0000;
	font-weight:bold;
	font-size:20px;
	margin:10px 0;
	line-height:24px;
}