/**
 * Div
 */

body { background:#fff; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, input, fieldset, form, label, legend, table, textarea, caption, tbody, tfoot, thead, tr, th, td { color:#000; font:12px arial, helvetica, sans-serif; }
a { color:#454545; text-decoration:underline; outline:none; }
em { font-style:italic; }
strong { font-weight:bold; }
div.spacer { clear:both; font-size:1px; }

/**
 * Headers
 */

h1 { font-size:18px; font-weight:bold; }
h2 { font-size:16px; font-weight:bold; }
h3 { font-size:14px; font-weight:bold; }

/**
 * Structure
 */

div#wrapper { position:relative; margin:0 auto; width:990px; }

/**
 * Headers
 */

#header-con { position:relative; /*position:absolute; top:0; left:0;*/ width:812px; height:233px; z-index:10; overflow:hidden; }
#header-con #header { width:100%; height:233px; overflow:hidden; margin:0 auto; position:relative; }
#header-con #header-images { z-index:5;   }
#header-con .header-img { width:100%; height:233px; overflow:hidden; position:absolute; top:0; left:0; }
#header-con #header-images li { z-index:5; }
#header-con #header-images li.active { z-index:10; }
#header-con #header-blocks { position:absolute; bottom:10px; right:10px; z-index:20; }
#header-con #header-blocks li { float:left; cursor:pointer; margin:5px 0 5px 5px; width:10px; height:10px; background:#666; overflow:hidden; }
#header-con #header-blocks li.active { background:red; }
#header-con #header-blocks li em { display:none; }

#home-header-con { position:relative; /*position:absolute; top:0; left:0;*/ width:812px; height:233px; z-index:10; overflow:hidden; }
#home-header-con #header { width:100%; height:233px; overflow:hidden; margin:0 auto; position:relative; }
#home-header-con #header-images { z-index:5;   }
#home-header-con .header-img { width:100%; height:233px; overflow:hidden; position:absolute; top:0; left:0; }
#home-header-con #header-images li { z-index:5; }
#home-header-con #header-images li.active { z-index:10; }
#home-header-con #header-blocks { position:absolute; bottom:10px; right:10px; z-index:20; }
#home-header-con #header-blocks li { float:left; cursor:pointer; margin:5px 0 5px 5px; width:10px; height:10px; background:#666; overflow:hidden; }
#home-header-con #header-blocks li.active { background:red; }
#home-header-con #header-blocks li em { display:none; }

/**
 * Breadcrumbs
 */

#breadcrumbs { /*position:absolute; top:245px; left:220px; color:#5e5855;*/ font-size:10px; }
#breadcrumbs a { /*color:#5e5855;*/ text-decoration:none; font-size:10px; }
#breadcrumbs a.last { color:red; text-decoration:underline;  }

/**
 * Page block
 */

.page-block { position:relative; }
.page-block ul,
.page-block ol { padding:0 0 1em 20px; }
.page-block p { padding-bottom:1em;  }

.page-block .page-block-link { display:block; padding-bottom:1em; }
.page-block .page-block-documents { padding-bottom:1em; }

/**
 * Page block images
 */

.page-block-images { position:relative; width:400px; height:420px; }
.page-block-images .pbi-large { position:absolute; top:0; left:0; width:400px; height:300px; }
.page-block-images .pbi-large a { display:block; width:400px; height:300px; }
.page-block-images .jcarousel { position:absolute; top:310px; }
.page-block-images .jcarousel ul {  list-style:none; }
.page-block-images .jcarousel li { float:left; cursor:pointer; margin-left:5px; width:100px; height:100px; overflow:hidden; }

/*
 * Form
 */

#table_contactform td, #form_table th { vertical-align:top; padding-bottom:15px;  }
#table_contactform table td { padding-bottom:0; }

input:focus, select:focus, textarea:focus { background-color:#fcfcfc; }
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
form { margin:0px; }
label { font-weight: bold; cursor:pointer; position:relative; top:-1px; }
legend { font-weight: bold; font-size: 1.2em; }
optgroup { font-style:normal; font-weight:bold; }
textarea { height:130px; }

input.text, .inputter, textarea  { padding:2px 4px 2px 4px; background:#fff; width:312px; border:none; color:#3a2c20; border:1px solid #cfcfcf; }
input.check_radio { margin:0; padding:0; }

#input-housenumber { width:45px; }
#input-postal { width:70px; margin-right:12px;  }
#input-city { width:220px; }
#input-captcha { width:82px; }

.invalid { border:1px solid red; }
#form_submit { position:relative; float:right;  }
#error-message { background:#ff4c4c; border:1px solid red; color:white; padding:10px; width:300px; margin-bottom:10px; }

/**
 * Extra footer
 */

#extra-footer-con { position:relative; width:100%; height:auto; background:#fff;  }
#extra-footer { margin:0 auto; padding:15px; background:#eee; }
#extra-footer ul { list-style:none; float:left; width:150px; padding:10px; overflow-x:hidden; }
#extra-footer ul.first { padding-left:0; }
#extra-footer li { color:#666; font-size:10px; }
#extra-footer li a { color:#666; text-decoration:none; font-size:10px; }



/**
 * ________________________________________ OLD CSS _____________________________________________
 */


/**
 * Countryflags
 */

#countryflags { position:absolute; top:7px; left:613px; list-style:none; width:160px; text-align:left; }
#countryflags li { display:inline; margin-right:5px; }

* {
	margin: 0;
	padding: 0;
}

body, html {
}

body {
	background: #003c76 url("../../gfx/bg.gif") repeat-x;
}

div, td, th, p, div, textarea, select, input {
	color: #000;
	font: 12px arial, helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #0f69ce;
	text-decoration: underline;
	outline:none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#menu img {
	behavior: url("include/htc/pngbehavior.htc");
}

h1, h1 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

h2, h2 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

h3, h3 a {
	color: #144c83;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
	text-decoration: none;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #bebebe;
}

/**
 *
 * Structure and global style
 *
 */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

div#header {
	position: absolute;
	left: 0px;
	top: 144px;
	width: 900px;
	height: 214px;
}

div#main {
	float: left;
	position: relative;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-top: 358px;
	background: #fff;
}

div.spacer {
	clear: both;
}

div.read_on {
	float: left;
	clear: both;
}

div.read_on a {
	color: #e5a804;
	margin-left: 5px;
}

/**
 *
 * Content
 *
 */

div.content {
	float: left;
	padding: 30px 0 30px 0;
	margin: 0 30px 0 30px;
}

div.content2 {
	float: left;
	padding: 30px 0 30px 0;
	margin: 0 30px 0 30px;
}

.content p, .content2 p {
	padding-bottom: 10px;
}

.content ul, .content2 ul, .content ol, .content2 ol {
	margin-left: 20px;
}

.content table, .content2 table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

img.content_img {
	padding: 2px;
	/*border: 1px solid #ccc;*/
}

div.with_image {
	float: left;
	width: 340px;
}

div.text_only {
	float: left;
	width: 560px;
}

div#home_contact {
	position: absolute;
	left: 650px;
	top: 589px;
}

/**
 *
 * Footer
 *
 */

div#footer {
	clear: both;
	float: left;
	width: 900px;
	height: 26px;
}

#footer div {
	line-height: 24px;
}

#footer div.left {
	float: left;
	width: 900px;
	height: 100%;
	background: #d0d0d0;
	text-indent: 20px;
}

#footer div.left, #footer div.left a {
	color: #000;
	font-size: 10px;
}

#footer div.right {
	float: right;
	width: 255px;
	height: 100%;
	background: #a9a9a9;
}

/**
 *
 * Menu
 *
 */

div#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 900px;
}

#menu ul {
	background: url("../../gfx/bg_menu.gif") repeat-x;
	width: 100%;
	height: 44px;
}

#menu li {
	float: left;
	width: 128px;
	height: 44px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}

#menu img {
	margin-top: 16px;
}

#menu li:hover {
	background: url("../../gfx/bg_menu_hover.gif") repeat-x;
}

#menu li.selected {
	background: url("../../gfx/bg_menu_selected.gif") repeat-x;
}

/**
 *
 * Submenu
 *
 */


div#home_left_block {
	float: left;
	width: 250px;
}

div#home_right_block {
	float: right;
	width: 250px;
}

/**
 *
 * Submenu
 *
 */

ul.submenu {
	list-style-type: none;
}

.submenu li {
	width: 252px;
	height: 25px;
	text-indent: 30px;
	background: url("../../gfx/bg_submenu.gif") no-repeat;
	line-height: 23px;
}

.submenu img {
	margin-right: 5px;
}

.submenu a, .submenu2 a , .submenu3 a {
	text-decoration: none;
}

.submenu a:hover, .submenu2 a:hover, .submenu3 a:hover {
	text-decoration: underline;
}

ul.submenu2 {
	list-style-type: none;
}

.submenu2 li {
	width: 230px;
	/*background: url("../../gfx/bg_submenu2.gif") no-repeat;*/
	line-height: 23px;
}

.submenu2 img {
	margin-right: 5px;
}

ul.submenu3 {
	list-style-type: none;
}

.submenu3 li {
	width: 252px;
	height: 25px;
	line-height: 23px;
}

.submenu3 img {
	margin-right: 5px;
}

/**
 *
 * Logos
 *
 */

div#logo_left {
	position: absolute;
	left: 25px;
	top: 10px;
}

div#logo_right {
	position: absolute;
	right: 25px;
	top: 20px;
}

/**
 * Form
 */

.input_field, .input_select {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
}

.embedded-content { width:600px; overflow-x:hidden; padding-bottom:10px; }

#album-overview { padding-top:10px; width:100%; width:550px; }
#album-overview .image { float:left; width:165px; height:185px; margin:0 10px 10px 0; text-align:center; }
ul.content-files li { padding-bottom:5px;  }

