/* Für den IE */
@font-face {
 	font-family:borsigplatz;
 	src:url("../fonts/borsigplatz.eot");
}
/* Für alle anderen Browser */
@font-face {
 	font-family:borsigplatz;
 	src:url("../fonts/borsigplatz.ttf");
}
@font-face {
 	font-family:borsigplatz;
 	src:url("../fonts/borsigplatz-bold.ttf");
	font-weight: bold;
}

body,td,th {
	font-family: borsigplatz, Geneva, sans-serif;
	color: #333;
}
h1, h2, h3 {
	font-family: borsigplatz; !important
 	font-weight: bold;
}
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img.hintergrund { display: block; z-index:-20;
	   min-width: 1024px;
	   width: 100%;
	   height: auto;
	   top: 0;
	   left: 0;
	   z-index: 1;
}
.top {
	height: 120px;
	width: 100%;
}
.header {
	position: fixed;
	height: 120px;
	overflow: visible;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #FFF;
	display: block;
	width: 100%;
}
.headermenue {
	position: absolute;
	height: 30px;
	overflow: visible;
	z-index: 3;
	top: 60px;
	right: 0px;
	width: auto;
	}
.headermenue ul{
	list-style-type: none;
}
.headermenue ul > li {
	float: left;
	padding-right: 15px;
}
.headermenue ul > li > ul {
  display: none;
}
.headermenue ul > li:hover > ul {
  display: block;
  position: absolute;
  background-color: #e27a1e;
  list-style-type: none;
}
.headermenue ul > li > ul > li {
  position: relative;
  clear: left;
}
.headermenue a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFF;
	color: #e27a1e;
	padding: 5px; 
	font-weight: bold;
}
.headermenue a:hover{
	background-color: #e27a1e;
	color: #FFF;
}
.headermenue ul > li > ul a {
	background-color: #e27a1e;
	color: #FFF;
}
.headermenue ul > li > ul a:hover {
	color: #000;
}
.headermenue a img{
	display: none;
}
.icons {
	float: right;
}
.headercontent{
	position: relative;
	top: 0;
	left: 0;
}
.headercontent, .maincontent, .footercontent, .realfootercontent {
	display: block;
	margin: 0px auto; 
	width: 960px;
}
.main {
	background:url(../images/bg-main.png) repeat-x top;
}
.maincontent {
	padding: 8px 0px;
}
.footer {
	background-color: #333;
	color: #FFF;
	display: block;
	width: 100%;
	height: 320px;
}
.footerbox {
	width: 310px;
	float: left;
	margin-right: 10px;
}
h1, h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #e27a1e;
	text-decoration:none;
	text-transform: uppercase;
}
h2 {
	padding: 5px 0px;
}
h5 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #e27a1e;
	text-decoration:none;
}

.realfooter {
	background-color: #333;
	color: #FFF;
	display: block;
	width: 100%;
	height: 100px;
}
.realfooterbox {
	float: left;
	margin-right: 10px;
}

.page-header{
	padding-bottom: 20px;
}
.item-page{
  }
.item-page ul {
}
.item-page h2, .category-list h2 {
}
.item-page h4, .contact a, .category-list a {
}
.contact a {
}
.moduletable_menu h3 {
}
.moduletable_menu ul {
}
.moduletable_menu li {
}
.moduletable_menu a {
}
.item-page a {
}
.item-page a {
}
img { 
  border: 0 none; 
}
.sige_small, .sige_small a{
}
/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
a{
	color: #e27a1e;
	background-color: none;
	text-decoration: none;
}
a:hover{
	color: #000;
	background-color: #e27a1e;
}
/*==================================================
 * Effekt Schatten
 * ===============================================*/

 .maincontent img {
 	margin: 0px 18px 0px 0px;
	display: block;
	position: relative;
/*	-webkit-box-shadow: 5px 5px 20px grey;
	-moz-box-shadow: 5px 5px 20px grey;
	box-shadow: 5px 5px 20px grey;*/
} 
