html {
	height: 100%;
	}

body {
	height: 100%;
	
	background: #ffffff;
	font: normal 9pt/100% Arial, Helvetica, Sans, Sans-Serif;
	color: #222222;
	margin: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a img {
	border-width: 0;
	}

div.clear {
	clear: both;
	}

a {
	color: #d85b00;
	}
a:hover {
	color: #d88000;
	}


/* Grundgeruest */
	
#maintable {
	width: 100%;
	height: 100%;
	}
#mainleft {
	background: transparent url('../../img/bg_left.jpg') top right repeat-y;
	}
#mainmiddle {
	width: 896px !important;
	border: solid #c16b00;
	border-width: 0 2px 0 2px;
	background: #ffffff;
	vertical-align: top;
	}
#mainright {
	background: transparent url('../../img/bg_right.jpg') top left repeat-y;
	}



/* Hauptmenue */

#mainmenu {
	width: 100%;
	line-height: 100%;
	margin: 5px 0 0 0;
	text-align: center;
	}
#mainmenu td {
	padding: 0 12px 0 12px;
	}
#mainmenu a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
#mainmenu a:hover {
	color: #FF3300;
	}


/* Content Container */

#contentcontainer {
	width: 876px;
	margin: 10px;
	border: 0px solid #d88000;
	line-height: 150%;
	font-size: 9pt;
	}
#contentcontainer td {
	border: 0px solid #d88000;
	padding: 5px;
	}

#newscontainer {
        height: 325px;
	overflow: auto;
	background: #e0e0e0;
        }

#content {
	width: 100%;
	}
#content td {
	padding: 0;
	}
#leftcontent {
	vertical-align: top;
	padding: 0 10px 0 0 !important;
	}
#rightcontent {
	vertical-align: top;
	width: 349px;
	}

#leftcontent table {
        border: 1px solid #666666;
        }
#leftcontent table.rahmenorange {
        border-color: #d88000;
        }
#leftcontent table td {
        border: solid #666666;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        padding: 10px 3px 10px 3px;
        }
#leftcontent table.rahmenorange td {
        border-color: #d88000;
        }

#blubar {
	background: #e2a64e;
	}
#iconcontainer {
	width: 350px;
	padding: 4px 0 0 4px;
	border-width: 2px 0 0 0 !important;
	}
#arealinks { /* Links in die einzelnen Bereiche */
	padding: 20px 0 6px 0;
	}




input.searchbox {
	border: 1px solid #c06b00;
	font-size: 9pt;
	}
input.button {
	border: 1px solid #c06b00;
	background: #dddddd;
	font-size: 9pt;
	}


/* Content */

div.category {
	width: 50%;
	float: left;
	font-weight: bold;
	margin: 30px 0 0 0;
	}
div.category img {
	float: left;
	margin: 4px 4px 0 0;
	border: 1px solid #555555;
	}


/* TEXT */

h1, h2, h3, h4 {
	color: #d88000
	}



h1 {
	font-size: 16pt;
	display: block;
	padding: 5px 0 5px 3px;
	margin: 0 0 10px 0;
	color: #ffffff;
	background: #d88000;
	}

/* myPHPCalendar */
table.myphpcalendar {
	width: 100%;
	border: 1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	}
table.myphpcalendar td {
	border: 1px solid #666666;
	height: 50px;
	text-align: center;
	}
	
td.myphpCalHeader {
	font-weight: bold;
	font-size: 20pt;
	}
	
td.myphpCalDayNames {
	font-weight: bold;
	background: #333333;
	color: #FFFFFF;
	}

table.search{
	width: 100%;
	border-collapse: collapse;
	border-width: 0px !important;
	}
	table.search td{
		padding: 5px 4px 5px 4px;
		border: dashed #999999 !important;
		border-width: 1px 0 1px 0 !important;
		font-weight: bold;
		}

table.events_big{
	width: 100% !important;
	font-size:8.5pt;
	}

/* Gästebuch */
div.gbookEntry{
	border: solid #666666;
	border-width: 0 0 1px 0;
	margin: 0 0 20px 0;
	}
	div.gbookEntryHeader{
		font-weight: bold;
		}
	div.gbookEntryTime{
		font-size: 8.5pt;
		font-weight: bold;
		}
	div.gbookEntryMessage{
		padding: 10px 0 10px 0;
		}

table.gbookFormTable{
	width:100%;
	border-width: 0 !important;
	}
	table.gbookFormTable td{
		border-width: 0 !important;
		}
	table.gbookFormTable input{
		border: 1px solid #666666;
		width: 200px;
		}
	table.gbookFormTable textarea{
		width: 100%;
		height: 150px;
		border: 1px solid #666666;
		}
	td.label{
		font-weight: bold;
		}
	span.gbookEmptyItem{
		color: #cc0000;
		}