@import url('layout.css');
@import url('content.css');
@import url('formular.css');
@import url('lightbox.css');

* {
	margin:0;
	padding:0;
}

body {
	scrollbar-arrow-color: #FFFFFF; /* Farbe des Pfeils */
	scrollbarBaseColor: #d9f4ff;  /* Definiert die Hintergrundfarbe */
	scrollbar-track-color: #FFFFFF;  /* Farbe des Tracks */
	scrollbar-face-color: #d9f4ff;  /* Definiert die Hauptfarbe */
	scrollbar-highlight-color: #d9f4ff;  /* Farbe der aktiven Scrollbar */
	scrollbar-3d-light-color: #bcdeea;  /* Definiert die 3D-Farbe der Scrollbar */
	scrollbar-dark-shadow-color: #bcdeea;  /* Farbe des dunklen Schattens */
	scrollbar-shadow-color: #bcdeea;  /* Schattenfarbe der Scrollbar */
	overflow-x:hidden;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 130%;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(../img/site/hg.jpg);
}
a	{
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
color: #B6D6EF;
}
p {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	font-size: 1.0em;
       color: #000000;
}
form {
	font-size: 0.9em;
}
h1 {
	font-size: 1.6em;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #8C108C;
}
h2 {
	font-size: 1.2em;
	font-weight: 700;
	color: #85298C;
}

h3 {
	font-size: 1em;
	font-weight: 700;
	color: #2886C3;
}
li {
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(../img/site/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 15px;
	margin-left: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
