@charset "UTF-8";
html {
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #dee0d7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColElsLtHdr #container {
	width: 910px;
	margin: 0 auto;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #E5E5E5;
	text-align:left;
	color: #000000;
}
a:focus {
	-moz-outline: none; /* fuer unseren Browser der Wahl */
	outline: none; /* CSS 3 */
 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}
/* Kopfzeile */

	 .twoColElsLtHdr #header {
	padding: 0px 0px 0px 0px;
}
.lefttd {
	width:335px;
	height:100%;
	color: #000000;
	text-align:left;
	vertical-align:bottom;
	cursor: default;
}
.righttd {
	height:100%;
	color: #DF8E00;
	border-left:0px solid #DF8E00;
	border-right:0px solid #DF8E00;
	border-bottom:0px solid #DF8E00;
	cursor: default;
}
.righttd p{
	color: #000000;
}
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 15px 0px 0px 10px;
	font-size:36px;
	font-weight: bolder;
	letter-spacing:4px;
	text-align:right;
}
.twoColElsLtHdr #header p {
	margin: 0;
	padding: 0px 0px 3px 10px;
	font-size:12px;
	font-weight: bolder;
	letter-spacing:1px;
	text-align:right;
}
.twoColElsLtHdr #header img {
	margin: 0px 0px 0px 0px;
}
/* Sidebar - Navigation */
.twoColElsLtHdr #leftcolumn {
	float: left;
	width: 180px;
	margin-top:22px;
	padding: 23px 0px 24px 0px;
}

    .twoColElsLtHdr #sidebar1 {
	background: #DF8E00;
	color: #EBEBEB;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	border-right:2px solid #B3B3B3;
	border-bottom:2px solid #B3B3B3;
	-webkit-box-shadow: 3px 3px 3px #B3B3B3;
}
/*******************************************************************************

 SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 - Start

 *******************************************************************************/
 .twoColElsLtHdr #sidebar1 ul.MenuBarVertical .line {
	font-size: 1px;
	height: 1px;
	width: 178px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #FFFFFF;
	background: #DF8E00;
	background-color: #DF8E00;
}
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
.twoColElsLtHdr #sidebar1 ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 180px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical ul {
	margin: -5% 0 0 96%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 180px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}
/* Menu item containers are same fixed width as parent */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical ul li {
	width: 180px;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical {
	border: 0px solid #B3B3B3;
}
/* Submenu containers have borders on all sides */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical ul {
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	border-right:2px solid #B3B3B3;
	border-bottom:2px solid #B3B3B3;
	-webkit-box-shadow: 3px 3px 3px #B3B3B3;
}
/* Menu items are a light gray block with padding and no text decoration */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #DF8E00;
	padding: 10px 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight: bolder;
	letter-spacing:1px;
	border: 2px solid #DF8E00;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: #ecbb66;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #ecbb66;
	color: #000000;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
.twoColElsLtHdr #sidebar1 ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #EBEBEB;
}
}
/*******************************************************************************

 SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 - Ende

 *******************************************************************************/
	
/* Content */
	
    .twoColElsLtHdr #mainContent {
	margin: 20px 0px 0px 230px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align:top;
	cursor: default;
}
.twoColElsLtHdr #mainContent h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.twoColElsLtHdr #mainContent .line {
	font-size: 1px;
	height: 1px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #000000;
}
.twoColElsLtHdr #mainContent h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.twoColElsLtHdr #mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
}
.twoColElsLtHdr #mainContent ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 50px;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
}
.twoColElsLtHdr #mainContent .small {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height:20px;
	font-weight: normal;
}
.twoColElsLtHdr #mainContent input, .twoColElsLtHdr #mainContent textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background: #EBEBEB;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: normal;
	border: 1px dotted #666666;
}
.twoColElsLtHdr #mainContent .submitbutton {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#E5E5E5;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	cursor:pointer;
}
.twoColElsLtHdr #mainContent a {
	color: #000000;
	text-decoration: underline;
	font-weight:bolder;
	cursor: pointer;
}
.twoColElsLtHdr #mainContent a:link {
	color: #000000;
	text-decoration: underline;
}
.twoColElsLtHdr #mainContent a:active {
	color: #000000;
	text-decoration: underline;
}
.twoColElsLtHdr #mainContent a:visited {
	color: #000000;
	text-decoration:  underline;
}
.twoColElsLtHdr #mainContent a:hover {
	color: #DF8E00;
	text-decoration: none;
}
/* Fußzeile */
	 
    .twoColElsLtHdr #footer {
	margin: 20px 0px 20px 0px;
	padding: 5px 1px 5px 230px;
	color:#000000;
	background: #EBEBEB;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	cursor: default;
}
.twoColElsLtHdr #footer .text {
	margin: 0;
	padding: 0px 0px;
	font-size:11px;
	font-weight:normal;
	letter-spacing:2px;
	text-align:left;
}
/* Verschiedene wieder verwertbare Klassen */

    .fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.label {
	margin: 0px 0px 5px 0px;
	padding: 0px 1px 0px 230px;
	font-size:9px;
	color:#000000;
	background-color:#dee0d7;
	cursor: default;
}
.label a {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none;
	cursor: pointer;
}
.label a:link {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.label a:active {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.label a:visited {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.label a:hover {
	color: #DF8E00;
	background-color:#dee0d7;
	text-decoration: none
}
.facebook {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	color:#000000;
	background-color:#dee0d7;
	cursor: default;
}
.facebook a {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none;
	cursor: pointer;
}
.facebook a:link {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.facebook a:active {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.facebook a:visited {
	color: #000000;
	background-color:#dee0d7;
	text-decoration: none
}
.facebook a:hover {
	color: #DF8E00;
	background-color:#dee0d7;
	text-decoration: none
}

