body {
	margin       				:	0 0 10px 0;
	padding    				:	10px 0 10px 10px;
	font-family				:	Verdana, Arial, Helvetica, sans-serif;
	font-size  				:	100%;
	background-color			:	#fff;
}

div#wrappershadow {
	position				:	absolute;
	top					:	12px;
	left					:	12px;
	width      				:	985px;
	height      				:	760px;
	background				:	#fff;
	z-index					:	1;
}
div#wrapper {
	margin     				:	0 0 10px 0;
	position				:	absolute;
	top					:	10px;
	left					:	10px;
	width      				:	983px;
	height      				:	758px;
	background				:	#fff;
	border					:	1px solid #fff;
	z-index					:	10;
}
div#footer {
	margin     				:	0;
	position				:	absolute;
	top					:	770px;
	left					:	0px;
	width      				:	985px;
	height      				:	30px;
	z-index					:	9;
}

div#top {
	position				:	absolute;
	z-index					:	8;
	top					:	10px;
	left					:	10px;
	margin     				:	19px 0 0 19px;
	background				:	#fff;
	height					:	176px;
}

div#top img {
	margin     				:	0 15px 0 0;
}

div#logo {
	position				:	absolute;
	top					:	29px;
	left					:	943px;
	width					:	17px;
	height					:	65px;
	z-index					:	100;
}

div#logo img.logo {
	margin     				:	0;
	border					:	0;
}


/***************Inhalt*********************/

div#content_home {
	position: absolute;
	z-index:40;
	left:278px;
	top:207px;
	margin					:	0;
	padding					:	0px;
	text-align				:	left;
	vertical-align				:	top;
	width:auto;
	height:20px;
}
div#enter {
	position: absolute;
	z-index:41;
	left:472px;
	top:496px;
	margin					:	0;
	padding					:	0px;
	text-align				:	left;
	vertical-align				:	top;
	background				:	#fff;
	width:auto;
	height:20px;
	color					:	#000;
}
div#content {
	position: absolute;
	z-index:40;
	left:311px;
	top:359px;
	margin					:	0;
	padding					:	0px;
	text-align				:	left;
	vertical-align				:	top;
	background				:	#fff;
	width:auto;
	height:20px;
	font-size				:	81.01%;
	line-height				:	154.01%;
	color					:	#000;
}
div#left {
	position: absolute;
	z-index:50;
	left:32px;
	top:360px;
	margin					:	0;
	padding					:	0px;
	text-align				:	left;
	vertical-align				:	top;
	background				:	#fff;
	width					:	260px;
	height					:	120px;
	font-size				:	81.01%;
	line-height				:	154.01%;
	color					:	#000;
	white-space:nowrap;
}

div#content p {
	margin					:	0 0 1.4em 0;
	font-size				:	100%;
	color					:	#000;
}

div#content h1 {
	margin					:	0 0 0 0;
	font-size				:	100%;
	color					:	#000;
	font-weight				:	normal;
}


div#content h2 {
	margin					:	0 0 0 0;
	font-size				:	100%;
	color					:	#000;
	font-weight				:	normal;
}

div#content img {
	margin					:	0.2em 0 1.1em 0;
}

div#content strong {

	font-weight				:	bold;
}

div#content a {
	text-decoration				:	underline;
	color					:	#76766E;
	font-weight				:	normal;
}

div#content a:hover {
	color					:	#000;
	font-weight				:	normal;
}



a.pdf_download {
	text-decoration				:	none;
	font-weight				:	normal;
	line-height				:	250%
}

a.pdf_download span {
	padding			:	1em 0em 1em 1em;
	background-repeat	:	no-repeat;
	background-position	:	right center;
	color			:	#fff;
	text-decoration		:	none;
}

a.pdf_download:link span,
a.pdf_download:visited span {
	background-image	:	url(../img/shared/ic_pdf_cont.gif);
}

a.pdf_download:hover span,
a.pdf_download:active span,
a.pdf_download:focus span {
	background-image	:	url(../img/shared/ic_pdf_cont.gif);
}

.fixfloat {
	float					:	none;
	clear					:	both;
	width					:	1px;
	margin					:	0;
	padding					:	0;
	font-size				:	0px;
	line-height				:	0px;
	height					:	1px;
}

/************** Trennlinie *********/

/* Trennlinie universal einsetzbar  */

.separator {
	font-size				:	1px;
	line-height				:	1px;
	height					:	3px;
	border-bottom				:	1px solid #DEDEDE;
/* -- 	Achtung! Wegen der font-size oben hier die margins 
		und paddings nicht in relativen Werten angeben -- */
	margin					:	15px 0px 5px 0px;
	padding					:	0px;
}

.separator hr {
	display					:	none;
}

caption	{
	display:none
}


