body {
	background: #CCCCCC url(img/layout/fade.jpg) repeat-x;
	margin: 10px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

body.foto {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

a:link { text-decoration: none; color: #003366; }
a:visited { text-decoration: none; color: #003366; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }

table.error{ border : 1px solid #FF0000; }
table.okay{ border : 1px solid #00FF00; }

td {
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

.oben { background: #FFFFFF url(img/layout/BG_O.jpg) repeat-x; }
.rechts { background: #FFFFFF url(img/layout/BG_R.jpg) repeat-y; }
.unten { background: #FFFFFF url(img/layout/BG_U.jpg) repeat-x; }
.links { background: #FFFFFF url(img/layout/BG_L.jpg) repeat-y; }

.box_style {
/*	background: #FFFFFF url(img/layout/newsfade.jpg) repeat-y; */
	border: 1px solid #CCCCCC;
}

.bg_trans {
	background-color: transparent;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 15px;
	color: #666666;
}

.small {
	font-size: 10px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	background: #ffffff url(img/layout/BG_menu.jpg) repeat-x;
}

.menu a:link { text-decoration: none; color: #000000; }
.menu a:visited { text-decoration: none; color: #000000; }
.menu a:hover { text-decoration: none; color: #666666; }
.menu a:active { text-decoration: none; color: #666666; }

img.img_link {
	border: 1px solid #666666;
}

.kalenderaround { 
	border: 1px solid #CCCCCC;
	border-collapse: collapse; /* css-level2: ermoeglicht das zusammenfallen von border */
}

.kalender {
	border : 1px solid #CCCCCC; 
	text-align: center;
	font: 13px;
}

.kalender_link {
	background-color: #DDDDDD;
	color: #003366;
	cursor: hand;
	text-align: center;
	font: bold 13px;
	text-decoration: none;
}

.kalender_link:link { color: #003366; }
.kalender_link:visited { color: #003366; }
.kalender_link:hover { color: #000000; }
.kalender_link:active { color: #000000; }

input.normal {
	background-color:#eeeeee;
	border:solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
input.submit { 
	background-color:#cccccc;
	border:solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

textarea{
	background-color:#eeeeee;
	border:solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.red a:link {
	color: #FF0000;
}