/* allgemein */
* { padding:0; margin:0; border:0; }
html,body { height: 100%; }
body {
	font-family:verdana, arial, helvetica, sans serif;
	line-height:1.5em;
	color:#2153A5;
	text-align:center;
	font-weight:bold;
	background-image:url(/img/misc/hg.gif);
	background-position:center 2em;
	background-repeat:no-repeat;

}
#main_outer {
}

h1 {
	font-size:1em;
	font-weight:bold;
	color:white;

}
h1.in {
	display:inline;
}
td h1, div.txt h1, .h1, div.textbox h1 {
	font-size:1.3em;
}

.h1 {
	color:red;
}

a {
	color:#2153A5;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:none;
}
p {
	margin-bottom:1em;
	font-size:.6em;
	line-height:1.5em;
}
input,textarea { 
	border:1px solid gray;
	font-size:1em; 
}
textarea {
	font-size:1.35em; 
}
div.txt {
	font-size:.7em;
	line-height:1.5em;
}
.txt a {
	color:#163566;
}
.txt a:hover {
	color:white;
}
.txt img {
	padding-right:1em;
}

/* -----border:1px solid red;-----------------*/






div.textbox {
	margin-left:16.5em;
	margin-right:10em;
}


#motive_navi {
	clear:left;
	height:8em;
	margin-right:3em;
}
#motive_navi img {
	display:block;
	float:right;
	margin-left:0.2em;
}
#motive_navi span {
	float:right;
	font-size:.6em;
	font-weight:bold;
	color:white;
}



/* Skript fuer die Textwechselseiten  */

div.imgclick {
	display:none;
}
div.imgclick1 {
	display:none;
	margin-bottom:1em;
}

div.links {
	text-align:center;
	margin-left:10.5em;

}
div.links img {
	}


#content {
	position:absolute;
	top:10em;
	width:62em;
	padding-bottom:3em;
}
#main {
	width:62em;
	height:90%;
	margin:0 auto;
	text-align:left;
}





#logo {
	float:left;
	margin-top:1.4em;
}
#head {
	float:right;
	margin-top:6em;
}

ul { list-style:none; }
li { margin-top:0.8em; }


/* Tabellenzellen */
td.form1 {
	padding-right:1.5em;
}
td.form1,td.form2 {
	vertical-align:top;
	padding-bottom:.2em;
}

