/*
===============================================================
CSS-Styles / Standard
Projekt: baeckerei-waldschuetz.de
Autor: Thomas Tiedtke, www.interaktiv-maufaktur.de
(C) 2008
===============================================================
*/


/* Styles normalisieren 
***************************************** */

* {
	padding:0px;
	margin:0px;
}

/* gegen Springen der Seite im Browser */
html {
	height: 100%; 
	margin-bottom: 1px; 
}


h1, h2, h3, h4, h5, h6 {
	font-size:11px;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
table {
	border-collapse: collapse;
}
fieldset, img {
	border:0;
}
caption, th {
	text-align: left;
}



/* Allgemeine Styles 
***************************************** */
body {
	margin:0;
	padding:0;
 	background-color:#B3B3B3;
}

/* 

Format-Tabelle
enthaelt die eigentliche Seite und zentriert die Darstellung

*/
#format {
	background-color: #FFFFFF;
	background-image: url(../images/bg_grafik.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: auto;
	margin-right:auto;
	width:900px;
	min-height:600px;
}
 
#startFormat {
	position: relative;
	width:900px;
	height:600px;
	background-color: #FFFFFF;	
	margin-left: auto;
	margin-right:auto;
}

/* DIV mit Tablle ! */
#startContent {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:900px;
	height:600px;
	visibility: visible;
}

/* Flash-DIV  */
#startBgSwf {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:900px;
	height:600px;
	visibility: visible;
}


/* Schriften definieren */
body, td, th, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #58585A;
}
h1, h1 a {
	font-size:11px;
	font-weight: bold;
	line-height:16px;
	color: #EB8022;
	text-decoration:none;
	margin-bottom: 15px;
}
h2, h2 a {
	font-size:11px;
	font-weight: bold;
	line-height:16px;
	color: #EB8022;
	text-decoration:none;
	margin-bottom: 15px;
}
h2 a:hover {
	text-decoration:underline;
}
h3, h3 a {
}
h4, h4 a {
}

acronym {
	cursor: help;
}
strong {
	font-weight: bold;
}

/* Links
******************************** */

a {

}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


/* Weitere Elemente 
********************************* */

div.trenner {
	margin-top:20px;
	border-top:dotted 1px #58585A;
	height:20px;
}

.clear {
	clear:both;
}

/* Seiten-Elemente
******************************** */

#logo {
	margin-top:40px;
	margin-right:60px;
}


/* Navigation
************************ */

/* Top Navigation (Nav1) */
div.navCanvas {
	width:268px;
	min-height:450px;
}

ul.nav {
	margin-left:20px;
	font-size:11px;
	list-style:none;
}
ul.nav li {
	display:block;
	margin-bottom:20px;
}
.nav a {
	font-size:13px;
	color:#FBDBBD;
	text-decoration:none;
	padding-left:16px;
}
.nav a:hover, a.navActive {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/pfeil_weiss.gif) left no-repeat;
}
/* Sub Navigation (Nav2) */
ul.subNav {
	/* margin-left:20px;	 */
	margin-left:0px;
	font-size:11px;
	list-style:none;
	margin-bottom:40px;
}
ul.subNav li {
	display:block;
	margin-bottom:20px;
}
.subNav a {
	font-size:13px;
	color:#FBDBBD;
	text-decoration:none;
	padding-left:16px;
}
.subNav a:hover, a.subNavActive {
	background:none;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
/* SubSub-Navigation (Nav3) */
.subSubNav {
	line-height: 16px;
	border: #9C9D9F solid 1px;
	border-right:none;
	padding:30px 10px 30px 20px;
	margin-bottom:40px;
}
.subSubNav p.head {
	color: #EC8024;
	font-weight:bold;
	background: url(../images/pfeil_orange.gif) left no-repeat;
	padding-left:16px;
	margin-bottom:6px;
}
.subSubNav ul {
	margin-left:16px;
	padding:0;
	list-style:none
}
.subSubNav li {
	display:block;
	margin-bottom:6px;
}
.subSubNav a {
	color:#9C9D9F;
	text-decoration:none;
}
.subSubNav a:hover, a.subSubActive {
	font-weight:bold;
	color:#58585A;
	text-decoration: none;
}
/* Meta-Navigation (Impressum) */
ul.metaNav {
	margin-top:26px;
	margin-left:20px;
	font-size:11px;
	list-style:none;
}
ul.metaNav li {
	display:block;
	margin-bottom:20px;
}
.metaNav a {
	font-size:11px;
	color:#FBDBBD;
	text-decoration:none;
	padding-left:16px;
}
.metaNav a:hover {
	color:#FFFFFF;
}

/* CSS-Switcher */
#cssSwitcher {
	position:absolute;
	left:665px;
	top:390px;
	width:235px;
	height:185px;
	z-index:101;
	border: 1px solid #9C9D9F;
	border-right:none;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: center 15px;
	background-image:url(../images/icn_info.gif);

}

#cssSwitcher p {
	color:#EC8024;
	font-weight:bold;
	margin-top:60px;
	margin-left:20px;
	margin-bottom:6px;
}

#cssSwitcher p span{
	display:inline-block;
	width:20px;
}

#cssSwitcher ul {
	margin-left:40px;
}

#cssSwitcher li {
	margin-bottom:6px;
}

.cssSwitchLink {
	color:#707173;
}

.cssSwitchLink:hover {
	color: #000000;
}

.cssSwitchLinkActive {
	color: #000000;
	font-weight:bold;
}



/* Content
************************ */
td.content {
}
.contentText {
	text-align: left;
}
.contentIntro {
	color: #EB8022;
	font-weight:bold;
}
.content strong {
	font-weight: bold;
}
.contentHead {
	font-size:10px;
	color:#B1B2Bf;
	line-height: 16px;
}
a.contentLink {
	text-decoration: none;
}
a.contentLink:hover {
	color:#EC7405;
	font-weight:bold;
	text-decoration:none;
}

a.downloadpdf {
	display: compact;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom :8px;
	padding-right:26px;
	background-image: url(../images/icn_pdfsmall.gif);	
	background-repeat: no-repeat;
	background-position: right;	
}
a.downloadpdf:hover {
	color:#EC7405;
	font-weight:bold;
	text-decoration:none;
}


/* Content-Navigation */
ul.contentList {
	margin-left:20px;
	list-style:url(../images/li_kreuz.gif);
}
ul.contentList li a:hover {
	font-weight:bold;
	color: #EC8024;
}

/* Infobox Sideebar */
div.infobox {
	border: 1px solid #9C9D9F;
	border-right:none;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: center 15px;
	background-image:url(../images/icn_info.gif);
	padding-top:60px;
	line-height:20px;
	margin-bottom: 40px;
}

div.infobox h2 {
	margin-left:26px;
	margin-bottom:0;
}


div.infobox p {
	color: #9C9D9F;
	padding-bottom:15px;
	margin-left:36px;
	margin-right:6px;
	padding-right:0;
}



/* Sidebar */
img.sidebar {
	margin-bottom: 38px;
}



/* Spezielle Hintergrund-Stile */

.contentBgSezialitaeten {
	background-image: url(../images/contentBg_spezialitaeten.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

