.hypertitle {
	color: black;
}

.versteckt {
	display: none;
}

.anzeigen {
	display: block;
}

.Alert {
	font-size: 22px;
	color: Red
}

hr {
	color: gray;
	height: 1px;
}

.suchfeld {
	border: solid #9c9a9a 1px;
	width: 95px;
	padding: 2px;
	margin-right: 7px;
}

.suchbereich {
	margin-top: 0;
	margin-bottom: 20px;
}

.unactiveLink {
	color: rgb(150, 150, 150);
	text-decoration: underline;
}

.highlight {
	background: Red;
	font-weight: bold;
}

.kalender_gesamt {
	width: 100%;
	border: 1px solid #000000;
}

.kalender_ueberschrift {
	background: #FFFFFF;
	border-bottom: 0;
}

.kalender_zwischenzeile {
	background: #DDDDDD;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.kalender_zeile1 {
	background: #EEEEEE;
	height: 35px;
}

.kalender_zeile2 {
	xbackground: #DFAFAF;
	background: #BFBFDF;
	height: 35px;
}

.Small {
	font-size: x-small;
	font-style: normal;
}

.SmallAlert {
	font-size: 13px;
	font-style: normal;
	color: Red;
}

.BlackBold {
	font-weight: bold;
}

/* Layoutvorlagen Anfang */
.layoutvorlage_std01 {
	border: solid #000000 1px;
	width: 100%;
}

.layoutvorlage_100 {
	background: #FFECB8;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_101 {
	background: #FFDC86;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_102 {
	background: #FFB400;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_103 {
	background: #FFB400;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_104 {
	background: #6B192B;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_105 {
	background: #00AEE8;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_106 {
	background: #004F92;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_200 {
	background: #FFECB8;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_201 {
	background: #FFDC86;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_202 {
	background: #FFB400;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_203 {
	background: #FFB400;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_204 {
	background: #6B192B;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_205 {
	background: #00AEE8;
	color: black;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_206 {
	background: #004F92;
	color: white;
	font-weight: bold;
	text-align: center;
}

.layoutvorlage_400 {
	background: #FFECB8;
	color: black;
}

.layoutvorlage_401 {
	background: #FFDC86;
	color: black;
}

.layoutvorlage_402 {
	background: #FFB400;
	color: black;
}

.layoutvorlage_403 {
	background: #FFB400;
	color: white;
}

.layoutvorlage_404 {
	background: #6B192B;
	color: white;
}

.layoutvorlage_405 {
	background: #00AEE8;
	color: black;
}

.layoutvorlage_406 {
	background: #004F92;
	color: white;
}

.layoutvorlage_600 {
	border: 1px solid #FFECB8;
}

.layoutvorlage_601 {
	border: 1px solid #FFDC86;
}

.layoutvorlage_602 {
	border: 1px solid #FFB400;
}

.layoutvorlage_603 {
	border: 1px solid #FFB400;
}

.layoutvorlage_604 {
	border: 1px solid #6B192B;
}

.layoutvorlage_605 {
	border: 1px solid #00AEE8;
}

.layoutvorlage_606 {
	border: 1px solid #004F92;
}

.layoutvorlage_120 {
	background: rgb(217, 217, 217);
	color: rgb(0, 0, 128);
	font-weight: bold;
	text-align: center;
}

/* Layoutvorlagen Ende */ /* von Carsten ANFANG */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(/userfiles/layout/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, Arial, serif;
	/*font-size: 80%;*/
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	min-height: 100%;
	height: auto;
	display: block;
}

#gesamt {
	height: auto;
	width: 972px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -486px;
	top: 14px;
	background-image: url(/userfiles/layout/background2.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#header {
	display: block;
	height: 208px;
	width: 972px;
	background-image: url(/userfiles/layout/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#headerlogo {
	width: 426px;
	height: 154px;
	position: relative;
	top: 19px;
	left: 21px;
	background-image: url(/userfiles/layout/headerlogo2.jpg);
	background-repeat: repeat;
	display: block;
}

#headerlogo img {
	width: 426px;
	height: 154px;
	border: none;
	display: block;
}

#navigation {
	display: block;
	width: 202px;
	position: relative;
	float: left;
	top: 0px;
	left: 5px;
	padding: 0;
}

#navigation ul {
	display: block;
	width: 202px;
	height: auto;
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
	margin: 0px 0 0 0;
	background-image: url(/userfiles/layout/navigationbackground.gif);
	background-repeat: repeat;
	list-style-type: none;
}

#navigation ul li {
	width: 202px;
	height: 22px;
	display: block;
	list-style-type: none;
}

#navigation ul li a {
	font-size: 10pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	display: block;
	height: 19px;
	padding-left: 27px;
	padding-top: 3px;
	background-image: url(/userfiles/layout/buttonbackground.gif);
	background-repeat: repeat;
}

#navigation ul li a:hover {
	color: #0000FF;
	background-image: url(/userfiles/layout/buttonbackground2.gif);
	background-repeat: repeat;
}

#navigation ul .menu_button	a {
	color: #0000FF;
	background-image: url(/userfiles/layout/buttonbackground2.gif);
	background-repeat: repeat;
}

#navigation ul .menu_upunkt_inaktiv	a {
	color: #0000FF;
	background-image: none;
	font-size: 1em;
	font-weight: normal;
	padding-left: 35px;
	height: 19px;
}

#navigation ul .menu_upunkt_inaktiv	a:hover,#navigation ul .menu_upunkt a:hover
	{
	color: #0000FF;
	background-image: url(/userfiles/layout/buttonbackground2.gif);
}

#navigation ul .menu_upunkt	a {
	color: #0000FF;
	background-image: none;
	font-size: 1em;
	font-weight: normal;
	padding-left: 35px;
}

#navigation div.navfooter {
	display: block;
	width: 202px;
	height: 470px;
	background-image: url(/userfiles/layout/navfooter.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
}

#navigation div.navfooter a img {
	border: 1px solid #eeeeee;
}

#content {
	display: block;
	float: left;
	width: 700px;
	height: auto;
	position: relative;
	top: 0px;
	left: 30px;
	xoverflow-x: hidden;
}

#content table {
	font-size: 12px;
}

#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	color: #0000FF;
	background-color: inherit;
	border-bottom: 1px solid #550000;
	letter-spacing: 2px;
}

#content h2 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	color: #0000FF;
	background-color: inherit;
	border-bottom: 1px solid #cccccc;
	letter-spacing: 1px;
}

#content h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	color: #0000FF;
	background-color: inherit;
	letter-spacing: 1px;
}

#content a {
	text-decoration: underline;
	color: #0000FF;
	background-color: inherit;
}

#content a:hover {
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}

#content ul, #content ol {
	padding: 1px 0px 15px 30px;
}

#content ul li, #content ol li {
	line-height: 1.6em;
	font-size: 1em;
}

#content p {
	color: #0000FF;
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 972px;
	height: 124px;
	background-image: url(/userfiles/layout/footerbackground2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer span {
	color: #ffffff;
	font-size: 0.9em;
	display: block;
	width: auto;
	height: 20px;
	padding: 32px 0 0 20px;
}

#footer span a {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

#footer span a:hover {
	text-decoration: none;
	color: #0000FF;
	background-color: inherit;
}
/* von Carsten ENDE */