@charset "utf-8";

/* -- RESET STYLES -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*	font-family: inherit; */
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
}

:focus {
	outline: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-size: 0.63em;
	line-height: 1;
	height: 100%;
}

input, select, textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

a,
a:link,
a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #333333;
}

hr {
	background-color: #999999;
	border: 0 none;
	color: #999999;
	font-size: 0;
	height: 1px;
	margin: 5px 0;
}

/* -- CLEARING -- */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hidden {
	display: none;
}


#wrap {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto;
	width: 850px;
}

#header {
	border-bottom: 2px solid #999999;
	height: 80px;
}

#navigation {
	height: 30px;
	line-height: 30px;
}

#navigation li {
	display: inline;
	margin: 0 20px 0 0;
}

#subnavigation {
	float: left;
	width: 185px;
}

#content dl.image.left {
	float: left;
	margin: 0 1em 1em 0;
}

#content dl.image.right {
	float: right;
	margin: 0 0 1em 1em;
}

#content .col-left {
	float: left;
	width: 280px;
}

	#content .col-left dl.image img {
		width: 280px;
	}

#content .col-middle {
	float: left;
	margin: 0 25px;
	width: 240px;
}

	#content .col-middle dl.image img {
		width: 240px;
	}

#content .col-right {
	float: left;
	width: 280px;
}

#content .col-right.with-subnav {
	float: left;
	margin-left: 15px;
	width: 650px;
}

	#content .col-right dl.image img {
		width: 280px;
	}
	
	#content .col-right.with-subnav dl.image img {
		width: auto;
	}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

#content h2 {
	font-weight: bold;
	margin-bottom: .2em;
	margin-top: 1em;
}

#content h3 {
	color: #0000FF;
	margin: .2em 0;
}

#content p {
	margin-bottom: .5em;
}

#content ul li {
	list-style-type: disc;
	margin-bottom: .5em;
	margin-left: 13px;
}

#content ul.linklist li {
	margin-bottom: 0;
}

#content dl.image {
	margin-bottom: .5em;
}

#content dl.news dt {
	color: #666666;
	font-weight: bold;
}

#footer {
	border-top: 2px solid #999999;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0 0;
}

#footer li {
	float: left;
	margin: 0 15px 0 0;
}

#footer li.right {
	float: right;
	margin: 0 0 0 15px;
}

#glossar {
	height: 30px;
	line-height: 18px;
}

#glossar li {
	float: left;
	margin: 0 15px 0 0;
}

#glossar li a,
#glossar li a:link,
#glossar li a:visited {
	color: #aaaaaa;
}

#glossar li a:hover,
#glossar li a:focus,
#glossar li a:active {
	text-decoration: underline;
}
