/* Abstände aller Elemente werden auf Null gesetzt */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, strong {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
		color: #FFFFFF;
		background-image: url(/images/system/bgleft.jpg);
		background-repeat:no-repeat;
		background-color: #000000;

font-size: 0.8em;
		}

a { text-decoration: none; color: #CCCCFF; }
a:hover { text-decoration: underline; font-weight: bold;}
a:link {}
a:visited {}
a:active {}


strong {
   font-weight: bold;
}

img 	{ border-width: 0; }

h1 {
   font-size:12px;
   margin: 0px 0px 7px 0px;
   font-weight: bold;
}

h1 a {
   font-size:12px;
   margin: 0px 0px 7px 0px;
   font-weight: bold;
}

h2 {
 font-size:11px;
 margin: 2px 2px 5px 2px;
 font-weight: bold;
 text-decoration: underline;
}

h2 a {
 font-size:11px;
 margin: 2px 2px 5px 2px;
 font-weight: bold;
 text-decoration: underline;
}

h3 {
   font-size:10px;
   margin: 0px 0px 0px 0px;
   font-weight: bold;
}

h3 a {
   font-size:10px;
   margin: 0px 0px 0px 0px;
   font-weight: normal;
}

p, ul {
 line-height: 1.5em;
 margin-bottom: 1.5em;
}

li {
 margin-left: 2em;
 list-style-type:circle;
}

hr	{
	height: 1px;
	border-top: 1px dashed #666666;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 1em 0;
	padding: 0;
	width:95%;
	}
	
input,textarea, select { color : #333333; }