@charset "utf-8";

/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	max-width: 990px;
	margin-top:40px;
	
}


/*--------------------Header----------------------------*/

header {
	display: block;
	background-color:none;
	height:206px;
	border-bottom: 3px solid #f3001e;
    border-top: 3px solid #f3001e;
	

	 -moz-box-shadow:   inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
     -webkit-box-shadow: inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
     box-shadow:        inset  0  8px 8px -8px #696868, 
                        inset  0 -8px 8px -8px #696868;
	
 
}
header .headerLogo {
    background-image:url(../images/grosshans_wohnungsverwaltung.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	
	width: 299px;
	height:206px;
	

}

header .headerImage {
	background-image:url(../images/grosshans_header_org.jpg);
	margin-left: 299px;
	width: 691px;
	height:206px;
	

}


/*--------------------Content----------------------------*/

.mainContent {
	
	background-color:none;
	min-height:600px;
    background-color:#EEEEEE;
}
.mainContent .infoTextBlock {
	float:left;
	
	width: 299px;
	min-height:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-color:#EEEEEE;
	}

.mainContent .contentTextBlock {
	float:right;
	width: 691px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
	background-color:#FFF;
	min-height:600px;
	
}

.textbox {
margin:45px 30px 15px 30px;
line-height: 17px;
}
.textbox a, .textbox a:hover, .textbox a:visited { color:#f3001e; text-decoration:none;}
a.contenlink, a:hover.contenlink, a:visited.contenlink  { color:#000000; text-decoration:none;}
hr {
border-top: 1px solid #f3001e;
margin-top:10px;
margin-bottom:10px;

}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.9em;
}

li:before {
	content: url('../images/listdot.jpg');
<!--     content: "■ "; -->
    color:#f3001e; /* or whatever color you prefer */
    background-position:3px 5px;
}


/*--------------------Footer----------------------------*/


footer {
	display: block;
	background-color: rgba(208,207,207,1.00);
	min-height:30px;
	border-top: 1px solid #fff;
	position: relative;
	
	
}
