/* alle Seiten */

#title {
	margin-left:15px;
	margin-bottom:2px;
	padding-right:3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	width:91%
	}

.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	}

#bottom {
	margin-left:15px;
	margin-top:4px;
	margin-bottom:13px;
	padding-right:3px;
	width:91%
	}

/* alles unterhalb des Seitentitels */
#inhalt {
	margin-top:13px;
	width:90%;
	}

/* Tags */
body{
	background-image:url(../gfx/bgmain.jpg);
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}

input,td,select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}

th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#E3D29E;
	text-align:center;
	}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	display:inline;
	}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	display:inline;
	}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	display:inline;
	}

/* Klassen */
.button {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#F8F6DE;
	color:#663300;
	border-color:#CBAC50;
	height:20px;
	}

.breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#BD9C37;
	}

.breadcrumbs a:link {
	text-decoration:none;
	color:#BD9C37;
	}
.breadcrumbs a:visited {
	text-decoration:none;
	color:#BD9C37;
	}
.breadcrumbs a:active {
	text-decoration:none;
	color:#BD9C37;
	}
.breadcrumbs a:hover {
	text-decoration:underline;
	color:#CC0000;
	}

.whitebox
	{
	width:100%;
	padding:10px;
	border:solid #E3D29E 1px;
	background-color:#FFFFFF;
	}

.box
	{
	padding:10px;
	border:solid #E3D29E 1px;
	background-color:#FFFFFF;
	}

.box2
	{
	padding:10px;
	border:solid #E3D29E 1px;
	background-color:#FFFFFF;
	}