/*
Author: justafoto by Hendrik Just
Author URI: http://www.justafoto.de/
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 80%;
	line-height: 1.6em;
	color: #152b71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_body.gif) repeat-x left top;
	text-align: left;
}

p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 12px;
}

h2 {
	font-size: 15px;
	background-image: url(../images/bg_titel.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 bottom;
	margin: 0 0 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: solid 1px #bcc7d0;
}

h2 { 
	position: relative; 
}

h2 span { 
	font-size: 13px;
	width: 184px; 
	top: 3px; 
	right: 3px; 
	position: absolute; 
	height: 21px; 
	background: #ffe400 url(../images/btn-telefon.png) no-repeat 0 0; 
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px;
}

a {
	color: #4da6d5;
	text-decoration: none;
}

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

#main p {
	width: 420px;
}

#blocklinks p {
	width: 304px;
}

#blockrechts p {
	width: 304px;
}

blockquote {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bg_block.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center;
	text-align: center;
	width: 230px;
	height: 52px;
	margin-bottom: 12px;
	margin-left: 30px;
	padding-top: 12px;
	border: solid 1px #bcc7d0;
}

span.kursiv { 
	font-style: italic; 
}

/* Layout --------------------------*/

#wrapper {
	background-image: url(../images/bg_1900px.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header {
	background-image: url(../images/bg_header_02.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 900px;
	height: 197px;
	margin: 0;
	padding: 0;
}

#header p {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	height: 23px;
	margin-top: 0;
	margin-right: 166px;
	margin-bottom: 0;
}

#header a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

#animation {
	width: 670px;
	height: 174px;
	float: right;
}

/* Content -------------------------*/

#content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 900px;
	text-align: left;
	float: left;
}

#rechts {
	float: right;
	width: 659px;
}

#links {
	width: 216px;
	height: 400px;
	float: left;
}

#main {
	width: 632px;
	padding-top: 3px;
}

#main2 {
	width: 632px;
	padding-top: 3px;
}

#blocklinks {
	width: 304px;
	float: left;
}

#blockrechts {
	width: 304px;
	float: right;
}

/* Bestellung per iFrame -----------------------*/

#wrapper-order {
	background-image: url(../images/bg_2048px.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content-order {
	background-image: url(../images/bg_content-order.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	width: 1048px;
	text-align: left;
	float: left;
}

#rechts-order {
	float: right;
	width: 807px;
}

#main-order {
	width: 782px;
	padding-top: 1px;
}

/* navigation -----------------------*/

#navibox {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	text-decoration: none;
	width: 216px;
}

#navibox ul {
	margin: 0 0 0 13px;
	padding: 0;
}

#navibox li {
	background-image: url(../images/bg_navi_li.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	height: 33px;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#navibox a {
	color: #152b71;
	text-decoration: none;
	padding-left: 48px;
}

#navibox a:hover {
	color: #c0191f;
	text-decoration: none;
}

/* Liste Content --------------------*/

#list {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 12px;
	margin-left: 25px;
}

#list ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
	list-style-image: none;
}

.list {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 12px;
	margin-left: 25px;
}

.list ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
	list-style-image: none;
}


/* Footer ---------------------------*/

#footer {
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 100%;
	height: 40px;
}

#footerinner {
	background-image: url(../images/bg_footer_over.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	text-align: right;
	width: 900px;
	height: 40px;
}

#footerinner p {
	color: #979797;
	font-size: 10px;
	padding-top: 28px;
	padding-right: 10px;
}

#footerinner a {
	color: #626262;
	text-decoration: none;
}

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

/* Clear Class ----------------------*/

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	padding: 3px;
	border: solid 1px #bcc7d0;
}

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}

/* Spacer Class ----------------------*/

.fotonav {
	margin-top: 10px;
	margin-left: 50px;
	padding: 3px;
	border: solid 1px #ffe400;
}

#fotospace {
	height: 10px;
	margin: 0;
	padding: 0;
}

#prospace {
	height: 12px;
	margin: 0;
	padding: 0;
}

/**************************************/
/*  JQUERY NIVO SLIDER                */
/**************************************/

.box { 
	overflow: hidden; 
	margin-bottom: 10px; 
}

.column { 
	width: 320px; 
	float: left; 
}

.column h3 {
	font-size: 13px; 
	margin-bottom: 5px; 
}

.border {
    border: solid 1px #bcc7d0;   
	width: 290px; 
	float: right; 
	height: 190px; 
	margin-bottom: 10px; 
}

#slider, #slider2, #slider3 {
    position:relative;
    width:280px; /* Change this to your images width */
    height:180px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%; 
	margin-top: 5px; 
	margin-left: 5px; 
}

#slider img, #slider2 img, #slider3 img {
    position:absolute;
    top:0;
    left:0;
    display:none;
}

#slider1 a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-50px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;

	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(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
