@charset "utf-8";
/* CSS Document */

/* Allgemeine Einstellungen */
*
{
	margin: 0;
	padding: 0;
}

body
{
	/*background: #ffffff url(images/header-bg2.png) repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 14px;
	/*background-color:#333;*/
	background:#a5b2cc url(../images/homepage02.jpg) repeat-x scroll left top;
}

#wrapper
{
	width: 1010px;
	margin: 20px auto;
	padding: 0 20px;
	border:1px solid #000;
	background: #ffffff url(../images/header-bg2.png) repeat-x;
}

h1
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	letter-spacing: 0px;
	font-family: Verdana;
	text-align:center;
	font-weight:bold;
}

h2
{
	color: #1b3658;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	letter-spacing: 0px;
	font-family: Verdana;
}

h3
{
	color: #9faab8;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h4
{
	font-size: 16px;
	margin: 0 0 10px 0;
}

h5
{
	font-size: 15px;
	margin: 0 0 10px 0;
}

h6
{
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0px;
	color: #1b3658;
}

.right
{
	margin-left: 30px;
}

.left
{
	margin-right: 10px;
	float: right;
}

a
{
	text-decoration: none;
	color: #1b3658;
}

a:hover
{
	text-decoration: underline;
}

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

p.last
{
	margin-bottom: 24px;
}

.side-sep
{
	background: url(../images/side-separator.gif) no-repeat center top;
	height: 7px;
	clear: both;
	margin-bottom: 10px;
}

.quote
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.top
{
	top: 0;
	left: 0;
}
.bottom
{
	bottom: 0;
    left: 0;
}

ul
{ 
	list-style-type: none;
}

.boxes
{
	width: 1em;
}

/* Ende der Allgemeine Einstellungen */

/* Header */

#header
{
	background: url(../images/header-bg2.png) repeat top center;
	height: 100px;
}

#logo
{
	background: url(../images/logo.png) top left no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin-top:20px;
	width: 1006px;
	height: 70px;
}

#sprache{
	width:70px;
	float:right;
	margin: 47px 20px 0 0 ;	
	}

/* Navigation */
#navigation ul
{
	float:left;
	margin:12px 0 0;
	padding:0 5px 0 0;
	list-style:none;
}

#navigation li
{
	float:left;
	list-style:none;
	margin-left: 5px;
}

#navigation li a
{
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	padding:0 0 0 10px;
	height:38px;
	line-height:38px;
	text-transform: uppercase;
	text-align:center;
	cursor:pointer;	
}

#navigation li a span
{
	float:left;
	display:block;
	padding:0 9px 0 2px;
}

#navigation li.current a, #navigation li.current a:hover
{
	color:#303030;
	background:url(../images/nav-left-selected.png) no-repeat left 5px;
}

#navigation li.current a span, #navigation li.current a:hover span
{
	color:#ffffff;
	background:url(../images/nav-right-selected.png) no-repeat right 5px;
}
  
#navigation li a:hover
{
	color:#fff;
	background:url(../images/nav-left-hover.gif) no-repeat 3px 5px;
}

#navigation li a:hover span
{
	color:#fff;
	background:url(../images/nav-right-hover.gif) no-repeat right 5px;
}


/* Content */

#landing-content
{
	overflow: hidden;
	margin:0;
	padding:0;
	width:1053px;
	
}

.slideshow
{
	width: 347px;
	height: 192px;
	float: left;
	background:url(../images/slideshow-back.png) no-repeat;
	margin: 22px 10px 0 69px
}

.slideshow-images
{
	margin: 6px 0 0 17px;
}


#home-intro
{
	width: 590px;
	height: 200px;
	padding: 35px 0 0 0;
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	text-align:center;
}

.buttons
{
	margin:24px 0 0 0;
	width:584px;
}


/* Haupt-Content */

#main-content-top
{
	background: url(../images/main-top.png) no-repeat;
	height: 10px;
	margin-top: 55px;
}

#main-content-top-en
{
	background: url(../images/main-top.png) no-repeat;
	height: 10px;
	margin-top: 20px;
}

#main-content
{
	background-color: #FFFFFF;
	background: url(../images/main-repeat.png) repeat-y;
	width: 982px;
	padding: 0px 20px 10px 18px;
	overflow: hidden;
}

#spruch_bottom
{
	background-color: #FFFFFF;
	width: 1006px;
	padding: 14px 0 0 0;
	overflow: hidden;
	text-align:center;
}


#main-content-bottom
{
	background: url(../images/main-bottom.png) no-repeat;
	height: 15px;
}

#main-content-home-left
{
	width: 640px;
	float: left;
	text-align:justify;
}

#main-content-left
{
	width: 960px;
	float: left;
}

#main-content-right
{
	width: 290px;
	float: right;
}

.para
{
	margin: 10px 10px 10px 0;
	line-height: 18px;
	word-spacing: 0px;
}

#main-content-left p
{
	margin-top: 8px;
}

#main-content-left h2
{
	margin-top: 10px;
}

#main-content-left h3
{
	margin: 8px 0 4px 0;
	line-height: 14px;
	font-size: 16px;
}

#services-list li
{
	list-style: none;
	width: 290px;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-right: 20px;
}


.service
{
	width: 54px;
	height: 44px;
	float: left;
	margin: 0 16px 0 0;
}


#services-list h4
{
	width: 210px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

#services-list li p
{
	clear: both;
	padding-top: 6px;
	margin: 20px 20px 10px 0;
}


.center-container
{
	background-color: #eaeaea;
	width: 603px;
	padding: 6px;
}

.center-top
{
	background: url(../images/center-top.gif) no-repeat;
	height: 7px;
	margin-top: 10px;
}

.center-bottom
{
	background: url(../images/center-bottom.gif) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}

.left-top
{
	background: url(../images/side-top.gif) no-repeat;
	height: 7px;
	margin-top: 17px;
}

.left-top2
{
	background: url(../images/side-top.gif) no-repeat;
	height: 7px;
	margin-top: 49px;
}

.left-bottom
{
	background: url(../images/side-bottom.gif) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}

.side-container
{
	background-color: #eaeaea;
	width: 268px;
	padding: 6px;
}

.side-container h4
{
	background: url(../images/side-heading-bg.gif) no-repeat;
	color: #FFFFFF;
	font-weight:normal;
	height: 33px;
	margin-left: 6px;
	padding: 7px;
}

#phone
{
	background-image: url(../images/phone.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 50px;
	margin-left: 20px;
}

/* Kontaktform */

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	background: #FFFFFF url(../images/input-bg.gif) top repeat-x;
	border: 1px solid #dadada;
	padding: 2px 0 0 0;
	margin: 4px 0;
	height: 22px;
}

textarea
{
	width: 300px;
	height: 150px;
}

#submitbutton
{
	text-align: center;
	background: url(../images/send-it.gif) no-repeat center;
	border: none;
	margin-top: 4px;
	margin-left: 235px;
	width: 103px;
	height: 36px;
	cursor: pointer;
	text-indent: -9000px;
}


/* News Div */
.post
{
	clear:both;
	padding: 10px 0;
}

.post-month
{
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}

.entry
{
	clear: both;
	padding-top: 10px;
}


/* Testimonial Div Styling */

.testimonial
{
	clear: both;
	background: url(../images/quotes.gif) left top no-repeat;
	padding: 0 4px 0 22px;
	margin: 8px;
}

.testimonial-big
{
	clear: both;
	padding: 16px 0;
}

.testimonial-big .member-image img
{
	position: relative;
	top: 8px;
	left: 9px;
	border: 1px solid #dadada;
}

.services-list
{
	margin:0px 0 10px 10px;
	list-style: none;
}

.services-list li
{
	background: url(../images/side-separator.gif) no-repeat bottom;
	font-size: 14px;
	line-height: 28px;
	height: 32px;
}

.services-list li a
{
	background: url(../images/category.gif) left 50% no-repeat;
	padding-left: 24px;
	color: #303030;
}

.services-list li a:hover
{
	text-decoration: none;
	color: #1b3658;
}

.services-list  li 
{
	font-size: 13px;
	margin: 4px 0px;
	color: #1b3658;
}

.services-list li.active a
{
	text-decoration: none;
	color: #1b3658;
	font-weight: bold;
}


.downloads
{
	background: url(../images/pdf-icon.png) left 50% no-repeat;
	width: 53px;
	height: 52px;
	float: left;
}

.downloads-list li
{
	background: url(../images/side-separator.gif) no-repeat bottom;
	padding: 8px 0;
}

/* Footer  */

#footer
{
	width:1050px;
	background: #ffffff url(../images/footer-bg2.png) repeat-x;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/footer-bg2.png) #1d1d1d repeat-x bottom center;*/
	height: 128px;
	font-size: 12px;
	margin-top: 14px;
	padding-top: 0px;
	margin-left:-20px;
	
}

#footer-content
{
	margin: 0 auto;
	color: #FFFFFF;
	padding: 20px 28px 10px 20px;
	
}

#footer-left
{
	float: left;
	width: 900px;
}

#footer-right
{
	float: right;
	width: 360px;
	text-align: right;
}

#footer a
{
	text-decoration: none;
	color: #fff;
}

footer p {
line-height:18px;
margin:0 0 0;
}




#footer a:hover
{
	color: #9faab8;
}

.footer-block
{
	width: 330px;
	margin-right: 40px;
	float: left;
}

.footer-block-text
{
	width: 330px;
	margin-right: 40px;
	float: left;
	margin-top:-2px;
}

.footer-blog
{
	height: 30px;
	display: block;
	outline: none;
}

.footer-partners
{
	height: 30px;
	display: block;
	outline: none;
}

.footer-news
{
	height: 30px;
	display: block;
	outline: none;
}

.footer-block ul
{
	list-style: none;
	margin-bottom: 10px;
}

.footer-block a
{
	margin-top: 10px;
}

.footer-block ul li
{
	margin-top: 2px;
	padding-bottom: 2px;
}

.footer-block ul li a
{
	color: #FFFFFF !important;
}

.footer-block ul li a:hover
{
	text-decoration: underline;
}


.footer-block strong
{
	line-height: 135%;
	font-weight: bold;
}

ul.bullet-list
{
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	margin-top: 4px;
}

ul.bullet-list li
{
	width: 130px;
	float: left;
	background: url(../images/footer-bullet.gif) no-repeat 0 2px;
	padding: 0px 0px 6px 20px;
}


ul.bullet-en li
{
	margin-left:10px;
	background: url(../images/footer-bullet.gif) no-repeat 0 2px;
	padding: 0px 0px 6px 20px;
}

#hor-sep
{
	background: url(../images/footer-sep.gif) no-repeat center bottom;
	height: 2px;
	clear: both;
	margin-bottom: 7px;
	padding-top:7px;
}

.date
{
	color: #fff;
	line-height:17px;
}



ul#filter {
	float: left;
	font-size: 10px;
	list-style: none;
	margin-left: 0;
	width: 100%;
	margin: 20px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
ul#filter li {
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
/*ul#filter li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}*/
ul#filter a {
	color: #003366;
	text-decoration: none;
}
ul#filter li.current a, ul#filter a:hover {
	text-decoration: underline;
}
ul#filter li.current a {
	color: #333;
	font-weight: bold;
}
ul#portfolio {
	font-size: 10px;
	float: left;
	list-style: none;
	margin-top:10px;
}
ul#portfolio li {
	border: 1px solid #dedede;
	float: left;
	margin: 0 24px 10px 0;
	padding: 5px;
	/*-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
	width: 209px;
}
ul#portfolio a {
	display: block;
	width: 100%;
	text-align:left;
	text-decoration:none;
	color:#333;
}
ul#portfolio a:hover {
	color:#333;
}

ul#portfolio h4 {
	color:#003366;
}


ul#portfolio img {
	border:none;	
	display: block; padding-bottom: 10px;
}


/*////////  Kontaktformular  ////////*/

form#contact fieldset {
	border:none;
	margin-top:30px; 
	margin-bottom:20px;
}

form#contact fieldset input, form#contact fieldset textarea {
	background:#f8f8f8;
	border:1px solid #ddd;
	color:#666;
	font:1em Verdana,sans-serif;
	padding:4px;
}

form#contact fieldset input {
	padding-left:26px;
	background-position:5px 50%;
	background-repeat:no-repeat;
	width:200px;
}

form#contact fieldset input.name {
	background-image:url(../images/formular-name.png);
}

form#contact fieldset input.phone {
	background-image:url(../images/formular-phone.png);
}

form#contact fieldset input.email {
	background-image:url(../images/formular-email.png);
}

form#contact fieldset .formSchatten {
	background:url(../images/formSchatten.png) left bottom no-repeat;
	padding-bottom:6px;
}

form#contact fieldset input:focus, form#contact fieldset textarea:focus {
	border:2px solid #ccc;
	padding:3px 3px 3px 26px;
	background-position:4px 50%;
}

form#contact fieldset textarea:focus {
	padding-left:3px;
}

form#contact fieldset label {
	color:#333; 
	padding:10px 0 3px 0;
	display:block;
	font-weight: bold;
}

form#contact fieldset textarea {
	width:435px;overflow:auto;
}

.required {
	color:#AD0000;
	font-weight:bold;
	font-size:1.2em;
}

p.messageSent, p.messageError {
	background:#FFFBCF url(../images/messageSent.png) 12px 50% no-repeat;
	border:1px solid #FFF47F;
	padding:5px 5px 5px 38px;
	font-size:1em;
	color:#333;
	margin:10px 0;
	width:400px;
}

p.messageError {
	color:#eee;
	background:#E76757 url(../images/messageError.png) 12px 50% no-repeat;
	border-color:#FF4F5A;
}

#mainContent p.messageError a {
	color:#fff;
	text-decoration:underline;
}


.trennsymbol{
	text-align:center;
	}
	
#fontsize{
	float:right; 
	width:100px; 
	margin-right:-50px;
	}
	
.immogesuche_h6
{
	font-weight: bold;
	margin: 4px 0px;
	color: #1b3658;
}
