* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
body {
  	font: 80%/0.80em Arial, Verdana, Helvetica, sans-serif;
	/*
  	line-height: 130%;
	*/
  	width: 100%;
	color: #686857;
	background: #c5c5c5;
	background: #fff;
	background: #f5f5f5;
    line-height: 20px;
}
li {
    list-style-type: none;
}
h1
 {
    padding: 10px;
}
p {
    padding: 10px;
}
textarea,
input {
    clear: left;
    border: 1px solid #252525;
}
fieldset {
    padding: 10px;
    float: left;
}
td,
table {
    border: none;
    vertical-align: top;
    clear: both;
}
table p {
    padding: 0 10px 0 10px;
}
/* Main Navigation */
#wrap {
    width: 100%
}

#logo {
    float: left;
    text-align: left;
    width: 50%;
    height: 100px;
    position: relative;
}
#menu {
	text-align: right;
    width: 49%;
    -width: 100%;
    margin: 5px 0 0 50%;
}
#menu a {
    padding-right: 10px;
    -padding: 0;
}
#submenu {
    height: 30px;
    clear: both;
    width: 100%;
}
#submenu ul {
	padding-left: 20px;
}
#menu ul {
    padding: 10px;
}


#content {
    position:relative;
    float: left;
    width:100%; 
    height:519px; 
    overflow:hidden;
    background: #fff url(/fileadmin/res/images/shadow.gif) repeat-x scroll left bottom;
    border-top: 1px solid #c5c5c5;
}
#footer {
	color: #959595;
    clear: both;
}
#footer-left {
    width: 30%;
    float: left;
}
#footer-right {
    margin-left: 30%;
    width: 70%;
    -width: 100%;
    text-align: right;
}
#screen {
    display: block;
}
.t3_content_container {
    overflow: hidden;
    text-align: left;
    float: left;
	background: #fff;
    padding: 0;
    height: 503px;
    width: auto;
}
#slide {
}
.list {
    padding: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    border: none;
}
.t3_content_container.login {
    background: #e5e5e5;
    float: left;
}





table {
    vertical-align: top;
    float: left;
    padding: 0;
    margin: 0;
}





div#lyr1 {
    position: absolute;
}
div#crollbar {
    display:none;
    }

div#scrollbar {
    position:relative;
    top: 503px;
    width:100%;
    height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}

div#track {
    position:absolute; 
    top:0;
    left: 0;
    width:100%; 
    height:11px;
  }
div#dragBar {
    z-index: 1;
    position:absolute; 
    left:11px;
    top:0;
    width:20px; height:9px;
  }
div#left { 
    position:absolute; 
    left:0;
    top:0;
    z-index: 2;
    width: 11px;
 }
div#right { 
    z-index: 2;
    width: 11px;
    position:absolute; 
    right:0;
    top:0px;
}

/* for safari, to prevent selection problem  
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
*/
/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block;
    }

label,
.form-item {
    margin-bottom: 10px;
}
