
.greybody {
	background-color: #eaeaea;
}

.word-spacing {
    word-spacing: 1px;
} 

.letter-spacing {
	letter-spacing: 1px;
}

.toplevelnavi { 
	background-color: #666666 ;
	box-shadow: inset 0 -5px 5px rgba(75,75,75,.9);
}

.container {
	width: 650px;

}

.container-fluid{
	width: 650px;

}

.blog-header{
}


.blog-nav-item {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 200;
	color: white;
	text-decoration: none;

	}

.blog-nav-item:hover {
	text-decoration: none;
	font-weight: 200;
	color: #b2b2b2;

}

.jumbotron{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	
}

.shadow{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.46);
	
}


.hellblau{
	color: #739dbb;
}

.lightblue{
	color: #0099ff;
}

.darkblue{
	color: #006699;
}


.hellgruen{
	color: #00cc33;
}
.gruen{
	color: #009933;
}

.lila{
	color:#993399;
}

.darklila{
	color: #660066;
}

.orange{
	color: #ff6600;
}

.darkorange{
	color: #ec6f1b;
}

.hotred{
	color: #ff3300;
}

.red{
	color: #cc3300;
}

.midgray{
	color: #999999;
}

.darkgray{
	color: #666666;
}

.mittelblau{
	color: #4f6d83;
	text-shadow: 1px 1px #ffffff;
}

.whiteshadow{
		text-shadow: 1px 1px #ffffff;
}

.block-beschreibung{
	color: #000000;
}


.caption-shadow{
	text-shadow: 1px 1px #000000;
}


/* die sache mit dem footer */


.footer-text{
	color: #4f6d83;
}


.schraeg {
	font-style: italic;
}

.einruecken{
	text-indent: 3em;
}


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 2px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: inset 0 2px 2px rgba(75,75,75,.5);
}





