body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 77%;
}

#seo {
	
	display: none;
}

div.content *{
	
	line-height: 1.5em;
}

li {
	
	list-style: disc;
	margin-left: 20px;
}

strong {
	
	font-weight: bold;
}

p, ul {
	
	margin-bottom: 1em;
}

.column_right {
	width: 325px;
	padding-bottom: 25px;
	margin-left: 430px;

}

.column_left {
	width: 375px;
	padding-bottom: 25px;
	float: left;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:link {
	color: black;
	text-decoration: none;
}

.content a:link, .content a:visited, .impressum a:link, .impressum a:hover  {
	text-decoration: underline;
}

a:hover {
	color: #242424;
}

.content a:hover {
	color: #242424;
  background-color: #e8e8e8;
}

.externlink {
  background: url(../images/icon_externlink_s.png) no-repeat 0 50%;
	padding-left: 15px;
}

.pdflink {
  background: url(../images/pdflink.png) no-repeat 0 50%;
	padding-left: 20px;
  padding-bottom: 1px; /* verhindert dass icon unten abgeschnitten wird */
}

/*
.vcard {
  background: url(../images/vcf.gif) no-repeat 0 50%;
	padding-left: 30px;
} */

.clear {
	clear: both;
}

.content {
	margin-left: 155px;
	padding-left: 135px;
	padding-bottom: 20px;
	width: 770px;
	clear: both;
}

.content h2 {
	font-size: 122%;
	font-weight: bold;
 	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #495677;
	padding-bottom: 10px;
}

.content img {
	padding-bottom: 24px;
}

.content_wrapper {
	padding-bottom: 80px;
}

.menu {
	padding-left: 280px;
	background-color: #E5E5E5;
	margin-bottom: 40px;
	clear: both;
	/* background-image: url(../images/grey_menu_gradient.gif);
	background-repeat: repeat-x; */
	color: #373737;
	height: 24px;
}

.menu a {
	text-decoration: none;
	color: #373737;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	line-height: 17px;
	display: block;
	float: left;
}

.menu .selected {
	background-image: url(../images/hover.png);
}

.menu_gradient{
	background-color: #495677;
	background-image: url(../images/balken_menue.png);
	background-repeat: repeat-y;
	color: #fff;
	clear: both;
	padding-left: 280px;
	height: 35px;
}

.menu_gradient a, .menu_gradient a:link, .menu_gradient a:active, .menu_gradient a:visited, .menu_gradient a:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	margin: 0;
}

.menu_gradient a:hover {
	background-image: url(../images/hover.png);
	background-repeat: repeat;
}

.header {
	height: 32px;
	padding-bottom: 80px;
	padding-top: 32px;
	margin-left: 155px;
}

.header img{
	margin-right: 33px;
}

.menu .news {
	padding: 4px 0 4px 10px;
	display: block;
	float: left;
}

.menu .news a, .menu .news a:link, .menu .news a:visited, .menu .news a:hover{
	color: #242424;
	text-decoration: underline;
	background: none;
	display: inline;
	float: none;	
}

.headline {
	padding-bottom: 24px;
	clear: both;
}

.menu a:visited {
	color: #373737;
	text-decoration: none;
}

.menu a.selected, .menu a.selected:visited, .menu a.selected:hover {
	color: #fff;
}

.menu a:hover {
	color: #373737;
	text-decoration: none;
	background-image: url(../images/hover.png);
	background-repeat: repeat;
}


.impressum {
	padding: 30px 0 20px 290px;
	background-color: #E5E5E5;
	clear: both;
	color: #373737;
	height: 200px;
	background-image:url(../images/balken_footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.impressum a:link, .impressum a:visited {
	text-decoration: underline;
	color: #373737;
}

.impressum h3{
	font-weight: bold;
	margin-bottom: 1em;
}

.fotorahmen {
  margin: 0 10px 0 0;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  }

