/* Rotes Theme */
/* Helle Farbe:  #FFBCA5  */
/* Mittlere Farbe:  #EC572C  */
/* Dunkle Farbe:  #EC0400  */

body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	background: #222 url('images/banner.jpg') right no-repeat; /* Wird in inc_border_top überschrieben */
	width: 90%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #EC0400 url('images/menu-background-red.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 90%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #EC572C; /* Mittlere Farbe*/
	border-right: 1px solid #EC572C; /* Mittlere Farbe*/
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #EC572C; /* Mittlere Farbe*/
}

#menu a:hover {
	background: #EC0400 url('images/menu-hover-red.png') repeat-x;
	color: #404040;
}

#content {
	width: 88%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 95%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #EC0400 url('images/menu-background-red.png') top left repeat-x; /*Dunkle Farbe */
	border: 1px solid #FFBCA5; /*Helle Farbe */
	font-size: 80%;
}

h1 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #EC0400;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #AD0000;
	text-decoration: none;
}

a:hover {
	color: #404040;
	text-decoration: underline;
}

p { margin-left: 1em; }


/*--------------------------------------------------
  Infoboxen
  --------------------------------------------------*/

table.box{
	border-left: 1px dotted #FFBCA5;
	border-bottom: 1px dotted #FFBCA5;
	border-right: hidden;
	border-top: 1px dotted #FFBCA5;
}
#boxtitle {
	font-size: 80%;
	font-weight:bold;
	text-align: left;
}

#boxtext {
	font-size: 80%;
	text-align: left;
}

/*--------------------------------------------------
  Calendarpicker
  --------------------------------------------------*/

input#calInput1 {
	border: 1px solid #BFBFBF;
	background: url(images/icon_calendar.jpg) no-repeat 5px 1px;
	padding-left: 30px;
	height: 20px;
	width: 120px;
}

/*--------------------------------------------------
Tabber
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px arial, helvetica, verdana, tahoma, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #D3D3D3;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #878787; }
ul.tabbernav li a:visited { color: #878787; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #C4C4C4;
 border-color: #000;
}

ul.tabbernav li.tabberactive a
{
 color: #000; 
 background-color: #efefef;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #878787;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
