* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
}

body {
	width:100%;
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:18px;
/*	font-size:12px;
	color:#8c8c8c;*/
	color:#505050;
	height: 100%;
	height: auto !important;
}

body a {
	outline:none;
}

h1 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:22px;
}

h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}

p {
	margin-bottom:15px;
}

legend {
	color:#505050;
}

#outer {
	width:952px;
	margin:0 auto;
	position:relative;
}

#inner {
	padding-top:164px;
	position:relative;
	width:100%;
}

#top {
	margin-bottom:8px;
	background:url(../gfx/logo.jpg) no-repeat 161px bottom;
	float:left;
	position:absolute;
	top:0px;
}

#top ul {
	list-style:none;
	margin:100px 0 0 0;
	padding-top:7px;
	float:right;
	border-top:2px dotted #dcdcdc;
}

#top li {
	float:left;
	margin-right:8px;
	text-align:center;
}

#top #contact {
	float:left;
	margin:100px 0 0 0;
}

#top #contact li {
	margin:0;
}

#top a {
	display:block;
	width:151px;
	background-color:#f0f0f0;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	/*color:#b9b9b9;*/
	color:#505050;
	text-decoration:none;
	padding:14px 0;
	overflow:hidden;
	text-transform:uppercase;
}

#top .act1 a {
	background-color:#b60637;
	color:#fff;
}

#left {
	width:152px;
	margin-bottom:8px;
	position: absolute;
	top: 164px;
	left:0;
}

#center {
	width:647px;
	/*min-height:581px;
	height:auto !important;
	height:581px;*/
	min-height:1050px;
	height:auto !important;
	height:1050px;
	background:#f0f0f0 url(../gfx/backContent.gif) repeat-y;
	margin:0 0 8px 152px;
}

#right {
	width:152px;
	margin-bottom:8px;
	background-color:#F0F0F0;
	min-height:1050px;
	height:auto !important;
	height:1050px;
	position: absolute;
	top: 164px;
	right:0;
}

#subnav {
	float:left;
	width:161px;
	margin:55px 0 7px 0;
}

#subnav ul {
	list-style:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#subnav li {
	padding:0 !important;
	margin:0 !important;
}

#subnav li a {
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:7px 0 7px 20px;
	text-decoration:none;
	/*color:#8c8c8c;*/
	color:#505050;
	margin-left:8px;
}

#subnav .act2 {
	border-left:16px solid #b60637;
}
#subnav .act2 a {
	color:#b60637;
	border-left:2px solid #fff;
	margin-left:0px;
	padding-left:10px;
	background-color:#e6e6e6;
}

#subnav .news-latest-container {
	padding-left:8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#subnav .news-latest-container p {
	padding:0;
	margin:0;
}

#subnav .news-latest-container .news-latest-item {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:7px;
}

/*width:473px;*/
#contentouter {
	width:472px;
	border-left:7px solid #fff;
	border-right:7px solid #fff;
	min-height:1050px;
	height:auto !important;
	height:1050px;
	float:right;
	position:relative;
}

#content {
	/*padding:0 8px 20px 17px;*/
	padding:112px 35px 20px 17px;
}

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

#content a, #subnav .news-latest-container a {
	font-weight:bold;
	/*color:#8c8c8c;*/
	color:#505050;
}

.contentelement table, .contentelement p {
	margin-bottom:15px;
}


#footer {
	clear:both;
	text-align:right;
	margin:8px 0;
	padding-top:8px;
	border-top:2px dotted #dcdcdc;
}

#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
}

#footer a {
	text-decoration:none;
	color:#8c8c8c;
	margin:0 5px;
}

#print {
	text-align:right;
	border-top:2px dotted #dcdcdc;
	/*margin:31px 8px 20px 17px;*/
	position:absolute;top:70px;right:8px;
	width:447px;
}

#print a {
	border-left:2px dotted #dcdcdc;
	padding:0 5px;
}

#login {
	text-align:right;
	/*padding:1px 0;*/
	position:absolute;top:1px;right:0;
}

#login .loginLink {
	text-decoration:none;
	color:#8c8c8c;
}

#content #mailform label {
	display:block;
	float:left;
	width:150px;
	margin-bottom:10px;
}

#content #mailform .csc-mailform-submit {
	margin-left:150px;
	width:150px;
}

#content #mailform input, #mailform textarea {
	margin-bottom:10px;
	width:262px;
}

#content #mailform textarea {
	width:262px;
}

#content #mailform fieldset {
	border:none;
}

.myfellowhomeButton {
	color:#fff;
	/*padding:3px 20px;*/
	padding:3px 21px;
	background:#8f908b url(../gfx/roundCornerDark.gif) no-repeat left bottom;
}

.myfellowhomeLink {
	text-decoration:none;
}



#right h3 {
	background-color:#DCDCDC;
	font-size:11px;
	padding:5px;
	margin:10px 0 3px 0;
}

#right #mailform {
	background-color:#DCDCDC;
	font-size:10px;
	width:145px;
	padding:0 0 10px 7px;
}

#right #mailform fieldset {
	border:none;
}

#right #mailform .csc-mailform-field, #right #mailform label, #right #mailform input, #right #mailform textarea {

}


#right #mailform input, #right #mailform textarea  {
	width:135px;
	height:16px;
}

#right #mailform textarea  {
	height:165px;
}

#right #mailform .csc-mailform-radio {
	width:auto;
}

#right #mailform .csc-mailform-submit {
	height:22px;
}

table.typo3-csh-inline {
	border: solid 1px #6f3833;
	background-color: #ffffff;
	margin: 5px 4px 10px 0px;
	padding: 1px 2px 2px 1px;
}

table.typo3-csh-inline tr td h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

img.typo3-csh-icon {
	vertical-align: middle;
	cursor: help;
}

a.typo3-csh-link {
	white-space: normal;
}

a.typo3-csh-link span.typo3-csh-inline {
	display: none;
	position: absolute;
	margin:-22px 0 0 -212px;
	padding: 1px 2px 2px 2px;
	background: #ffffff;
	border: 1px solid #050505;
	width: 206px;
	z-index: 100;
	color: #000000;
	font-weight: normal;
}

a.typo3-csh-link:hover span.typo3-csh-inline {
	display: block;
}

span.typo3-csh-inline span.header,
table.typo3-csh-inline span.header {
	font-weight: bold;
	float: left;
	width: 100%;
	background-color: #F6F2E6;
}

span.typo3-csh-inline {
	line-height: 16px;
}

a.typo3-csh-link span.typo3-csh-inline.show-right {
	margin: 0px 0px 0px -148px;
}


.profile select {
width:211px;
margin-bottom:5px;
}

.profile input {
width:200px;
margin-bottom:5px;
}

.news-latest-container .news-latest-item h3 a {
	text-decoration:none;
}

.news-list-container p {
	padding:5px;
	margin:0;
}

.news-single-files {
	padding:10px 0;
}

.news-single-files dt {
	padding-bottom:3px;
}

.news-single-files dd img {
	padding-right:3px;
}

#immoKontaktformnachricht {
	font-size:13px !important;
}

.tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1-password,
#tx-srfeuserregister-pi1-static_info_country,
#tx-srfeuserregister-pi1-zone,
#tx-srfeuserregister-pi1-tx_rcagimmomanager_business,
#tx-srfeuserregister-pi1-tx_rcagimmomanager_advertent,
#tx-srfeuserregister-pi1-comments {
	width:230px;
}

.tx-srfeuserregister-pi1 label span {
	color: #505050;
}

#mailformEmpfehlung legend {display:none;}


#content #mailform .csc-mailform .csc-mailform-radio fieldset label {
	display:inline;
	float:none;
	width:auto;
	padding-bottom:0px;
}

#content #mailform .csc-mailform .csc-mailform-radio fieldset input {
	float:none;
	margin-bottom:0px;
	width:auto;
}


.tx-spsocialbookmarks-pi1 {height:16px;margin:3px 5px 0 0;}
.tx-spsocialbookmarks-pi1 img {border:none;}
.tx-spsocialbookmarks-pi1 a {margin-left:5px;}