body {
	margin: 0px;
    background-color: #FFFFA9;
    color: #007050;
	padding: 10px;
	font-family: Verdana,Arial,Helvetica;
	}

div.main {
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #845F56;
	}

/*
 * Kopfzeile, oberes Menü
 */

div.head_text {
	width: 400px;
	height: 18px;
	padding: 3px;
	padding-top: 45px;
	margin: 0px;
	margin-left: auto;
	border-bottom: 3px solid #845F56;
	overflow: hidden;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #007050;
    }

/*
 * Linke Spalte, seitliches Menü
 */

div.left_column {
	float: left;
	width: 200px;
	margin: 0px;
	margin-bottom: 10px;
    padding: 0px;
    text-align: center;
	}

p.menu_item {
	width: 120px;
	padding: 5px;
	margin: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
	font-weight: bold;
	color: #007050;
	text-align: center;
	}

/*
 * Logo
 */

div.logo {
    width: 200px;
	padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px solid #845F56;
	}

a.logo {
	text-decoration: none;
    text-weight: normal;
	color: #007050;
    }

a.logo:hover {
	text-decoration: none;
    text-weight: normal;
	color: #007050;
    }

/*
 * Menü Links
 */

a.menu_item {
	text-decoration: none;
	color: #000000;
	}

a.menu_item:hover {
	text-decoration: none;
	color: #007050;
	}

a.menu_item_active {
	text-decoration: none;
	color: #007050;

	}

a.menu_item_active:hover {
	text-decoration: none;
	color: #007050;

	}

/*
 * Links
 */

a {
	text-decoration: none;
    font-weight: bold;
    color: #FF0000;
	}

a:hover{
	text-decoration: underline;
    color: #FF0000;
	}

/*
 * Überschriften
 */

h1 {
	font-size: 150%;
	font-weight: bold;
    text-align: left;
    color: #000000;
    }

h2 {
	font-size: 150%;
	font-weight: bold;
    text-align: left;
    color: #FF0000;
    }

h3 {
	font-size: 130%;
    font-weight: bold;
    text-align: left;
    color: #000000;
    }


/*
 * Content
 */
div.content {
	margin-left: 230px;
	padding: 10px;
	padding-right: 30px;
	font-size: 12px;
	text-align: justify;
	}

li {
	text-align: left;
	}

p {
	margin-top: 0px;
    margin-bottom: 10px;
    }

div.text {
	margin-top: 0px;
    margin-bottom: 50px;
    }

td {
	font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    vertical-align: top;
    }

div.img-right {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
	font-size: 11px;
	}

p.img-descr {
	margin-top: 8px;
	}


/*
 * Kalender
 */

table.calendar {
	margin-top: 20px;
	}

td.calendar_head {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
	}

td.calendar_weekday {
	font-weight: bold;
	}

td.calendar_sunday {
	color: #FF0000;
	}

td.calendar_normalday {
	}

a.calendar {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	}
