/*
-----------------------------------------------
Author:   	Christian Hamann 
Version:  	19 Feb 2010
URL:		project-gruppe.com

----------------------------------------------- */

html {
	height: 100%;
	margin-bottom: 1px;
	}

/* scrollbalken erzwingen, nicht valide */
html {overflow-y: scroll;}


#container {
	background: #e3e4e5 url(../_images/_gfx/hinter_switch.jpg) center -131px repeat-x; /* hellgrau */	
	height:715px;
	}

#project-gruppe-rechtliches .container {
	background: #e3e4e5 url(../_images/_gfx/header-schatten-grau.gif) center top no-repeat; /* hellgrau */
	border-top: 1px solid #c5c7c8; /* grau */
	}
	
.footer {
	background-color: #FFF;
	color: #9c9e9f;
	}

.footer a:link		{color: #9c9e9f;}
.footer a:active	{border-bottom: #9c9e9f 1px dotted; color: #9c9e9f;}
.footer a:visited 	{color: #9c9e9f;}
.footer a:hover 	{color: #9c9e9f;}


/** PROJECT Gruppe Logo
------------------------------------------------- */
#project-gruppe-logo { float:left; background: url(../_images/_gfx/_logos/logo_project_gruppe_02.gif) no-repeat center 13px;
	}
	
	
#project_immo_logo { float:left; background: url(../_images/_gfx/_logos/logo_project.gif) no-repeat top center; width: 382px; height:100px; text-indent: -9999px; margin:0 0 0 60px;	}

#project_gruppe_logo { float:left; background: url(../_images/_gfx/_logos/logo_project_fonds_02.gif) no-repeat top center; width: 382px; height:100px; text-indent: -9999px; margin:0 0 0 60px;	}
	

					
#project-gruppe-logo h1 a {
	display: block;
	width: 940px;
	height: 120px;
	text-indent: -999px;
	white-space: nowrap;
	overflow: hidden;
	}


/** Typografie
------------------------------------------------- */

.content p,
.content h4,
.content h3,
.content h2,
.content h1 {
	margin-left: 30px;
	margin-right: 30px;
	}

	
	
/** Content
------------------------------------------------- */

.immobilien-column, 
.fonds-column {
	float: left;
	width: 382px;
	height: 700px;
	background: url(../_images/_gfx/bgt_teaser_switch_gruppe.jpg) no-repeat top left;
	margin:-27px 0 0 60px;
	padding:1px 0 0 1px;
	}

.immobilien-column {
	float: left;
	}

.datenschutz-column,
.imprint-column {
	float: left;
	width: 460px;
	}

.datenschutz-column {
	float: right;
	}


.datenschutz-column,
.imprint-column {
	background: #FFF url(../_images/_gfx/ecke-modul-oben.gif) no-repeat top left;
	}
	

/** Das Kleingedruckte, Impressum, Rechtliches
------------------------------------------------- */
#project-gruppe-rechtliches .content p,
#project-gruppe-rechtliches .content h4,
#project-gruppe-rechtliches .content h2 {
	margin-left: 30px;
	margin-right: 30px;
	}

#project-gruppe-rechtliches .content p {
	font-size: 12px;
	}

#project-gruppe-rechtliches .content h4 {
	font-size: 13px;
	}

#project-gruppe-rechtliches .content h2 {
	font-size: 14px;
	}

