@import "formular.css";
@import "module.css";
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #444;
	font: normal normal 90% Arial, Helvetica, sans-serif;
}


#header {
	display: none;
}

/* Header */

#logo {
	display: none;
}

#menu {
	display: none;
}




/* Wrapper */

#wrapper {
margin: 2%;
width: auto;
float: none !important;
}
/* Page */

#page {
	width: auto;
	margin: 0 auto;
	padding: 0px;
}


/* Content */
#contentmz {
	width: auto;
	margin: 0 auto;
	padding: 0px;
}
#content {
	width: auto;
	margin: 0 auto;
	padding: 0px;

}

#sidebar1 {
	display: none;
}

#sidebar2 {
	display: none;
}

.sidebar {
	display: none;
}





#footer {
	display: none;
}









/* Seiten-Navigation links */


#navigation
{
	display: none;
}



hr {
	height: 2px;
	border: 0px;
	width: 100%;
	text-align: center;
	clear: both;
	background: url(trennlinie.gif) repeat-x;
}

/* ### headlines ############################################################ */

h1 {
	color: #000099;
	background: inherit;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.6em;
	text-transform: none;
	letter-spacing: 0;
}

h2 {
	color: #0066FF;
	background: inherit;
	font-size: 1.3em;
	line-height: 1.5em;
	font-style: italic;
}

h3 {
	color: #0066FF;
	background: inherit;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
}

h4 {
	color: #0066FF;
	background: inherit;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

h5 {
	color: #0066FF;
	background: inherit;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1em;
	font-style: italic;
}

h6 {
	background: inherit;
	color: #0066FF;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.0em;
}

a, 
a:link {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

a.faq, 
a.faq:link {
	color: #000099;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: none;
	line-height: 2.0em;
}

a.faq:hover {
	color: #0066FF;
	text-decoration: underline;
}


table#tab{
	width: 100%;
	background: Silver;
}

table#tab tr{
	color: #000;
	background: White;
	text-align: right;
}

table#tab tr:hover td, table#tab tr.col:hover td{
	background: #FFCC00;
	color: #000099;
}
table#tab tr.col td{
	background: #0066FF;
	color: White;
	font-weight: 200;
	text-align: center;
}
.clearer {
	display: none;
}

