/* -- Layout                                                 -- */

* {/* set all to 0 */
	margin: 0;
	padding: 0;
}               

body {
	font-size : 80.01%;
	font-weight: normal;
	font-family: arial,verdana,sans-serif; 
	background-color: #FFFFFF; 
	color: #000000;
	text-align: center;
}

#all {
	margin: 0 auto;
    	padding: 0;
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	height: auto;
}

#banner {
	display: none;
}

#content {
	width:100%;
	height: 100%;
}

#wrapper {
	width: 100%;
}

#full {
	width: 100%; 

}

#text {
	width: 100%;
	height:100%;
}

#box {
	display: none;
}

#block {
	display: none;
}

#footer {
	display: none;
}

#top {
	display: none;
}

#tab {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

#Logo {
	display: none;  
}

#Left {
	display: none;  
}

/* ------------------------------------------------------------ */
/* -- Text                                                    --*/

h1 {
	font-size: 1.4em;
        color: #191970;
	text-align: left;
	margin:	1em 0 .5em 0;
}

h2 {
	font-size: 1.3em;
        color: #191970;
	margin:	1em 0 .5em 0;
}

h3 {
	font-size: 1.2em;
	color: #191970;
	text-align: left;
	margin:	1em 0 .5em 0;
}

p {
	font-size : 1em;
	line-height : 1.3em;
	color: #000000;
}

p.small {
	font-size : 0.8em;
	line-height : 1.3em;
	color: #000000;
}

p.left {
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 0 0;
}

p.right {
	font-size: 0.9em;
	text-align: right;
}

p.text {
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 0 80px;
}

p.banner {
	font-size: 1.3em;
	color: #F0F8FF;
	float: right;
	padding: 4px 50px 0 0;
}

p.footer {
	font-size: 0.9em;
	color: #F0F8FF;
	float: right;
	padding: 7px 50px 0 0;
}

span {
	font-size : 1em;
	color: #191970;
}

hr {
	display: none;
}

img {
	border: 0;
}

img.top {
	margin-top: 50px;
}

img.paddy {
	padding: 3px 0 3px 20px;
}

ul.text {
	list-style-image: url('../Icon/text_filled.gif');
	color: #000000;
	text-align: left;
	padding: 10px 0 0 20px;
}

.button {
	display: none;
}

/* ------------------------------------------------------------ */
/* -- Hauptmenue                                             -- */

#menue  {
	display: none;
}

/* ------------------------------------------------------------ */
/* -- Rubrikmenue                                             -- */

#subnav {
	display: none;
}

/* ------------------------------------------------------------ */
/* -- Links                                                   --*/

a {
 	height: 1%; /* damit der IE den ganzen Link aktiviert */	
	text-decoration: none;
	background-color: transparent; 
	color: #191970;
}

.nix {
	display: none;
}

a.left {
	display: none;
}

a:hover {
	background-color: transparent; 
	text-decoration: none; 
	color: #B22222;
}

a.footer {
	display: none; 
}

a.footer:hover {
	display: none; 
}

/* ------------------------------------------------------------ */
/* -- view                                                    --*/

#view {
	display: none;
}

/* ------------------------------------------------------------ */
/* -- Tabellen                                                --*/

table {
	width: 100%;
	border: 0;
	margin-top: 10px;
}

table.daten {
	width: 100%;
	border: 0;
	margin-top: 10px;
	background: transparent;
}

td.head {
	background: #8B0000;
	color: #000080;
	font-weight: bold;
	border: 1px solid #D3D3D3;
	height: 16px;
}

td.daten {
	border: 1px solid #D3D3D3;
	height: 16px;
}