@charset "utf-8";
/* CSS Document */

body {
	background-color: #e3e3e3;
	background-image:url(images/design/background_image.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.Fliesstext_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.Seitentitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	
}

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.Kleintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

li {
	list-style-image: url(images/design/bullet_point_1.png);
}
hr {
	line-height: 1px;
	color: #666666;
}

	
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dcdcdc;
	height: 15px;
	vertical-align: middle;
	text-indent: 2pt;
	color: #666666;
	width: 125px;
	border: 1px solid #bbbbbb;
}

