/* Eric Meyers CSS Reset
/* from http://meyerweb.com/eric/thoughts/page/2/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus {outline:0;}
body {line-height:1;color:black;background:white;}
ol,ul {list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate;border-spacing:0;}
caption,th,td {text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
blockquote,q {quotes:"" "";}

html {
	height: 100%;
	min-height: 660px;
}
body {
	height: 100%;
	background-color: #d4d4d4;
	background-image:	url(images/bg_eiche.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	font: 12px Verdana, Arial, Helvetica, Tahoma, sans-serif;
	*font-size: 75%;
}

td, th {
	vertical-align: top;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
	font-weight: normal;
	color: #006666;
}

h2 {
	margin: 1.8em 0 0.3em 0;
	font-size: 1.2em;
	color: #006666;
	font-weight: bold;
}

h2:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 1.3em 0;
}

strong {
	font-weight: bold;
}

a {
	color: #b31e00;
}

sup, sub {
	height: 0;
	line-height: 1;
	font-size: 0.8em;
	vertical-align: baseline;
	_vertical-align: bottom;	/* IE6 underscore hack */
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* for consistent display of bullets use bg-image instead or list-style-image, one line only */
.ul1, .ul2 {
	margin: 0px 0px 15px 0px;
}

.ul1 li, .ul2 li {
	background: url(images/dot2.gif) no-repeat 1px 6px;
	padding-left: 12px; /* the width of your image + some space */
	margin: 0px 0px 8px 0px;
}

.ul2 li {
	background: url(images/icon_continue.gif) no-repeat scroll 0 3px transparent;
	padding-left: 18px;
}

/* horizontal list menu */
.horizontal {
	display: block;
}

.horizontal li {
	float: left;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

img {
	border: none
}

fieldset {
	display: block;
	border: 1px solid #9DBCBC;
	margin: 15px 15px 8px 0px;
	padding: 10px 10px 10px 10px;
}
legend {
	padding: 4px;
}
select, textarea, input {
	margin: 2px 2px 2px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #006666;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	border: 1px solid #cccccc;
	background-color: #ffcc66;
	background-image: url('images/bg_button.gif');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

input[disabled="disabled"] {
	background: none;
}

label {
	display: block;
}

.Checkbox, .Radio { 
	vertical-align: middle;
	border: none;
}
.Butt1, .Butt2 { width: 100px; background-color: #FFCC66; cursor: pointer; cursor: hand; background-image: url('/layout/images/bg_button.gif'); }
.Butt2 { width: 125px; }

a:focus  { -moz-outline: none; }

.contRight {
	float: right;
	width: 275px;
	margin: 0px 0px 5px 15px;
	font-size: 0.9em;
}

.contCenter {
	float: left;
	width: 430px;
}

/*** Layout ***/
#bgWrapper {
	min-width: 950px;	/* prevent bg from scrolling when viewport < 950 */
	background-image:	url(images/bg.png);
	_background-image:	url(images/bg-ie6.gif);
	*margin-left: 1px;	/* IE6/7 background bug */
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-attachment: scroll;
	min-height: 100%;
	_height: 100%;			/* IE6 extend bg white */
	
}

#layoutCont {
	margin: 0 auto;
	width: 950px;
}

#layoutTop {
	white-space: nowrap;
	background-color: white;
}

#layoutTop img {
	vertical-align: top;
}

#layoutTop2 {
	margin-right: 5px;
	height: 18px;
	background-color: white;
}

#layoutTop3 {
	height: 30px;
	background-image: url(images/layoutbg.gif);
	background-repeat: repeat-x;
	background-color: white;
}

#layoutMain {
	line-height: 1.4em;
	float: left;
	width: 720px;
	margin-right: 5px;
	_display: inline;	/* IE6 float bug */
}

#layoutMainNav {
	float: left;
	width: 195px;
	margin-right: 30px;
}

#layoutMainContent {
	margin-bottom: 50px;
}

#layoutMainFooter {
	border-top: 1px solid #8ba6a6;
	padding: 5px 5px 20px 0px;
	font-size: 0.9em;
	clear: both;
}

/* main navigation menu */
#menuMain {
	margin-left: 5px;
}

#menuMain ul {
	margin-left: 12px;
}

#menuMain li {
	padding: 1px 0px 1px 0px;
}

#menuMain a {
	display: block;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #9dbcbc;
	color: #006666;
}

#menuMain a:hover {
	color: #b31e00;
}

#menuMain .menuHasChildren {
	background-image: url('images/navclosed.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#menuMain .menuIsOpen {
	background-image: url('images/navopen.gif');
	background-repeat: no-repeat;
	background-position: right 13px;
}

#menuMain .menuIsOpen > a {	/* no way in IE6 */
	color: #b31e00;
}

#menuMain .menuIsActive a {
	color: #b31e00;
	background-image: url('images/navitembg.gif');
	background-repeat: repeat-x;
}

/* end main navigation */
#submenu {
	margin-top: 3px;
	float: right;
	width: 275px;
	font-size: 0.9em;
}
#submenu a, #loginCont a {
	text-decoration: none;
}
#submenu a, #loginCont a {
	color: #000000;
}
#submenu a:hover, #loginCont a:hover {
	color: #b31e00;
}

#menuLang {
	float: left;
}

#menuLang li {
	display: inline;
	float: left;
	padding-left: 0.3em;
}

#menuLangSelected a {
	color: #b31e00;
}

#searchCont {
	width: 100px;
	float: left;
	margin-right: 15px;
}

#searchCont img {
	vertical-align: top;
	margin: 1px 0px 0px 3px;
}

#loginCont {
	float: right;
}

#loginCont img {
	margin-right: 3px;
}

#WSLLogo {
	float: left;
	vertical-align: top;
	margin-right: 4px;
}

.txtSmall {
	font-size: 0.9em;
}

.noBorder {
	border-style: none;
	border-width: 0;
}

.tbl1, .tbl2, .tbl3 {
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.tbl1 caption {
	text-align: left;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}

.tbl1 th {
	background-image: url(images/navitembg.gif);
	border-top: 1px solid #006666;
}

.tbl1 th {
	font-weight: normal;
}

.tbl1 th, .tbl1 td, .tbl2 th, .tbl2 td, .tbl3 td, .tbl3 th {
	padding: 4px 16px 4px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #006666;
	vertical-align: top;
}

.tbl2 tbody td {
	border: none;
}

.tbl1 .NoBoarder td, .tbl1 .NoBoarderColor1 td { 
	border-width: 0px 0px 0px 0px;
}

.tbl1 .NoBoarderColor1 td { 
	background-color: #E1F7D6;
}

.tbl2 .Boarder td, .tbl2 .BoarderColor1 td { 
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #006666;
}

.tbl2 .NoBoarderColor1 td { 
	background-color: #E1F7D6;
}

.tbl3 tr td {padding: 3px 3px 3px 3px; }
 
.color1 {
	color: #006666;
}

.color2, .warning {
	color: #b31e00;
}

.color3 {
	color: #9DBCBC;
}

.color4 {
	color: #ff9933;
}

.color5 {
	color: #999900;
}

.color6 {
	color: #cc6600;
}

.warning {
	border: 1px solid #9DBCBC;
	padding: 4px;
}

.right {
	text-align: right;
}

.noWrap {
	white-space: nowrap;
}

.iconContinue {
	float: left;
	margin: 3px 4px 0px 0px;
}

/* printing */
@media print {
	#layoutTop, #layoutTop2, #layoutTop3 {
		display: none;
	}
	#layoutMain, #layoutCont {
		margin: 0;
	}
}