html, body {
    height:100%;
	text-align:left;
	margin:0;
    padding:0;
	background:#f7f6f5;
	
}
#outer {
    width:1280px;
    margin:0;
	min-height:100%;
    margin-top:-120px;
    text-align:left;
}
* html #outer {
    height:100%
}
#header {
    border-top:120px solid #fff;
}

#navi {
 	width:215px;
	float:left;
	background-color:#f7f6f5;
}
#content {
 	width:1065px;
 	float:left;
	height:100%;
	background-color:#f7f6f5;
}
.content_text {
	font-size:14px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
}
.content_box {
	font-size:12px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #EAEAEA;
	border: 1px solid #666;
}
#pencil {
	width:276px;
	height:248px;
	clear:both;
	left:789px;
	position:relative;
	bottom:0px;
	background-image:url(../grafiken/f_pencil.jpg);

}
#karte_top {
 	width:789px;
	height:156px;
	position:absolute;
	top:276px;
}
#karte_var {
 	width:789px;
	background-image:url(../grafiken/karte_variabel.jpg);
	background-repeat:repeat-y;
}
#karte_end {
 	width:789px;
	height:138px;
}
#footer {
    width:1280px;
    margin:0;
    height:273px;
    clear:both;
}
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}
#outer:after {
    clear:both;
    display:block;
    height:1%;
    content:" ";
}

#polaroidcontainer { 
	width:1000px; 
	height:900px;
	position:absolute;
	top:0;
	left:5; 
}

.polaroid { 
	width:147px; 
	height:150px; 
	background-image:url(../images/polaroid-bg.png); 
	position:absolute; 
}

.polaroid img { 
	width:134px; 
	height:110px; 
	margin:11px 0 0 7px; 
}

.polaroid p { 
	text-align:center; 
	font-family:Georgia,serif; 
	font-size:9px; 
	color:#2E2E2E; 
	margin-top:6px; 
}
	
.redborder { 
	border:1px solid red; 
	margin:-1px; 
}

