body.pw_main
{
	margin:0px;
	padding:0px;
	background:url("../image/background.jpg");
	background-repeat:repeat-x;
	background-color:#c0c0c0;
}

div.pw_header
{
	position:relative;
	width:1100px;
	height:350px;
	background:url("../image/pw_header.jpg");
}

div.pw_navigation
{
	width:1000px;
	height:36px;
	margin-bottom:20px;
/*	background:url("../image/navigation/navigationbar.jpg");*/
	border-left:1px solid #000000;
}

div.pw_history
{
	width:998px;
	height:30px;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background:url("../image/window/background_gray.png");
}

div.pw_content
{
	width:1000px;
	overflow:hidden;
}

div.pw_footer
{
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
	width:1100px;
	height:100px;
	font-family: Segoe UI, Calibri, Times New Roman;
	background:url("../image/pw_footer2.png");	
	font-size:14px;
}

div.calendar, div.calendar_event, div.calendar_event_today, div.calendar_event_none
{
	position:relative;
	margin:0px;
	width:30px;
	height:30px;
	float:left;
}
div.calendar_event, div.calendar_event_today
{
	background:url("../image/calendar/calendar_star.png");
}
div.calendar_event_none
{
	background:url("../image/calendar/calendar_star_none.png");
}

p.pw_footer_text
{
	position:absolute;
	right:90px;
	top:45px;
	text-align:right;
	color:#3f3f3f;
	font-size:12px;
}

p.pw_footer_nav
{
	position:absolute;
	left:50px;
	top:45px;
	text-align:left;
}
p.calendar_day, p.calendar_day_none, p.calendar_day_today
{
	position:absolute;
	top:5px;
	left:7px;
	margin:0px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
}
p.calendar_day_none
{
	color:#999999;
}
p.calendar_day_today
{
	font-weight:bold;
	color:#ff0000;
}

p.calendar_week
{
	position:absolute;
	left:6px;
	top:5px;
	margin:0px;
	font-family: Segoe UI, Calibri, Times New Roman;	
	font-size:14px;
	font-weight:bold;
}

img.pw_header_logo
{
	position:absolute;
	left:54px;
	bottom:27px;
	border-width:0px;
}

a.calendar_day_event, a.calendar_day_event_none, a.calendar_day_event_today
{
	position:absolute;
	top:5px;
	left:7px;
	margin:0px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;	
	text-decoration:none;
}

a.calendar_day_event
{
	color:#ffffff;
}

a.calendar_day_event_none
{
	color:#c2c2c2;	
}

a.calendar_day_event_today
{
	font-weight:bold;
	color:#ffffff;
}

a.navigation_button , a.navigation_button_active
{
	width:109px;
	height:31px;
	padding-top:5px;
	color:#ffffff;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
	text-align:center;
	text-decoration: none;
	float: left;
}
a.navigation_button 
{
	background:url("../image/navigation/navigationbutton.jpg");	
}

a.navigation_button:hover, a.navigation_button:active, a.navigation_button_active
{
	background:url("../image/navigation/navigationbutton_hover.jpg");
}

div.split
{
	overflow:hidden;
	float:left;
}

table.reference_table
{
	width:700px;
	border:1px solid #000000;
	background-color:#ffffff;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

div.headline
{
	width:100%;	
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;	
	font-weight:bold;
	text-align:left;
	color:#000000;	
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:5px;
	background-image:url("../image/window/background_gray.png");
	clear:both;
}

div.band_previewwindow
{
	width:157px;
	float:left;
	margin-left:20px;
	margin-bottom:5px;
}

div.subnav
{
	margin-top:5px;
	width:210px;
	overflow:hidden;
	text-align:right;
}

a.pw_footer_nav
{
	margin-right:10px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a.pw_footer_nav:hover
{
	color:#ff0000;
}

ul
{
	text-align:left;
	list-style-image:url("../image/list_star.png")
}


