/*
div {
	border: 1px solid pink;
	}
*/

body {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	margin: 0 20px 20px 20px;
	background: white;
	color: 595959;
	font-size: 12px;
	}

p {
	padding: 0;
	text-align: top;
	}

h1 {
	font-size: 100%;
	color: #004E61;
	font-weight: normal;
	padding: 0;
	margin: 0 0 2px 0;
	}

h2 {
	font-size: 100%;
	color: #337A8C;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	}
	
h3 {
	font-size: 120%;
	color: #004E61;
	font-weight: normal;
	padding: 0;
	margin: 0 0 2px 0;
	}

h4 {
	font-size: 100%;
	color: #004E61;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	}

blockquote {
	float: right;
	font-size: 140%;
	line-height: 140%;
	color: #004E61;
	padding: 0 0 5px 5px;
	margin: 0;
	}

select {
	font-size: 90%;
	}

ul {
	margin-left: 1.5em;
  	padding-left: 0;
	list-style-image: url("/images/diamond.gif"); 
	}
	
li {
	padding-bottom: 3px;
	}

/*********** LAYOUT ***********/

#toolbar {
	background-color: #C1CDD2;
	width: 780px;
	height: 20px;
	background: url("/images/header/toolbar_bg.gif") no-repeat left top;
	}

#language_links {
	float: left;
	margin-left: 15px;
	padding-top: 5px;
	font-size: 65%;
	color: #004E61;
	}

#tool_links {
	float: right;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 65%;
	color: #004E61;
	}
	
#logobar {
	width: 780px;
	height: 80px;
	background-color: white;
	}

#mast_logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	}

#strapline {
	float: right;
	padding-top: 46px;
	padding-right: 15px;
	}

#nav_main {
	width: 610px;
	height: 75px;
	margin: 0;
	padding: 0;
	}

#nav_top {
	width: 610px;
	background: url("/images/nav/nav_top.gif") no-repeat left top;
	margin: 0;
	padding: 0;
	}

#nav_top_txt {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 70%;
	}

#nav_btm {
	height: 55px;
	background: #004E61 url("/images/nav/nav_bottom.gif") no-repeat left bottom;
	margin: 0;
	padding: 0;
	}
	
#flashmovie{
	padding-top: 5px;
	}
	
#sidebar {
	width: 160px;
	}
	
#side_item {
	font-size: 70%;
	line-height: 120%;
	color: #337A8C;
	margin: 3px 0 3px 0;
	padding: 0;
	}

#body_text {
	font-size: 75%;
	line-height: 140%;
	color: #000;
	}
	
#body_text_green {
	font-size: 75%;
	line-height: 140%;
	color: #004E61;
	}

#subnav_off {
	width: 140px;
	background: #99B8C0;
	margin-bottom: 2px;
	}
	
#subnav_on {
	width: 140px;
	background: #4C8390;
	margin-bottom: 2px;
	}

#subnav_txt {
	font-size: 70%;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#breadcrumbs_bar {
	width: 610px;
	margin-top: 5px;
	font-size: 65%;
	color: #FFF;
	background: #004E61;
	}
	
#breadcrumbs {
	padding: 5px 15px 3px 15px;
	}

#white_text {
	color: #FFF;
	font-size: 65%;
	}

#article_title {
	width: 350px;
	font-size: 275%;
	font-weight: bold;
	line-height: 100%;
	color: #99B8C0;
	padding-bottom: 10px;
	}

#article_intro {
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	color: #004E61;
	padding-bottom: 20px;
	}

#result_count {
	width: 24px;
	height: 24px;
	padding-top: 6px;
	font-size: 70%;
	color: white;
	background: url("/images/result_bg.gif") no-repeat;
	}

#footer {
	margin-top: 30px;
	width: 780px;
	background: #F1F1F1;
	border-top: 1px solid #8D9E9C;
	border-bottom: 10px solid #004E61;
	}

#footer_text {
	padding: 6px 0 4px 10px;
	color: #666;
	font-size: 65%;
	line-height: 150%;
	border: 0;
	}
	
#div_hor {
	height: 1px;
	width: 100%;
	background: url("/images/dot.gif") repeat-x;
	margin: 5px 0 8px 0;
	padding: 0;
	}
	
#div_ver {
	width: 1px;
	height: 100%;
	background: url("/images/dot.gif") repeat-y;
	margin: 0 10px 0 10px;
	}

.td_body_top{
	background: #4C8390;
	color: white;
	font-size: 75%;
	font-weight: bold;
	}
	
.td_body{
	background: #F1F1F1;
	color: #333333;
	font-size: 75%;
	line-height: 130%;
	}
	
/*********** LINKS ***********/

a:link {
	text-decoration: none; color: #00A01E;
	}
a:visited {
	text-decoration: none; color: #31CBCC;
	}
a:active {
	text-decoration: underline; color: #00A01E;
	}
a:hover {
	text-decoration: underline; color: #31CBCC;
	}

a.toolbar:link {
	text-decoration: none; color: #004E61;
	}
a.toolbar:visited {
	text-decoration: none; color: #004E61;
	}
a.toolbar:active {
	text-decoration: underline; color: #004E61;
	}
a.toolbar:hover {
	text-decoration: underline; color: #004E61;
	}

a.nav:link {
	text-decoration: none; color: #004E61; font-weight: bold;
	}
a.nav:visited {
	text-decoration: none; color: #004E61; font-weight: bold;
	}
a.nav:active {
	text-decoration: underline; color: #004E61; font-weight: bold;
	}
a.nav:hover {
	text-decoration: underline; color: #004E61; font-weight: bold;
	}
	
a.sidenav:link {
	text-decoration: none; color: #FFF; font-weight: bold;
	}
a.sidenav:visited {
	text-decoration: none; color: #FFF; font-weight: bold;
	}
a.sidenav:active {
	text-decoration: underline; color: #FFF; font-weight: bold;
	}
a.sidenav:hover {
	text-decoration: underline; color: #FFF; font-weight: bold;
	}

a.footer:link {
	text-decoration: none; color: #609BA9;
	}
a.footer:visited {
	text-decoration: none; color: #609BA9;
	}
a.footer:active {
	text-decoration: underline; color: #609BA9;
	}
a.footer:hover {
	text-decoration: underline; color: #609BA9;
	}
.news_box {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	background-color: #F7FFEE;
}

.news_titel {
	font-size: 18px;
	font-weight: bold;
}
.klein {
	font-size: xx-small;
	color: #595959;
}
