body {
	background: #fff url(../images/bg.png) left top no-repeat;
}
#logo img {
	margin-left: 45px;
}
#metanav { width: 990px; height: 20px; padding-top: 5px; position: absolute; left: 0; top: 0;}
#metanav ul { background: #fff; float: right; list-style: none; }
#metanav ul li { float: left; }
li#lang {  padding: 2px; margin-right: 10px;  }
#metanav a{ color: #6e5171; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;}
#search button { background: #fff; color: #6e5171; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:800}
#searchq { border: 1px solid #d8d8d9; color: #000; font-size: 11px; padding: 2px;}
#login a,
#login a:visited{
text-transform:uppercase;
background: #fff; 
color: #6e5171; 
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight:800;
text-decoration:none;
line-height:20px;
padding:0 20px 0 10px;
};

#login a:hover{text-decoration:underline;}

/* ie 7 hacks */
* html #metanav ul   { text-align: right } 
* html #search       { width: 180px } 

/* ____________________________________ */

#navigation {
	width: 990px;
	height:66px;
	background: #fff;
	border-right: 1px solid #eaeaea;
}
#navigation ul {
	float: left;
	padding-left: 40px;
	list-style: none;
	position: relative;
	background: #fff url(../images/nav_bg_inactive.gif) left top repeat-x;
	width: 945px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	color:#646567;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	white-space: nowrap;
	text-transform:uppercase;
}
#navigation ul li ul {
	display: none;
}
#navigation ul li:hover, #navigation ul li.active {
	background: #fff url(../images/nav_active_left.gif) left top no-repeat !important;
	border-top: 1px solid #d8d8d9
}
#navigation ul li:hover a, #navigation ul li.active a {
	background: transparent url(../images/nav_active_right.gif) right top no-repeat;
	padding-bottom: 7px;
}
#navigation ul li:hover ul {
	display: block;
	background: none;
	padding-left: 40px;
}
#navigation ul li ul {
	float: left;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
	width: 100%;
	background:none;
}
#navigation ul li ul li {
	background: none;
	float: left;
	border:0;
	height: 16px;
}
#navigation ul li ul li:hover {
	border: 0;
	background-image: none;
}
#navigation ul li ul li a, 
#navigation ul li:hover ul li a,  
#navigation ul li.active ul li a { 
	color: #6e5171 ;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom:1px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform:none;
	background: url(../images/nav_2nd_spacer.gif) right bottom no-repeat;
}
#navigation ul li ul li.last a, #navigation ul li.active ul li.last a {
	background:none;
}
#navigation ul li.active ul {
	display: block;
	background:none !Important;
	padding-left: 40px;
}
#navigation li#active { font-weight: 800; }

#navigation ul:hover, #navigation ul.on { 
	background: #fff url(../images/nav_bg.gif) left top repeat-x !important;
}
#navigation ul:hover li {
	padding-bottom: 0px;
}
#navigation ul li ul:hover {
	background-image: none;
}
#navigation ::-moz-selection  { background: #6e5171; color: #fff  }

/* #main */
#main { 
	background: #fff url(../images/main_bg.gif) left 12px repeat-y; 
	border-right: 1px solid #eaeaea; 
	width: 945px; 
	margin-left: 45px;
}
#main * {
	line-height: 130%;
}
/* /#main */

/* #content*/
#content {
	width: 725px; /* aka: 715px */
	float: left;
	background: transparent;
}
/* /#content*/

/* #sidebar */
#sidebar {
	width: 219px;
	background: #fff;
	float: right;
        padding-bottom:30px;
}
/* /#sidebar */

/* #footer */
#footer {
	clear:both;
	background: url(../images/footer_bg.gif) left top no-repeat;
	height: 159px;
	width: 990px;
	border-right: 1px solid #eaeaea;
	color:#fff;
	margin:0px 0 10px 0;
}
#footer a { color: #fff; text-decoration:none}
#footer a:hover { color: #fff; text-decoration:underline}
#footer ul {
	list-style:none;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}
#footer ul li {
	display:block;
        float:left;
}
#footer ul li ul {
	margin:0;
	padding:0;
	margin-top: 0px;
}
#footer ul li ul li {
        display:block;
	float: none;
	background:url(../images/li_icon.gif) left center no-repeat;
        margin-right:10px;
	padding-top: 2px;
	padding-left:15pX;
}
#footer ul li ul li a {
	display: block;
	font-size: 10px;
}

/* /#footer */

/* ___________________________________________________________ */
#searchit h2 { font-size: 22px; color: #646567; font-weight: 100  }
#searchit form { padding-top: 5px; padding-bottom: 5px; }
#searchit form .submit { border:0; font-weight: 800; background: #fff; color: #6e5171 }
#searchit form input, #searchit form select { border: 1px solid #ccc; padding: 2px; }
#searchit form fieldset legend { 
   font-size: 14px; 
   color: #646567; 
   text-transform: uppercase; 
   padding-top: 5px; 
   padding-bottom: 5px; 
   font-weight: 800; 
   font-size: 12px;
}

* html #searchit form input { padding-left: 5px; padding-bottom: 4px}
* html #searchit form .submit { padding: 0px}
* html #searchit form fieldset legend { margin-left:-6px; }

*:first-child+html #searchit form input { padding-left: 5px; padding-bottom: 4px}
*:first-child+html #searchit form .submit { padding: 0px} 
*:first-child+html #searchit form fieldset legend { margin-left:-6px; } 

#resultset { margin-top: 10px }
#resultset .entry { padding: 10px 0 10px 0 }
#resultset .entry p { padding-right: 250px }
#resultset em { font-size: 12px; font-weight: 800; color: #6e5171; text-transform: uppercase; font-style:normal; }
#resultset h3 { font-size: 22px; color: #646567; font-weight: 100 }
#resultset .tools { padding: 20px }
#resultset .tools a { font-size: 12px }
/* ___________________________________________________________ */
#saf { padding-bottom: 20px;  }
#saf h2 { font-size: 22px; color: #646567; font-weight: 100 }
#saf p { padding-bottom: .8em }
#saf form label { display: block; width: 200px; float: left; }
#saf form input, #saf form select { 
   border: 1px solid #ccc; 
   padding: 2px; 
   width: 200px; 
   margin-bottom: 2px;
   border-top-color: #b5b5b5;
   border-right-color: #b5b5b5;
}
#saf form textarea { 
   border: 1px solid #ccc; 
   padding: 2px; 
   width: 400px; 
   margin-bottom: 2px; 
   height: 80px;
   border-top-color: #b5b5b5;
   border-right-color: #b5b5b5;
}
#saf .submit { width: auto; }
#saf form fieldset legend { 
   font-size: 14px; 
   color:  #6e5171;
   text-transform: uppercase; 
   padding-top: 5px; 
   padding-bottom: 5px; 
   font-weight: 800; 
   font-size: 12px;
}

* html #saf form fieldset legend { margin-left:-6px; }
*:first-child+html #saf form fieldset legend { margin-left:-6px; } 
/* ___________________________________________________________ */

#faq {  }
#faq a:link, #faq a:visited { text-decoration: none }
#faq a:hover, #faq a:active { text-decoration: underline }
#faq h2 { font-size: 22px; color: #646567; font-weight: 100; padding-bottom: .6em; }
#faq ul { list-style: none outside none;    }
#faq ul li { padding: 2px 0 }
#faq ul li a { font-size: 16px; }
#faq ul li ul { list-style: circle outside none; margin-left: 20px;  }
#faq ul li ul li { list-style: none outside url(../images/icn_link.png) }
#faq ul li ul li a { font-size: 12px; }

#faqdetail {  }
#faqdetail a:link, #faqdetail  a:visited { text-decoration: none }
#faqdetail a:hover, #faqdetail  a:active { text-decoration: underline }
#faqdetail p { padding-bottom: 1em; padding-right: 100px; }
#faqdetail h2 { font-size: 22px; color: #646567; font-weight: 100; padding-bottom: .6em; padding-right: 100px;  }
#faqdetail h3, #faqdetail h3 a { font-size: 18px; color: #646567; font-weight: 100; padding-bottom: .6em; }
#faqdetail ul { list-style: none outside url(../images/icn_link.png); margin-left: 20px;   padding-bottom: 1em;  }
#faqdetail ul li { padding: 0 0 2px 0; }
#faqdetail ul li a { font-size: 12px; }
#faqdetail ul li ul { list-style: circle outside none; margin-left: 20px;  }
#faqdetail ul li ul li { }
#faqdetail ul li ul li a { font-size: 12px; }

#thx a:link, #faq a:visited { text-decoration: none }
#thx a:hover, #faq a:active { text-decoration: underline }
#thx h2 { font-size: 22px; color: #646567; font-weight: 100; padding-bottom: .6em; }
/* ___________________________________________________________ */


.skip { position: absolute; top: -3000;  speak: none; }
.hide { display: none !important }
.required { color: #646567; font-size: 10px;  word-spacing: -2px;  }
/* error stuff: */
span.error { color: #cc0000 }
input.error { border-color: #cc0000; color: #cc0000 }
textarea.error { border-color: #cc0000; color: #cc0000 }
select.error { border-color: #cc0000; color: #cc0000 }
.error::-moz-selection  { background: #cc0000; color: #fff }

a.more { white-space: nowrap !important }
.tools a.more, .glossar a.more { font-size: 12px}

/* typo3 wysiwyg stuff: */
.align-right { text-align: right }
.align-center { text-align: center }

/* flash player */
.tx-kuloplayer-pi1 {
    overflow: hidden
}


#debug { position: absolute; right: 0; top: 0; background: #fff; color: #555; height: 1000px; width: 200px; border-left: 1px dotted #999 }

/*IE 6*/

* html #sidebar {
	width: 219px;
	background: #fff;
	float: right;
        padding-bottom:30px;
	overflow:hidden;
}