/* ============================== Page Basics */

/* Style Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* Basics */

body {
	font: 81.25% Arial,Helvetica,sans-serif; /* 13px */
	color: #000;
}
strong {
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
}

/* Accessibility */

.acc {
	display: none;
}


/* ============================== Header */

#header {
	overflow: hidden;
}
#header h1 {
	float: left;
}
#memberships {
	display: none;
}


/* ============================== MetaHeader */

#metaheader {
	float: right;
}
#quickcontact {
	font-size: 0.923em; /* 12px */
}
#quickcontact span {
	display: none;
}
#languages {
	display: none;
}


/* ============================== Navigation */

#nav {
	display: none;
}


/* ============================== Content */

#content {
	width: 600px;
	margin-top: 4em;
}
#content h2 {
	margin-bottom: 0.5em;
	font-size: 1.923em; /* 25px */
	letter-spacing: -1px;
}
#content h3 {
	margin: 1em 0 0.5em 0;
	font-size: 1.333em; /* 20px */
	color: #1f275a;
}	
#content p {
	margin-bottom: 0.5em;
}
#content li {
	margin-bottom: 0.333em;

	margin-left: 15px;
	list-style-type: disc;
}
.remark {
	font-size: 0.733em; /* =11px */
}
.addrtab {
	display: block; float: left;
	width: 5em;
}
.addrbox {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.addrbox-desc {
	float: left;
	width: 20em;
}
.addrbox-data {
	overflow: hidden;
}

.chalfleft {
	float: left;
	width: 280px;
}
.chalfright {
	float: right;
	width: 280px;
}
.wrap {
	overflow: hidden;
}

p.totop {
	display: none;
}

/* Formulare */

label {
	display: block;
	font-size: 0.866em; /* =13px */
	margin-bottom: 3px;
}
.formtext, .formarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	border: 0; border-bottom: 1px solid #1f265a;
	background-color: #e8e9ee;
}
.formarea {
	overflow: auto;
	height: 10em;
}
.formbutton {
	width: 15em;
	background-color: #e8e9ee;
	border: 1px solid #1f265a;
	padding: 3px;
}

/* Hauptseite */

#homeleft {
	float: left;
	width: 380px;
}
#homeright {
	float: right;
	width: 180px;
}
#homeright h3 {
	margin-top: 0;
}
