body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font: small verdana, arial, sans-serif;
	color: #6E6E6E;
}

#headline {
	padding: 15px 0 0 0;
	background-color: #F2FAFB;
	border-bottom:1px dashed #9d2f38;
}

#header {
	width: 750px;
	height: 100px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 100px;
	padding: 35px 0 0 20px;
	background: url(img/logo_lang.jpg) no-repeat left top;
}

#logo h2 {
	margin: 0 0 0 20px;
	font-size: 12pt;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing:2px;
}

#logo a {
	text-decoration: none;
	color: #9d2f38;
}

#menu {
	width: 810px;
	float: right;
	padding: 0 0 0 30px;
	margin: 10px 0 0 0;
	font-size: 10pt;
}

#menu ul ol {
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0 auto;
	padding: 0px 10px;
}

#menu a {
	text-decoration: none;
	color: #9d2f38;
	font-size: 10pt;
	font-variant: small-caps;
}

#menu a:hover {
	border-bottom: 1px dotted;
	color: #8bbc70;
}

#content {
	width: 750px;
	margin: 0 auto;
	padding: 0 5px 20px 0;
}

#content ul {
	list-style: none;
	margin-left: 10px;
	padding: 1px;
}

#content ul li {
	padding-left:15px;
	background: url(img/item.png) 0 3px no-repeat;
}

.content_link {
	float: right;
	padding: 0 10px 0 0;
}

a {
	text-decoration: none;
	font-size:xx-small;
	color: #9d2f38;
}

a:hover {
	text-decoration: none;
	font-size:xx-small;
	color: #dddddd;
}

#submenu {
	float: left;
	width: 205px;
}

#submenu ul li {
	background: url(img/item01.png) 0 3px no-repeat;
}

#submenu a {
	text-decoration: none;
	font-size:xx-small;
	color: #8bbc70;
}

#submenu a:hover {
	text-decoration: none;
	font-size:xx-small;
	color: #555555;
}

#main {
	margin: 0 auto;
	float: right;
	width: 545px;
	text-align: justify;
	line-height: 20px;
}

#main h3 {
	text-align: left;
	line-height: 25px;
}

#jsmenu p {
	width: 300px;
	line-height: 16px;
	margin: 0 0 0 5px;
	padding: 5px 0 5px 10px;
	font-size: x-small;
	vertical-align: top;
}

#jsmenu td {
	vertical-align: top;
	border-top: 1px dashed #9d2f38;
}

#jsmenu tr {
	margin: 0px 0px 20px 0px;
}

.inhalt {
	background-color: #F2FAFB;
}

#date {
	border-right: 1px dotted #9d2f38;
	padding: 5px 5px 0 0;
	vertical-align: top;
	width: 60px;
	line-height: 16px;
	font-size: xx-small;
	color: #ff0000;
}

.ref {
	float: left;
	width: 545px;
	margin: 0 0 30px 0;
	border-top: 1px dashed #9d2f38;
}

.ref_tf {
	float: left;
	width: 545px;
	margin: 0 0 30px 0;
	border-top: 1px dashed #9d2f38;
	background: url(img/foto_tf.jpg) no-repeat bottom left;
	line-height: 14px;
}

.ref_al {
	float: left;
	width: 545px;
	margin: 0 0 30px 0;
	border-top: 1px dashed #9d2f38;
	background: url(img/foto_al.jpg) no-repeat bottom left;
	line-height: 14px;
}

.ref_name {
	float: left;
	width: 140px;
	padding: 5px 10px 0 0;
	text-align: left;
	font-size: xx-small;
}

.ref_content {
	float: right;
	width: 374px;
	font-size: xx-small;
	padding: 5px 10px 0 10px;
	border-left: 1px dotted #9d2f38;
	background-color: #F2FAFB;
}

.ref_foto {
}

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	border-top: 1px dotted #9d2f38;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: xx-small;
	color: #ADADAD;
}

#footer a {
	color: #ADADAD;
	font-size: xx-small;
}

#footer a:hover {
	color: #666666;
	font-size: xx-small;
}

#footerleft {
	float: left;
	margin: 1px 0 0 0;
}

#footeright {
	float: right;
	margin: 1px 0 0 0;
}

.hide { display: inline; }
.show { display: block; }