body {
	background-color:#aec2ce;
	margin:30px;
	padding:0px;
}

/* Global Style ===================================================================================================*/
body, div, p, td, th, h1, h2, h3, h4, h5, h6, ul, ol, li, option, select, textarea {
	color:#838384;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

a, a:link, a:hover, a:visited {
	color:#3c8fc3;
	text-decoration:none;
}
a:hover {
	color:#e8a619;
	text-decoration:underline;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}
img {
	border:none;
}
form {
	display:inline;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:11px;
	color:#3c8fc3;
}
h1 {
	font-size:15px;
	margin:14px 0px 14px 0px;
	padding:0px;
}
h1.arrow {
	padding:2px 0px 0px 26px;
	background-image:url(/cms/styles/default/img/arrow.gif);
	background-repeat:no-repeat;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin:16px 0px 4px 0px;
	padding:0px;
}
.text_blue {
	color:#3c8fc3;
}

#formresult_error {
	border:4px solid #ff3300;
	margin-top:20px;
	margin-bottom:20px;
	padding:6px;
	background-color:#FFEAE5;
	font-weight:bold;
}

#formresult_success {
	border:4px solid #BBC9AC;
	margin-top:20px;
	margin-bottom:20px;
	padding:6px;
	background-color:#E5F5E5;
	font-weight:bold;
}

/* Wrappers ========================================================================================================*/
#header {
	width:100%;
}
#header_table td {
	background-repeat:repeat-x;
}
#navigation {
	background-image:url(/cms/styles/default/img/nav_bar_bg.gif);
	background-repeat:repeat-x;
	height:34px;
	position:relative;
	text-align:center;
	width:100%;
}
#content {
	width:100%;
}
#content_table {
	margin-bottom:30px;
}
#content_table.tr.td {
	background-repeat:repeat-x;
	background-color:#aec2ce;
}
#home_welcome_blurb {
	padding:0px 0px 0px 8px;
}
#home_address {
	padding:8px 0px 10px 68px;
	color:#3c8fc3;
}
#footer {
	background-image:url(/cms/styles/default/img/footer_bg.gif);
	background-repeat:repeat-x;
	height:47px;
	text-align:center;
}
#footer_inner {
	padding-top:18px;
}

/* Header ==========================================================================================================*/
#q {
	background:transparent;
	border:1px solid #d1dbe0;
	color:#d1dbe0;
	height:16px;
	margin-left:0px;
	margin-right:0px;
	width:126px;
}
#q_submit {
	background:transparent;
	border:none;
	color:#666666;
	font-family:Tahoma,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:2px;
	padding:0px 4px;
}
#breadcrumbs {
	font-size:9px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
#breadcrumbs a:link, #breadcrumbs a:hover, #breadcrumbs a:visited {
	/* No special link color */
}
/* Home ============================================================================================================*/
label.small_blue {
	color:#FE1217;
	font-size:10px;
}
/* Footer ==========================================================================================================*/
#footer, #footer a:link, #footer a:hover, #footer a:visited {
	color:#5c5d5d;
}
#footer a:link, #footer a:hover, #footer a:visited {
	padding-left:4px;
	padding-right:4px;
}
option.home, select.home {
	font-size:10px;
}
/* Artikel =========================================================================================================*/
.home_news {
	width:397px;
	padding-bottom:12px;
}
.home_news h1 {
	color:#e8a619;
	font-size:11px;
	margin:0px;
	padding:14px 0px 6px 0px;
}
.home_news h1 a:link, .home_news h1 a:hover, .home_news h1 a:visited {
	color:#e8a619;
}
.home_blurb, .home_blurb div {
	color:#3c8fc3;
	padding:6px 0px 12px 0px;
}
.home_blurb h1 {
	display:none;
}
.article_abstract {
	padding:6px 0px 12px 20px;
}

.tab_bg {
	background-image:url(/cms/styles/default/img/h1_tab_bg.gif);
	background-repeat:no-repeat;
	height:32px;
}
.tab_bg h1 {
	background:transparent;
	color:#838384;
	font-size:14px;
	padding:7px 0px 0px 20px;
	margin:0px;
}

/* Navi links allgemein ============================================================================================*/
#udm {
	margin:0px auto;
	padding:0px;
}
#udm li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
#udm ul {
	display:none;
}

/* Sitemap */
a.sitemap0:link, a.sitemap0:visited, a.sitemap0:hover {
	display:block;
	font-weight:bold;
	margin-top:10px;
}
a.sitemap1:link, a.sitemap1:visited, a.sitemap1:hover {
	display:block;
	margin-left:20px;
}
a.sitemap2:link, a.sitemap2:visited, a.sitemap2:hover {
	display:block;
	margin-left:40px;
}

/* Formular ======================================================================================================*/
label.formlabel{
	font-size:11px;
}

input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.forminput, textarea.forminput{
	border:1px solid #A5ACB2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.duty, textarea.duty{
	border:1px solid #FE1217;
}

option {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
option, select {
	background-color:#FFFFFF;
}

td.formtd {
	padding-top:10px;
}
