/* PAGE/GENERAL */
/* ==================================================================== */

*
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #3C78B5;
}

a:visited
{
	color: #9F65B2;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-color: #f2f6fa;
	background-image: url(/static/page_back.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #4C4C4C;
	font: 11px/1.3em "Univers","Arial","Verdana",sans-serif;
	text-align: center;
}

#page
{
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}




/* HEADER */
/* ==================================================================== */

#menu
{
	padding: 25px 0 0 0;
	height: 230px;
}


#tray
{
	height: 49px;
	width: 750px;
}


#switch
{
	/*padding: 10px 0 0 25px;*/
	position: relative;
	height: 34px;
	width: 80px;
	margin-left: 19px;
	z-index: 102;
	display: block;
	background: url(/static/label_back_de_duo_p.jpg) no-repeat 0px 0px;
}


#switch:hover
{
	background-position: 0px -34px;
}

#switch a
{
	height: 28px;
	width: 68px;
	display: block;
	margin: 0 0 0 6px;
	text-decoration: none;
	text-indent: -5000px;
	/*  IE 5 Hack \*/
	overflow: hidden;
	/* end hack */ 
}

#trayclosed
{
	display: block;
	position: relative;
	top: -34px;
	height: 49px;
	width: 750px;
	background: url(/static/settings_back_duo.jpg) no-repeat 0px 0px;
	z-index: 101;
}

#trayopen
{
	display: none;
	position: relative;
	top: -34px;
	height: 49px;
	width: 750px;
	background: url(/static/settings_back_duo.jpg) no-repeat 0px -49px;
	z-index: 100;
}

#sprache
{
	position: relative;
	left: 320px;
	top: 25px;
	width: 120px;
	font-size: 85%;
	color: #f7a42e;

}

#suche
{
	position: relative;
	left: 530px;
	top: 0px;
	width: 120px;
}



/* CONTENT */
/* ==================================================================== */

#content
{
	padding-bottom: 150px;
}

#maincontent
{
	padding-top: 35px;
	background: url(/static/bgmain.gif) no-repeat 677px 35px;
}

#maincontent img {
	border: 0;
}


/* FOOTER */

#footer
{
	width: 750px;
	margin-left: 0px;
	padding-bottom: 1.5em;
	background-color: #ffffff;
	font-size: 85%;
	color: #A6B8CA;
	text-align: center;
	line-height: 1.5em;
}


#footer p
{
	margin-top: 1.5em;
}




/* ***  LIVE SEARCH *** */
/* ==================================================================== */

fieldset { 
margin:0;
padding:0;
border-width : 0;
border-style : solid;
/*  IE 5 Hack \*/
display: inline;
/* end hack */ 
font-size: 1em; 
}

fieldset { 
border: 0; 
}

input { 
background: #ffffff;
color: #6697c4;
border: 1px solid #f7a42e; 
font: normal 0.8em "Univers","Arial","Verdana",sans-serif;
}

#search {
padding: 5px 0 5px 25px;
margin: 0;
font: normal bold 1.1em "Univers","Arial","Verdana",sans-serif;
}

#search label {
color: #ededed;
font: normal bold 1.1em "Univers","Arial","Verdana",sans-serif;
}

#search a {
display: block;
font: 1em "Univers","Arial","Verdana",sans-serif;
padding: 4px 0;
}

#search a:hover {
background: #bcdcf1;

text-decoration: none;
}

#LSResult, #liveLinkRes  {   
  position: absolute;
  background-color: #bcdcf1;
  width: 200px;
  padding:2px;
  z-index:1;
}

#liveLinkHead {
padding: 5px;
color: #fff;
}

#liveLinkHead a {
color: #fff;
}

#LSShadow {
  padding: 5px;
  background-color: #bcdcf1;
  color:#fff;
}

#LSRes {
  background-color: #fff;
}

.LSRow {
padding: 1px 5px;
}

.LSViewAll {
text-align: center;
font-weight: bold;
font-size: 1.2em;
border-top: 1px solid #bcdcf1;
margin-top: 5px;
}

#LSHighlight  {
  background-color: #bcdcf1;
}

#LSHeader{
padding: 2px 2px 8px;
}

.lsDate {
display: block;
color: #333;
font-size: 0.8em;
}
