/*
 * FARBEN:
 * Hintergrund:   #eae8e8 (grau)
 * Schriftfarbe:  #333333 ()
 * Links:         #8a878a (grau)
 * Überschriften: #7b7540 (olive)
 * Überschriften: #eb1f8e (pink)
 * Menü:          #742874 (lila)
 */

/*
 * Die ersten drei Zeilen stammen von http://yui.yahooapis.com/2.9.0/build/fonts/fonts-min.css.
 * The YUI Fonts CSS file offers cross-browser typographical normalization and control.
 * Siehe http://developer.yahoo.com/yui/fonts/
 * Davor Probleme mit der Schriftgröße auf unterschiedlichen Browsern!
 */
body {
    font:13px/1.231 verdana,arial,helvetica,clean,sans-serif; /*10pt*/
    *font-size:small;
    *font:x-small
	color: #333333;
	background: #eae8e8;
}

/*
 * Die nachfolgenden drei Definitionen stammen auch von http://yui.yahooapis.com/2.9.0/build/fonts/fonts-min.css.
 * The YUI Fonts CSS file offers cross-browser typographical normalization and control.
 * Siehe http://developer.yahoo.com/yui/fonts/
 */

/*select,input,textarea,button {
        font:99% verdana,arial,helvetica,clean,sans-serif;
}

pre,code,kbd,samp,tt {
        font-family:monospace;*font-size:108%;
        line-height:100%
}
*/

table {
        font-size:inherit;font:100%
}

a:link, a:visited, a:active {
	color: #8a878a; /*#eb1f8e;*/
	text-decoration: none;
}

a:hover {
	color: #8a878a; /*#eb1f8e;*/
	text-decoration: underline;
}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1  	{font-size:2.2em;} /*26pt, 35px*/
h2  	{font-size:1.8em;} /*22pt, 29px*/
h3  	{font-size:1.3em;} /*15pt, 21px*/

h1 {
	margin: 0 0 10px 0;
}

#content p {
	line-height: 1.5em;
}

form {margin: 0;}

blockquote 	        {}
abbr			{}
acroynm			{}
cite			{}
address			{}
strong			{}
em			{}


/* ========== L A Y O U T  B L O C K S ===============*/

/* Vier Angaben bedeuten: die erste bedeutet den Abstand für oben, 
 *                        die zweite den Abstand für rechts, 
 *                        die dritte den Abstand für unten und 
 *                        die vierte den Abstand für links. 
 */

#top_div { 
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #eae8e8;
}

.corner_left { 
	width: 240px;
    height: 250px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #eae8e8;
    vertical-align: bottom;
}

.corner_right { 
	width: 240px;
    height: 180px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #eae8e8;
    vertical-align: bottom;
}

#admin_menu { 
	width: 240px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #eae8e8;
    text-align: left;
}

.graphic_left { 
	width: 240px;
    height: 150px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: #eae8e8;
    text-align: right;
}

.graphic_right { 
	width: 240px;
    /*height: 200px;*/
	margin: 10px auto 0 auto;
	padding: 0;
	background: #eae8e8;
    text-align: left;
}

#main { 
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 0;
}


/* ========== H E A D E R ===============*/

#header {
	width:900px; 
	height:120px; 
	background: #eae8e8;
	position: relative;
    overflow:visible !important; /*Firefox*/ 
	overflow:hidden; /*IE6*/
}


/* ========== N A V I G A T I O N ===============*/

#navContainer {
	width: auto;
	height: 50px;/*37px;*/
	display:block;
	clear:both;
	background: #eae8e8; /*#999*/
}

/*#navMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 900px;
	height: 50px;
	overflow: hidden;
}

#navMenu li {
	float: left;
}

#navMenu a {
	display: block;
	background-image: url("./img/navigation_sprite.jpg");
	padding-top: 50px;
	text-decoration: none;
}

#navDaheim {
	width: 109px;
}

#navDaheim:hover {
	background-position: 0px -50px;
}*/

#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
	display: inline;
}

a.navDaheim, a.navDaheim_a{
	display:block;
	float:left;
	width:109px;
	height:50px;
	background: url("./img/menue_daheim.jpg");
	background-repeat:no-repeat;
}

a.navDaheim:hover{

	background: url("./img/menue_daheim.jpg") 0 -50px;
}

a.navDaheim_a{

	background: url("./img/menue_daheim.jpg") 0 -100px;
}

a.navTermine, a.navTermine_a{
	display:block;
	float:left;
	width:114px;
	height:50px;
	background: url("./img/menue_termine.jpg");
	background-repeat:no-repeat;
}

a.navTermine:hover{

	background: url("./img/menue_termine.jpg") 0 -50px;
}

a.navTermine_a{

	background: url("./img/menue_termine.jpg") 0 -100px;
}

a.navAusfluege, a.navAusfluege_a{
	display:block;
	float:left;
	width:130px;
	height:50px;
	background: url("./img/menue_ausfluege.jpg");
	background-repeat:no-repeat;
}

a.navAusfluege:hover{

	background: url("./img/menue_ausfluege.jpg") 0 -50px;
}

a.navAusfluege_a{

	background: url("./img/menue_ausfluege.jpg") 0 -100px;
}


a.navOrte, a.navOrte_a{
	display:block;
	float:left;
	width:168px;
	height:50px;
	background: url("./img/menue_orte.jpg");
	background-repeat:no-repeat;
}

a.navOrte:hover{

	background: url("./img/menue_orte.jpg") 0 -50px;
}

a.navOrte_a{

	background: url("./img/menue_orte.jpg") 0 -100px;
}

a.navSchoenes, a.navSchoenes_a{
	display:block;
	float:left;
	width:121px;
	height:50px;
	background: url("./img/menue_schoenes.jpg");
	background-repeat:no-repeat;
}

a.navSchoenes:hover{

	background: url("./img/menue_schoenes.jpg") 0 -50px;
}

a.navSchoenes_a{

	background: url("./img/menue_schoenes.jpg") 0 -100px;
}

a.navHermine, a.navHermine_a{
	display:block;
	float:left;
	width:125px;
	height:50px;
	background: url("./img/menue_hermine.jpg");
	background-repeat:no-repeat;
}

a.navHermine:hover{

	background: url("./img/menue_hermine.jpg") 0 -50px;
}

a.navHermine_a{

	background: url("./img/menue_hermine.jpg") 0 -100px;
}

a.navLeer, a.navLeer_a{
	display:block;
	float:left;
	width:133px;
	height:50px;
	background: url("./img/menue_leer.jpg");
	background-repeat:no-repeat;
}

a.navLeer:hover{

	background: url("./img/menue_leer.jpg") 0 -50px;
}

a.navLeer_a{

	background: url("./img/menue_leer.jpg") 0 -100px;
}

/* ========== C O N T E N T ===============*/

#contentContainer {
	width:800px;
    padding: 0 50px 0 50px;
	background: #fff;
	position: relative;
}

#content { /* main content from the WYSIWYG goes in here */
	font-size: 85%; /*11px*/
  line-height: 16px;
	width: 800px;
	float: left;
}

.top_heading	{
	font-size: 227%;/*30px*/
  color: #7b7540;
}

.event_date	{
	font-size: 123.1%; /*16px*/
  font-weight: bold;
  color: #eb1f8e;
}

.time	{
	font-size: 108%; /*14px*/
  font-weight: bold;
}

.eventtitle	{
	font-size: 108%; /*14px*/
  font-weight: bold;
  color: #eb1f8e;
}

.bazaartitle	{
	font-size: 108%; /*14px*/
  font-weight: bold;
  color: #8a878a;
}

.tipptitle	{
	font-size: 108%; /*14px*/
        font-weight: bold;
        color: #7b7540;
}

.tippsubtitle	{
	font-size: 123.1%; /*16px*/
        font-weight: bold;
        color: #7b7540;
}

.subtitle {color: #eb1f8e;}

.bazaarsubtitle {color: #8a878a;}

.menuitem {color: #8a878a;}

.cost_age {
        color: #7b7540;
        font-weight: bold;
}

.slogan {
        color: #8a878a;
        font-weight: bold;
        text-align: center;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */



/* ========== M E N U ===============*/


ul.ft_tippmenu {
        padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li.ft_tippmenu_item {
	margin-left: 0.5em;
	padding-bottom: 3px;
	list-style-type: none;
        /*list-style-image:url(./img/erdbeere_sehr_klein.jpg);*/
}

ul.sc_tippmenu {
    padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li.sc_tippmenu_item {
	margin-left: 0.5em;
	padding-bottom: 3px;
	list-style-type: none;
    list-style-image:url(./img/minipfeil.png);
}

li.sc_empty_tippmenu_item {
	margin-left: 0.5em;
	padding-bottom: 3px;
	list-style-type: none;
    list-style-image:url(./img/minipfeil_leer.png);
}


/* ========== M E N U ===============*/

#menu_level {
	float: left;
}

#menu_level ul {
	padding: 0px;
	margin: 0 0 0 30px;
}

#menu_level ul li {
	display: inline;
	background: url(./img/minipfeil.png) no-repeat 0 50%;
	padding: 0 13px 0 10px;
}

#menu_level a {
	font-size: 85%;
	color: #ccc;
	font-weight: bold;
}

#menu_level a:hover {
	color: #999;
} 


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
	position: absolute; 
	margin-left: 20px;
	background: #555;
}

#header_menu li {
	line-height: normal;
}

ul#header_menu {
	z-index: 1000; 
	clear: both;
}

#nav {
	height: 1.68em;
	padding: 2px 0 0 21px;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	width: auto;
	font-size: 90%;
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
}

#nav ul li a {
	display: block;  
	padding: 10px 15px; 
	padding-bottom: 11px;
	/*border-right: 1px solid #fff; weiße Trennlinie*/
	font-weight: bold;
	color: #742874; /*fff;*/
	text-decoration: none;
}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {	
	color: #742874; /*#4b4c4d;*/
}

#nav li a:active, #nav ul li a.active {
	color: #742874; /*#4b4c4d;*/
}

/* Current page Customisations*/

#nav li.menu-current a {
	color: #742874; /*#fff;*/
}

#nav li.menu-current a {
	font-weight: bold;
} 

/* 2nd Child menu */

#nav .menu li ul {
	position: absolute; 
	width: 12em; 
	margin: 0; 
	display: none; 
	text-transform: none; 
	border: 1px solid #ccc;
	border-top: 0; 
	font-size: 100%;}

#nav .menu li ul li {
	width: 12em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0;
	padding: 0; 
	line-height: 1.2em;
}

#nav .menu li ul a {
	width: 11.5em; 
	padding: .6em .1em .6em .4em;
	background: #ddd; 
	color: #666;
	border: none;
	font-weight: normal;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background: #666; 
	border: 0;
	color:#fff;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em; 
	padding: .6em .1em .6em .4em; 
	background: #ddd; 
	color: #666; 
}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* end menu */


/* ========== S E A R C H  B O X ===============*/
#search_box {
	color: #fff;
	text-align: center;
}

#search_box {
	float: right;
	clear: right;
	margin: 0 20px; 0 0;
	*margin: 0 30px; 0 0;
}

#search_box fieldset {
	border:0;
}

#search_box legend, #search_box label {
	display:none;
}

#search_string {
	width: 100px;
	vertical-align: middle;
	border: 1px inset #ccc;
}

#search_submit {
	width: 5em;
	vertical-align: middle;
}


/* ========== L O G I N  B O X ===============*/
#login-box { 
	line-height: 140%; 
	margin: 1em 0 0.3em 0;
}

#login-box fieldset {
	border:0;
}

#login-box legend {
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.username {
	color: #009; /* Color of name when logged in*/
}

.topboxbody {
	font-size:0.8em;padding:2px;
}

.loginform label {
	font-size: 90%;
	padding-bottom: 15px;
}

.loginform fieldset a {
	font-size: 90%;
}

#clearer {
	padding:1px 0; /* important for IE */
	clear: both;
}


/* ========== F O O T E R ===============*/

#page_footer {
	background: #fff;
	width: 900px;
	height: 60px;
}

#baker_footer { 
	padding: 10px 50px 0;
	text-align: left;
	font-size: 85%;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #666;
} /* Pulls information from PAGE_FOOTER */


/* ========== C U S T O M  C L A S S E S ===============*/
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden; 
	display:none; /* hides from normal css enabled browsers */
} 

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code		{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box	{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

