body {
	margin: 0px;
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: black;
	background-color: #F09C42;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
.head{
	font-family: "Comic Sans MS", Verdana;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.txtbox{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: black;
}
.txtboxsmall{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Comic Sans MS", Verdana;
	font-size: 11px;
	color: black;
}
.txtblack{
	font-family: "Comic Sans MS", Verdana;
	font-size: 12px;
	color: black;
}
.h1{
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: #C43A00;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.h2{
	font-family: "Comic Sans MS", Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.h3{
	font-family: "Comic Sans MS", Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #C43A00;
	text-decoration: underline;
}
a:active {
	color: #C43A00;
	text-decoration: none;
	border-bottom: 1px solid #C43A00;
}
a.submenu:link {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #C43A00;
}
a.submenu:visited {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #C43A00;
}
a.submenu:hover {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C43A00;
	text-decoration: none;
	border-bottom: 1px solid #C43A00;
}
a.submenu:active {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #C43A00;
	text-decoration: none;
	border-bottom: 1px solid #C43A00;
}
a.submenu_on:link {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: #C43A00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.submenu_on:visited {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: #C43A00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.submenu_on:hover {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: #C43A00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.submenu_on:active {
	font-family: "Comic Sans MS", Verdana;
	font-size: 13px;
	color: #C43A00;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid black;
}

.txtdate{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11px;
	color: white;
	/*color: #975541;*/
}
.txtsmall{
	font-family: "Comic Sans MS", Verdana;
	font-size: 11px;
	color: black;
}
.txtbig{
	font-family: "Comic Sans MS", Verdana;
	font-size: 14px;
	color: #C43A00;
	font-weight: bold;
}
.rahmen {
	padding: 5px;
	margin: 5px;
	border: 2px dashed #C43A00;
	/*border : 6px solid white;
	border-bottom: 24px solid white;
	filter: shadow(color='#000000', direction=135);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=4);*/
}


