html {
margin: 0;
padding: 0;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: 100%;
margin: 0;
padding: 0;
}

/* ----------------- Layout-Klassen ----------------- */
.clear {
clear: both;
}
.top {
width:100%;
float:right;
}
.outer {
margin-left: 2px;
}
.center {
float: right;
width: 100%;
margin-left: -1px;
}
.links {
float: left;
position: relative;
width: 1px;
margin-left: -3px;
margin-right: 2px;
}
/* previene allargamento floats in IE/Mac \*//*/
.in_links, .incenter {
	width: 100%;
	overflow: hidden;
}
/**/
* html .center {
	margin-left: 0;
}
* html .links {
	margin-right: 1px;
}
/*\*/
* html .outer, * html .wide, * html h2 {
	height: 1px;
}
/**/
.outer {
	word-wrap: break-word;
}
#logo {
display: none;
}

/* ------------------------Sonstige Klassen + IDs ------*/

.unsichtbar {
display: none;
}
a.nachoben {
display: none;
}
.nachlinks {
float: left;
margin: 0 16px 0 16px;
}
.nachrechts {
float: right;
margin: 0 16px 0 16px;
}

/* ----------------------- Tags ------------------*/

img {
border:0;
}
h1 {
font-size: 1.4em;
padding: 0.1em 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
h2 {
font-size: 1.2em;
}
a:link, a:visited {
color: #000;
}
.minwidth {
min-width: 650px;
}
* html .minwidth {
border-left: 650px solid #fff;
}
* html .wrapper {
margin-left: -650px;
position: relative;
}
/*\*/
* html .minwidth, * html .wrapper {
height: 1px;
}
/**/

/* ------------------ Styleswitcher ---------------*/

#toolbox {
display: none; 
}

/* ------------------ Linke Navi -------------------- */

#navcontainer {
display: none;
}

/*-------------------Untere Navi -------------*/

#nav_unten {
display: none;
}

/*-----------------Formular---------------------*/

label.form_links {
float: left;
text-align: right;
width: 17em;
margin-right: 0.5em;
line-height: 100%;
}
input[type=text],
select {
float: left;
}
form br {
clear: both;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
cursor:	pointer;
}
input[type=checkbox] {
margin: 5px 1px;
}
form {
line-height: 160%;
font-size: 90%;
}
select, input, textarea {
border: 1px #000 solid;
color: #000;
background: #fff;
padding: 1px;
margin: 1px;
}
select {
font-size: 90%;
}
input[type=submit] {
border: 4px #000 outset;
font-size: 90%;
}
.muss {
color: #000;
font-weight: bold;
}
