/******************************************************************************/
/* body                                                                       */
/******************************************************************************/
body
{
	padding				: 0;
	margin				: 0;
	background-color	: #e0e0e0;
	color					: #303030;
	font-family			: Arial, Tahoma, Verdana;
	font-size			: 14px;
}

*
{
	margin				: 0;
	padding				: 0;
}

/******************************************************************************/
/* container                                                                  */
/******************************************************************************/
#container
{
	clear					: both;
	margin				: 0;
	padding				: 0;
	background-color	: #ffffff;
	border				: 1px black solid;
/*	max-width			: 1200px; */
	margin				: 0 auto;
/*	width					: expression(this.width > 320 ? "320px" : this.width); */
}

/******************************************************************************/
/* Headerbereich                                                              */
/******************************************************************************/
#header
{
}
/*	width:				100%; */
/* margin:15px 0 0 0; */

#header h1 a
{
	color				: #303030;
}

#header h1 a:hover
{
	text-decoration	: none;
}
#header .logo
{
	width					: 180px;
	height				: 100px;
	text-align			: center;
	vertical-align		: middle;
}

/******************************************************************************/
/* Sidebars left                                                              */
/******************************************************************************/
#leftside
{
	clear					: both;
	margin				: 0;
	padding				: 0;
	width					: 180px;
	float					: left;
}

#leftside .title
{
	font-family			: verdana, arial;
	font-size			: 14px;
	font-weight			: bold;
	text-align			: right;
	color					: white;
	background-color	: SteelBlue;
	padding-right		: 3px;

}

#leftside .modul
{
	margin-bottom		: 10px;
	width					: 100%;
}

/******************************************************************************/
/* Sidebars right                                                             */
/******************************************************************************/
#rightside
{
	margin				: 0;
	padding				: 0;
	width					: 180px;
	float					: right;
}

#rightside .title
{
	font-family			: verdana, arial;
	font-size			: 14px;
	font-weight			: bold;
	text-align			: left;
	color					: white;
	background-color	: SteelBlue;
	padding-left		: 3px;
}

#rightside .modul
{
	margin-bottom		: 10px;
	width					: 100%;
}


/******************************************************************************/
/* Content                                                                    */
/******************************************************************************/
#content
{
	background-color	: #fafcff;
	border				: 1px solid #909090;
	padding				: 5px 5px 5px 5px;
	margin				: 0 181px 0 181px;
}
/*	color					: #2a2a2a; */
/*	position				: static; */

#content h3
{
	margin				: 10px 0 10px 0;
	padding-left		: 2px;
	font-size			: 20px;
	font-weight			: normal;
	background-color	: SteelBlue;
	color					: white;
}

#content ul li
{
	list-style-image	: url("/assets/templates/sva003/images/bullet.gif");
	margin				: 0px !important;
	margin-left			: 25px !important;
	padding				: 0px !important;
	width					: 80%;
}
/*	margin-bottom		: 0.5em; */
/*	font-size			: 110%; */
/*	color					: SteelBlue; */

/******************************************************************************/
/* footer                                                                     */
/******************************************************************************/
#footer
{
	clear					: both;
	background-color	: #fafafa;
	color					: #808080;
	font-size			: 0.9em;
	padding				: 8px 0 8px 0;
	border-top			: 1px solid #d0d0d0;
	border-bottom		: 1px solid #d0d0d0;
	text-align			: center;
}

/******************************************************************************/
/* Dokumenten Liste 1                                                         */
/******************************************************************************/
#DocList1
{
	font-family			: verdana, arial;
	font-size			: 12px;
	font-weight			: normal;
}
#DocList1 a
{
	text-decoration	: none;
}
#DocList1 .intro
{
	font-family			: verdana, arial;
	font-size			: 9px;
	color					: black;
	font-weight			: normal;
}
#DocList1 ul li
{
	list-style-image	: url("/assets/templates/sva003/images/bullet.gif");
	list-style-type	: none;
	margin				: 0px !important;
	margin-left			: 25px !important;
	padding				: 0px !important;
	color					: SteelBlue;
	width					: 100%;
}
/*	list-style-image	: none; */

.Fett
{
	font-weight			: bold;
}

.Mittel
{
	font-family			: verdana, sans-serif;
	font-size			: 8pt;
	color					: #000000;
}

.Klein
{
	font-family			: verdana, sans-serif;
	font-size			: 7pt;
	color					: #000000;
}


