@import "editor_style.css";
@import "images/fileicons/style.css";


body,html {

	background: url("/_skins/base/images/bg_body_blue.jpg");
	background-position:top;
	background-repeat:repeat-x;	
	margin: 0px;
	padding: 0px;
	text-align:center; 
	background-color:#FFFFFF;
	
}

html {overflow-y: scroll;outline:none;}


/* @group Basis layout */

div#container {
	text-align:left; 
	width:964px;
	margin-left:auto;
	margin-right:auto;	
	position:relative; 
}

div#top {
	
	width:100%;
	height:136px;	
}
div#top_logo {
	background: url("/_skins/base/images/logo.png");
	background-position:top right;
	background-repeat:no-repeat;	
	width:285px;
	height:136px;	
	float:left;
}


div#left {
	width:418px;
	float:left;
	min-height:300px;
}

div.left_top {
	background: url("/_skins/base/images/bg_left_top_blue.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	width:400px;
	border:1px solid #CACACA;
	float:left;
	height:282px;
	padding:11px 9px 11px 9px;
}

div.left_bottom {
	background: url("/_skins/base/images/bg_left_bottom.jpg");
	background-position:top right;
	background-repeat:repeat-x;
	width:418px;
	float:left;
	height:70px;
}

div#middle {
	background: url("/_skins/base/images/bg_middle.jpg");
	background-position:top;
	background-repeat:no-repeat;
	width:545px;
	min-height:400px;
	float:left;
}



div#main2 {
	
	min-height:350px;
	margin:23px 0px 40px 40px;
	width:490px;
	float:left;
}

div#main_home {
	
	min-height:250px;
	margin:23px 0px 40px 40px;
	width:510px;
	float:left;
}

div#main_team {
	min-height:400px;
	margin:23px 0px 40px 40px;
	width:480px;
	float:left;
	
}

div.main_small {
	float:left;
	width:220px;
	min-height:100px;
	
}

div#middle_frame {
	border:none;
	width:545px;
	min-height:720px;
	float:left;
}
iframe.immosearch{
	border:none;
	width:962px;
	min-height:700px;
	position: absolute; left:0px; top:236px;
	background-color:#FFF;
	float:left;
}

a.main_anker {
	background: url("/_skins/base/images/btn_anker.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	height:17px;
	width:69px;
	margin:0px 0px 30px 1px;
	display:block;
	float:left;
}


div#footer {
	background: url("/_skins/base/images/bg_footer_blue.jpg");
	background-position:bottom left;
	background-repeat:repeat-x;
	width:100%;
	background-color:#FFF;
	height:137px;
	clear:left;
}

div#footer_inlay {
	background: url("/_skins/base/images/footer_haus_blue.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	width:964px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:50px;
}

div#footer_inlay_left {
	width:500px;
	height:40px;
	text-align:left;
	
	float:left;
}

div#footer_inlay_right {
	width:460px;
	height:40px;
	text-align:right;
	float:left;
	
}


/* @end */


/* @group Navigation */


div#navigation {
	width:100%;
	height:100px;
}
div.navbutton {
	background: url("/_skins/base/images/bg_navbutton_hover_blue.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	height:33px;
	font-weight:bold;
	margin-right:2px;
	display:block;
	float:left;
}

div.navbutton_9 {display:none;}
div.navbutton a{
	background: url("/_skins/base/images/bg_navbutton_blue.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	height:33px;
	display:block;
	float:left;
	color:#000;
	font-weight:bold;
	line-height:35px;
	text-transform: uppercase;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

div.navbutton_active a{
	background: url("/_skins/base/images/bg_navbutton_active_blue.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	height:34px;
}

div.navbutton a:hover {
	
	background-position:0px -91px;
	background-repeat:repeat-x;
	height:33px;	
}
div.navbutton_active a:hover{
	background: url("/_skins/base/images/bg_navbutton_active_blue.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	height:34px;
}
div.navbutton_10,
div.navbutton_11,
div.subnavigation_11 {
	display:none;
}

.subnavigation  {
	display: none;
}
/* @end */


/*Partner*/

div.Partner {

	width:475px;
	height:115px;
	margin-top:15px;
	
	
}
div.Partner a.Bild{

	display:block;
	width:210px;
	height:105px;
	margin-right:10px;
	float:left;
}
div.Partner a.Bild img {
	border: 1px solid #A5ACB2;
}
div.Partner div.Titel {
	width:200px;
	height:20px;	
	margin:0px;
	font-weight:bold;
	margin-top:5px;
}
div.Partner div.Link {
	width:200px;
	height:20px;
	margin:0px;
}
/*Projekt*/

div.Projekt {


	width:450px;
	height:55px;
	margin-top:10px;
}
div.Projekt div.Bild {

	float:left;
	height:55px;
	width:105px;
	margin-right:10px;
}


div.Projekt div.Bild img {
	border: 1px solid #A5ACB2;
}
div.Projekt div.Titel {
	width:190px;
	height:20px;
	font-size:14px;
	
	font-weight:bold;
}

/*End Projekt*/


/*form*/

div.ccm_form div{
	background: url("/_skins/base/images/bg_left_bottom.jpg");
	background-position:top right;
	background-repeat:repeat-x;
	float:left;
	margin-bottom:6px;
	padding:6px;
	width:435px;
	border: 1px solid #A5ACB2;
	
}

div.ccm_form div label {
	width:120px;
	display: block;
	float:left;
	padding-left:10px;
	font-weight:bold;
}


div.ccm_form div input, div.ccm_form div textarea  {
	
	display: block;
	float:left;
	width:220px;
	font-family:Arial;
	font-size:12px;
	
}

div.ccm_form div textarea  {
	width:294px;
	display: block;
	float:left;
	height:150px;
	font-family:Arial;
	font-size:12px;
}

div.ccm_form div span.info {
	width:430px;
	display: block;
	float:left;
	color:#9C9C9C;
	clear:left;
	margin-left:136px;
	font-style:italic;
}
div.ccm_form div span.errorMessage {
	clear:left;
	color:#E51937;
	margin-left:130px;
}
div.ccm_form div span.error input, div.ccm_form div span.error textarea{
	border: 1px solid #E51937;
	
}



/*form Boolean*/
div.ccm_form div.Boolean {
	margin:0px 5px 6px 0px;
	width:132px;
	float:left;	
}
div.Boolean div label {
	width:85px;
	
}
div.Boolean div input {
	width:20px;	
	
}
/*form Immobilie*/
div.ccm_form div.Immobilie {
	margin:0px 5px 6px 0px;
	width:208px;
	float:left;	
}
div.Immobilie div label {
	width:114px;
	
}
div.Immobilie div input {
	width:55px;	
	
}


div.Immobilie div.Wo label {
	width:45px;
	
}
div.Immobilie div.Wo input {
	width:350px;	
	
}
/*form Person*/


div.Person div input {
	width:220px;	
}

div.Person div textarea {
	width:220px;	
	height:90px;
	font-family:Arial;
	font-size:12px;
}

div.Person div.Handy input {
	width:100px;	
}

div.Person div.Handy select {
	width:110px;
	margin-right:10px;	
	float:left;
}

div.Person div label{
	width:114px;

}

div.Angebot div label{
	width:114px;

}

/*form Person_kurz*/


div.Person_kurz div input {
	width:120px;	
}



div.Person div.Handy select {
	width:110px;
	margin-right:10px;	
	float:left;
}


/*end form*/


a.Button_Back {
	background: url("/_skins/base/images/btn_li.gif");
	background-position: left;
	background-repeat:no-repeat;
	line-height:28px;
	padding-left:15px;
	color:#195FF3;
	text-transform:uppercase;
	height:28px;
	width:200px;
	font-weight:bold;
	display:block;
	float:left;
}	
	
.button {
	background-image: url("/_skins/base/images/bg_button.jpg");
	background-position: left;
	background-repeat:repeat-x;
	border:none;
	display:block;
	width:130px;
	clear:left;
	height:32px;
	
}
.button input{
	background-color:transparent;
	border:none;
	color:#000;
	width:130px;
	height:32px;
	cursor:pointer;
	outline:none;
	border: 1px solid #A5ACB2;	
}

div.email {
	padding-top:47px;
	padding-left:2px;
	width:675px;
	height:50px;
	float:left;
}

a.email {
	background-image: url("/_skins/base/images/ico_email.gif");
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding-left:17px;
	font-size:13px;
}

div.Mitarbeiter {

	margin-top:15px;
	margin-bottom:40px;
	display:block;
	min-height:190px;	
	float:left;
}
div#Mitarbeiter_Home {
	float:left;
	margin-top:-30px;
	min-height:240px;
}
div.Mitarbeiter_Home{
	float:left;
	margin:0px;	
	margin:0px 10px 10px 0px;
	height:240px;
}

div#Mitarbeiter_Home .mod6{
	float:left;
	margin:0px;	
	margin:0px 0px 10px 0px;
	height:240px;
}

div.Mitarbeiter_Home div.Bild img{

border: 1px solid #A5ACB2;
}
div.Mitarbeiter_Home div.Name{
	min-height:30px;
	width:154px;
	margin:0px;
}
div#Mitarbeiter_Home .mod6 div.Name{
	min-height:30px;
	width:140px;
	margin:0px;
}
div.Mitarbeiter div.Bild{
	
	height:155px;
	width:105px;
	float:left;
	display:block;
	margin:6px 55px 0px 0px;
	
}
div.Mitarbeiter div.Telefon{
	
	height:20px;
	width:110px;
	margin:0px 0px 0px 0px;
	
}

div.Mitarbeiter div.Name{
	min-height:40px;
	width:150px;
	margin:0px;
	display:block;
}
div.Mitarbeiter div.Bild img{
border: 1px solid #A5ACB2;
}

div.Mitarbeiter div.Beschreibung{
	text-align:justify;
	margin:0px;
	width:320px;
	float:left;
	padding:0px;
}

span.immosuche {
	background-image: url("/_skins/base/images/immosuche_hover_blue.jpg");
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:250px;
	height:110px;
	float:left;
	
	display:block;
}
a.immosuche {
	background-image: url("/_skins/base/images/immosuche_blue.jpg");
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:250px;
	height:110px;
	float:left;
	display:block;
}

a.immosuche:hover {

	background-position: 0px -190px;
	width:250px;
	height:110px;
	float:left;
	display:block;
}







/* LOGIN CONTENT */

.clear{clear:left;}

div#mainLog {
	background: url("/_skins/base/images/bg_middle_big.gif") no-repeat left top;
	width:545px;
	width:963px;
	min-height:400px;
	float:left;	
}
div#mainLogInner {
	
	min-height:350px;
	margin:23px 0px 40px 40px;
	width:490px;
	width:908px;
}


div.LogTitel{
	float:left;
	width:829px;
}
div.Logout{
	float:left;
	width:50px;
	text-align:right;	
}
div.Logout a{
	text-decoration: underline;	
}


.LoginForm{
	margin-top:30px;	
	width:600px;
	float:left;
}
.ccm_form div.LoginFormDiv,
div.FormularEintrag div{
	height:25px;
	float:none;	
	overflow:hidden;
	position:relative;
	width:568px;
}
div.FormularEintrag div.Notizen{
	height:auto;
}
div.FormularEintrag div.Notizen textarea{
	height:170px;	
	width:288px;
}
div.FormularEintrag div.Tippgebernummer,
div.FormularEintrag div.Datum,
div.FormularEintrag div.FrontendUser,
div.FormularEintrag div.Status{
	display:none;	
}
div.FormularEintrag div input{
	width:290px;
}
div.FormularEintrag span{
	
}
div.FormularEintrag span.errorMessage{
	float:left;
	display:block;
	position:absolute;
	right:5px;
	top:8px;
	font-size:10px;
	font-weight:bold;
}


.LoginInfo{
	float:left;
	margin-top:30px;	
}

.LoginBereichEinleitung{
	margin-top:30px;	
}

.TippscheinListe{
	width:402px;
	float:left;
	padding-top:30px;
	margin-right:30px;
}	
.Tippschein{
	width:449px;
	float:left;
}
.Tipp{
	width:582px;
	border:1px solid #ddd;
	padding:0px;
	margin-bottom:5px;	
	
}

.Tipp td.Label{
	width:130px;	
}

.Tipp td{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #e4e3e3;
	display:none;	
	text-align:left;
}
.Tipp td.First{
	border-color:#ddd;
}
.Tipp td.Label{
	background:#f7f7f7;	
	
}


.Tipp th{
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;	
	height:30px;
	line-height:30px;
	text-align:left;
}
.Tipp th a{
	display:block;
	float:left;
	width:30px;
	height:30px;
	background:url("/_skins/base/images/tipp_plus.gif") no-repeat center center;
	cursor:pointer;
}
.Tipp th span.c{
	display:block;
	float:left;	
	height:30px;
	overflow:hidden;
}
.Tipp th span.c1{
	width:80px;	
	padding-left:10px;
}
.Tipp th span.c2{
	width:210px;	
	color:#aaa;
}
.Tipp th span.c3{
	width:250px;
}

.Tipp td.Bild{
	padding:10px;
	padding-bottom:0px;
	width:125px;	
	overflow:hidden;
	border-left:1px solid #e4e3e3;
}


div#paginationTipps{
	margin-bottom:25px;
	height:26px;
}
div#paginationTipps span, div#paginationTipps div, div#paginationTipps a{
	display:block;
	float:left;
	margin-left:2px;
	background:#fff;
	width:24px;
	height:24px;
	border:1px solid #ccc;
	text-align: center;
	color:#000;
	line-height:24px;
	
}
div#paginationTipps div a{
	border:none;
	float:none;
	background:none;
	margin-left:0px;
}
div#paginationTipps div a:hover, div#paginationTipps a:hover{
	background:#eee;	
}
div#paginationTipps div.active{
	color:#163b87;
	background:#2653b0;
	color:#fff;
	border-color:#fff;
}
div#paginationTipps span.disabled{
	background:#fff;
	border-color:#ddd;
	color:#ddd;
}
div#paginationTipps a{
	text-decoration: none;	
}



.ccm_lost .errorMessage input{
	border:1px solid #ff0000;
}







/* LOGIN CONTENT */








.TippNav{
	float:left;
	width:200px;
	padding-top:30px;	
}
.TippMain{
	float:left;
	width:681px;
	padding-top:30px;
}


.TippNav .navbutton{
	float:none;
	background:none;	
	width:168px;
	height:33px;
	border-bottom:1px solid #ddd;
	
}
.TippNav .navbutton_0{
}
.TippNav .navbutton_2{
	border-bottom:none;	
}
.TippNav .navbutton_3{
	margin-top:20px;
	border-bottom:none;
}	
.TippNav .navbutton a{
	background:none;	
	border:none;
	padding:0px;
	display:block;
	width:158px;
	padding-left:10px;
	height:33px;
}
.TippNav .navbutton a:hover{
	background:#f7f7f7;	
	height:33px;
}
.TippNav .navbutton_3 a{
	color:#929292;
}
.TippNav .navbutton_active a{
	color:#2653b0;	
}




.Ranking{
	width:582px;
	overflow:hidden;
}
.Ranking .RankingRow{
	width:580px;
	border:1px solid #ddd;
	border-top:none;	
	height:35px;
	line-height:35px;
	text-transform: uppercase;
	font-size:14px;
}
.Ranking .RankingRow_DESC{
	border-top:1px solid #ddd;	
	border-bottom:2px solid #ddd;
	font-weight:bold;
	font-size:12px;
}
.Ranking .RankingRow0{
	
}
.Ranking .RankingRow .Rank,
.Ranking .RankingRow .Name,
.Ranking .RankingRow .Provision{
	float:left;	
}
.Ranking .RankingRow .Rank{
	width:110px;
	padding-left:15px;
	height:35px;
}
.Ranking .RankingRow .Name{
	width:335px;
}
.Ranking .RankingRow .Provision{
	width:120px;
}
.Ranking .RankingRow0{
	background:#f7f7f7;
	font-weight:bold;
	font-size:16px;
	color:#2653b0;
}
.Ranking .RankingRow1{
	background:#fafafa;
	font-weight:bold;
	font-size:15px;
}
.Ranking .RankingRow2{
	background:#fcfcfc;
	font-weight:bold;
}

/*#f7f7f7;	
	height:33px;
}
.TippNav .navbutton_3 a{
	color:#929292;
}
.TippNav .navbutton_active a{
	color:#2653b0;	

*/


h1.log{
	margin-bottom:25px;	
}
.Tipp_Hinweis span{
	font-size:11px;
	padding-left:131px;
}

.nav_Jahr {
	width:490px;
	min-height:20px;
	float:left;
	margin-top:15px;
}
.nav_Jahr div, .nav_Jahr a{
	padding-right:10px;
	height:20px;
	float:left;
}
.nav_Jahr div.text{
	font-weight:bold;
}
.nav_Jahr a:hover{
	text-decoration: underline;
}
.nav_Jahr .active{
	font-weight:bold;
}
