body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	min-width: 960px;
}
a, a:link, a:visited { color: #69C; text-decoration: underline; }
a span { text-decoration: underline; }
a:hover { color: #069; text-decoration: none; }
a:hover span { text-decoration: none; }
a.weblink:link, a.weblink:visited { color: #6C6; }

img {
	border: 0;
}

#datum, #subnav { font-size: 8pt; }
#subnav {
	float: right;
	margin: 10px 14px 0 0;
}
#subnav a {
	color: #33669b;
}
#navdropdown {
	padding: 5px 10px 5px 0;
	margin: -39px 0 5px 0;
	background-color: #dceaf6;
	text-align: right;
}

#datum {
	float: right;
	margin: 0 14px 0 0;
}

#header {
	margin: 5px 10px 11px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#container {
	padding-left: 150px;
	padding-right: 210px;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	line-height: 18px;
	padding: 0 20px;
	width: 100%;
}
td {
	font-size: 10pt;
}

#left {
	width: 140px;
	padding: 0;
	right: 180px;
	margin-left: -100%;
	font-size: 8pt;
}

#right {
	width: 160px;
	padding: 0;
	margin-right: -100%;
	font-size: 8pt;
}
#right td, #left td {
	font-size: 8pt;
}

#zufinden {
	float: right;
	width: 160px;
	font-size: 8pt;
}
#zufinden .header {
	color: #369;
	font-weight: bold;
}
#zufinden h3 {
	font-size: 8pt;
	margin: 0;
}

#footer {
	padding: 30px 10px 10px;
	clear: both;
	font-size: 8pt;
	color: #999;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #369;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #369;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#breadcrumb {
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	line-height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#breadcrumb img {
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: -2px;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0px;
}

.box {
	border: 1px solid #ccc;
}
.box .header {
	font-size: 8pt;
	background-color: #e1effa;
	color: #369;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 0 0 8px;
	height: 16px;
}
.box .mode1 {
	background-color: #369;
	color: #fff;
}
.box .mode2 {
	background-color: #e7e7e7;
	color: #5a5a5a;
}
.box .content {
	padding: 3px 7px 7px 7px;
	line-height: 14px;
	background-color: #fff;
}
.box .content ol {
	padding: 0;
	margin: 0;
	margin-left: 23px;
}
.box .content ol li {
	margin-bottom: 2px;
}

.maincategories {
	background-color: #F6FAFD;
	width: 50%;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14pt;
	padding-bottom: 10px;
	background-image: url(/images/folder.gif);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	padding: 5px 40px 4px 25px;
}
.maincategories a {
	font-size: 10pt;
	font-weight: bold; 
}
.maincategories a.small {
	font-size: 8pt;
	font-weight: normal; 
}
.maincategories a:link, .maincategories a:visited { color: #369; }


.code {
	font-family: "courier new", monospace;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 4px;
}

input, textarea {
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

#simpleforum {
	padding: 10px;
}
.extern, a.extern:link, a.extern:visited, a.extern:active, .extern a:link, .extern a:visited, .extern a:active {
	color: #090;
}
.arrow {
	background: transparent url(/images/arrow.gif) center left no-repeat;
	padding-left: 12px;
	margin-left: 3px;
}
a.arrow {
	background: transparent url(/images/arrow_blue.gif) center left no-repeat;
}	
.folder {
	background: transparent url(/images/folder.gif) center left no-repeat;
	padding-left: 18px;
	margin-left: 3px;
}
.begriff {
	background: transparent url(/images/sheet.gif) center left no-repeat;
	padding-left: 14px;
	margin-left: 3px;
}
.lupe {
	background: transparent url(/images/lupe.gif) center left no-repeat;
	padding-left: 16px;
	margin-left: 3px;
}
#eucookieconsent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1em;
	background-color: white;
	border-top: 1px solid #ccc;
	padding: 1em;
}
#eucookieconsent button {
	float: right;
	padding: .5em 2em;
	margin-right: 2em;
	margin-top: -.5em;
	background-color: #e1effa;
	border: 1px solid #eee;
	cursor: pointer;
}

@media screen and (max-width: 650px) {
	body {
		min-width: 320px;
	}
	#container {
		padding: 0;
	}
	#left, #right, #zufinden, #datum {
		display: none;
	}
	#navdropdown select {
		visibility: hidden;
	}
	#container #center {
		float: none;
		width: auto;
	}
	#center h1 {
		clear: both;
	}
	.maincategories {
		display: block;
		width: 90%;
	}
	.maincategories div {
		margin-bottom: .8em;
	}
	.maincategories a.small {
		font-size: 130%;
	}
}
