html
{
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
body
{
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url( bg-global-top.gif );
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f2f1ed;
	overflow-x: auto;
	overflow-y: scroll;
}

/* ------------------------------------------------------------ */
div#container1
{
	position: relative;
	border: none;
	margin: 0px auto 0px auto;
	width: 800px;
}

#container1 div#top
{
	position: relative;
	border: none;
	width: 100%;
	height: 75px;
}
#container1 div#rahmen-top
{
	position: relative;
	border: none;
	background-image: url( bg-top.gif );
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f2f1ed;
	width: 100%;
	height: 13px;
}
#container1 div#rahmen-main
{
	position: relative;
	border: none;
	background-image: url( bg-middle.gif );
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
	width: 100%;
	min-height: 435px;
	overflow: hidden;
}
#container1 #rahmen-main div#rahmen-main-top
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	background-image: url( bg-middle-top.gif );
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	width: 100%;
	height: 433px;
	z-index: 10;
}
#container1 #rahmen-main div#main
{
	position: relative;
	border: none;
	overflow: hidden;
}
#container1 div#rahmen-bottom
{
	position: relative;
	border: none;
	background-image: url( bg-bottom.gif );
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	background-color: #ffffff;
	height: 75px;
}
#container1 div#bottom
{
	position: relative;
	/* border: 1px solid red; */
	width: 100%;
	background-color: #f2f1ed;
	min-height: 75px;
}

#container1 div div.inlay
{
	position: relative;
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 100;
/* border: 1px dashed orange; */
}
#container1  div.inlay-white div.inlay { border-top: 1px dashed white; }

/* ------------------------------------------------------------ */
#container1 #top
{
}
#container1 #top #top-logo
{
	position: absolute;
	top: 20px;
	left: 200px;
	width: 100px;
}
#container1 #top #top-topic
{
	position: absolute;
	top: 20px;
	left: 320px;
	width: 149px;
	height: 40px;
}

/* ------------------------------------------------------------ */
#container1 * p,
#container1 * th,
#container1 * td
{
	font-family: verdana, arial, tahoma, sans serif, helvetica;
}
#container1 * h1,
#container1 * h2,
#container1 * h3,
#container1 * h4
{
	font-family: arial, verdana, tahoma, sans serif, helvetica;
}
#container1 * p
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#container1 * table
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#container1 * th,
#container1 * td
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
#container1 * th
{
	font-weight: bold;
}
#container1 * h2
{
	font-size: 18px;
	line-height: 18px;
	color: #004012;
}
#container1 * h4
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}

/* ------------------------------------------------------------ */
#main p
{
}
#main * a
{
	color: #004012;
	text-decoration: underline;
}
#main h3.question
{
	font-size: 16px;
	line-height: 20px;
	color: #004012;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
#main h3.question:first-letter { font-size: 20pt; }
#main h4.question
{
	font-size: 14px;
	line-height: 16px;
	color: #004012;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
}
#main div.onmouseover:hover h4.question
{
	color: #004012;
	background-color: #f6f6f6;
}
#main div.onmouseover div.onmouseover-spalten
{
	border-top: 2px solid white;
	border-bottom: 1px solid white;
}
#main div.onmouseover:hover div.onmouseover-spalten
{
	border-top: 2px solid #004012;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
}
#main div.onmouseover:hover div.frageblock-stern
{
	background-color: #eeeeee;
}
#main div.kasten1
{
	position: relative;
	border: 1px solid #004012;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	background-color: #ebf0eb;
	
}
#main ul.spalten
{
	position: relative;
	/* border: 1px dotted orange; */
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 105%;
}
#main ul.spalten3 li.spalten
{
	position: relative;
	float: left;
	/* border: 1px dotted green; */
	width: 239px;
	/* background-color: #fff0f0; */
	margin: 10px 20px 0px 0px;
	padding: 0px;
}
#main div.frageblock-stern
{
	/* border: 1px solid #cccccc; */
	height: 103px;
	margin: 0px;
	padding: 1px;
	background-image: url( fragenblock-bg-239x103.png );
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#main div.frageblock-stern h4
{
	position: relative;
	border: none;
	height: 43px;
	margin: 3px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: verdana, arial, tahoma, sans serif, helvetica;
	color: #324036;
}
#main div.frageblock-stern div.frage
{
	border: none;
	margin: 0px auto 0px 25px;
}
#main div.frageblock-stern div.frage div.frage1
{}
#main div.frageblock-stern div.frage div.frage1 div.frage3
{}
#main div.frageblock-stern div.frage p.frage-text
{
	border: none;
	margin: 1px 5px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	color: #aaaaaa;
}

#main div.frageblock-textarea
{
	border: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 100%;
/* border: 1px solid red; */
}
#main div.frageblock-textarea div.frageblock-textarea-text
{
	border: none;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 3px;
	text-align: right;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	font-family: tahoma, verdana, arial, sans serif, helvetica;
	color: #aaaaaa;
	width: 99%;
/* border: 1px solid red; */
}
#main div.frageblock-textarea textarea
{
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	width: 99%;
	height: 53px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	background-image: url( bg-linie.png );
	background-repeat: repeat;
	font-family: courier new, courier, verdana, arial, helvetica;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	overflow: hidden;
}

#main form
{
	border: none;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	position: relative;
}
#main form button.button
{
	position: relative;
	border: 1px solid #324036;
	background-color: #c8dac9;
	margin: 0px 0px 0px 0px;
	min-width: 200px;
	text-align: center;
	position: relative;
	color: #324036;
	font-weight: bold;
	padding: 12px 20px 12px 20px;
	background-image: url( ok.png );
	background-position: 20px 4px;
	background-repeat: no-repeat;
}
#main form button.button:hover
{
	border: 2px solid #000000;
	padding: 11px 19px 11px 19px;
	color: #000000;
}
#main form button.button span
{
	margin: 0px 0px 0px 30px;
	border: none;
}
#main form hr.send
{
	border: none;
	border-top: 2px solid #004012;
	position: relative;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

/* ------------------------------------------------------------ */
#bottom ul.spalten
{
	position: relative;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 105%;
}
#bottom ul.spalten li.spalten
{
	position: relative;
	float: left;
	width: 239px;
	margin: 0px 20px 5px 0px;
	padding: 0px;
}
#bottom p
{
	margin-top: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #777777;
}
#bottom p a
{
	color: #777777;
	text-decoration: underline
}
#bottom p a:hover
{
	color: #000000;
}



/* ------------------------------------------------------------ */
div.clearboth 
{ 
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}
div.displn
{
	display: none;
}

