body {
	background-color: #EEE;
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
}

#container {
	background-color: white;
	width: 960px;
	margin: 0 auto;
}

#header {
	background-color: #D3DFF5;
	background-image: url(/images/layout/blues.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 960px;
}

#content {
	padding: 40px 0 20px 10px;
}

#middle {
}

#left {
}

h1, h2, h3, h4, h5 {
	color: #5277C0;
}

#middle h1, #middle h2, #middle h3, #middle h4, #middle h5 {
	letter-spacing: 1px;
	font-weight: normal;
	margin: 4ex 0 1ex 0;
}

#middle h1 {
	margin-top: 0;
	font-size: 1.5em;
}
#middle h1.sub {
	margin-top: -1ex;
	font-size: 1em;
}

#middle h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;
}

#middle h3 {
	font-size: 1em;
}

#middle h4 {
	font-size: .9em;
}

#middle p, #middle li, #middle th, #middle td, #middle form {
	font-size: 10pt;
	color: #00042D;
}

#left ul, #left ol, #middle ul, #middle ol {
	list-style-position: outside;
	padding-left: 0;
	margin: 0 1em 0 2em;
	text-indent: 0;
}

#left li, #middle li {
	margin-left: 1ex;
	text-indent: 0;
}

#left p, dl, ul, ol {
	font-size: 8pt;
	padding: 0 10px;
}

#right p {
	font-size: 8pt;
	padding: 0;
}

#right dt {
	font-size: 8pt;
	font-weight: bold;
	padding: .5ex 0;
	margin: 0;
}

#right dd {
	font-size: 8pt;
	padding: 0;
	margin: .5ex 10px;
}

#right ul, #right ol {
	list-style-position: outside;
	padding-left: 0;
	margin-left: 2ex;
	text-indent: 0;
}

#right li {
	font-size: 8pt;
	padding: 0;
	margin: 0 2ex 0 4ex;
	text-indent: 0;
}

#left table.box, #right table.box {
	background-color: white;
	background-image: url('/images/layout/box-header-blue.png');
	background-position: -1px -1px;
	background-repeat: no-repeat;
	width: 220px;
	border: 1px solid #69F;
	margin-bottom: 2ex;
	padding-bottom: 1ex
}

#left table.box {
	width: 200px;
	margin-left: 10px;
}

#right table.box-red {
	background-color: white;
	background-image: url('/images/layout/box-header-red.png');
	background-position: -1px -1px;
	background-repeat: no-repeat;
	width: 220px;
	border: 1px solid #C53D3D;
	margin-bottom: 2ex;
	padding-bottom: 1ex
}

#left table.box h1, #right table.box h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #5277C0;
	padding: 0 10px;
}

#right table.box-red h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #C53D3D;
	padding: 0 10px;
}

#left table.box td, #right table.box td, #right table.box-red td {
	padding: 6px 0 0 0;
}

#left table.box p, #right table.box p, #right table.box-red p {
	font-size: 8pt;
	padding: 0 10px 0 10px;
}

#right table.box-red a {
	color: #940303;
}

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

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

a.menu-item, span.blind-menu-item, a.menu-item-service, a.menu-item-infothek {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px 8px 9px 8px;
	display: block;
}
a.menu-item:hover {
	background-color: #FBEF1B;/*#63a4dd;*/
	color: #185B90;
	cursor: hand;
	text-decoration: none;
}
span.blind-menu-item:hover {
	text-decoration: none;
}
a.menu-item-sel {
	font-size: 12px;
	font-weight: bold;
	color: #185B90;
	padding: 10px 8px 9px 8px;
	display: block;
	cursor: hand;
	text-decoration: none;
	background-color: #FBEF1B;
}
a.menu-item-service:hover {
	background-color: #FF9200;
	color: white;
	cursor: hand;
	text-decoration: none;
}
a.menu-item-service-sel {
    background-color: #FF9200;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px 8px 9px 8px;
	display: block;
	cursor: hand;
	text-decoration: none;
}
a.menu-item-infothek:hover {
	background-color: #940303;
	color: white;
	cursor: hand;
	text-decoration: none;
}
a.menu-item-infothek-sel {
    background-color: #940303;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px 8px 9px 8px;
	display: block;
	cursor: hand;
	text-decoration: none;
}

a.menu-subitem {
	font-size: 12px;
	padding: 0 0 0 1em;
	line-height: 20px;
	font-weight: normal;
}

a.menu-subitem:hover {
}

img {
	border: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

li {
	line-height:		125%;
}

table.list {
	width: 100%;
}
table.list th {
	padding: 4px 6px;
	border-top: 1px solid #72BBFF;
	border-bottom: 2px solid #72BBFF;
	background-image: url('/images/layout/box-header-blue.png');
  background-position: 0 -1;
  background-repeat: no-repeat;
}
table.list td {
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

label {
  float: left;
  width: 10em;
  font-size: 8pt;
}

input[type=text], input[type=file], input[type=password], textarea {
  font-family: monospace;
  font-size: 10pt;
	width: 240px;
	padding: 2px 4px;
	border: 1px solid #5277C0;
}

.image-l {
	margin: .33ex 1em 1ex 0;
	float: left;
	clear: left;
}

.image-r {
	margin: .33ex 0 1ex 1em;
	float: right;
	clear: right;
}

.image-l p, .image-r p {
	font-size: .7em;
}

.small {
    font-size: 8pt;
}

.box-header, .box-header-red {
	margin-top: 4ex; /* wie h1 */
    background-position: top;
    background-repeat: no-repeat;
    font-size: 10pt;
    padding: 6px 12px;
    font-weight: bold;
}
.box-header {
	background-image: url('/images/layout/box-header-blue.png');
	color: #5277C0;
}
.box-header-red {
	background-image: url('/images/layout/box-header-red.png');
    color: #C80000;
}

.fatu {
	padding-bottom: 2px;
	border-bottom: 2px solid #008DDE;
}

.highlight {
    background-color: yellow;
}

.left {
	float: left;
	margin: 0 1em 1ex 0;
}

.right {
	float: right;
	margin: 0 0 1ex 1em;
}

.wiki {
	border-right: 3px solid blue;
}

div.box {
	width: 250px;
	margin: 0 0 2ex 1em;
	padding: 4px 8px;
	border: 1px solid #72BBFF;
	background-color: white;
	background-image: url('/images/layout/box-header-blue.png');
	background-position: -1px -1px;
	background-repeat: no-repeat;
}
div.box-title {
    font-size: 10pt;
    padding: 2px 0;
    color: #185B90;
    font-weight: bold;
}

div.event-info {
	font-size: 8pt;
}

div.event-info dt {
	font-weight: bold;
	margin: 2ex 0 .5ex 0;
	color: #5277C0;
}

div.event-info dd {
	margin-left: 1em;
}

div.event-info ul {
	padding: 0 0 0 2em;
}

p.doclist {
	margin-left: 45px;
	clear: left;
}
p.doclist img {
	float: left;
	margin: 0 13px 6px -45px;
}


.pagination .disabled {
	display: none;
}

a.admin_link {
	color: red;
}
div.admin {
	border: 1px dotted #CCC;
	background-color: #FFFFE0;
	font-size: 80%;
	padding: 4px 8px;
	margin-bottom: 20px;
}

/* farmhousecheese */

.locale_link {
  font-weight: normal;
}
.locale_link-sel {
  font-weight: normal;
  border-bottom: 2px solid #008DDE;
}

