/*GENERELLE STYLES*/
body{
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 12px;
	color: #000;
	margin-left: 20px;
	text-transform: uppercase;
}
p{
	width: 360px;
	margin-left: 20px;
	margin-bottom: 30px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
}
.sub{
	width: 435px;
	margin-left: 20px;
	margin-bottom: 30px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
}


/*STYLES FUER DAS LAYOUT*/
.maintable{
	width: auto;
}
.maintable_sub{
auto;
}
.left_bg_sub{
	display: none;
}
.content{
	width: auto;
	height: auto%;
	background-color: #fff;
	margin: 0 0 0 0;
	vertical-align: top;	
}
.content_sub{
	width: auto;
	height: auto%;
	background-color: #fff;
	margin: 0 0 0 0;
	vertical-align: top;	
}
.bild_start_l{
	margin-right: 8px;
}
.leftnavbg{
	display: none;
}


/*NAVIGATION*/
.leftnav{
	display: none;
}
.headnav{
	display: none;
}
.headnav_sub{
	display: none;
}
.leftnavh1{
	display: none;
}
.leftnavh2{
	display: none;
}
.breadcrumb{
	display: none;
}

/*LINKSTYLES*/
A:link
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	text-decoration : none;
}
A:visited
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	text-decoration : none;
}
A:hover
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	text-decoration : none;
}
A:active
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	font-size: 11px;
	color: #000;
	text-decoration : none;
}


