/* CSS: www.theobroma-systems.com V2.0 */

html {
    height:100%;
    margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url("/resources/images/bg_html.png");
	background-position: top right;
	background-repeat: repeat-y;				
}

img {
	border: 0px;
}

/* background */

div.bg_left_bar {
	position: absolute;	
	left: 0px;
	top: 58px;
	width: 50%;
	background-color: #e8e8e8; 
	z-index: -1;
}

div.bg_left_content_bar {
	position: absolute;	
	left: 0px;
	top: 209px;
	width: 50%;
	background-color: #e8e8e8; 
	z-index: -1;
}

div.bg_right_bar {
	position: absolute;	
	left: 50%;
	top: 85px;
	width: 50%;
	background-color: #e8e8e8; 
	z-index: -1;
}

img.bg_right_bar_image {
	position: absolute;
	top: 0px;	
	right: 0px;
	height: 140px;
	width: 60px;
	background: url("/resources/images/bg_right_bar.png") top left;	
	z-index: 0;
}

div.bg_top_bar {
	position: absolute;	
	left: 2px;	
	top: 0px;
	width: 2px;
	background-color: #e8e8e8; 
	z-index: -1;
}

div.bg_top_bar img {
	height: 56px;
	width: 2px;
}

/* toolbar */

div.toolbar {
	position: relative;
	margin: 0px auto;
	width: 780px;
	height: 83px;
}

div.toolbar div.links {
	position: relative;
	top: 58px;
	width: 600px;
	background-color: #8a8a8a;
	border-left: 2px solid #ffffff;
}

div.toolbar div.links li {
	float: left;
	padding: 5px 10px;
	width: 78px;
	list-style-type: none;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	height: 15px;
	min-height: 15px;
}

div.toolbar div.links li:hover {
	background-color: #990000;
}

div.logo {
	position: absolute;
	left: 625px;
	top: 13px;
}

/* page image */

div.page_image {
	margin: 0 auto;
	width: 780px;
}

div.page_image img {
	margin: 0px;
	border: 2px solid #ffffff;
	background-color: #e8e8e8; 
	z-index: 1;
}
 
/* main frame */

div.main {
	width: 780px;
	margin: 0px auto;
}

div.content {
	width: 600px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	float: left;
}

div.default_content {
	padding: 15px;
	background: url("/resources/images/bg_content.png") top left repeat-x;
	min-height: 200px;	
}

div.startpage {
	background-image: url("/resources/images/bg_content.png");
	background-position: left 198px;
	background-repeat: repeat-x;
	min-height: 200px;
}

div.startpage_content {
	padding: 15px;
}

div.sidebar {
	width: 176px;
	text-align: right;
	float: left;
	padding-top: 15px;
}

/* content */

div.title {
	font-size: 20px;
	color: #990000;
	margin-bottom: 8px;
}

div.title div.date {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}

p.subtitle {
	font-size: 11px;
	font-style: italic; 
	margin-bottom: 8px;	
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 6px;
}

span.h1_note {
	font-size: 12px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-style: italic; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
}

p {
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 6px;	
}

em {
	color: #990000;	
}

div.content a {
	color: #777777;
	text-decoration: underline;
}
div.content a:link { color: #777777; }
div.content a:visited { color: #777777; }
div.content a:hover { color: #777777; }
div.content a:active { color: #777777; }

ul {
	margin: 10px 0px;
	padding-left: 30px;
	list-style-type: square;
	font-size: 11px;
}

ol {
	margin: 10px 0px;
	padding-left: 30px;
	font-size: 11px;
}

hr {
	display: block;
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px dashed #8a8a8a;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

div.content b {
	color: #444444;
}

td {
    vertical-align: top;
	text-align: justify;
}

table.content {
    padding: 5px 0px 8px 0px;
}

table.content th {
    color: #990000;
    font-weight: bold;
    border: 1px solid #990000;
}

table.content td {
    padding: 3px;
    border: 1px solid #777777;
    vertical-align: top;
}

table.content td.head {
    font-weight: bold;
}

div.box {
	color: #444444;
	margin: 10px;
	padding: 10px;
    border: 1px dashed #777777;
	background-color: #eeeeee;
	/* background: url("/resources/images/bg_content.png") top left repeat-x; */
}


/* start page */

div.start_tab {
	position: relative;
	width: 198px;
	border-bottom: 3px solid #ffffff;
	float: left;
	cursor: pointer;
	color: #444444;
}

div.start_tab:hover {
	background-color: #990000;
	color: #ffffff;
}

div.center_tab {
	border: 3px solid #ffffff;
	border-top: 0px;
}

div.tab_image {
	border: 3px solid #e8e8e8;
}

div.start_tab:hover div.tab_image {
	border-color: #990000;
}

div.tab_teaser {
	position: absolute;
	padding: 5px 15px 8px 15px;
	font-weight: bold;
	top: 168px;
	right: 0px;
	width: 69px;
	text-align: left;
	background-color: #e8e8e8;
}

div.start_tab:hover div.tab_teaser {
	background-color: #990000;
}

/* news */

div.news_title {
	font-size: 13px;
	color: #990000;	
	margin-top: 6px;
	margin-bottom: 2px;
}

div.news_date {
	font-size: 11px;
	margin-bottom: 2px;	
}

/* sidebar */

div.sidebar div.category {
	color: #990000;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-bottom: 2px solid #e8e8e8;
	width: 162px;
}

div.sidebar div.items {
	position: relative;
	padding-right: 3px;
	padding-bottom: 13px;
	margin: 0px;
	margin-left: 10px;
	width: 162px;
}

div.sidebar div.items a {
	position: relative;
	color: #8a8a8a;
	text-decoration: none;
	line-height: 17px;
	width: 162px;
}

div.sidebar div.items img {
	position: absolute;
	top: 1px;
	right: -20px;	
}

div.sidebar div.items a:hover { 
	text-decoration: underline;
}

/* footer */

div.footer {
	width: 100%;
	border: 0px;
	border-top: 1px solid #e8e8e8;
	margin-top: 15px;
}

div.footer div.center {
	width: 780px;
	margin: 0px auto;
}

div.footer div.center div.text {
	width: 570px;
	margin-left: 2px;
	padding: 13px 15px;
	background-color: #e8e8e8;
	color: #8a8a8a;
	font-size: 10px;
}

div.footer a {
	color: #8a8a8a;
	text-decoration: underline;
}
div.footer a:link { color: #8a8a8a; }
div.footer a:visited { color: #8a8a8a; }
div.footer a:hover { color: #8a8a8a; }
div.footer a:active { color: #8a8a8a; }





