html, body
{
	background-color: #efe8db;
	border-width: 0px;
	padding: 0px;
	height: 100%;
	margin: 0px;

/* scrolleiste internet explorer ab vers.5.5 */

	scrollbar-darkshadow-color: #efe8db;
	scrollbar-highlight-color: #615a4e;
	scrollbar-3dlight-color: #efe8db;
	scrollbar-shadow-color: #615a4e;
	scrollbar-arrow-color: #615a4e;
	scrollbar-track-color: #efe8db;
	scrollbar-face-color: #f8c289;
}

/* schriftstil, abstände */

body, div, table, tr, td, a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #615a4e;
}

ul
{
	list-style-type: square;
}


#page_padding
{
	padding: 10px;
}

#page
{
	background-color: #f8C289;
	border: 1px solid #554640;
	margin: 0px auto;
	height: 100%;
	width: 970px;
}

/* allgemeine links im text */

a
{
	text-decoration: none;
	font-weight: bold;
	color: #B45B21;
}

a:hover
{
	text-decoration: underline;
	color: #6C0000;
}

/* grundlayout*/

.leiste
{
	border-bottom: 2px solid #7a5338;
	background-color: #e08b54;
	line-height: 24px;
	height: 24px;
	color: #fff;
}

.leisteun
{
	padding-bottom: 5px;
	text-align: center;
	padding-top: 8px;
	font-size: 8pt;
}

.rechts
{
	vertical-align: top;
	text-align: center;
	padding: 5px;
	width: 180px;
}

.nav
{
	background-color: #f8c289;
	vertical-align: top;
	font-weight: bold;
	width: 180px;
	color: #666;
}

.logo
{
	background-image: url(./../images/banner.jpg);
	border-bottom: 2px solid #7a5338;
	background-repeat: no-repeat;
	background-color: #e08b54;
	height: 115px;
}

.inhalt
{
	border-bottom: 1px solid #7a5338;
	border-right: 1px solid #7a5338;
	border-left: 1px solid #7A5338;
	background-color: #ffffe7;
	vertical-align: top;
	text-align: justify;
	padding: 20px;
	height: 80%;
	width: 70%;
}

h1
{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}


h2
{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}

h3
{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}


h4
{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

hr
{
	background-color: #615a4e;
	border-width: 0px;
	color: #615a4e;
	height: 1px;
}


/* menue linke seite */

#menu a
{
	border-bottom: solid 1px #7a5338;
	text-decoration: none;
	padding-left: 5px;
	line-height: 22px;
	padding-top: 2px;
	display: block;
	color: #6d6658;
	height: 22px;
	width: 175px;
}

#menu a:hover
{
	background-color: #fee3c7;
	color: #6C0000;
}

#menu a.aktiv
{
	background-color: #fdd7ae;
	color: #5a5549;
}


/* menue oben */

#menu2
{
	float: right;
}

#menu2 a
{
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	padding: 0px 15px;
	height: 24px;
	color: #fff;
}

#menu2 a:hover
{
	text-decoration: underline;
	color: #6C0000;
}

#menu2 a.aktiv
{
	font-weight: bold;
	color: #ffffe7;
}

#menu2 a.aktiv:hover
{
	text-decoration: underline;
	color: #fff;
}

table.werbung
{
	border: 1px solid #7a5338;
	font-weight: normal;
	margin: 5px auto;
	color: #ffe2a8;
	width: 170px;
}

table.werbung th
{
	border-bottom: 1px solid #7a5338;
	background-color: #e08b54;
	color: #fff;
}

table.werbung td
{
	background-color: #ffffe7;
	text-align: left;
}


table.werbung_links
{
	border: 1px solid #7a5338;
	font-weight: normal;
	margin: 5px auto;
	color: #ffe2a8;
	width: 170px;
}


table.werbung_links th
{
	border-bottom: 1px solid #7a5338;
	background-color: #e08b54;
	color: #fff;
}



table.werbung_links td
{
	text-align: left;
	background-color: #ffffe7;
	
}



table.box
{
	margin-top: 10px;
	text-align: left;
	color: #615a4e;
	width: 100%;
}

table.box a
{
	text-decoration: none;
	color: #615a4e;
}

table.box a:hover
{
	text-decoration: underline;
	color: #6C0000;
}

.img
{
	border: 3px double #7a5338;
	margin: 0px 2px 5px 5px;
}

.img_right
{
	border: 3px double #7a5338;
	margin: 0px 2px 0px 5px;
	float: right;
}

.img_left
{
	border: 3px double #7a5338;
	margin: 1px 8px 5px 0px;
	float: left;
}


.img_rechts
{
	border: 3px double #7a5338;
	margin: 10px 0px 10px 0px;
	
}


.img_links
{
	border: 2px double #7a5338;
	margin: 0px 0px 0px 0px;
}


.img_border
{
	text-decoration: none;
	border: 2px double #e7c085;
	color: #A4531E;
	font-weight: bold;
	width: 100%;
}


.img_border a
{
	text-decoration: none;
	color: #B45B21;
}

.img_border a:hover
{
	text-decoration: underline;
	color: #6C0000;
}


form
{
	display: inline;
}

label
{
	font-weight: bold;
	cursor: pointer;
}

select, input
{
	border: 1px solid #6f282e;
	background-color: #fff;
}

textarea
{
	scrollbar-highlight-color: #f8C289;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
	border: 1px solid #615a4e;
	background-color: #fff;
	overflow: auto;
	width: 100%;
}

.button
{
	background-color: #e08b54;
	border: 1px solid #615a4e;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

.rot
{
	font-family: Courier, monospace;
	font-weight: bold;
	color: #f00;
}

.error
{
	border-color: #d00;
	color: #d00;
}

#xstat
{
	visibility: hidden;
	display: none;
}
