/* @override http://www.waldsee-freiburg.de/cms/styles.css */

/* Allgemeine Definitionen */

html
{
	background: white;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}

body
{
	position: relative;
	width: 728px;
	height: auto;
	left: 50%;
	margin: 43px 0 0 -365px;
	padding: 0 0 20px 0;
	border: 1px dotted #666666;
	color: #666666;
}

img
{
	border: none;
}

form, input, select, textarea
{
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* Meta-Bereich */

div.meta
{
	position: absolute;
	width: 728px;
	top: -16px;
	left: 0;
	padding-left: 1px;
	text-align: left;
}

div.meta a
{
	float: right;
	color: #666666;
	padding: 0 0px 0 12px;
	margin-left: 8px;
	background: url(/images/arrowGrey.gif) no-repeat 0 4px;
}

div.meta a#active
{
	text-decoration: underline;
}


/* Kopfbereich */

div.head
{
	height: 208px;
	background: url(/images/headImage.jpg) no-repeat 184px 4px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 32px;
}


/* Navigation */

div.navigation
{
	float: left;
	width: 183px;
	height: auto;
}

div.navigation a
{
	display: block;
	padding: 4px 8px 4px 27px;
	background: url(/images/arrowBlack.gif) no-repeat 15px 8px;
	font-weight: bold;
	color: black;
}

div.navigation a#active
{
	background: url(/images/arrowRed.gif) no-repeat 15px 8px;
	color: #971D1D;
}

div.navigation a.level2
{
	padding: 4px 8px 4px 40px;
	background: url(/images/arrowBlack.gif) no-repeat 28px 8px;
	font-weight: normal;
}

div.navigation a.level2#active
{
	background: url(/images/arrowRed.gif) no-repeat 28px 8px;
}


/* Inhalt: Container */

div.content
{
	float: left;
	width: 535px;
}


/* Inhalt: Absatzformate */

div.content h1
{
	margin: 0 0 8px 0;
}

div.content h2
{
	font-size: 11px;
	margin: 0;
	line-height: 15px;
}

div.content p
{
	margin: 0 0 8px 0;
	line-height: 15px;
}


/* Inhalt: Trennlinien */

div.content hr
{
	border: 1px solid white;
	background: white;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}

div.content hr.red
{
	border: 1px solid white;
	background: white;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #971D1D;
	margin-bottom: 8px;
}

div.content hr.orange
{
	border: 1px solid white;
	background: white;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #D57B2A;
	margin-bottom: 8px;
}


/* Inhalt: Links */

div.content a
{
	padding-left: 12px;
	background: url(/images/arrowRed.gif) no-repeat 0 4px;
	color: #971D1D;
	font-weight: bold;
}

div.content a.orange
{
	color: #D57B2A;
	background: url(/images/arrowOrange.gif) no-repeat 0 4px;
}

div.content a.orangeExternal
{
	color: #D57B2A;
	background: url(/images/arrowExtOrange.gif) no-repeat 0 4px;
}


div.content div.linkList a
{
	display: block;
	margin-bottom: 2px;
}

div.content div.anchorList a
{
	display: block;
	color: black;
	margin-bottom: 2px;
	font-weight: normal;
}

div.content a.top
{
	display: block;
	color: #666666;
	background: none;
	padding: 0;
	background: url(/images/arrowTop.gif) no-repeat 528px 4px;
	border-bottom: 1px solid #971D1D;
}

div.content a.topOrange
{
	display: block;
	color: #666666;
	background: none;
	padding: 0;
	background: url(/images/arrowTopOrange.gif) no-repeat 528px 4px;
	border-bottom: 1px solid #D57B2A;
	margin-bottom: 40px;
}

div.content a.top:hover
{
	text-decoration: none;
}


/* Inhalt: Tabellen */

div.content table
{
	width: 100%;
}

div.content table tr td
{
	vertical-align: top;
	padding: 0 15px 6px 0;
	line-height: 15px;
}


/* Inhalt: Speisekarte */

div.content table.menu
{
	margin: 8px 0 20px 0;
}

div.content table.menu td
{
	vertical-align: bottom;
}

div.content table.menu td.entry
{
	padding-left: 10px;
}

div.content table.menu td.price
{
	text-align: right;
	padding-right: 15px;
}


/* Inhalt: Veranstaltungskalender */

div.content table.calendar
{
	margin: 8px 0 0 0;
}

div.content table.date
{
	font-weight: bold;
}


/* Inhalt: Spalten */

div.content div.spalte
{
	float: left;
	width: 240px;
	margin-right: 20px;
	display: inline;
}


/* Inhalt: Listen */

div.content ul
{
	margin-top: 0;
	margin-bottom: 16px;
	list-style-type: square;
}

div.content ul li
{
	margin-bottom: 2px;
	margin-left: -24px;
}

div.content ol
{
	margin-top: 0;
	margin-bottom: 16px;
}

div.content ol li
{
	margin-bottom: 2px;
	margin-left: -17px;
}


/* Inhalt: Veranstaltung */

div.content div.event img
{
	float: right;
	clear: both;
	margin: 0 0 10px 20px;
}


/* Inhalt: Galerie */

div.content div.gallery h2
{
	clear: both;
	padding-top: 30px;
}

div.content div.gallery a
{
	background: none;
	padding: 0;
}

div.content div.gallery img
{
	float: left;
	margin: 10px 18px 8px 0;
}


/* Inhalt: Formulare */

div.content p.error
{
	margin-top: 15px;
	padding: 2px 4px;
	
	color: #971D1D;
	border: 1px solid #971D1D;
}

div.content form input.text
{
	width: 200px;
}

div.content form select
{
	width: 206px;
}

div.content form textarea
{
	width: 200px;
}
