body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Verdana, Arial,Helvetica,sans-serif;
	background: #EFEFEF !important;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #BBB;
}

#header
{
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_header.gif) repeat-x left top;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo { 
	float:left; 
	height:120px;
	background-color: white; 
	color: #AAA;
	font-size: 80%;
}

#buchstaben_bg {
	padding:0;
	float:left; 
	width:250px; 
	height:120px; 
	background:  url(../images/buchstaben_bg.png) no-repeat left top;
}

#menuObenWrap {
	clear: both;
	height: 12px;
	padding: 6px 10px 6px 10px;
	margin: 0 2px 0;
	background-color: #F5982B; 
	border-bottom:1px solid white;
    color: white;
}

.headerLine {
    clear: both;
    height: 14px;
    padding: 6px 10px 6px 10px;
    margin: 0 2px 0;
    background-color: #F5982B;
    border-bottom:1px solid white;
    color: white;
}

#menuObenWrap a, #headerLine a {
	color: white;
	font-family: 'Arial Narrow';
    line-height: 0.8;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.box {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	padding: 0;
	border: 1px solid black;
	color: black;
	background-color: #EEE;
}

.box > span:first-child {
	display: block;
	width: 100%-10px;
	height: 24px;
	background-color: black;
	color: white;
	padding-left: 10px;
	padding-top: 6px;
	font-weight: bold;
}

.box p {
	padding: 10px;
	margin: 0;
}

.box table {
	width: 100%;
	margin: 5px;
	padding: 0;
}

.box input[type=text] {
	width: 80%;
}

.box textarea {
	width: 80%;
	height: 100px;
}

.orange {
	border-color: #F5982B;
}
.orange > span:first-child {
	background-color: #F5982B;
}

.blue {
	border-color: #002851;
}
.blue > span:first-child {
	background-color: #002851;
}

.paper {
    background-color: white;
    box-shadow: 5px 5px 5px #CCC;
    -moz-box-shadow: 5px 5px 5px #CCC;
    -webkit-box-shadow: 5px 5px 5px #CCC;
}
.round {
    border-radius: 0 10px 0 10px;
}
.round > span:first-child {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 10px 0 0;
}

a img {
    vertical-align: top;
}

a.imageText {
    text-decoration: none;
    font-style: normal;
}

.errorMessage {
    color: red;
}

.errorSummary ul li {
    list-style-type: none;
    color: red;
}

.dummy {
    display: none;
}

th {
    background-color: inherit !important;
}