<!--
/* ========================================================= */
/* Schriftart importieren */
/* ========================================================= */
@font-face
{
	font-family: 'Xtra';
	src: url('../schriften/Xtra.ttf');
	font-style: normal;
	font-weight: normal;
}

/* ========================================================= */
/* Links */
/* ========================================================= */
a:link.link_normal, a:visited.link_normal, a:hover.link_normal, a:active.link_normal
{
	color:				#2960BC;
	text-decoration:	none;
}

a:link.link_black, a:visited.link_black, a:hover.link_black, a:active.link_black
{
	color:				#000000;
	text-decoration:	none;
}

a:link.link_navi, a:visited.link_navi, a:hover.link_navi, a:active.link_navi
{
	color:				#FFFFFF;
	text-decoration:	none;
}

/* ========================================================= */
/* Layout Formatierung */
/* ========================================================= */
#div_gesamt
{
	width:		100%;
}

#div_content_aussen
{
	width:					1000px;
	background-image:		url("../graph/Background_grey.PNG");
	background-repeat: 		no-repeat;
	background-position: 	center center;
}

#div_content_innen
{
	width:				99%;
	margin-left:		10px;
	text-align:			left;
}

#head_navi
{
	width:				980px;
	height:				200px;
	background-image:	url("../graph/Bild_head-05.jpg");
}

.ro {
	background:url("../graph/Runde_Ecken_or.gif") top right no-repeat;
	margin:0;
	padding:0;
}

.lo {
	background:url("../graph/Runde_Ecken_ol.gif") top left no-repeat;
	margin:0;
	padding:0;
	}

.ru {
	background:url("../graph/Runde_Ecken_ur.gif") bottom right no-repeat;
	margin:0;
	padding:0;
	}

.lu {
	background:url("../graph/Runde_Ecken_ul.gif") bottom left no-repeat;
	margin:0;
	padding:0;
	}

.logo_head
{
	opacity:			0.80;
	Filter:				Alpha(Opacity=80);
}

.text_navi
{
	width:				140px;
	text-align:			center;
	font-size:			16px;
	font-weight:		bold;
	background:			url("../graph/Button_navi.gif") no-repeat;
	color: 				#FFFFFF;
	line-height:		25px;
	opacity:			0.80;
	Filter:				Alpha(Opacity=80);
	cursor:				pointer;
	font-family:		Xtra, Verdana;
}

.kasten_startseite
{
	border:				solid 4px #B5B5B5;
	width:				320px;
	height:				260px;
	background-color:	#FFFFFF;
}

.kasten_startseite_head
{
	width:				320px;
	height:				30px;
	background-color:	#DEB887;
	color:				#FFFFFF;
	font-size:			16px;
	font-weight:		bold;
	text-align:			center;
}

.kasten_startseite_klein
{
	border:				solid 1px #B5B5B5;
	width:				200px;
	background-color:	#FFFFFF;
	font-size:			12px;
}

.kasten_startseite_head_klein
{
	width:				200px;
	height:				25px;
	background-color:	#DEB887;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		bold;
	text-align:			center;
}

.kasten_speisekarte
{
	border:				solid 1px #B5B5B5;
	width:				160px;
	background-color:	#FFFFFF;
	font-size:			12px;
	line-height:		20px;
	text-align:			center;
}

.kasten_speisekarte_head
{
	width:				160px;
	height:				25px;
	background-color:	#DEB887;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		bold;
	text-align:			left;
}

/* ========================================================= */
/* Body */
/* ========================================================= */
body
{
    background-color:	#FFFFFF;
    font-family:		Verdana, Arial;
    margin-top:			10px;
    margin-left:		0px;
    margin-right:		0px;
    background-Image:	url("../graph/Hintergrund_blau.png");
    background-repeat:	repeat-x;
    background-size: 	auto 100%;
    background-attachment:fixed;
    overflow-y:			scroll;
}

.seitenueberschrift
{
	font-size:			18px;
	color:				#646464;
}

.text_10
{
	font-size:			10px;
}

.text_11
{
	font-size:			11px;
}

.text_12
{
	font-size:			12px;
}

.text_12_fett
{
	font-size:			12px;
	font-weight:		bold;
}

.text_12_grau
{
	font-size:			12px;
	color:				#323232;
}

.text_14
{
	font-size:			14px;
}

.text_14_fett
{
	font-size:			14px;
	font-weight:		bold;
}

.text_14_grau
{
	font-size:			14px;
	color:				#323232;
}

.text_error
{
	font-size:			12px;
	color:				red;
}
//-->