/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url("file:///F:/wwwroot/Fablog/Fablog-Original/images/punkt.gif");
	list-style-type: none;
	}
	
a {
	color: #C0C0C0;
	}
	
a:hover {
	color: #C13131;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	color: #C40000;
	}
	
#navigation a {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#EFBEBE;
	background-color: #D96666;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #C03030;
	letter-spacing:0.3em;
	line-height:normal;
	}

#tagline 	{
	color: #F17B78;
	letter-spacing:0.4em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #FFFFFF;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a {
	color: #FFE1E1;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a:hover {
	color: #FFFFFF;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	color:#666666;
	line-height:16px;
	margin-top:0px;
	list-style-image: url("file:///F:/wwwroot/Fablog/Fablog-Original/images/punkt.gif");
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	color: #C03030;
	line-height:18px;
	letter-spacing:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
	}
	
.navText {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.Link-Navi_oben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	
}
#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:auto;	/* Width of main menu */

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	color:#FFFFFF;	/* 20 pixel height */
	line-height:16px;	/* Light blue background color */
	margin:1px;	/* Air between border and text inside */
	display:block;
	background-color:#C03030;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	border: thin solid #FFFFFF;
}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#EFBEBE;
	background-color:#D96666;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#C03030;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: thin solid #FFFFFF;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:1px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:1px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFF;	/* White text color */
        border: thin solid #FFFFFF;

	height:30px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#EFBEBE;	/* White text */
	background-color:#D96666;	/* Rose background */
	border: thin solid #FFFFFF;
}

H1 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
