@charset "UTF-8";
/* CSS Document */

a:link {
	color: #91B0C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ACC6D3;
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-family: abel;
}
	


body {
	background-color: #151515;
}

p {
	color: #fff;
	font-size: 14px;
	font-family: abel;
	letter-spacing: .05em;
	line-height: 15px
}


h1 {
	color: #91B0C3;
	font-size:20px;
	font-family:abel;
	line-height: 17px


}

h2 {
	color: #91B0C3;
	font-size: 18px;
	font-family: abel;
}

h3 {
	color: #fff;
	font-size:15px;
	letter-spacing: .3em;
	font-family:abel;

}

#hauptbox{
	width: 750px;
	height: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background-image: url(images/Hintergrund.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
	


#Spalte{
	width:142px;
	height: 650px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	background-color: #000;
}


#Textspalte{
	width: 620px;
	height: 530px;
	margin-top: 60px;
	padding-right:20px
	margin-bottom: 0;
	margin-left: 80px;
	float: left;
	overflow: auto;
	}
	
	
.link{
	height: 24px;
	width: 186px;
	padding-top: 12px;
	display:block;
	float: left;
	font-family: abel;
	font-size: 15px;
	color: #FFF;
	background-color: #43576B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	vertical-align: middle;
	text-align: center;
} 	


.link_rechtsaussen{
	height: 24px;
	width: 189px;
	padding-top: 12px;
	display:block;
	float: left;
	font-family: abel;
	font-size: 15px;
	color: #FFF;
	background-color: #43576B;
	vertical-align: middle;
	text-align: center;
} 	
	
	
	
