body {
	background: url(../images/bg2.gif);
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
}
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EA4941;
	margin: 0 0 10px 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #5A5A5A;
	background: url(../images/dotted.gif) repeat-x bottom;
}
a:visited {
	text-decoration: none;
	color: #5A5A5A;
	background: url(../images/dotted.gif) repeat-x bottom;
}
a:hover {
	text-decoration: none;
	color: #EA4941;
	font-weight: bold;
	background: url(../images/dotted.gif) repeat-x bottom;
}
a:active {
	text-decoration: none;
	color: #5A5A5A;
	background: url(../images/dotted.gif) repeat-x bottom;
}
/* Hyperlinks im Menü */
#menu a:link {
	text-decoration: none;
	color: #5A5A5A;
	background: url(../images/css-dotted.gif) repeat-x bottom;
	display: block;
	padding: 0px 0px 5px 0px;
}
#menu a:visited {
	text-decoration: none;
	color: #5A5A5A;
	background: url(../images/css-dotted.gif) repeat-x bottom;
	display: block;
	padding: 0px 0px 5px 0px;
}
#menu a:hover {
	text-decoration: none;
	color: #EA4941;
	background: url(../images/css-dotted.gif) repeat-x bottom;
	display: block;
	padding: 0px 0px 5px 5px;
	font-weight: bold;
}
#menu a:active {
	text-decoration: none;
	color: #EA4941;
	background: url(../images/css-dotted.gif) repeat-x bottom;
	display: block;
	padding: 0px 0px 5px 5px;
	font-weight: bold;
}
#header {
	margin: 5px 5px 5px 5px;
	background-image: url(../images/header.gif);
	height: 100px;
}
*html #header {
	margin: 10px 5px 5px 5px;
}
#menu {
	width: 150px;
	float: left;
	margin: 10px 5px 5px 5px;
	background: url(../images/css-dotted.gif) repeat-y right;
	padding: 5px 10px 5px 5px;
	line-height: 0.8em;
}
#footer {
	background: url(../images/css-dotted.gif) repeat-x top;
	margin: 5px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #cccccc;
}
#content {
	width: 540px;
	margin: 10px 5px 5px 5px;
	float: right;
	padding: 5px;
}
.info_s {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	line-height: 1.2em;
	background: none;
	line-height: 1.5em;
	background: url(../images/css-dotted.gif) repeat-x bottom;
	display: block;
	padding-bottom: 10px;
}
.info_s2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	line-height: 1.2em;
	background: none;
	line-height: 1.5em;
	display: block;
	padding-bottom: 10px;
}
h2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #EA4941;
	font-weight: bold;
}
#menu h2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #EA4941;
	font-weight: bold;
	background: url(../images/css-dotted.gif) repeat-x top;
	padding: 5px;
}
.inputstyle {
	border: 1px solid #cccccc;
/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #cccccc;
}
.inputstyle:focus {
	border: 1px solid #5A5A5A;
/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #5A5A5A;
}
.year {
	font-weight: bold;
	color: #EA4941;
}
#mdb a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #EA4941;
	padding: 2px 5px;
	background: #EA4941;
}
#mdb a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #EA4941;
	padding: 2px 5px;
	background: #EA4941;
}
#mdb a:hover {
	text-decoration: none;
	color: #FFF;
	border: 2px solid #EA4941;
	padding: 2px 5px;
	background: #EA4941;
}
#mdb a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #EA4941;
	padding: 2px 5px;
	background: #EA4941;
}
hr {
	border: 1px solid #999999;
	border-collapse: collapse;
}

