
h2 {
font-size:16px;

}

.post_main{
font-size:12px;
margin-top:40px;

}

.post{

}


.feedback{
background-color:#EFEFEF;
margin-left:-5px;
border-bottom:2px dotted #4082C0;
margin-bottom:60px;


}

.post_title{

margin-top:15px;
border-bottom:2px solid #CCCCCC;
margin-left:-4px;

}

.respond{
font-size:14px;
font-weight:bold;
background-image:url(images/table_head.png);
height:36px;
color:#FFFFFF;
margin-left:-4px;
padding-left:10px;
margin-top:10px;


}
.comments{
font-size:14px;
font-weight:bold;
text-decoration:underline;
padding-bottom:30px;



}

.comments_body{
background-color:#F0F3F7;


}



ul.list_two_b {
  list-style-type:none; /* remove the bullets */
  margin:0; /* remove the automatic margin that some 
               browsers use for the text-indent. */
  padding:0; /* remove the automatic padding that other
               browsers use for the text-indent. */
  width:150px; /* fix the width of the list items which
               would default to 100% */
			   border:1px solid #D9E7ED;
			   font-size:12px;
			   font-weight:bold;
			   margin-left:8px;
			   margin-bottom:20px;
  
}
ul.list_two_b a, ul.list_two_b a:visited, ul.list_two_b a:active {
  text-decoration:none; /* remove the default underline from
                           the links */
  display:block; /* make each link into a block so that
                    hovering over any area of the link 
                    will cause a change of background color */
  width:150px; /*set the width to be the same as the ul width */
  height:20px;
  text-indent:5px; /* move the link text 5px to the right */
  background:#FFFFFF; /* make the background color red */
  color:#3F8BCC; /* make the text color white */
  border-bottom:1px solid #D9E7ED; /* separate the links with a 1px 
                                   wide white line */
}
ul.list_two_b a:hover {
  background:#EAEAEA; /* change the background to blue on :hover */
  color:#FF6600;
}

.info_box_re_b{
	width: 150px;
	background-color: #F0F3F7;
	margin-right: 28px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #002c71;
	border:#DDDDDD;
	border-width:1px;
	border-style:solid;
	margin-left:8px;
	/*padding 50px setzen um Header grafik zu versetzen*/
}

.alignleft{
float:left;
margin-right:5px;
}

.wp-caption .alignleft { margin-right:10px; }
.wp-caption .alignright { margin-left:10px; }
.wp-caption a img { margin: 0px !important; }
.wp-caption-text { font-style: italic; background:#EFEFEF; }


