div.BLOG {
	position: 				      relative;
  float:                  left;
  font-family:            'Oswald', sans-serif;
  background-color:       #00545e;
  color:                  white;
  width:                  100%;
  height:                 auto;
  align:                  center;
}

div.BLOG ul.BLOG {
	position: 							relative;
	float: 									left;
	width: 			 						auto;
	height:			 						100%;
  //left:                   50%;
  margin:                 0px;
  padding:          			10px;
  list-style-type: 				none;
  text-align:             center;
  border:                 0px solid yellow;
}
div.BLOG li.BLOG {
	position: 							relative;
	float: 									left;
	//right:                  50%;
	width: 			 						300px; 
	height:			 						525px; 
  margin: 		 						10px;
	padding:          			0px;
	background: 						white;
  list-style-type: 				none;
  color:                  #002a2e;
  border:                 0px solid red;
}

img.BLOG {
	position: 							relative;
	float: 									left;
  width:                  300px;
  heigt:                  250px;
  border:                 0px solid yellow;
}

div.BLOG div.BILD {
	position: 							relative;
	float: 									left;
  width:                  300px;
  heigt:                  250px;
  margin:                 0px;
  padding:                0px;
  background:             black;
  border:                 0px solid yellow;
}
div.BLOG div.TITEL {
  font-family:            'Oswald', sans-serif;
  font-size:              24px;
  text-transform:         uppercase;
  border:                 0px solid red;
}
div.BLOG div.KAT {
  font-family:            'Oswald', sans-serif;
  color:                  #00545e;
  font-size:              14px;
  font-weight:            lighter;
}

div.BLOG div.THUMB {
	position: 							relative;
	float: 									left;
  width:                  36px;
  margin:                 15px 5px 0px 5px;
}

div.BLOG div.TEXT {
  font-family:            'Maven Pro', sans-serif;
  font-size:              14px;
  text-align:             left;
  padding:                15px;
}

div.BLOG a {
  text-decoration: 	 none;
}

div.BLOG a:hover {
  color:             #d63119;
}

div.BLOG li.BLOG:hover {
  color:             #d63119;
}

