/**
 * ################################################################################
 * ########## Import / Globals / Mediatypes
 * ##########
 * ########## @author       Trans Ident Line GmbH / vls
 * ########## @update       06.12.2010
 * ########## @editor       ema
 * ################################################################################
 */



@import url(/common/reset.css);
@import url(/common/jquery/fancybox/fancybox.css);
@import url(/common/jquery/nivoslider/nivo-slider.css);




html {
    height: 100%;
    overflow-y: scroll;
}


body {
    background: url(/common/bg_body.jpg) #fdfded;
    color: #000000 ;
    height: 100%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
}


div#header {
    position: relative;
    z-index: 100;
    height: 122px;
    margin: 0px auto;
    background: url(/common/bg_header.png) repeat-x #000000;
    text-align: center;
}

img#button {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 150;
	}

img {
		border: 1px solid #000000;
		}

div#text {
		margin: 0 auto;
		width: 930px;
		padding-bottom: 40px;
	}


div#text img{
		margin-right: 10px;
	}



h1 {

}

p {
    margin-bottom: 10px;
}

h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #EC7311;
    text-transform: uppercase;
    letter-spacing: -0.5;
}


.nomargin {
    margin: 0;
}


form {
    margin-left:20px;
    color: #992727;
    font-size: 11px;
}


input {
    color: #000000;
    margin-top:5px;
}


a{
    color: #EC7311;
    text-decoration: none;
}


a:hover{
    color: #EC7311;
    text-decoration: underline;
}

.schwarz {
    color: #000000;
}


.fett {
    font-weight: bold;
}


.links {
    float: left;
}


.rechts {
    float: right;
}



/**
 * ################################################################################
 * ########## Nivo Slider
 */



div#karte {
    position: relative;
    z-index: 50;
    height: 400px;
    margin: 0px auto;
    background: url(/common/karte.jpg) center 0px no-repeat;
    padding-top: 50px;
}

#slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    border-bottom: 7px solid #EC7311;
	background: #FFFFFF;
}

#slider {
	position: relative;
    width: 930px;
    margin: 0 auto;
    height: 300px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom: -23px;
	left: -4px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/common/jquery/nivoslider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/common/jquery/nivoslider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}