body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	text-align: center;
	background-color: White;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
}

table
{
	font-size:	12px;
	padding:	0px;
	margin:	0px
}

table.frame
{
	border:	1px solid gray;
}

table.calendar
{
	border:	1px solid gray;
	font-size:	15px;
}

tr.red_frame
{
	border:	3px solid red;
}

td.veranstaltung
{
	background-color: orange;
}

a.actday
{
	text-decoration: none;
	color: red;
	font-size: 15px;
}

a.actday:hover
{
	text-decoration: underline;
	color: green;
	font-size: 15px;
}

a.calendar
{
	text-decoration: none;
	color: black;
	font-size: 15px;
}

a.calendar:hover
{
	text-decoration: underline;
	color: blue;
	font-size: 15px;
}

/* linkfarben sind veraenderbar */
a.row_0
{
	text-decoration: underline;
	color: black;
}

a.row_0:hover
{
	text-decoration: none;
	color: blue;
}

td.row_0
{
	background-color:	powderblue;
	color: black;
}

td.row_1
{
	background-color:	#f6f6f6;
}

tr.bundle_0
{
	background-color:	white;
}

tr.bundle_1
{
	background-color:	powderblue;
}

tr.bundle_2
{
	background-color:	orange;
}

tr.bundle_3
{
	background-color:	purple;
}

a {
	text-decoration: underline;
	color: black;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: blue;
	font-size: 12px;
}

a.navi
{
	text-decoration: none;
	color: white;
	font-size: 15px;
}

a.navi:hover
{
	text-decoration: none;
	color: gray;
	font-size: 15px;
}

a.update_true
{
	font-weight: bold;
	text-decoration: none;
	color: blue;
	font-size: 13px;
}

a.update_true:hover
{
	text-decoration: underline;
	color: blue;
	font-size: 13px;
}

a.update_false
{
	text-decoration: none;
	color: blue;
	font-size: 12px;
}

a.update_false:hover
{
	text-decoration: underline;
	color: blue;
	font-size: 12px;
}

h1, h2 {
	color: #ab0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	20px;
}

h3, h4, h5, h6 {
	color: #ab0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	}

textarea
{
	width			:	300px;
	height		:	150px;
}

/* Seiten-Elemente*/
#container {
	width: 800px; /**/
	width: 810px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin-top: 20px;
	width: 800px;
}
#navi {
	margin-top: 2px;
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 9px; /*padding-bottom: 9px;*/
	text-align: left;
	clear: none;
	background-color: #4b4b4b;
	background-image: url(../bgnavi.png);
	background-repeat: repeat-x;
}
#main {
	margin-top: 0px;
	width: 800px;
	min-height: 300px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	clear: none;
	background-color: #f6f6f6;
	background-image: url(../bgmain.png);
	background-repeat: repeat-x;
}
#info {
	margin-top: 8px;
	padding-left: 51px;
	text-align: left;
}
#box {
	background-color: White;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
	max-width: 150px;
}
#box a {
	text-decoration: none;
	color: #4b4b4b;
}
#box a:hover {
	text-decoration: underline;
}

/* Design-Elemente*/
#text {
	/*width: 560px;*/
	padding: 30px 40px 40px 225px;
	font-size:	14px;
}

#ueberschr {
	color: Maroon;
	font-size: 18px;
}
#submit {
	background-image: url(../image/submit.png);
	width: 35px;
	height: 31px;
	border: 0px;
}

#navtextpos {
	text-align: left;
	padding: 20px 20px;
}


#author {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
#zitat {
	font-size: 12px;
	font-style: italic;
}
#datum {
	color: Gray;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	color: Gray;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#navitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: White;
}
#navitextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: White;
	padding-left: 20px;
}
#normaltext {
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#infotext {
	color: #4b4b4b;
	font-size: 12px;
	text-align: left;
}
