body {
margin: 0px;
background-color: white;
}

td,TD,p,P,a,A, iframe, IFRAME, body, BODY {
	font-family: Garamond, Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: medium;
}
A:active { color: rgb(0,0,255);}
A:visited {color: Blue;}
A:link { color: rgb(0,0,255);}
A:hover { color: rgb(102,153,0);}

.layouttop_kopfzeile {
	width:100%;
}

.layouttop_hauptbereich {
	width:100%;
}

.layout_menuespalte {
padding-left:8px;
vertical-align:top;
text-align:left;
}

.layout {
width:580px;
text-align:left;
padding-top:10px;
}

.hypertitle { color: black; }

.versteckt {
	display: none;
}

.anzeigen {
	display: block;
}

.Alert{ font-size: 22px; color: Red }

hr{
	color : gray;
	height : 1px;
}

.suchfeld {
	width : 145px;
} 

.suchbereich {
	margin-top: 15px;
	border: solid black 1px;
	width: 170px;
	padding-left: 8px;
} 

.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 : #DDDDDD;
	border-bottom: 1px solid #000000;
}
.kalender_zwischenzeile {
	background : #DDDDDD;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align : middle;
	font-weight : bold;
}
.kalender_zeile1 {
	background : #FFFFC0;
	height: 35px;
}
.kalender_zeile2 {
	background : #C0FFC0;
	height: 35px;
}

.table_col_1 {
	border-right: 1px solid #000000;
	border-right-width:1; 
	border-bottom: 1px solid #000000;
	border-bottom-width:1;
}
.table_col_2 {
	border-bottom: 1px solid #000000;
	border-bottom-width:1;
}
.table_col_3 {
	border-right: 1px solid #000000;
	border-right-width:1; 
}
.table_col_4 {
}
 
.table_divideline_v {
	background-image: url("../Images/line_v.gif");
	background-repeat : repeat-y ;
}
 
.Small {font-size: x-small;font-style : normal;}

.SmallAlert {font-size: 13px;font-style : normal;color: Red;}


/* MENUE ANFANG */
.menu_main {
	width: 170px;
	margin-top: 20px;
	border: 1px solid black;
}

.menu_button {
	font-size: 16px;
	font-style : normal;
	font-weight: normal;
	color: #DE0021;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	width: 100%;
}

.menu_button a, .menu_button a:visited, .menu_button a:link {
	font-size: 16px;
	font-style : normal;
	font-weight: normal;
	color: #DE0021;
	width: 100%;
	text-decoration: none;
}

.menu_button a:hover {
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

.menu_button_inaktiv {
	font-size: 16px;
	font-style : normal;
	font-weight: normal;
	color: #00006B;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	width: 100%;
}

.menu_button_inaktiv a, .menu_button_inaktiv a:visited, .menu_button_inaktiv a:link {
	font-size: 16px;
	font-style : normal;
	font-weight: normal;
	color: #00006B;
	width: 100%;
	text-decoration: none;
}

.menu_button_inaktiv a:hover {
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

.menu_upunkt {
	font-size: 14px;
	font-style : normal;
	font-weight: normal;
	color: #DE0021;
	padding-left:5px;
	width: 100%;
}

.menu_upunkt_inaktiv {
	font-size: 14px;
	font-style : normal;
	font-weight: normal;
	padding-left:5px;
	width: 100%;
}

.menu_upunkt_inaktiv a, .menu_upunkt_inaktiv a:visited, .menu_upunkt_inaktiv a:link {
	font-size: 14px;
	color: purple;
	text-decoration: none;
	width: 100%;
}

.menu_upunkt_inaktiv a:hover {
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

.menu_bild {
	border: none;
}
/* MENUE ENDE */


.BlackBold{font-weight : bold;}

.H1{font-size: 28px;font-style : normal;letter-spacing : 4px;}

H2, h2{
	font-size: 19px;
	font-style : italic;
	letter-spacing : 4px;
	font-weight: normal;
}