@charset "UTF-8";



body, p, td, li {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
}

body {
	background-color: #f5f5f5;
	margin: 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 135%;
}

blockquote {
	margin: 0 0 10px 20px;
}

.par {
	margin-top: 10px;
	margin-bottom: 10px;
}

.nopar {
	margin-top: 0;
	margin-bottom: 0;
}

a:link, a:visited {
	color: #2255bb;
	text-decoration: none;
}
a:active, a:hover {
	color: #bb3333;
	text-decoration: underline;
}

a.link_external {
	background: url("../images/lnk_external.png") no-repeat right;
	padding-right: 19px;
}

a.link_contact {
	background: url("../images/lnk_contact.png") no-repeat right;
	padding-right: 19px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

img {
	border: 0;
} 

ul, ol {
	margin-top: 0pt;
	margin-bottom: 10pt;
}

li {
	margin-top: 3pt;
	margin-bottom: 3pt;
}

dl {
	margin-left: 20px;
	margin-top: 5pt;
	margin-bottom: 10pt;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10pt;
	margin-bottom: 5pt;
}

.gray { color: #707070; }
.green { color: #559933; }
.red { color: #bb3333; }
.blue { color: #0000cc; }

small { font-size: 85%; }
.small { font-size: 85%; }

pre {
	font-family: consolas, inconsolata, monaco, "courier new", monospace;
	font-size: 10pt;
	margin: 0;
	overflow: auto;
	white-space: pre-wrap;
}

code, .code {
	font-family: consolas, inconsolata, monaco, "courier new", monospace;
	font-size: 10pt;
	color: #404040;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	padding: 0 3px 0 3px;
	margin-left: 2px;
	margin-right: 2px;
}

.fixed {
	font-family: consolas, inconsolata, monaco, "courier new", monospace;
	font-size: 10pt;
}

em {
	color: #703030;
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}



/* Headlines */

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #505050;
	padding-bottom: 2px;
	border-bottom: 2px solid #c0c0c0;
	margin: 0 0 15px 0;
}

h2 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 18pt;
	font-weight: normal;
	color: #558822;
	padding-bottom: 1px;
	border-bottom: 1px solid #c0c0c0;
	margin: 30px 0 10px 0;
}

h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16pt;
	font-weight: normal;
	color: #558822;
	margin: 25px 0 10px 0;
}

h4 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 14pt;
	font-weight: normal;
	color: #558822;
	margin: 20px 0 10px 0;
}

h5 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 12pt;
	font-weight: normal;
	color: #558822;
	margin: 10px 0 5px 0;
}



/* Container */

#container_main {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#container_page {
	background-color: transparent;
	border-radius: 0 0 5px 5px;
	margin: 0;
	padding: 0;
}

#container_content {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 0 0 6px 6px;
	margin: 0;
	padding: 0;
}

#container_content:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	font-size: 0pt;
}

#container_text {
	margin: 0;
	padding: 15px 0 5px 15px;
	display: block;
	overflow: hidden;
	float: left;
	width: 730px;
}



/* Top Bar */

#container_top {
	margin: 0;
	padding: 0;
}

#container_top:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	font-size: 0pt;
}

#top_logo {
	margin: 10px 10px 10px 0;
	padding: 0;
	float: left;
}

#top_content {
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;
}

#top_intern {
	margin: 10px 0 10px 0;
	padding: 0;
	height: 60px;
}

#top_intern_box {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	margin: 0;
	padding: 4px 6px 4px 6px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #808080;
}



/* Menu Bar */

.menubar {
	background-color: #2050b0;
	background: -moz-linear-gradient(center top, #607dc5, #1c489f);
	border-radius: 6px 6px 0 0;
	padding: 3px 2px 3px 2px;
	margin: 0;
	height: 30px;
}

.menubar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menubar_left li {
	float: left;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 28px;
	border-right: 1px solid #607dc5;
}

.menubar_right li {
	float: right;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 28px;
	border-left: 1px solid #607dc5;
}

.menubar a {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #ccdaf5;
	display: inline-block;
	margin: 0 2px 0 2px;
	padding: 1px 8px 1px 8px;
}

.menubar a:hover {
	background-color: #71b42d;
	background: -moz-linear-gradient(center top, #80cc34, #65a228);
	border-radius: 2px 2px 2px 2px;
	color: #ffffff;
	text-decoration: none;
}



/* Menu Bar Buttons */

.menubutton {
	background-image: url("../images/sprite_menu.png");
	background-repeat: no-repeat;
	height: 28px;
	display: block;
}

.menubutton_mail   { background-position:    0 0; width: 16px; }
.menubutton_rss    { background-position:  -16px 0; width: 16px; }
.menubutton_de     { background-position:  -32px 0; width: 34px; }
.menubutton_en     { background-position:  -66px 0; width: 34px; }
.menubutton_home   { background-position: -100px 0; width: 16px; }
a:hover .menubutton_home { background-position: -116px 0; width: 16px; }



/* Sidebar */

#container_sidebar {
	float: right;
	width: 210px;
	margin: 10px 10px 0 0;
}

.sidebar_block {
	background-color: #fafafa;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 5px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 8pt;
}

.sidebar_title {
	font-family: georgia, times, "times new roman", serif;
	font-size: 13pt;
	font-weight: normal;
	color: #558822;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

.sidebar_subtitle {
	font-weight: bold;
	color: #606060;
	margin-top: 5px;
}

.sidebar_subsubtitle {
	color: #606060;
}

.sidebar_indent { margin: 0 0 0 10px; }

.sidebar_block a:link, .sidebar_block a:visited {
	color: #2255bb;
	text-decoration: none;
}
.sidebar_block a:active, .sidebar_block a:hover {
	color: #bb3333;
	text-decoration: underline;
}

.sidebar_title a:link, .sidebar_title a:visited {
	color: #558822;
	text-decoration: none;
}
.sidebar_title a:active, .sidebar_title a:hover {
	color: #bb3333;
	text-decoration: none;
}

a.sidebar_link_noen:link, a.sidebar_link_noen:visited {
	color: #606060;
	text-decoration: none;
}
a.sidebar_link_noen:active, a.sidebar_link_noen:hover {
	color: #bb3333;
	text-decoration: underline;
}



/* Bottom Bar */

#container_bottom {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #909090;
}

.copyright {
	color: #606060;
	font-size: 8pt;
	margin: 5px 0 5px 0;
}



/* Information Box */

.box_info {
	background-color: #ecfcec;
	border: 1px solid #b1ddb1;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.box_info_icon {
	background-image: url("../images/ico_info.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 45px;
}

.box_info_title {
	font-weight: bold;
	color: #2c942a;
}



/* Warning Box */

.box_warn {
	background-color: #fffcd5;
	border: 1px solid #ddd044;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.box_warn_icon {
	background-image: url("../images/ico_warn.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 45px;
}

.box_warn_title {
	font-weight: bold;
	color: #bb7722;
}



/* Error Box */

.box_error {
	background-color: #fff0ec;
	border: 1px solid #bb8888;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.box_error_icon {
	background-image: url("../images/ico_error.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 45px;
}

.box_error_title {
	font-weight: bold;
	color: #bb2222;
}
