body { 
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #333333;
	   }
	   
#page {
	width:902px;
	margin: 0 auto 0;
	text-align: center;
	min-height: 100%;
	}
	
#main{   
	margin-left: 0px;
	margin-right: 0px;
	width:902px;
	float:left;
	 }
	 
html>body #main {
	margin-left: 0px;
	width: 902px;
}

#header {
	position: relative;
	width: 900px;
	height: 269px;
	padding-top: 0px;
	text-align: right;
	font-size: 12px;
	margin: 5px 0 0 0;
	border: 0px #000 solid;

}

html>body #header {
	position: relative;
	width: 900px;
	height: 269px;
	padding-top: 0px;
	text-align: right;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px #000 solid;
/*.margin-right: 0;*/
}

#header_cloud {
	background-color: black;
	position: relative;
	width: 900px;
	height: 269px;
	padding-top: 0px;
	text-align: justify;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px #000 solid;
}

h1{
	font-family:Verdana, Arial, Sans Serif;
	font-size: 16px;
	color: #b50046;
}
h2{
	font-family:Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #b50046;
}
h3{
	font-family:Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #000000;
}
h4{
	font-family:Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #FFFFFF;
}


 #content { 
	position: relative;
	top: 20px;
	width: 740px;
	float: left;
	padding: 0;
	text-align: left;
	margin: 0 0 0 0px;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
		
}

html>body #content { 
	position: relative;
	top: 20px;
	width: 700px;
	float: left;
	padding: 0;
	text-align: left;
	margin: 0 0 0 0px;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
		
}
		  
#content h1
 {
	font-size: 16px;
	color: #b50046;

}	

#content h2
 {
	font-size: 16px;
	color: #999;
    font-weight: normal
}  

#content h3{
	font-size: 12px;
	color: #b50046;
    font-weight: bold;
}  
#content h4{
	font-size: 12px;
	color: #333333;
    font-weight: bold;
}  
#content h5 {
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
}  
		   
html>body #content { 
	width: 685px;
	margin: 0 17px 0 0px;
	border: 0px #000 solid;
	font-size: 12px;
	min-height: 200px;
                    }
					
#sidebar h2 {
	height: 25px;
	color: #172951;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	
}	

  
	   
a, h2 a:hover, h3 a:hover {
	color: #b50046 ;
	text-decoration: none;
	
	}
	
a.headline, h2 a.headline:hover, h3 a.headline:hover {
	color: #b50046 ;
	text-decoration: none;
	font-family:Verdana, Arial, Sans Serif;
	font-size: 16px;
	}

a:hover {
	color:#b50046;
	text-decoration: none;
	}
a.headline:hover {
	color: #b50046 ;
	text-decoration: none;
	}


/* End Typography & Colors */

#headerimg {
	position: absolute;
    float: left;
    height: 130px;
    width: 328px;
    top: 0px
	}
	
.postmetadata {
	clear: left;
}


/* Begin Sidebar */

#sidebar {  
	position: relative;
   	left: 15px;
   	top: 30px;
   	width: 165px;
   	float: left;
   	padding-bottom: 15px;
   	text-align: left;
   	margin:0px;
  	padding-left: 0px;
  	line-height: 14px;
  	margin-left: 0px;
  	margin-right: 0px;
   	border: 0;
}
	
html>body #sidebar {
 	border: 0;
	float: left;
 	left: 30px;
 	top: 30px;
 	width: 135px;
 	margin-left: 0px;
 	min-height:300px;
	/*.margin-left: 10px; /* IE 7 */ 
}

#sidebar img {
	margin-right: 5px
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

#footer {
    position: relative;
	padding: 0;
	margin: 15px 0 0 0;
	width: 887px;
	background-color: #FFF;
	text-align: justify;
	
	}

#footer p {
	padding: 0;
	
	}
	
footer  a,	
footer a:link,
footer a:hover,
footer a:visited,
footer a:active {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-decoration: underline;
	color: #333333;
	font-weight: normal;

}
	
/* Begin /blog/wp-content/themes/messeinfotainer/images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End /blog/wp-content/themes/messeinfotainer/images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
 .pagetitle { 
 	width: auto;
	height: auto;
	margin-left: 10px;
}

.post { 
	width: 690px;
	height: auto;
	margin: 0px 0 0px 0;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
	height: auto;
}	

html>body .post {
width: 720px;
margin: 0px 0 20px 0;


}
		
.postentries { 
	width: 700px;
	height: auto;
	float: left;
    margin: 0 0px 0 0px;;
    line-height: 18px;
	color: #333333;
	font-size: 12px;
	height: auto;
}	

html>body .postentries { 
	width: 480px;
	margin: 0 20px 0 0px;;
}
		
.seperator { 
	margin: 0 0 20px 0
}

.caption {
	text-align: center;
}


	
	/* Begin Form Elements */
#searchform {
	margin: 0;
	padding:0;
	text-align: left;
}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #FFF #000 #FFF;
	color: #999;
}

#searchform #s {
	color: #999;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: left;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

div.entry .alt a,	
div.entry .alt a:link,
div.entry .alt a:hover,
div.entry .alt a:visited,
div.entry .alt a:active {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-decoration: underline;
	color: #333333;
	font-weight: normal;

}


div.entry .alt a:hover,
div.entry .alt a:active {
	color: #333333;

}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
 
/* End Comments */

a img {
	border: none;
	}
	
input.searchfield {
	width: 147px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #DCE3ED;
	color: #172951;
	border: 1px solid #DCE3ED;
}

 div.posttitle { 
	padding-top: 0px;
	line-height: 26px;
	float: left;
	margin-left: 0px;
	width: 380px;
}

div.posttitle {   
	font-size: 16px;
	color: #b50046;
}
		 
div.posttitle  a, 
div.posttitle  a:link,
div.posttitle  a:hover, 
div.posttitle  a:visited   {
	font-family: Verdana, Arial, Sans Serif ;
	font-size: 16px;
	text-decoration: none;
	color: #b50046;
	
}		

div.posttitle a:hover {
	color: #B50046
} 
				 
#content h2 {
	font-size: 16px;
   	font-family:Verdana, Arial, Sans Serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}			 

.headline {
	font-size: 16px;
    font-family:Verdana, Arial, Sans Serif;
}
		   

.webkit-indent-blockquote { 
	width: 370px; 
  	background-color: #ECECEC; 
	color: #000;
	padding: 10px 5px 5px 10px;
	font-style: italic;
	margin: 0px;
	padding: 10px;
}

blockquote {
	width: 470px; 
	background-color: #ECECEC; 
	color: #000;
	padding: 10px 5px 5px 10px;
	font-style: italic;
	margin: 0px;
	padding: 10px;
}
			
div.entry a,
div.entry a:link,
div.entry a:visited,
div.entry a:active,
#showcommments a,
#showcommments a:link,
#showcommments a:visited,
#showcommments a:active {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

div.entry a:hover,
div.entry a:active,
#showcommments a:hover,
#showcommments  a:active{
	color: #b50046;
}

#content li { list-style-type: square;}

#content img { float: left; padding: 0  10px 0px 0;}

.cat-item p { color: #333333;
}
		

#content .wolke {
	background-image: url(/wp-content/themes/messeinfotainer/images/wolke.jpg);
	width: 49px; height: 49px;
  	text-align: center;
  	color: #FFF;
  	font-weight: bold;
  	padding-top: 7px;
  	line-height: 16px;
  	float: left;
  }
  
.widget_search,
.widget_search ul,
.widget_search li {
	margin: 0;
  	padding: 0;
  }
		   
 h2.widgettitle  { 
	width: 163px;
 	height: 25px; 
    text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Sans Serif;
}	

html>body h2.widgettitle  { 
    width: 163px;
	 }

.postquote { 
 	padding: 3px 30px 20px 0;
    width: 135px; 
	float: left; 
	font-size: 16px; 
	font-family: 'Times New Roman', Times, serif;
	color: rgb(153, 153, 153);
	}
	
html>body .postquote {
width:170px;

}
	
.postquote:first-letter{
  	font-size: 22px;
}

.post-meta-key {
	font-size: 10px;
}



ul.children li { 
	padding-bottom: 20px;
    border-bottom: 1px solid #999;
   	text-transform: uppercase;
}



ul.catlist li {
 	text-transform: none;
 	font-size: 11px;
}



