@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

html {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #121212;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 50px;
	background: #eee;
	/*background: url('../img/footer-bottom.jpg') bottom left repeat-x;*/
	height: 100%;
}

a img {
	border: 0;
}

/* footer */
#footer {
	background: #eee;
	height: 120px;
	position: relative;
}

#footer div.fwrap {
	position: absolute;
	top: 40px; right: 20px;
	color: #777;
}

/* widths */
.wmax {
	width: 100%;
}

/* userpanel */
.user-panel {
	position: absolute;
	right: 10px;
	z-index: 100;
	top: 10px;
	background-color: #f6f6f6;
	height: 47px;
	border: 1px solid #ccc;
	padding:  10px;
}
.user-panel img {
	margin-right: 20px;
}


/* floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* tooltip */
.tooltip {
  color: #000000; 
  outline: none;
  text-decoration: none;
  position: relative;
}
.tooltip span.box, .tooltip div.stemp {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span.box {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  background: #e5e5f0 url(../img/tooltip.png) 0 0 repeat-x;
  left: 150px;
  top: 0px;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border: 1px solid #767676;
  color: #333;
  border-radius: 5px;
  padding: 5px;
  z-index: 3;
  line-height: 1.3;
}
.tooltip:hover span.box.list {
	left: 30px;
	top: -8px;
}
.tooltip:hover span.box.calendar {
	left: -50px;
	top: 40px;
	text-align: left;
	font-size: 13px;
}
.tooltip:hover div.stemp {
   left: 136px;
   top: 4px;
   position: absolute;
   background: url(../img/tooltip-stemp.png);
   width: 15px;
   height: 18px;
   z-index: 100;
   margin-left: 0;
}
.tooltip:hover div.stemp.list {
	left: 16px;
	top: -1px;
}

/* aktiontoggle */
.step_toggle {
	display: block;
	cursor: pointer;
	outline: none;
	height: 31px;
	background: url(../img/graywhite-title.jpg) 0 0 repeat-x;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	margin: 0;
	font-weight: normal;
}

.step_toggle_active {
	background: #7c7c7c;
	color: #fff;
	font-weight: bold;
}

.step_toggle.disable {
	color: #aaa;
	background-color: #efefef;
	cursor: default;
}

.step_toggle.noborder {
	
}

.step_toggle.last {
	border-bottom: 1px solid #ccc;
}

.step_content {
	background-color: #ffffff;
	color: #121212;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.step_content div.content {
	padding: 20px;
}

.step_content.last {
	border-bottom: 1px solid #ccc;
}

.step_content .fTitle {
	font-size: 14px;
	text-indent: 3px;
	padding-bottom: 5px;
}

/* media-box */
.media-box {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.media-box.active {
	background-color: #e7ffc7;
}
.media-box.active .media-product{
	border: 1px solid #e7ffc7;
}
.media-box.active .media-product:hover {
	border: 1px solid #80a74d;
	background-color: #a3d75e;
}
.media-product.disable {
	opacity: 0.5;
}

.media-box h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

.media-disable {
	position: absolute;
	z-index: 2;
	width: 140px;
	text-align: center;
	margin-top: -5px;
}

.media-product {
	margin-right: 15px;
	height: 80px;
	position: relative;
	width: 140px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.media-icon {
	width: 140px;
	text-align: center;
	margin-top: 10px;
}
.media-product:hover {
	border: 1px solid #ccc;
	background-color: #efefef;
}


.media-title {
	width: 140px;
	position: absolute;
	bottom: 5px;
	text-align: center;
}

/* calender */
.calender {
	position: relative;
}

.calender .pagingLeft {
	position: absolute;
	left: 10px;
	top: 15px;
}

.calender .pagingRight {
	position: absolute;
	right: 10px;
	top: 15px;
}

.calender .headtitle {
	font-size: 18px;
	text-align: center;
	padding: 15px 0px;
	padding-bottom: 0px;
}

.calender .subtitle {
	font-size: 13px;
	text-align: center;
	padding: 15px 0px;
	padding-top: 0px;
}

.calender table {
	width: 100%;
}

.calender table thead td {
	width: 14%;
	background-color: #efefef;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #ccc;
}

.calender table tbody td {
	background-color: none;
}

.calender table tbody div {
	position: relative;
}

.calender table tbody div .title {
	background-color: #333;
	padding: 5px 0px;
	text-align: center;
	color: #fff;
	height: auto;
}

.calender table tbody div .content {
	color: #c60000;
	border: 1px solid #ccc;
	border-top: 0px;
	height: 45px;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	padding-top: 5px;
}

.calender table tbody div .content div {
	font-size: 12px;
	color: #666;
}

.calender table tbody div.inactive {
	cursor: default !important;
}

.calender table tbody div.inactive .title {
	background-color: #efefef;
}

.calender table tbody div.inactive .content {
	border: 1px solid #efefef;
}

/* gallerypreview */
.galleryPreview {
	position: absolute;
	background-color: #fff;
	padding: 25px 8px 3px 3px;
	right: 30px;
	top: -30px;
	z-index: 100000000;
	border: 1px solid #aaa;
	text-align: center;
}

.galleryPreview .close {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

/* order */
.order {
	position: relative;
}

.order div a {
	text-decoration: none;
	display: block;
}

.order div {
	position: absolute;
	right: 5px;
	top: -22px;
	width: 34px;
	height: 20px;
	background: url(../img/order.png) 0 0 no-repeat;
	cursor: pointer;
}

.order.asc div {
	background: url(../img/order.png) 0 -20px no-repeat;
}

.order.desc div {
	background: url(../img/order.png) 0 -40px no-repeat;
}

/* header */
#header {
	height: 85px;
	position: relative;
	background: url(../img/header.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #d3d3d3;
}

#header .logo{
	position: absolute;
	left: 64px;
}

#header .button {
	position: absolute;
	bottom: 0px;
	left: 64px;
}

#header .button div {
	float: left;
	background: url(../img/header-button.jpg) 0 0 repeat-x;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #90240d;
	border-bottom: 0px;
	border-left: 0px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
}

#header .button div a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 20px;
}

#header .button div.active,#header .button div:hover {
	background: url(../img/header-button-hover.jpg) 0 0 repeat-x;
	border-color: #d6691f;
}

#submenu {
	height: 34px;
	background: url(../img/header-submenu.jpg) 0 0 repeat-x;
}

#submenu div {
	margin-left: 64px;
	padding-top: 5px;
}

#submenu div a {
	font-size: 12px;
	color: #777;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

#submenu div a:hover {
	text-decoration: underline;
}

/* list */
table.list {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.list thead td {
	/*background: url(../img/red-title.jpg) 0 0 repeat-x;*/
	background: #7c7c7c;
	border: 1px solid #7c7c7c;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	text-indent: 10px;
	padding: 5px;
	position: relative;
}

table.list tbody td {
	border-bottom: 1px dotted #ddd;
	line-height: 21px;
	text-indent: 5px;
}

table.list tbody td.center {
	text-align: center;
}

table.list tbody td.usePadding {
	text-indent: 0px;
	padding-left: 10px;
}

table.list tbody td a img {
	vertical-align: middle;
	padding: 5px 0px;
}

table.list tbody td a {
	color: #333;
	text-decoration: none;
}

table.list tbody tr  td.details {
	padding: 10px;
}

table.list tbody tr {
	background-color: #fff;
}

table.list tbody tr.e {
	background-color: #efefef;
}

table.list tbody td a:hover {
	text-decoration: underline;
}

table.list tbody tr:hover {
	background-color: #fff8e5;
}

table.list tfoot td {
	background-color: #fff;
	text-indent: 10px;
	padding: 5px 0px;
	padding-right: 10px;
}

table.list tfoot td a,table.list tfoot td b {
	text-decoration: none;
	color: #555;
	font-size: 14px;
	padding: 0px 5px;
}

table.list tfoot td a:hover {
	color: #c60000;
}

table.list tfoot td b {
	color: #c60000;
}

/* search */
.search {
	border: 1px solid #a2d0ff;
	background-color: #f6faff;
	padding: 15px;
	margin-bottom: 15px;
}

.search h1 {
	font-size: 16px;
	color: #4587cb;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

/* content */
#content {
	padding: 20px 30px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

/* titles */
h1 {
	font-size: 24px;
}

.box-redTitle {
	height: 31px;
	background: #7c7c7c;
	border-bottom: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px;
	line-height: 28px;
	text-indent: 10px;
}

.box-blueTitle {
	/*background: url(../img/blue-title.jpg) 0 0 repeat-x;*/
	background: #7c7c7c;
	border: 1px solid #7c7c7c;
	border-bottom: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px;
	line-height: 28px;
	text-indent: 10px;
}

.box {
	border: 1px solid #d6d6d6;
	border-top: 0px;
	background: #f5f5f5 url(../img/box-background.jpg) 0 0 repeat-x;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* form elements */
.formButton {
	line-height: 21px;
	border: 0;
	/*background: url(../img/button-gray.jpg) 0 0 repeat-x;*/
	background: #6ca0d1;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
}

.formInput {
	background: #fff url(../img/input.jpg) 0 0 repeat-x;
	border: 1px solid #d6d6d6;
	margin: 3px;
	font-size: 16px;
	padding: 5px;
	border-radius: 5px;
}
.formInput[size="58"] {
	width: 443px;
}
.formInput[size="25"] {
	width: 212px;
}

.formDate {
	background: #fff url(../img/input.jpg) 0 0 repeat-x;
	border: 1px solid #d6d6d6;
	margin: 3px; 
	width: 100px;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	border-radius: 5px;
	float: left;
}

.formSelect {
	background: #fff url(../img/input.jpg) 0 0 repeat-x;
	border: 1px solid #d6d6d6;
	width: 400px;
	margin: 3px;
	font-size: 16px;
	padding: 5px;
	border-radius: 5px;
}

.formTextarea {
	margin: 3px;
	border: 1px solid #d6d6d6;
	background: #fff url(../img/input.jpg) 0 0 repeat-x;
	font-size: 16px;
	padding: 5px;
	font-family: arial;
	border-radius: 5px;
}

/* hr */
hr {
	width: 100%;
	margin: 0 auto;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #fff;
	margin: 10px 0px;
	background-color: #ddd;
}

/* font-size */
.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

.light {
	color: #555;
}

/* error */
.box .error {
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

.box .success {
	color: green;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

/* spellchecker */
.spellcheck-suggestbox {
	position: absolute;
	display: none;
	z-index: 9999;
	overflow: none;
	padding: 0px 9px 9px 0px;
	background: transparent url(../img/spellchecker_shadow.png) no-repeat scroll right bottom;
	font: normal 13px arial;
}
.spellcheck-suggestbox em {
	border-top: 1px solid #ccc;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333;
	font-style: italic;
}
.spellcheck-suggestbox a, .spellcheck-suggestbox a:visited {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 6px 3px 6px;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333;
	outline: none;
}
.spellcheck-suggestbox a.first, .spellcheck-suggestbox a.first:visited {
	border-top: 1px solid #ccc;
}
.spellcheck-suggestbox a:hover {
	color: #000;
	background: #ddd;
}
.spellcheck-suggestbox-words {
	background: #fff;
}
.spellcheck-suggestbox-foot {
	border-top: 1px solid #ddd;
	background: #fff;
}
.spellcheck-suggestbox-foot a, .spellcheck-suggestbox-foot a:visited {
	outline: none;
} 
.pellcheck-focus-helper {
	position: absolute;
	top: -2000px;
	z-index: 0;
}
.spellcheck-word-highlight {
	color: #d70303;
	text-decoration: none;
	background: url(../img/spellchecker_bg.gif) repeat-x 100% 100%;
	cursor: pointer;
}
.spellcheck-badwords {
	margin: 0;
	width: 598px;
	margin-left: 3px;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 6px;
}
.spellcheck-sep {
	padding-right: 0.5em;
}
.spellcheck-sep-last {
	display: none;
}

/** menu **/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	margin-right: 2px; }

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	font-size: 13px;
	width: 80px;
	background: #ab0000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #c60000}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	background: #ab0000;
	min-width: 120px;
	border: 0 !important; }

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px !important;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ab0000;
		color: #fff;
		font: 11px arial}

	#sddm div a:hover
	{	background: #c60000;
		color: #FFF}
		
		
/* Öffnugnszeiten */
.language {
	background: #BBB;
}