@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
margin:0;
padding:0;
background:url(../images/hr_background_fade.gif) repeat-x #f8e9cb fixed;
font:13px/19px Helvetica, Arial, sans-serif;
color:#4d317c;
}

a { text-decoration:underline; color:#4d317c; }
a:hover, a:active { text-decoration:none; }

div#container {
min-height: 100%;
height: auto !important;
height: 100%;
width:100%;
margin:0 0 -30px 0;
background:url(../images/hr_header_background.gif) center top no-repeat;
}

div#header {
margin:0 auto;
padding:0 90px;
height:270px;
width:800px;
background:url(../images/hr_header_bg_overlay.jpg);	
text-align:center;
}

div#header img { display:block; }

div#subheader {
padding:0;
margin:0 auto;
width:800px;
height:60px;
background:url(../images/hr_navigation_background.gif) no-repeat top;	
}

div#breadcrumb {
padding:0;
margin:0 auto;
height:30px;
width:900px;
font:normal 12px Georgia, "Times New Roman", Times, serif;
line-height:30px;
color:#fff;
}

div#breadcrumb a { color:#fff; text-decoration:underline; }
div#breadcrumb a:hover, div#breadcrumb a:active { text-decoration:none; }

div#quick-nav {
padding:0;
margin:0 auto;
height:30px;
width:600px;
float:left;
font:normal 12px Georgia, "Times New Roman", Times, serif;
line-height:25px;
color:#4d317c;
}

div#quick-nav a { color:#4d317c; text-decoration:underline; }
div#quick-nav a:hover, div#quick-nav a:active { text-decoration:none; }

div#choose_language {
width:200px;
padding:5px 0 9px 0;
float:left;
font:italic 12px/12px Georgia, "Times New Roman", Times, serif;
color:#4d317c;
text-align:right;

}

div#wrapper {
width:800px;
margin:10px auto;
padding:0;
}

div#navigation {
width:210px;
float:left;
padding:0 0 0 0;
margin:0 0 60px 0;
font:bold 12px Helvetica, Arial, sans-serif;
}

div#navigation ul {
list-style-type:none;
margin:10px 0;
padding:0;
border:none;
}

	div#navigation ul li { height:30px;padding:0;margin:0; }

	div#navigation ul li a { text-decoration:none; color:#4d317c; display:block; padding:9px 10px; }
		html>body #button li a { width: auto; }
	div#navigation ul li a:hover, div#menu ul li a:active { background:url(../images/hr_mondstuk_icon_wit.gif) no-repeat 180px 50% #4d317c; color:#fff; }

div#content {
width:550px;
margin:0 0 40px 40px;
padding:0;
float:left;
}

div.feature {
width:300px;	
float:left;
margin:0px 40px 0 0;
padding:0px;	
}

div.home_articles {
width:210px;	
float:left;
margin:0px;
padding:0px;
}

div#content h1 {
font:bold 18px/23px Georgia, "Times New Roman", Times, serif;
margin-bottom:0px;
padding-bottom:0px;
}

div#content h2 {
font:bold 16px/21px Georgia, "Times New Roman", Times, serif;
margin-bottom:0px;
padding-bottom:0px;
}

div#content h3 {
font:bold 14px/19px Georgia, "Times New Roman", Times, serif;
margin-bottom:0px;
padding-bottom:0px;	
}

div#content div.quote {
background:#4d317c url(../images/quote-left.gif) no-repeat left top; 
margin: 0; 
padding-top: 15px;
padding-left: 45px;
font:11px/16px Helvetica, Arial, sans-serif;
color:#fff;
}

div#content div.quote div {background: transparent url(../images/quote-right.gif) right bottom no-repeat; padding-right: 45px; padding-bottom: 15px; }
div#content div.quote div h1 {font:bold 12px/17px Georgia, "Times New Roman", Times, serif;margin-bottom:0px;padding-bottom:0px;color:#fff;} 

div#footer {
clear:both;

background:url(../images/hr_footer.jpg) center;

width:100%;
height:30px;

font:11px/30px Georgia, "Times New Roman", Times, serif;
color:#fff;
}
	div#footer_content_wrapper {width:800px;margin:0 auto;}
	div#footer_content_1 { width:400px; float:left; }
	div#footer_content_2 { width:400px; text-align:right; float:left; }
	div#footer_content_wrapper a{ color:#fff; }
	
	
dl { margin-top:0; }

dt.header {
	margin:0;
	padding:10px 0 0 0;
	font:bold 16px/21px Georgia, "Times New Roman", Times, serif;
}

div.home_articles dl dt.header { font:bold 14px/19px Georgia, "Times New Roman", Times, serif; }



dd.content {
	margin:0;
	padding:0;
}

	dd.content img {
		margin:10px;	
	}

dd.details {
	margin:0;
	padding:10px;
	background:#fffcd9;
	font-size: 11px;
}


dd.read-more {
	margin:3px 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #4d317c;
	text-align:left;
}

dd.read-more a {
font-weight:bold;	
}

dd.date {
	margin:10px 0;
	padding:5px 10px;
	width:120px;
	background:url(../images/bbs_menu_bg.gif);
	font-size: 10px;
	font-weight:bold;
}

dt#simple.header { margin:0;padding:5px 0;border-bottom:1px solid #921634; }
dt#simple.header a{ font-size:13px;line-height:21px;font-weight:bolder; }



.form td {
	padding:5px 5px;	
}

.form input {
	line-height: 17px;
	padding: 2px;
	border:1px solid #4d317c;
}

.form input.submit {
	padding: 3px 7px;
	color: #fff;
	background:#4d317c;
	font-weight:bold;
}

.form textarea {
	line-height: 17px;
	padding: 2px;
	border:1px solid #4d317c;
}
