/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:2em;}
a {text-decoration:none;}
ul { list-style-type: none; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* CLEAR FIX */
html body div.clear,html body span.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility: hidden;width:0;height:0;} .clearfix:after {clear:both;content:'.';display:block;visibility:hidden;height:0;} .clearfix {display:inline-block;} * html .clearfix {height: 1%;} .clearfix {display: block;}

body {
	background: #ededed url(../img/bg.png) 0 0 repeat-x;
	font: 11px/15px normal arial, verdana, sans-serif;
	color: #535353;
}

#wrap {
	width: 950px;
	margin: auto;
}

#header {
	height: 128px;
	background: transparent url(../img/header.png) 0 0 no-repeat;
	position: relative;
}

#menu {
	margin-top: 30px;
	height: 62px;
	background: #000 url(../img/round_top_right.gif) 100% 0 no-repeat;
	border-bottom: 4px solid #dc601e;
}

#content {
	border: 1px solid #dbdbdb;
	border-top: 0;
	border-bottom-color: #d0d0d0;
	background: #fff;
	position: relative;
	min-height: 300px;
}

#footer {
	height: 73px;
	background: transparent url(../img/bg_footer.png) 0 0 no-repeat;
}

a#starcap {
	background: transparent url(../img/starcap_logotype.png) 0 0 no-repeat;
	display: block;
	width: 336px;
	height: 86px;
	position: absolute;
	top: 10px;
	left: 28px;
}

/* Content layouts			*/
/* 							*/
/* layout-1: Startpage		*/
/* layout-2: Left sidebar	*/
/* layout-3: No sidebar		*/

.layout-1 #main {
	width: 465px;
	padding: 40px 0 30px 30px;
	float: left;
}

.layout-1 #sidebar {
	float: right;
	width: 210px;
	padding: 40px 50px 100px 49px;
	margin-right: 1px;
}

.layout-1 #star {
	width: 152px;
	height: 291px;
	background: transparent url(../img/star.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	z-index: 999;
	right: 284px;
	top: 65px;	
}

.layout-2 #main {
	width: 600px;
	padding: 40px 30px 30px 0;
	float: right;
}

.layout-2 #sidebar {
	float: left;
}

.layout-3 #main {
	padding: 40px 30px 30px 30px;
}

/* Basic typo.. */
h1, h2, h3, h4, h5 {
	color: #e6621d;
	font-weight: bold;
}

h1 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

.admin p {
	margin-bottom: 5px;
}

a {
	color: #535353;
}

#main a {
	text-decoration: underline;
}

/* Other */
hr {
	border: 0;
	display: block;
	width: 600px;
	height: 10px;
	background: #fff url(../img/faded_ruler.png) 0 0 no-repeat;	
}

#main img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;	
}

#main table img {
	float: none;
	margin: 0;
}


/* Buttons and details */
a.morebutton {
	background: transparent url(../img/morebutton_right.png) 100% 0 no-repeat;
	padding-right: 4px;
	line-height: 29px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

a.morebutton span {
	padding-left: 12px;
	padding-right: 8px;
	background: transparent url(../img/morebutton_left.png) 0 0 no-repeat;
	float: left;
}

a.pdf {
	background:transparent url(/img/pdf.gif) no-repeat scroll 0 50%;
	font-weight:bold;
	line-height:25px;
	padding-left:22px;
	text-decoration:underline;
	display: block;
}

/* Main menu */
ul#menu li {
	display: block;
	float: left;
	border-right: 1px solid #5e5e5e;
}

ul#menu a {
	display: block;
	float: left;
	line-height: 62px;
	color: #fff;
	font-size: 13px;
	padding: 0 25px;	
}

ul#menu li.first a {
	background: transparent url(../img/round_top_left.gif) 0 0 no-repeat;
}

ul#menu li.active, ul#menu li.active:hover {
	background: #000 url(../img/bg_menu_item.png) 0 0 repeat-x;
}

ul#menu li.active a {
	font-weight: bold;
}

ul#menu li:hover {
	background: #000 url(../img/bg_menu_item.png) 0 -62px repeat-x;
}


/* Sidebar */
#sidebar {
	width: 230px;
	padding: 40px 40px 100px 39px;
	background: #fff url(../img/bg_sidebar.png) 0 0 repeat-y;
	position: relative;
}

#sidebar .bottom {
	height: 100px;
	width: 310px;
	background: #fff url(../img/bg_sidebar_bottom.png) 0 0 repeat-y;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sidebar h2 {
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

/* Submenu */
ul#submenu {
	background: #fff;	
}

ul#submenu li {
	display: block;
	height: 35px;
	border-bottom: 1px solid #ccc;
}

ul#submenu a {
	color: #787878;
	line-height: 35px;
	padding-left: 10px;
	display: block;
}

ul#submenu li.active a {
	color: #e6621d;
	background: transparent url(../img/arrow.gif) 96% 50% no-repeat;
}

ul#submenu a:hover {
	background: #f3f3f3;	
}

/* Quickmenu */
ul#quickmenu {
	position: absolute;
	top: 20px;
	left: 860px;
}

ul#quickmenu li {
	margin-bottom: 5px;
}

ul#quickmenu a.en {
	background: transparent url(../img/flag_en.png) 0 2px no-repeat;
}

ul#quickmenu a.contact {
	background: transparent url(../img/letter.png) 0 2px no-repeat;
}

ul#quickmenu a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}


/* Latest news */
ul#latestnews {
	margin-top: 1px;
	margin-bottom: 15px;
	border-top: 1px solid #e8e8e8;
	font-size: 10px;
}

ul#latestnews li {
	padding: 15px 0;
	border-bottom: 1px dashed #d1cfcf;
}

ul#latestnews p {
	margin-bottom: 0;
}

ul#latestnews a {
	font-weight: bold;
}

ul#latestnews a.more {
	text-decoration: underline;
}


/* Table */

table.admin {
	font-size: 10px;
}

table.admin th, table.admin td {
	padding: 0 5px;
}

table {
	width: 100%;
}

th {
	line-height: 45px;
	height: 45px;
	background: #767676;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #545454;
	padding: 0 10px;
}

th.cell-1 {
	border-left: 0;
}

td {
	background: #fff;
	padding: 5px 10px;
	border-left: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}

td.last {
	border-right: 1px solid #b8b8b8;
}

table.documents tbody td {
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	background: #fff url(../img/table_row.png) 0 0 repeat-x;
}

table.documents tbody tr.alt td {
	background-position: 0 -40px;
}

table.documents th {
	border: 0;
}

table.documents td {
	border: 0;
}

table.documents th.doc, table.documents td.doc {
	text-align: left;
}

table.documents th.date, table.documents td.date {
	text-align: right;
}

td.terms {
	width: 170px;
}

table p {
	margin: 0;
}


/* List */
#main ol {
	margin-bottom: 30px;
}

#main ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
}

/* News */

p.news-date {
	margin-bottom: 10px;
	font-size: 10px;	
}

ul#news {
	margin-bottom: 0;	
}

ul#news li {
	padding: 20px 0;
	border-bottom: 1px solid #d1d1d1;
}

ul#news a {
	text-decoration: none;
}

ul#news span.date {
	display: block;
	color: #808080;
}

ul#news p {
	margin: 0;
}

ul#pagination {
	margin: 30px 0;
}

ul#pagination li {
	display: block;
	float: left;
}

ul#pagination a {
	height: 22px;
	line-height: 22px;
	padding: 0 7px;
	text-decoration: none;
}

ul#pagination li.active a {
	display: block;
	background: #e65020;
	color: #fff;
}

/* Contact */
form#contact {
	overflow: hidden;
}

form#contact div {
	float: left;
	width: 240px;
	height: 65px;
	margin-right: 30px;
}

form#contact div.last {
	margin-right: 0;
}

form#contact div.wide {
	margin-right: 0;
	width: 510px;
	height: auto;
}

form#contact label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

form#contact input {
	width: 100%;
	border: 1px solid #c1c1c1;
	padding: 5px 5px;
}

form#contact textarea {
	width: 100%;
	border: 1px solid #c1c1c1;
	padding: 5px 5px;
}

form#contact button {
	margin-top: 20px;
	background: transparent url(../img/submit_button.png) 0 0 no-repeat;
	border: 0;
	width: 69px;
	height: 30px;
}

p.alert {
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

p.red {
	color: #f00;
}

p.green {
	color: #009900;
}
