/***********************************************/
/* 										       */
/* main.css                                  */
/* 										       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Helvetica, Arial, sans-serif ;
	color: #333333;
	font-size:0.9em;
	line-height:120%;
	margin: 0px;
	padding: 0px;
	background:#dadada url(../images/back-1000.gif)  repeat-y 50% 0;
	/*background-image: url(../images/back-diagstripe.gif);*/
}
a{
	color: #006699;
	text-decoration: none;
}

a:link, a:visited{
	color: #C09;
	text-decoration: underline;
}

a:hover, a:active{
	color: #00C;
	text-decoration: underline;
}
th a:link, th a:visited {
	color:#FFF;
	text-decoration:none;
}
th a:hover, th a:active {
	color:#FFF;
	text-decoration:underline;
}
p{
	font-size:100%;
}
blockquote {
	margin:10px;
	padding:20px  0 0 40px;;
	border:solid 1px #666666;;
	background-color: #FCC;
	background-image:url(../images/lquote.png);
	background-repeat:no-repeat;
	background-position: left top;
}
blockquote p {
}
blockquote cite {
	text-align: right;
	font-style: italic;
	display:block;
	background-image:url(../images/rquote.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:40px;
	padding-bottom:20px;
}
h1 {
	letter-spacing:0.2em;
	font-size: 150%;
	font-weight: bold;
	color: #C09;
	text-transform: normal;
}
h2 {
	color: #699;
	font-size: 125%;
	line-height:140%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	color: #00C;
}
h4 {
	font-size: 110%;
	color: #900 ;
}

hr {
	vorder:none;
	border-top:#8A8080 solid 2px;
	clear:left;
}
label{
	 font-size: 100%;
	 font-weight: bold;
	 color: #333;
}

table {
	border:solid 1px black;
}
table td table {
	border:none 1px black;
}
th {
	text-align:left;
	font-weight:bold;
	background-color:#C09;
	color:#FFF;
	padding:4px;
}
td {
}
td img {
	padding-top: 0px;
	border:0px;
}
img {
	border:0px;
}
input[type="submit"], input[type="reset"] {
	font-size: small;
	color:#FFF;
	border:0px;
	background:url(../images/oval-button.png) no-repeat 2px 2px;
	width:100px;
	height:40px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFF;
}
#cc {
	padding: 0 0 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
#container {
}
#banner{
	width:auto;
	height:150px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 0px;
	background-image: url(../images/banner-image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner2{
	width:auto;
	height:120px;
	margin-left: 0px;
	background-image: url(../images/topscreenv1.jpg); /* url(../images/banner-image.jpg);*/
	background-color: #FFF;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}

#content{
	padding:10px;
	float: left;
	width: 600px;
	border-left:#8A8080 solid 2px;
	border-right:#8A8080 solid 2px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	clear:both;
	padding: 0 100px;
	margin: 0;
	color: #FFF;
	font-style:normal;
	font-weight:normal;
	background-image: url(../images/navbar_13.png);
	background-repeat:repeat-x;
	white-space: nowrap;
	text-align: left;
	font-size:15px;
	height: 30px;
	line-height:30px;
}
#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 100%;
	color: #FFF;
	padding-left:5px;
	padding-right:5px;
	display:block;
	text-align:center;
}
#globalNav a:link, #globalNav a:visited{
	text-decoration: none;
	background-image:url(../images/navbar_16.jpg);
	background-repeat:no-repeat;
}
#globalNav li.current > a:link, #globalNav li.current > a:visited{
	background-image:url(../images/navbar_17.jpg);
}

#globalNav a:hover, #globalNav a:active{
	color: #FFF;
	background-image:url(../images/navbar_17.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}


/* Suckerfish dropdown menus */

#globalNav ul {
	padding: 0;
	margin:0;
	list-style: none;
	padding-right: auto;
}
#globalNav li { 
	float: left;
	height:30px;
	width:100px;
	white-space: nowrap;
}

#globalNav li ul { 
	position: absolute;
	padding: 0;
	margin: 0;
	background-color:#fff;
	width: 100px;
	left: -999em;
	z-index:99;
	line-height:30px;
	margin-top:0px;
	margin-left:0px;
	font-size:14px;
}
#globalNav li ul li { 
	width:100px;
	height:30px;
	margin-bottom:2px;
	font-style: normal;
	border-top:2px solid white;
}
#globalNav li ul li a { 
	font-size:90%;
	font-style: normal;
	text-transform: none;
}
#globalNav li ul li a:link, #globalNav li ul li a:visited { 
	background-image:none;
	background-color:#8a8080;
}
#globalNav li ul li a:hover, #globalNav li ul li a:active { 
	background-image:none;
	background-color:#C09;
}

#globalNav li:hover ul, #globalNav li.sfhover ul { 
	left: auto;
	/*background-image: url(../images/gelb-navbar-over_07.jpg);*/
}
/*************** Test sizer **************/
#textsize {
	float:left;
	width:150px;
	text-align:center;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

#cleardiv{
	clear: both;
}

/************* #siteInfo styles ***************/
#footer {
	margin: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#8A8080 solid 2px;
	background-image: url(../images/pwl-lozenge-logo-75x50.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	clear:both;
}

#siteInfo{
	clear: both;
	color: #666;
	margin: 0pxx;
	padding: 20px 0px 20px 80px;
	text-align: left;
	height:auto;
	font-size:80%;
	line-height:100%;
}
#siteInfo p{
	line-height:200%;
}
#siteInfo a:link, #siteInfo a:visited{
}


#siteInfo a:hover{
}


/************* #search styles ***************/

#search{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFFFFF;
	margin: 10px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search input{
	font-size:small;
	border:1px solid #006699;
	margin: 0px;
	padding: 0px;
 }

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #sidebar styles ***********/

#sidebar {
	font-size: 80%;
	float:left;
	margin: 0px;
	padding: 10px;
	width:auto;
}

#sidebar ul {
	margin: 0px;
}
#sidebar li {
	margin-left:0px;
	list-style-image:url(../images/bullet.gif);
}


/************** #advert & Panel styles **************/

.panel{
	color:#900;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	margin: 10px 0;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
}
.panel p{
	margin: 20px 15px 0 10px;
}
#panel3.panel p{
	margin-top: 120px;
}

#panel1{
	margin: 10px;
	padding: 0px;
	float:left;
	height:210px;
	width:140px;
	text-align: center;
	background-image:url(../images/panel_07-140x200.png);
	background-repeat:no-repeat
}
#panel2{
	float:left;
	display:none;
	margin: 10px;
	padding: 0px;
	height:210px;
	width:140px;
	text-align: center;
	background-image:url(../images/panel_09-140x200.png);
	background-repeat:no-repeat;
}
#panel3 {
	float:left;
	margin: 10px;
	height:auto;
	width:140px;
	text-align: center;
	background-image:url(../images/panel_19-140x200.png);
	background-repeat:no-repeat;
}
#panel4 {
	float:left;
	display:none;
	margin: 10px;
	height:210px;
	width:140px;
	text-align: center;
	background-image:url(../images/panel_17-140x200.png);
	background-repeat:no-repeat;
}
div.panel:hover {
	background-image: url(../images/thumbback-over.png);
	cursor:auto;
}

.button{
	border:0px;
	width:32px;
	height:32px;
	text-align:center;
}
.button a:link, .button a:visited{
	color:#FFF;
	display:block;
}
.button a:hover, .button a:active{
	background-image: url(../images/button-over.png);
	text-decoration:none;
	display:block;
}
#panel div.button {
	background-image:url(../images/sm-button-blue-75-om.gif);
}
#panel div:hover.button {
	color:#069;
	background-image:url(../images/sm-button-grey-75-om.gif);
}
#advert div:hover.button {
	background-image:url(../images/sm-button-orange-75-gm.gif);
}
#advert div.button a:hover, #advert div.button a:active {
	color:#069;
}
/************** #headlines styles **************/
#headlines{
	float:right;
	font-size: 80%;
	line-height: normal;
	width: 160px;
	margin: 0px;
	padding: 10px;
}

