html {
	height: 100%;
}

body {
	background-color: #4d4d4d;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#menu1 {
	border: none;
	overflow:hidden;  
}

#pngpane {
	width:164px;
	height:215px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bgmenu.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#pngpane[id] {
  background-image:url(../images/bgmenu.png);
}

#menuhandle {
	cursor: move;
	height: 18px;
	margin-bottom: 8px;
	background-color: black;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
}

.menuitem {
	padding-left: 20px;
}

.menuitem a {
	position: relative;
	z-index: 1;
	color: white; 
}

#container {
	background-color: white;
	width: 678px;
	min-height: 490px;
}

.bordered {
	border: 1px solid white;
}

.blackbar {
	text-align: left;
	background-color: #252525;
	color: #aaa;
	margin: 4px 0 0 0;
	padding: 8px 10px;
}

.kurztext p {
	margin: 0;
}

.kurztext a {
	color:#aaa;
	font-weight: normal;
}

.graybar {
	text-align: left;
	background-color: #646464;
	color: black;
	margin: 4px 0 0 0;
	padding: 4px 10px 16px 10px;
	line-height: 1.5;
}

.graybar a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.graybar a:hover {
	color:#aaa;
}

.subnavtext {
	margin: 2px 0;
}
.subnavsym {
	height: 12px;
	margin-top: 2px;
}

.squaredot {
	width: 9px;
	height: 9px;
	vertical-align: top;
	margin: 0 4px 0 0;
}

.defaultframe {
	margin: 70px;
	text-align: left;
}

.defaultframe a {
	color: #646464;
	font-weight: normal;
	text-decoration: none;
}

.defaultframe a:hover {
	font-weight: bold;
}

.textmbild {
	clear: both;
}

.textmbild p {
	line-height: 1.3;
	margin: 1em 0 1em 0;
}

.floatLeft {
	float: left;
	margin: 2px 20px 0 0;
}

.floatRight {
	float: right;
	margin-left: 2px 0 0 20px;
}

.single {
	clear: both;
	margin: 2em 0;
}

.logotabelle {
	margin: 35px;
}

.logotabelle td {
	vertical-align: center;
	text-align: center;
	width: 120px;
	height: 80px;
}

.backbutton {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

.newsheader {
	border-bottom: 1px solid white; /*ie-trick*/
}

.newsdatum {
	margin-bottom: 0.5em;
}

.newstitle {
	font-weight: bold;
}

.teaser .newstitle {
	margin-bottom: 0.5em;
}

.teaser {
	margin: 1.5em 0;
}

.teaser .textmbild p {
	margin: 0;
}

.teaserNav {
margin-top: 2em;
}

.leerzeile {
	clear: both;
	height: 1.5em;
}

.fusszeile {
	color: #888;
	font-size: 11px;
	text-align: left;
	margin: 0;
	width: 100%;
}

.fusszeile a {
	color: #646464;
}

.gallerynav {
	margin-top: 6px;
}

.prevnext {
	text-align: center;
	margin: 4px 0 0 0;
}

.arrownext, .arrowprev {
	width: 16px; 
	height: 20px;
	padding: 0 6px 0 6px;
}
