html,body,p,div,table,td,th {
	font-family: sans-serif;
	font-size: small;
}

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

a:visited {
	color: #8d8d8d;
	font-weight: bold;
	text-decoration: none;
}

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

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

h1 {
	border-top: 2px solid #d5bc45;
	border-left: 30px solid #d5bc45;
	margin: 0.2em 0 0.2em 0;
	padding: 0.1em;
}

h2 {
	border-top: 2px solid #d5bc45;
	border-left: 30px solid #d5bc45;
	margin: 0.2em 0 0 0;
	padding: 0.1em;
}

table {
	margin-bottom: 0.7em;
}

td,th {
	vertical-align: top;
	padding:0.5em;
}

td.nopad {
	vertical-align: top;
	padding:0;
}

table.nopad td {
	padding:0;
}

#wrap {
	position: relative;
	margin-left:4%;
	float: left;
	width:92%;
}

#logo {
	position: absolute;
	right:0;
	top:0;
}

#balken {
	height:83px;
	background: url(/fileadmin/template/top.jpg);
	background-repeat: repeat-x;
	border-bottom: 0.7em solid #a83636;
}

#menuwrap {
	width: 100%;
	float: left;
	border-bottom: 1px solid #a83636;
	margin-bottom: 1em;
}

.menupunkt {
	padding: 0.3em 0.2em 0.3em 0.2em;
	margin-left: 0.6em;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #a83636;
}

.menupunkt-active {
	padding: 0.3em 0.2em 0.3em 0.2em;
	margin-left: 0.6em;
	float: left;
	text-decoration: none;
	background-color: #a83636;
	font-weight: bold;
	color: #ffffff;
}
.menupunkt-lang {
	padding: 0.3em 0.2em 0.3em 0.2em;
	margin-left: 0.6em;
	float: left;
	text-decoration: none;
	/*background-color: #d5bc45;
	background-color: #000090;*/
	color: #000000;
}

.menupunkt a {
	color: #a83636;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt a:visited {
	color: #a83636;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt-active a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt-active a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt-lang a {
	color: #000090;
	text-decoration: none;
	font-weight: bold;
}

.menupunkt-lang a:visited {
	color: #000090;
	text-decoration: none;
	font-weight: bold;
}

table.contenttable td {
	padding:0 0.2em 0 0.2em;
	vertical-align:top;
}

table.contenttable p {
	padding:0;
	margin:0.3em 0.5em 0.3em 0.5em;
}

.csc-textpic-caption {
	font-size:x-small;
}

.logo {
	border-style:none;
}

ul.menu-level2 {
	width:60%;
	margin:0;
	padding:0;
}

ul.menu-level2 li.menu-level2 {
	float:left;
	width:40%;
	font-weight:bold;
	border-left:1.2em solid #d5bc45;
	list-style-type:none;
	margin:1px 0px;
	padding-left:5px;
}

ul.menu-level2-has3 {
	float:left;
	width:30%;
	margin:0;
	padding:0;
}

ul.menu-level2-has3 li.menu-level2 {
	font-weight:bold;
	border-left:1.2em solid #d5bc45;
	list-style-type:none;
	margin:1px 0px;
	padding-left:5px;
}

ul.menu-level3 {
	float:right;
	margin:0;
	padding:0;
}

ul.menu-level3 li {
	font-weight:bold;
	border-left:1.2em solid #d5bc45;
	list-style-type:none;
	margin:1px 0px;
	padding-left:5px;
}

html { overflow: -moz-scrollbars-vertical !important; }


