/* text elements */

h1                {
        font-family: "Times New Roman", Times, serif;
		font-style: italic;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: 0px;
        color: #E0EAEA;
        color: #20377e;
		/*font-weight: lighter;*/
}

h2                {
        font-family: "Times New Roman", Times, serif;
		font-style: italic;
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 4px;
        margin-top: 0px;
        color: #E0EAEA;
		color: #20377e;
}

h3                {
        font-family: 'Arial','Verdana', sans-serif;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #20377E;
}

p                {
        padding-right: 16px;
        margin-top: 8px;
}

a                {
        color: #3AA571;
        text-decoration: none;
}

a:hover                {
        color: #2A644E;
        text-decoration: underline;
}

:link:focus, :visited:focus {
        -moz-outline: 0px dotted WindowText;
}

#submenu a.contact {
        font-size: 12px;
        font-weight: bold;
        color: #20377E;
        line-height: 16px;
}

#submenu a.contact:hover {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0pt;
        color: #20377E;
        line-height: 16px;
        text-decoration: underline;
}

/* basic elements */

body        {
        background-image: url("../_images/bg_site.jpg");
        background-repeat: repeat-x;
        background-color: #00519D;
        font-family: 'Arial', 'Verdana', sans-serif;
        font-size: 13px;
        color: #E0EAEA;
        margin: 0px;
        padding: 0px;
        overflow: -moz-scrollbars-vertical;
}

img {
	border: 0px;
}

img[align="left"] {
	margin-right: 10px;
}

img[align="right"] {
	margin-left: 10px;
}

td                {
        font-family: 'Arial', 'Verdana', sans-serif;
        font-size: 13px;
        color: #E0EAEA;
}


#kontaktform input, #kontaktform select, #kontaktform textarea { 
	font-size:11px; font-family: 'Arial', Verdana,sans-serif; color:#3C70AA; width:400px; border:1px solid #7F9DB9;
}
#kontaktform .Auswahl { width:300px; border:1px solid #7F9DB9; }
#kontaktform .senden { background-color:#11284F; width:100px; color: #E0EAEA; border:1px solid #FAFBFD; }


/* tabs */

#tabs {
        float: left;
        width: 584px;
        border-bottom: 1px solid #0E203F;

}

#tabs div.inactive {
        float: left;
        background-image: url("../_images/_tabs/bg-inactive.gif");
        margin-right: 8px;
        text-align: center;
        width: 88px;
        height: 23px;
}

#tabs div.inactive a {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #919DB3;
        line-height: 25px;
}

#tabs div.inactive a:hover {
        color: #0E203F;
        text-decoration: none;
}

#tabs div.active {
        background-image: url("../_images/_tabs/bg-active.gif");
        margin-right: 8px;
        float: left;
        text-align: center;
        width: 88px;
        height: 23px;
}

#tabs div.active a {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 25px;
}

#tabs div.active a:hover {
        color: #919DB3;
        text-decoration: none;
}


#tabs.tabsbreit div.inactive {
        float: left;
        background-image: url("../_images/_tabs/bg-inactive_03.gif");
        margin-right: 8px;
        text-align: center;
        width: 134px;
        height: 23px;
}



#tabs.tabsbreit div.active {
        background-image: url("../_images/_tabs/bg-active_03.gif");
        margin-right: 8px;
        float: left;
        text-align: center;
        width: 134px;
        height: 23px;
}

/* content divs */

#content0, #content1, #content2, #content3 {
        width:584px;
        padding-bottom: 32px;
		padding-top: 3em;
}


.TwoCols        {
        float: left;
        width: 228px;
        margin-right: 16px;
        /*background-image: url("../_images/shadow_top.jpg");*/
        background-repeat: no-repeat;
        background-color: #11264B;
}

.ThreeCols        {
        float: left;
        width: 312px;

}

.FourCols        {
        float: left;
        width: 432px;
        margin-right: 16px;
}

.SixCols        {
        float: left;
        width: 630px;
        margin-top: 32px;

}

.Cols        {
        float: left;
        width: 39px;
}

.TwoColsTab div        {
        border-top: 1px solid #cccccc;
        margin: 16px;
        padding-top: 8px;
}

.NewsTeaser        {
        float: left;
        display: inline;
        background-image: url("../_images/start/bg-news.gif");
        background-repeat: repeat-x;
        border-top: 1px solid #cccccc;
        width: 192px;
        font-size: 11px;
        line-height: 14px;
        margin-right: 16px;
        margin-bottom: 16px;
}

#content a                {
        color: #20377E;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
}

#content a:hover                {
        color:#A8C900;
        /*text-decoration: underline;*/
}


ul
        {
        list-style-image:url(../_images/arrow.gif);
        line-height: 20px;
        }

#content td                {
        font-family: 'Arial', 'Verdana', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
}

#content td.start                 {
        font-family: 'Arial', 'Verdana', sans-serif;
        font-size: 12px;
        line-height: 15px;
        color:#8D9EB5;
}

.NewsTeaser div        {
        padding: 16px;
}


/* layout divs */

#site        {
        width: 960px;
        text-align: left;
}

#topmenu    {
        position: relative;
        font-size: 11px;
        line-height: 15px;
        color: #E0EAEA;
}

#topmenu a                {
        color: #E0EAEA;
        text-decoration: none;
        margin-right: 1px;
}

#topmenu a:hover                {
        color: #A8C900;
        text-decoration: none;
}

#topmenu a.cur
        {
        color:#A8C900;
        }

#topmenu img                {
        margin-right: 7px;
}

#menu        {
        position: relative;
        margin-top: 42px;
        z-index: 5;
        float: left;
}


#menu div        {
        float: left;
}


#logo, #logoprint        {
        float: right;
        margin-right: 0px;
        margin-bottom: 0px;
}

/*#submenupic        {
        position: absolute;
        height: 279px;
        margin-top: 288px;
        margin-left: 736px;
        z-index: 8;

}*/

#submenupiclong        {
        position: absolute;
        height: 279px;
        margin-top: 288px;
        margin-left: 736px;
        z-index: 8;

}

#submenusuch        {
        position: absolute;
        background-image: url("../_images/bg_subsuche02.gif");
        background-repeat: repeat-x;
        background-color: #11284F;
        width: 224px;
        height: 279px;
        margin-top: 318px;
        margin-left: 736px;
        z-index: 22;

}

#submenu_block {
		/*position: absolute;
		top: -25px;
		right: 30px;*/

        width: 224px;
		z-index: 20;
		
		float: right; 
		margin: -55px 30px 0 30px;
		margin-right: -250px;
}

#submenu_block.kat_start {
        position: absolute;
		/*bottom: 0;*/
        margin-top: -155px;
		right: 250px;
		/*margin: -85px 0 0 0;*/
}

#submenu  {
        /*position: absolute;*/
        background-image: url("../_images/bg_sub.gif");
        background-repeat: repeat-x;
        background-color: #11284F;
        width: 224px;
		padding-top: 1em;
		color: #e0eaea;
        /*height: 279px;
        margin-top: 318px;
        margin-left: 736px;
        z-index: 20;*/
}

#submenu td {
	color: #e0eaea;
	font-size: 13px;
}

#submenu table       {
        margin-left: 16px;

}

#submenu  a      {
        font-family: 'Arial','Verdana', sans-serif;
        font-size: 14px;
        text-decoration: none;
		font-weight: normal;
        line-height: 30px;
		font-style: normal;
        color: #E0EAEA;
}

#submenu  a:hover      {
        font-family: 'Arial','Verdana', sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.5pt;
        line-height: 30px;
        text-decoration: none;
        color: #A8C900;
}

#submenu div.contentR a{
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #20377E;
    letter-spacing: normal;
}

#submenu div.contentR a:hover{
    /*color: #B1C800;*/
    text-decoration: underline;
}

#content #submenu a.cur
        {
        color:#A8C900;
        }

#suchmenu        {
        position: absolute;
        background-image: url("../_images/bg_toppica.jpg");
        background-repeat: no-repeat;
        background-color: #11284F;
        width: 472px;
        height: 80px;
        margin-top: 295px;
        margin-left: 0px;
        z-index: 5;

}

#suchmenu table       {
        margin-left: 16px;
        margin-top: 8px;

}

#suchmenu td       {
        font-size: 13px;
        color:#8D9EB5;

}

#visual {
	clear: both;
    border-top: 4px solid #A8C900;
    padding-top: 0px;
    position: relative;
    z-index: 0;
	min-height: 100px;
    width: 960px;
    margin-bottom: 0px;
}

#visual.margin {
	margin-bottom: 24px;
}

#content   {
        float: left;
		position: relative;
        width: 960px;
        font-family: 'Arial', 'Verdana', sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
}

#content.inhalte {
	/*width: 920px;*/
	width: 640px;
	/*margin-right: 280px;*/
	padding: 30px 280px 30px 40px;
	margin: 0;
	background-color: #ddeef1;
}

#content.inhalte2 {
	margin: 0;
	width: 880px;
	padding: 30px 40px;
	background-color: #ddeef1;
}

#content.inhalte_home {
	margin: 15px 0;
	width: 880px;
	padding: 30px 40px;
	background-color: #11264b;
	color: #e0eaea;
}


#footer        {
        float: left;
        width: 960px;
        margin-top: 32px;
        margin-bottom: 48px;
        border-top: 1px solid #cccccc;
}

#footer table        {
        margin-top: 2px;
        border-spacing: 0px;
        width: 100%;
}

#footer td        {
        font-family: 'Arial', Verdana, sans-serif;
        font-size: 10px;
        color: #999999;
}

#footer a        {
        font-family: 'Arial', Verdana, sans-serif;
        text-decoration: none;
        color: #999999;
}

#footer a:hover        {
        color: #000000;
}

#spalte1 {
	width: 425px;
	float: left;
	margin-right: 30px;
}
#spalte2 {
	width: 425px;
	float: left;
}

/* Menu-TOP */
#menu a {
	display: block;
	margin-right: 28px;
}

#menu a.lnk_kat_5 {
	width: 85px;
	height: 33px;
	background: url(../_images/_menu/verwalten.gif) no-repeat top left;
}

#menu a.lnk_kat_5:hover, #menu a.aktiv_lnk_kat_5, #menu a.aktiv_lnk_kat_5:hover {
	width: 85px;
	height: 33px;
	background: url(../_images/_menu/_verwalten.gif) no-repeat top left;
}

#menu a.lnk_kat_6 {
	width: 60px;
	height: 33px;
	background: url(../_images/_menu/mieten.gif) no-repeat top left;
}

#menu a.lnk_kat_6:hover, #menu a.aktiv_lnk_kat_6, #menu a.aktiv_lnk_kat_6:hover {
	width: 60px;
	height: 33px;
	background: url(../_images/_menu/_mieten.gif) no-repeat top left;
}

#menu a.lnk_kat_3 {
	width: 59px;
	height: 33px;
	background: url(../_images/_menu/kaufen.gif) no-repeat top left;
}

#menu a.lnk_kat_3:hover, #menu a.aktiv_lnk_kat_3, #menu a.aktiv_lnk_kat_3:hover {
	width: 59px;
	height: 33px;
	background: url(../_images/_menu/_kaufen.gif) no-repeat top left;
}

#menu a.lnk_kat_4 {
	width: 86px;
	height: 33px;
	background: url(../_images/_menu/verkaufen.gif) no-repeat top left;
}

#menu a.lnk_kat_4:hover, #menu a.aktiv_lnk_kat_4, #menu a.aktiv_lnk_kat_4:hover {
	width: 86px;
	height: 33px;
	background: url(../_images/_menu/_verkaufen.gif) no-repeat top left;
}
#menu a.lnk_kat_11 {
	width: 86px;
	height: 33px;
	background: url(../_images/_menu/service.gif) no-repeat top left;
}

#menu a.lnk_kat_11:hover, #menu a.aktiv_lnk_kat_11, #menu a.aktiv_lnk_kat_11:hover {
	width: 86px;
	height: 33px;
	background: url(../_images/_menu/_service.gif) no-repeat top left;
}


/* Startseite-Blocks */
#homelinksblock {
	position: relative;
	float: left;
	width: 960px;
}

.homelinks {
	float: left;
	width: 180px;
	min-height: 140px;
	padding-bottom: 8px;
	background-color: #11264B;
	/*background: #11264B url(../_images/_menu/home_menueblock_bckg.gif) repeat-x top left;*/
}
.homelinks a {
	color: #ffffff;
	text-decoration: none;
}
.homelinks a:hover {
	color: #a8c900
}

.margR {
	margin-right: 15px;
}

a.title_verwalten {
	margin: 8px;
	padding: 0 4px;	
	display: block;
	width: 164px;
	height: 24px;
	background: url(../_images/_menu/sverwalten.gif) no-repeat top left;
}
a.title_verwalten:hover {
	background: url(../_images/_menu/_sverwalten.gif) no-repeat top left;
}

a.title_mieten {
	margin: 8px;
	padding: 0 4px;
	display: block;
	width: 164px;
	height: 24px;
	background: url(../_images/_menu/smieten.gif) no-repeat top left;	
}
a.title_mieten:hover {
	background: url(../_images/_menu/_smieten.gif) no-repeat top left;	
}
a.title_kaufen {
	display: block;
	width: 164px;
	height: 24px;
	margin: 8px;
	padding: 0 4px;	
	background: url(../_images/_menu/skaufen.gif) no-repeat top left;
}
a.title_kaufen:hover {
	background: url(../_images/_menu/_skaufen.gif) no-repeat top left;
}
a.title_verkaufen {
	display: block;
	width: 164px;
	height: 24px;
	margin: 8px;
	padding: 0 4px;	
	background: url(../_images/_menu/sverkaufen.gif) no-repeat top left;	
}
a.title_verkaufen:hover {
	background: url(../_images/_menu/_sverkaufen.gif) no-repeat top left;	
}
a.title_service {
	display: block;
	width: 164px;
	height: 24px;
	margin: 8px;
	padding: 0 4px;	
	background: url(../_images/_menu/sservice.gif) no-repeat top left;	
}
a.title_service:hover {
	background: url(../_images/_menu/_sservice.gif) no-repeat top left;	
}
a.title_unternehmen {
	display: block;
	width: 164px;
	height: 24px;
	margin: 8px;
	padding: 0 4px;	
	background: url(../_images/_menu/sunternehmen.gif) no-repeat top left;	
}
a.title_unternehmen:hover {
	background: url(../_images/_menu/_sunternehmen.gif) no-repeat top left;	
}


.pflink {
	display: block;
	margin: 0 8px;	
	padding-left: 14px;
	/*padding: 3px 8px 3px 8px;*/
	background: url(../_images/_menu/_btn.gif) no-repeat 0px 3px;
}

/* End: Startseite-Blocks */

/* Menu rechts */
#submenu .pflink {
	display: block;
	margin: 0 10px 0 10px;	
	padding-left: 20px;
	/*padding: 3px 8px 3px 8px;*/
	background: url(../_images/_menu/btn.gif) no-repeat center left;
	border-bottom: 1px solid #02519e;
}

.contentR {
	background-color: #DDEEF1; 
	padding: 16px; 
	border: 1px solid #D0DADC; 
	color: #20377E;
	font-size: 13px;
}

/* End: Menu rechts */

/* Kat-Spezifische Seiten */

#content.idcatside_12 {
	min-height: 660px;
}
#content.idcatside_13 {
	min-height: 660px;
}

#content.idcat_3 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/kaufen/subheader_kaufen.gif) no-repeat top right;
}

#content.idcat_4 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/verkaufen/subheader_verkaufen.gif) no-repeat top right;
}

#content.idcat_5 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/verwalten/subheader_verwalten.gif) no-repeat top right;
}

#content.idcat_11 #submenupic, #content.idcat_13 #submenupic, #content.idcat_14 #submenupic, #content.idcat_15 #submenupic, #content.idcat_16 #submenupic, #content.idcat_17 #submenupic, #content.idcat_18 #submenupic, #content.idcat_19 #submenupic, #content.idcat_20 #submenupic, #content.idcat_21 #submenupic, #content.idcat_22 #submenupic, #content.idcat_23 #submenupic, #content.idcat_24 #submenupic, #content.idcat_25 #submenupic, #content.idcat_26 #submenupic, #content.idcat_27 #submenupic, #content.idcat_28 #submenupic, #content.idcat_29 #submenupic, #content.idcat_30 #submenupic, #content.idcat_31 #submenupic, #content.idcat_32 #submenupic, #content.idcat_33 #submenupic, #content.idcat_34 #submenupic, #content.idcat_35 #submenupic, #content.idcat_36 #submenupic, #content.idcat_37 #submenupic, #content.idcat_38 #submenupic, #content.idcat_39 #submenupic, #content.idcat_40 #submenupic, #content.idcat_41 #submenupic, #content.idcat_42 #submenupic, #content.idcat_43 #submenupic, #content.idcat_44 #submenupic, #content.idcat_45 #submenupic, #content.idcat_46 #submenupic, #content.idcat_47 #submenupic, #content.idcat_48 #submenupic, #content.idcat_49 #submenupic, #content.idcat_61 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/service/subheader_service.gif) no-repeat top right;
}

#content.idcatside_4 div.kat_start #submenu {
	height: 245px;
}

#content.idcatside_89 div.kat_start #submenu {
	min-height: 222px;
}

#content.idcatside_5 div.kat_start #submenu {
	height: 245px;
}

#content.idcatside_34 div.kat_start #submenu {
	min-height: 233px;
}

#content.idcatside_390 div.kat_start #submenu {
	height: 245px;
}

/*#submenu.idcat_5 {
	height: 261px; 
	margin-top: 322px;
}*/

#content.idcat_6 #submenupic, #content.idcat_10 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/mieten/subheader_mieten.gif) no-repeat top right;
}

#content.idcatside_5 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/mieten/subheader_wohn.gif) no-repeat top right;
}

#content.idcat_7 #submenupic {
	height: 29px;
	width: 224px;
	background: url(../_images/unternehmen/subheader_unternehmen.gif) no-repeat top right;
}

/*#submenu.idcat_6 {
	height:260px; 
	margin-top: 322px;
}*/

#content .KatHome1, #content .KatHome2, #content .KatHome3 {
	padding: 4px 0;
}
#content .KatHome1 a, #content .KatHome2 a, #content .KatHome3 a {
	margin: 8px 8px 0 8px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #8d9eb5;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#content .KatHome1 .kathomebox a, #content .KatHome2 .kathomebox a, #content .KatHome3 .kathomebox a {
	margin-left: 0px;
}

.KatHome1 a:hover, .KatHome2 a:hover, .KatHome3 a:hover {
	text-decoration: none;
}


#content .KatHomeText{
    display: none;
}

#content.idcatside_4 .KatHomeText{
    display: block;
}

#content .KatHomeText{
    float: left;
    clear: left;
    width: 666px;
    background-color: #ddeef1;
    margin-top: 15px;
    padding: 25px;
    position: relative;
}

div.kathomebox {
	padding: 5px;
	text-align: left;
}

.idcat_5 a.pftitellink, .idcat_6 a.pftitellink {
	display: block;
	width: 212px;
	height: 23px;
	margin: 8px;
}

.idcat_11 a.pftitellink {
	display: block;
	width: 212px;
	height: 24px;
	margin: 8px;
}

.idcat_7 a.pftitellink {
	display: block;
	width: 212px;
	height: 24px;
	margin: 8px;
}

.idcat_4 a.pftitellink {
	display: block;
	width: 212px;
	height: 23px;
	margin: 8px;
}


.idcat_5  div.KatHome1 a.pftitellink {
	background: url(../_images/verwalten/header_haus.gif) no-repeat top left;
}
.idcat_5  div.KatHome1 a.pftitellink:hover {
	background: url(../_images/verwalten/_header_haus.gif) no-repeat top left;
}
.idcat_5 div.KatHome2 a.pftitellink {
	background: url(../_images/verwalten/header_weg.gif) no-repeat top left;
}
.idcat_5 div.KatHome2 a.pftitellink:hover {
	background: url(../_images/verwalten/_header_weg.gif) no-repeat top left;
}
.idcat_5 div.KatHome3 a.pftitellink {
	background: url(../_images/verwalten/header_mietsonder.gif) no-repeat top left;
}
.idcat_5 div.KatHome3 a.pftitellink:hover {
	background: url(../_images/verwalten/_header_mietsonder.gif) no-repeat top left;
}

.idcat_6  div.KatHome1 a.pftitellink {
	background: url(../_images/mieten/text_titel_1.gif) no-repeat top left;
}
.idcat_6  div.KatHome1 a.pftitellink:hover {
	background: url(../_images/mieten/_text_titel_1.gif) no-repeat top left;
}
.idcat_6 div.KatHome2 a.pftitellink {
	background: url(../_images/mieten/text_titel_2.gif) no-repeat top left;
}
.idcat_6 div.KatHome2 a.pftitellink:hover {
	background: url(../_images/mieten/_text_titel_2.gif) no-repeat top left;
}
.idcat_6 div.KatHome3 a.pftitellink {
	background: url(../_images/mieten/text_titel_3.gif) no-repeat top left;
}
.idcat_6 div.KatHome3 a.pftitellink:hover {
	background: url(../_images/mieten/_text_titel_3.gif) no-repeat top left;
}

.idcat_11  div.KatHome1 a.pftitellink {
	background: url(../_images/service/header_artikel.gif) no-repeat top left;
}
.idcat_11  div.KatHome1 a.pftitellink:hover {
	background: url(../_images/service/header_artikel.gif) no-repeat bottom left;
}
.idcat_11 div.KatHome2 a.pftitellink {
	background: url(../_images/service/header_lexikon.gif) no-repeat top left;
}
.idcat_11 div.KatHome2 a.pftitellink:hover {
	background: url(../_images/service/header_lexikon.gif) no-repeat bottom left;
}
.idcat_11 div.KatHome3 a.pftitellink {
	background: url(../_images/service/header_standorte.gif) no-repeat top left;
}
.idcat_11 div.KatHome3 a.pftitellink:hover {
	background: url(../_images/service/header_standorte.gif) no-repeat bottom left;
}


.idcat_7 div.KatHome1 a.pftitellink {
	background: url(../_images/unternehmen/header_philo.gif) no-repeat top left;
}
.idcat_7 div.KatHome1 a.pftitellink:hover {
	background: url(../_images/unternehmen/_header_philo.gif) no-repeat bottom left;
}
.idcat_7 div.KatHome2 a.pftitellink {
	background: url(../_images/unternehmen/header_standorte.gif) no-repeat top left;
}
.idcat_7 div.KatHome2 a.pftitellink:hover {
	background: url(../_images/unternehmen/_header_standorte.gif) no-repeat bottom left;
}
.idcat_7 div.KatHome3 a.pftitellink {
	background: url(../_images/unternehmen/header_jobs.gif) no-repeat top left;
}
.idcat_7 div.KatHome3 a.pftitellink:hover {
	background: url(../_images/unternehmen/_header_jobs.gif) no-repeat bottom left;
}


.idcat_4 div.KatHome1 a.pftitellink {
	background: url(../_images/verkaufen/header_wohnimmobilie_verkaufen.gif) no-repeat top left;    
}
.idcat_4 div.KatHome1 a.pftitellink:hover {
	background: url(../_images/verkaufen/header_wohnimmobilie_verkaufen.gif) no-repeat bottom left;
}
.idcat_4 div.KatHome2 a.pftitellink {
	background: url(../_images/verkaufen/header_anlageimmobilie_verkaufen.gif) no-repeat top left;
}
.idcat_4 div.KatHome2 a.pftitellink:hover {
	background: url(../_images/verkaufen/header_anlageimmobilie_verkaufen.gif) no-repeat bottom left;
}
.idcat_4 div.KatHome3 a.pftitellink {
	background: url(../_images/verkaufen/header_referenzen.gif) no-repeat top left;
}
.idcat_4 div.KatHome3 a.pftitellink:hover {
	background: url(../_images/verkaufen/header_referenzen.gif) no-repeat bottom left;
}


/* End: Kat-Spezifische Seiten */

a.kontaktbutton {
    display: block;
	width: 190px;
	height: 22px;
	background: url(../_images/_menu/kontakt_btn.gif) no-repeat top left;
}
a.kontaktbutton:hover {
	background: url(../_images/_menu/_kontakt_btn.gif) no-repeat top left;
}


/* Allgemeine Klasse */
.clearboth {
	clear: both;
}
/* End: Allgemeine Klasse */

object, embed {
	margin: 0;
	padding: 0;
}

/* */

/* Slideshow */
a[name="slideshow"]{
    display: none;
}
a[name="slideshow"] img{
    border: none;
}
/* End: Slideshow */


/* Artikel-System */
div.newsblock {
	width: 300px;
	background-color: #f2f7fb;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
}

div.newsblock  a.newsblockfold {
	display: block;
	font-weight: normal;
}

div.newsblock  a.newsblockfold:hover {
	text-decoration: none;
	font-style: normal;
}

div.newsblock  a.newsblocklnk {
	clear: both;
	display: block;
	font-weight: normal;
}

.block_1 {
	clear: left;
	margin-right: 10px;
}

a.newslnk {
	display: block;
}

#thumbnav {
	background-color: #f2f7fb;
	margin-bottom: 2em;
	padding: 3px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#thumbnav a {
	font-weight: normal;
	/*font-style: normal;*/
}

#lexikonnav {
	margin-bottom: 1em;
}

#lexikonnav a {
	font-style: normal;
}
	
#lexikonnav a.aktiv, #lexikonnav a:hover {
	color: #a8c900;
}

div.lexikonpkt {
	margin-bottom: 2em;
}

a.lexikonlnk, a.lexikonfolder {
	clear: both;
}

#content a.lex_mehr {
	margin-top: 5px;
	font-style: normal; 
	font-weight: normal;
	display: block;
}

img.mini_katfoto_artikel {
	width: 300px;
	margin-bottom: 15px;
}

/*div.kathomebox a {
	margin: 0;
	padding: 0;
}*/

.no {
	display: none;
}

/* Login-Formular */
.page_login_form, .page_logged_in_form, .sidebar_login_form, .sidebar_logged_in_form {
    font-size: 11px;
}

.page_login_form .senden, .page_logged_in_form .senden,
.sidebar_login_form .senden, .sidebar_logged_in_form .senden { 
    background-color:#11284F; 
    width:100px; 
    color: #E0EAEA; 
    border:1px solid #FAFBFD; 
}

.sidebar_logged_in_form p {
    line-height: 1em;
}

.page_logged_in_form input, .sidebar_logged_in_form input, .page_login_form input, .sidebar_login_form input {
    font-size: 11px;
}

div.page_login_form, div.page_logged_in_form {
    margin-top: 2em;
}

.page_login_form input, .page_login_form .senden {
    width: 100px;
}

.page_login_form TD {
    height: 30px;
}

.page_login_form .error {
    color: #ff0000;    
}

.sidebar_logged_in_form, .sidebar_login_form {
   background-image: url("../_images/login_bckg.png");
   background-repeat: no-repeat;
   background-position: right;
}



/* TEST */

