/* 
########################################################
Style fuer die grundsaetzliche Ausrichtung der Elemente
########################################################
*/
.item { }
#clear { clear:both; }

html, body {
		height:100%; margin:0; padding:0;
		}
		
body {
		background-color:#2b292a;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#2b292a;
		margin-bottom: -18em; /* half of container's height */
		float:left;
		}
#containerAll{
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		clear:left;
		height:551px;
		width:954px; /* hier wird die Breite der Seite angegeben */
		}
#boxLogo{
		position:absolute; 
		text-align:left;
		clear:left;
		}
#boxClaim{
	position:absolute;
	text-align:left;
	clear:left;
	top:154px;
	left:456px;
		}
#boxAnschrift{
	position:absolute;
	text-align:left;
	clear:left;
	top:387px;
	left:456px;
		}

.h1 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 2.6em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	text-transform:uppercase;
    color: #cfd2d3;
}

.txt {
	font-family:Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
    color: #c1c5c4;
}

/* 
########################################################
Style fuer Hyperlinks
########################################################
*/
.link:link	{
	font-family:Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration: underline;
    color: #c1c5c4;
}

.link:visited{
	font-family:Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration: underline;
	color: #c1c5c4;

}
.link:active{
	font-family:Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration: underline;
	color: #7b5d4d;

}
.link:hover{
	font-family:Arial, Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration: underline;
	color: #7b5d4d;
}
