﻿body
{
	background: #F6F1D8 url(Images/Body_BG.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #E43424;
}
td
{
	vertical-align: top;
}
td, body, div, input
{
	font-family: Arial, Verdana;
	font-size: 13px;
}
img
{
	border: 0px;
}
.Page
{
	background-color: #FFFFFF;
	border: 1px solid #E03127;
	border-top: none;
	width: 750px;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 30px;
}
.Left
{
	width: 140px;
	float: left;
}
.Content
{
	padding-left: 20px;
	float: left;
	top: 0px;
	left: 160px;
	width: 580px;
}
.ListHeading td
{
	font-size: 12px;
	font-weight: bold;
	background-color: #F3DE71;
	padding: 2px;
}
.ListItem td
{
	padding: 2px;
}
.ListAltItem td {
	background-color: #F6F1D8;
	padding: 2px;
}
.Art a
{
	font-size: 12px;
	font-weight: bold;
}
div.MenuHeaderSortsliste
{
	padding: 2px;
	color: #489E3D;
	padding-left: 0px;
	font-weight: bold;
}
div.Cms-Menu a
{
	color: #000000;
	text-decoration: none;
}
div.Cms-Menu ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.Cms-Menu li
{
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
	padding-left: 15px;
	background: #BBE3B6 url(Images/Cms-Tab-Li-Bg.gif) repeat-y top left;
}
div.Cms-Menu li.Selected
{
	background-color: #54B948;
}
div.Cms-Menu .Selected a
{
	font-weight: bold;
	color: #FFFFFF;
}
h1, h2
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
h3
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}
h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
}
div.Cms-Tab
{
	height: 28px;
	background: #F6E799 url(Images/Cms-Tab-ItemBg.gif);
	clear: both;
	margin-bottom: 20px;
}
div.Cms-Tab ul
{
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.Cms-Tab li
{
	float: left;
	display: block;
	line-height: 23px;
	margin: 0px;
	margin-top: 2px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFFFFF;
}
div.Cms-Tab li.Selected
{
	background-color: #E43424;
}
div.Cms-Tab li.Selected a
{
	color: #FFFFFF;
}
div.Cms-Tab a
{	
	color: #000000;
	text-decoration: none;
}
Form
{
	margin: 0px;
}
div.TabBar
{
	width: 100%;
	background: #DFDCD3 url(Images/TabBarBg.gif);
	height: 23px;
	border-bottom: 1px solid #918E81;
	display: block;
	clear: right;
}
div.TabBar ul
{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
div.TabBar li
{
	display: block;
	float: left;
	line-height: 23px;
	border-right: 1px solid #918E81;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
div.TabBar li.Selected
{
	background: url(Images/TabBarItemSelectedBg.gif) repeat-x top left;
}
div.TabBar a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
div.CommandBar
{
	background-color: #F3DE71;
	border-top: 1px solid #E43424;
	border-bottom: 2px solid #E43424;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 23px;
}
div.CommandBar ul
{
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
div.CommandBar li
{
	display: block;
	float: left;
	line-height: 23px;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
div.CommandBar .TextBox
{
	width: 100px;
}
iframe.Cms-IframeDisplay
{
	height: 500px;
}
.ListTable .TextBox
{
	height: 15px;
	width: 150px;
}
.ListTable .Select
{
	width: 150px;
}
.ListTable
{
	border-bottom: 1px solid #F3DE71;
}
/* Input */
.Button
{
	border: 1px solid #A89326;
	background-color: #EEE7C6;
	height: 20px;
	cursor: pointer;
	font-weight: bold;
}
.TextBox
{
	border: 1px solid #A89326;
	width: 400px;
	height: 16px;
}
.TextArea
{
	border: 1px solid #A89326;
	width: 400px;
}
/* Form */

div.Form .Select
{
	width: 400px;
}
div.Form .Row
{
	display: block;
	padding-bottom: 2px;
}
.Form .Label, .Form Label
{
	display: block;
	width: 150px;
	color: #000000;
}
.Form, .FormManual
{
	background-color: #F6F1D8;
	padding:4px;
}
.Cms-ArticleDisplay-Intro
{
	font-weight: bold;
	padding-bottom: 20px;
}

@media print
{
	body
	{
		background: #FFFFFF;
	}
	div.TabBar, div.Cms-Tab, div.Left, div.Top
	{
		display: none;
	}
	div.Page
	{
		border: 0px;
	}
}
