body,p,table,tr,th,td,li,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom:12px;
	line-height: 1.2;
}

h1,h2,h3,h4,h5,h6 {font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	margin: 10px 0;
	padding: 0;}
h2{  font-size:18px; }
h3{  font-size:16px; }
h4{  font-size:14px; }
h5{  font-size:13px; }
h6{  font-size:12px; }

a
{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;	
}

a:active
{
	color: #FF3300;
}

a:visited
{
	color: #993300;
}

a:hover
{
text-decoration: none;	
}

.error {
	color: #FF0000;
}

/* Formularstyles */

fieldset {
	border:1px solid #333;
	background:#fff1b2;
}

legend {
	border:1px solid #333;
	background:#ebc21a;
	font-weight:bold;
	padding: 4px;
}


input.kalender {
	width: 18px;
	height: 18px;
	border: none;
	background: #DDDDDD url(../ImagesF/kalender.gif) no-repeat left top;
}

input.loeschen {
	width: 18px;
	height: 18px;
	border: none;
	background: #DDDDDD url(../ImagesF/loeschen.gif) no-repeat left top;
}


/* Popcalendar-Styles "pc" */
#pcIDcalendar {
	padding: 0;
	border: 1px solid #A0A0A0;
	background-color: white;
	z-index: +999;
	position: absolute;
	visibility: hidden;
	width: auto;
	-moz-user-select:none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa',Direction=135,Strength=2)
}

#pcIDselectMonth, #pcIDselectYear {z-index:+999;position:absolute;visibility:hidden;}

#pcIDcaption {
	padding: 2px 3px 4px 2px;
	background: #006;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDcaption div {clear :none;}

#pcIDcontent table {
	padding: 2px;
	margin-top: 1px;
	border: 0;
	white-space: nowrap;
	color: Black;
	font: 10px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

#pcIDcontent td{ padding: 0 }

#pcIDcontent th {
	padding-right: 3px;
	border-bottom: 1px solid #ACA899;
	font-weight: normal;
	text-align: right
}

/* PopCalendarTableData */
td.pctd{
	padding-right: 1px;
	width: 18px;
	height: 18px;
	text-align: right;
	cursor: default
}

td.pctd a, td.pctd a:visited {
	border: none;
	color: black;
	font-weight: normal;
	text-decoration: none
}

td.pctd a:hover {
	border: none;
	color: #FF8C00;
	font-weight: normal;
	text-decoration: none
}

td.pcDay { }

td.pcDayPast { }

td.pcDayPast a { color: #909090 }

td.pcToday{ border: 1px solid #CA1539 }

td.pcDaySelected{
	border: 1px solid #FBE694;
	background-color: #FBE694 !important
}

td.pcDayHoliday{
	border: 1px solid #87CEFA;
	background-color: #87CEFA !important
}

td.pcWeekend{ }

td.pcWeekend a, td.pcWeekend a:visited, td.pcWeekend a:link { color: #54A6E2 }

td.pcWeekendPast{ }

td.pcWeekendPast a { color: #909090 }

td.pcWeekNumber{
	border-right: 1px solid #ACA899;
	padding: 0 1px 0 1px;
	color: black;
	background: #D9EAFB;
	font-size: 8px;
	text-align: right
}

#pcIDfooter {
	padding: 1px 4px 1px 4px;
	color: black;
	background: #f9f9f9;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

#pcIDfooter a, #pcIDfooter a:hover { border: none; color: #006; font-weight: normal }


#pcIDselectYear, #pcIDselectMonth {
	border: 1px solid #a0a0a0;
	padding: 0;
	width: 4em;
	background-color: #f0f0f0;
	text-align: center;
	-moz-user-select: none;
}
#pcIDselectMonth {width:7em; text-align:left}

#pcIDselectYear ul, #pcIDselectMonth ul {list-style:none;margin:0;padding:0;border:none;}
#pcIDselectYear li, #pcIDselectMonth li {margin:0;}
#pcIDselectYear li a, #pcIDselectMonth li a {
	display: block;
	color: Black;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	width: 100%;
	cursor:pointer;
	border: none;
	list-style-image: none;
	list-style-type: none;
	font: normal 11px Arial, Helvetica, sans-serif
}
#pcIDselectYear li a:hover, #pcIDselectMonth li a:hover {background-color: #909090;}

html>body #pcIDselectYear li a, html>body #pcIDselectMonth li a {width: auto;}

#pcIDcaption div {
	cursor:pointer;
	float: left;
	color: white;
	margin-right: 3px;
	width: 2em;
	-moz-user-select: none;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDleft, #pcIDright {width: 2em !important;}

#pcIDcaption div a {
	border:1px solid #36f;
	display: block;
	text-decoration: none;
	width: 100%;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif
}

#pcIDcaption div a:hover {
	border:1px solid #8af;
	display: block;
	text-decoration: none;
}

#pcIDleft a {background: url(../ImagesF/left1.gif) no-repeat center;}
#pcIDright a {background: url(../ImagesF/right1.gif) no-repeat center;}
#pcIDleft a:hover  {background: url(../ImagesF/left2.gif) no-repeat center;}
#pcIDright a:hover {background: url(../ImagesF/right2.gif) no-repeat center;}
#pcIDMonth a, #pcIDYear a {background: url(../ImagesF/drop1.gif) no-repeat right;padding: 0 14px 0 2px;}
#pcIDMonth a:hover, #pcIDYear a:hover {background: url(../ImagesF/drop2.gif) no-repeat right;padding: 0 14px 0 2px;}

html>body #pcIDcaption div, html>body #pcIDcaption a {width: auto;}









.TextBotWS {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333}
.R1pxBot {  border: solid; border-width: 1px 0px 0px; border-color: #333333 #C30004 #C30004}
.TextBotGRAU { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none}
.TextBotGRAU a:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: underline}
.TextBotGRAU a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: underline}
.TextBotGRAU a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none}

.NaviL {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; text-decoration: none}
.NaviL a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; text-decoration: none}
.NaviL a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; text-decoration: none}
.NaviL a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; text-decoration: underline}

.NaviRHDL { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; text-decoration: none }
.NaviR { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none ; border-color: #000066 #000000; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.NaviR a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
.NaviR a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
.NaviR a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: underline }.NaviRHDLWS { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none }
.TextBold {  font-family: Verdana; font-size: 12px; font-weight: bold; color: #333333; text-decoration: none}

.TextBlock { font-family: Verdana; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none ; text-align: justify}
.TextBlock a:link { font-family: Verdana; font-size: 12px; font-weight: bold; color: #333333; text-decoration: underline; text-align: justify}
.TextBlock a:visited { font-family: Verdana; font-size: 12px; font-weight: bold; color: #333333; text-decoration: underline; text-align: justify}
.TextBlock a:hover { font-family: Verdana; font-size: 12px; font-weight: bolder; color: #333333; text-decoration: none ; text-align: justify}
.R1px {  border: 1px #000066 solid}
.Text { font-family: Verdana; font-size: 11px; font-weight: normal; color: #333333; text-decoration: none  }
.Text a:link { font-family: Verdana; font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline }
.Text a:visited { font-family: Verdana; font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline }
.Text a:hover { font-family: Verdana; font-size: 11px; font-weight: bolder; color: #333333; text-decoration: none }


.Morsecode {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #333333; text-decoration: none; text-align: center}

.HDL1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; border: #333333; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.TextBoldBlau { font-family: Verdana; font-size: 12px; font-weight: bold; color: #980402; text-decoration: none }


.ShopSMHDL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none }
.ShopSMLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.ShopSMLink a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.ShopSMLink a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.ShopSMLink a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
.ShopSMRahmen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.ShopLine { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; border: #000000 solid; text-align: justify; border-width: 0px 0px 1px }
.ShopTextB { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none }

.but1 { width: 100px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none }
.ShopBox250 { position: relative; width:250px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.ShopTextBox250_250 { position: relative; width:250px; height:250px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.ShopTextBox250_150 { position: relative; width:250px; height:150px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }.Tabelle1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.Tabelle1B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none; border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
.TextBoldRot { font-family: Verdana; font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: none }
.Box200 { position: relative; width:200px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.Box100 { position: relative; width:100px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.Box50 { position: relative; width:50px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.Box70 { position: relative; width:70px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.Box150 { position: relative; width:150px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }
.Box30 { position: relative; width:30px; font-family: Arial, Helvetica, sans-serif; font-size: 12px  }

.Intro {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center}
.Intro a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center}
.Intro a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center}
.Intro a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center}
.HDL1ROT { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: bold; color: #8A252D; text-decoration: none}

.Intro1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center ; border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.Intro1 a:link { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center }
.Intro1 a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #333333; text-decoration: none; text-align: center }
.Intro1 a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: italic; font-weight: bold; color: #999999; text-decoration: none; text-align: center }





