@charset "iso-8859-2";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body{
	/* min-width: 800px; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
body, p, p a {
	color: black;
	background-color: #ffffff;
}
.clearer {
	clear:both;
	height: 0px;
	width: 0px;
	line-height: 0px;
}

/* Kopfbereich */

#head {
	background-image: url(media/head_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	background-color: #c9d5df;
	height:118px;
}
#head_logo {
	height: 110px;
	width: 323px;
	background-image: url(media/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#head_logo a{
	line-height: 110px;
	width: 323px;
}
#linie {
	background-image: url("media/menuelinie.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
}
#headabschluss {
	display: none;
}

/* Menu1 */
#menue {
	display: none;
}
#staticnav {
	display: none;
}




/* Linke Seite mit Untermenue*/
#sideleft {
	display: none;
}

/* Inhaltsbereich */
#content {
	padding-left: 0px;
	padding-right: 210px;
}
#content li {
	list-style-type: disc;
	list-style-position: outside;
}
#content h1 {
	color: #ca0551;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
}
#content hr {
	background-color: #ca0551;
	margin-bottom: 2em;
	height: 3px;
	border-width: 0;
}
#content p {
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

/* rechte Seite Newsbereich */
#sideright {
	float:right;
	width: 170px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 10px;
	color: #4b5054;
}
#sideright h1 {
	color: #4b5054;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
#sideright hr {
	background-color: #4b5054;
	margin-bottom: 1em;
	height: 3px;
	border-width: 0;
}
#sideright p {
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	margin-bottom: 1em;
}

/* Fußzeile */
#footer {
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0px;
	padding-bottom: 0em;
	position: relative;
	height: 3em;
	margin-top: 2em;
	margin-left: 0px;
}

/*--------------Bild--------------*/
dl.Bild {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
	margin-right: 0px;
	padding: 0;
}
dl.Bild dd {
	font-style: italic;
	margin-left: 0;
}
#content img {
	border: solid 1px #4b5054;
}
