*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 14px;
	color: #000;
	font-family: arial;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	scrollbar-face-color: #FFDD01;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: ;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFDD01;
 	overflow: auto;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: Gray;
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 14px;
	clear: both;
	margin: 0 0 0 0;
}

td, tr {
	font-size: 14px;
	clear: both;
	margin: 0 0 0 0;
}

/* Kleinerer Text */
.s {
	font-size: 11px;
	color: #fff;
}
.smblack {
	font-size: 11px;
	color: #000;
}

.anschrift {
	font-size: 12px;
	color: #000;
}

.info {
	font-size: 11px;
	color: Red;
}

.nav {
	font-size: 13px;
	color: #FFDD01;
}
.head2{
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
.head{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 2px 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 2px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

h3 {

}

h4 {

}
#bgrd {
	background-image: url('images/bgrd.jpg');
	background-repeat: no-repeat;
	background-position: 0px;
}
#bgrd3 {
	background-image: url('images/bgrd3.jpg');
	background-repeat: repeat-y;
	background-position: 0px;
}

#memoryticker{
	background-color: black;
	color: White;
	width: 140px;
	font: bold 12px Arial; /*Tip: add in height attribute here for multiple line scroller*/
	border: 0px solid black;
	padding: 10px; /*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7);
}

a.type_1:link {
	color:#fff;
	font-size: 13px;
}
a.type_1:visited {
	color:#fff;
	font-size: 13px;
}
a.type_1:active {
	color: #fff;
	font-size: 13px;
}
a.type_1:hover {
	color: #FFDD01;
	font-size: 13px;
	text-decoration: none;
}
a.type_2:link {
	color: #FF0000;
	font-size: 11px;
}
a.type_2:visited {
	color: #FF0000;
	font-size: 11px;
}
a.type_2:active {
	color: #FF0000;
	font-size: 11px;
}
a.type_2:hover {
	color: #708090;
	font-size: 11px;
}
a.type_3:link {
	color:#FFF;
	font-size: 11px;
}
a.type_3:visited {
	color:#FFF;
	font-size: 11px;
}
a.type_3:active {
	color:#FFF;
	font-size: 11px;
}
a.type_3:hover {
	color: #FFDD01;
	font-size: 11px;
}
a.type_4:link {
	color:#000000;
	font-size: 10px;
	font-weight: bold;
}
a.type_4:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
a.type_4:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
a.type_4:hover {
	color:red;
	font-size: 10px;
	font-weight: bold;
}

a.type_5:link {
	color:#fff;
	font-size: 11px;
}
a.type_5:visited {
	color:#fff;
	font-size: 11px;
}
a.type_5:active {
	color: #fff;
	font-size: 11px;
}
a.type_5:hover {
	color:#000;
	font-size: 11px;
	text-decoration : none;
}	