/*######################GENERAL######################*/

html, body {
    height: 100%;
}

body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:76%;
	color:#274068;
	padding:0;
	border:0;
	margin:0;
	background:#D9E5F4 url(../images/bg_page.gif) repeat-y left;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,img,form,input,textarea,select,table,td {
	padding:0;
	border:0;
	margin:0;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0 3px 0;
}

hr {
	margin-top:20px;
	/*clear: both;*/
}


strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

p {
	font-size:1em;
	line-height:1.6em;
	/*padding-bottom:14px;*/
	padding-top:4px;
}

.teaser {
	font-size:1.2em;
	line-height:1.5em;
	/*font-style:italic;*/
	font-weight:bold;
	padding-bottom:14px;
	padding-top:4px;
}

.links {
	float:left;
	margin-right:15px;
}

ul {
	margin:2px 0 14px 15px;
	font-size:1.0em;
	line-height:1.5em;
	
}

a {
	color:#406399;
	text-decoration:none;
}

#primary-content a , #secondary-content a{
	color:#406399;
	text-decoration:underline;
}

#primary-content a:hover , #secondary-content a:hover{
	color:#406399;
	text-decoration:none;
}

/*######################LAYOUT######################*/
#header-wrap {
	position:absolute;
	width:100%;
	height:199px;
	top:0;
	left:0;
	background:url(../images/bg_header.gif) 186px 0px repeat-x;
	z-index:500;
}

#header {
	position:relative;
	width:950px;
	height:199px;
	padding:0;
	margin:0;
	background:url(../images/bg_header.gif) 186px 0px repeat-x;
}

#header #logo {
	position:absolute;
	top:19px;
	width:186px;
	height:150px;
}

#header #comfort-nav {
	position:absolute;
	top:0px;
	left:700px;
	width:245px;
  	height:19px;
	color:#fff;
}

#header #main-nav {
	position:absolute;
	width:514px;
	height:30px;
	top:169px;
	left:0;
  	padding-left:186px;
	background:#1E408E;
	color:#fff;
}

#header #imprint-nav {
	position:absolute;
	width:245px;
	height:30px;
	top:169px;
	left:700px;
  	color:#fff;
	text-align:center;
}

#header #image {
	position:absolute;
	top:20px;
	left:186px;
	width:761px;
	height:149px;
}

#content-wrap {
	position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	width:945px;
  	background:url(../images/bg_page.gif) repeat-y left;
}

html>body #content-wrap {
    height: auto;
	}
	
#container {
	position:relative;
  	width:945px;
	padding:199px 0 100px 0;
/* 	margin-right:-245px;
    float:left;*/
    /*background:url(../images/bg_center.gif) repeat-y 186px 0px;*/
}

#content-wrap h1 span {
	display:none;
}

#content-wrap h2 span {
	display:none;
}


#sub-nav-wrap {
	width:186px;
	height:100%;
	min-height:100%;
	float:left;
}

#sub-nav {
	width:186px;
	padding:10px 0 0 0;
}

#primary-con-wrap {
	width:514px;
	float:left;
}

#primary-content {
	width:467px;
  	padding:22px 20px 20px 27px;
}

#secondary-con-wrap {
	width:245px;
	float:left;
}

#secondary-content {
	width:205px;
	padding:20px;
	color:#2D4468;
	font-size:0.9em;
}

#footer {
	position: absolute;
    bottom: 0;
	height:50px;
	margin-bottom:40px;
	text-align:center;
	font-size:0.9em;
	color:#8E8E8E;
}

#footer #icon {
	margin:1px 0 0 0;
	width:186px;
	background:url(../images/remax.jpg) no-repeat top center;
	float:left;
}

#footer #address {
	width:460px;
  	margin:0 10px 0 214px;
	padding-top:0;
	text-align:left;
}

#footer #address p {
	color:#8D9EB7;
	padding:1px 0 1px 0;
}

#footer #address p.border {
	padding:0 0 1px 0;
	border-bottom:1px solid #8D9EB7;
}

/*######################VISUALS######################*/

#header #main-nav span.main-nav-item {
	
}

#sub-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	color:#8a8a8a;
}

#sub-nav li {
	list-style-type:none;
	width:137px;
	height:14px;
	border-bottom:1px solid #e2e2e2;
	padding:10px 15px 10px 34px;
	background:url(../images/subnav_square.gif) no-repeat 20px center;
	
}

#sub-nav li.aktiv {
	color:#223d68;
	background:#edf0f4;
}

#sub-nav li a {
	color:#8a8a8a;
}

#sub-nav li a:hover {
	color:#223d68;
}



#header #search input.text {
	font-size:0.8em;
	color:#001C60;
	border:1px solid #B8B8B8;
	margin:0 3px 0 0;
	padding:1px;
}

#header #search input.submit {
	font-size:0.9em;
	line-height:0.9em;
	background:#E8E8E6 url(../img/triangle.gif) left center no-repeat;
	border:0;
	color:#001C60;
	padding:0 0 0 5px;
}

#primary-content div.csi-textpic img {
	border:1px solid #1C2777;
}


/*___search______________*/

div.tx-indexedsearch {
	margin:0;
	padding-left:167px;
	-padding-left:0px;
	float:left;
	font-size:1.0em;
}

div.tx-indexedsearch table {
	width:100%;
	font-size:1em;
	line-height:0.9em;
	vertical-align:bottom;
	margin:0;
	padding:0;
}

div.tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	font-size:0.8em;
	color:#001C60;
	border:1px solid #B8B8B8;
	margin:0 3px 0 0;
	padding:1px;
}

div.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
	font-size:0.9em;
	line-height:0.9em;
	background:#E8E8E6 url(../img/triangle.gif) left center no-repeat;
	border:0;
	color:#001C60;
	padding:0 0 0 5px;
}

/*___search_end___________*/

/*___form styles_________________*/

.csc-mailform {
	margin:10px 0 25px 0;
	padding:0;
	border:0;
	font-size:1em;
}

.csc-mailform label,
.csc-mailform input,
.csc-mailform textarea {
	vertical-align:top;
	padding:0;
	margin:1px 0 3px 0;
}

.csc-mailform label {
	display:inline-block;
	width:115px;	
}

.csc-mailform-field {
	margin-bottom:2px;	
}

.csc-form-label,
.csc-form-label-req {
	padding-bottom:2px;
	padding-top:0;
}

input.csc-mailform-submit {
	
}

.csc-form-label-req:after { 
	content:"*"; 
	color:red; 
}

.csc-form-fieldcell {
	margin-left:6px;
}
/*
input, select, textarea {
	width:120px;
	height:20px;
	border:1px solid #C9CCCF;
	font-size:1.1em;
}

textarea {
	width:120px;
	height:50px;
}
*/
/*___end form styles______________*/

.clearing {
  height: 0px;
  clear: both;
  font-size:0px;
  line-height:0px;
  text-indent:-1999px;
}


/*___news styles__________________*/
.news-single-title {
	font-size:1.4em;
	font-weight:normal;
}



/*######################EXT:CRON_CSSSTYLEDIMGTEXT######################*/
/* Captions */
p.csc-caption {
	margin:0;
	font-weight:bold;
	font-size:76%;
	color:#333333;
}

div.csi-caption-c .csi-caption {
	text-align:center;
}

div.csi-caption-r .csi-caption {
	text-align:right;
}

div.csi-caption-l .csi-caption {
	text-align:left;
}

/* Needed for noRows setting */
div.csi-textpic div.csi-imagecolumn {
	display:inline;
	float:left;
}

div.csi-imagewrap {
	padding:0;
}

div.csi-textpic img {
	border:none;
}

/* div: This will place the images side by side */
div.csi-textpic div.csi-imagewrap div.csi-image {
	float:left;
}

/* ul: This will place the images side by side */
div.csi-textpic div.csi-imagewrap ul {
	padding:0;
	margin:0;
	list-style:none;
}

div.csi-textpic div.csi-imagewrap ul li {
	padding:0;
	margin:0;	
	float:left;
}

/* dl: This will place the images side by side */
div.csi-textpic div.csi-imagewrap dl.csi-image {
	float:left;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dt {
	float:none;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dd {
	float:none;
}

div.csi-textpic div.csi-imagewrap dl.csi-image dd img {
	border:none;
}

dl.csi-image {
	margin:0;
}

dl.csi-image dt {
	margin:0;
	display:inline;
}

dl.csi-image dd {
	margin:0;
}

/* Clearer */
div.csi-clear {
	clear:both;
}

/* Margins around images: */

/* Pictures on left, add padding on right */
div.csi-left div.csi-imagewrap .csi-image,
div.csi-intext-left-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-left div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

/* Pictures on right, add padding on left */
div.csi-right div.csi-imagewrap .csi-image,
div.csi-intext-right-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-right div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

/* Pictures centered, add padding left and right */
div.csi-center div.csi-imagewrap .csi-image {
	display:inline; /* IE fix for double-margin bug */
}

div.csi-textpic div.csi-imagewrap .csi-image .csi-caption {
	margin:0;
}

div.csi-textpic div.csi-imagewrap .csi-image img {
	margin:0;
}

/* Space below each image (also in-between rows) */
div.csi-textpic div.csi-imagewrap .csi-image {
	margin:0;
}

div.csi-equalheight div.csi-imagerow {
	display:block;
	margin-bottom:5px;
}

/* Positioning of images: */

/* Above */
div.csi-above div.csi-text {
	clear:both;
}

/* Center (above or below) */
div.csi-center {
	text-align:center; /* IE-hack */
}

div.csi-center div.csi-imagewrap {
	margin:0 auto;
}

div.csi-center div.csi-imagewrap .csi-image {
	text-align:left; /* Remove IE-hack */
}

div.csi-center div.csi-text {
	text-align:left; /* Remove IE-hack */
}

/* Right (above or below) */
div.csi-right div.csi-imagewrap {
	float:right;
}

div.csi-right div.csi-text {
	clear:right;
}

/* Left (above or below) */
div.csi-left div.csi-imagewrap {
	float:left;
}

div.csi-left div.csi-text {
	clear:left;
}

/* Left (in text) */
div.csi-intext-left div.csi-imagewrap {
	float:left;
}

/* Right (in text) */
div.csi-intext-right div.csi-imagewrap {
	float:right;
}

/* Right (in text, no wrap around) */
div.csi-intext-right-nowrap div.csi-imagewrap {
	float:right;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csi-intext-right-nowrap .csi-text { 
	height:1%;
}
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
div.csi-intext-left-nowrap div.csi-imagewrap {
	float:left;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csi-intext-left-nowrap .csi-text {
	height:1%;
}
/* End hide from IE5/mac */
