/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/bg-nuss-grau.jpg) repeat-x 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#285143;
}

img{
	border:0;
}

a{
	color: #285143;
}

a:hover{
	color: #AA6905;
}

p{
	line-height:150%;
	margin:0;
	padding: 0 0 10px 0;
}

h1{
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
}

h2{
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
	color:#AA6905;
}

h3{
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
}

h4{
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
	color:#AA6905;
}

h5{
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
}

h6{
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin: 0 0 10px 0;
	color:#AA6905;
}

ul{
	list-style-image:url(../images/arrow-green.gif);
	padding: 0 0 20px 17px;
	margin:0;
}

li{
	padding:3px 0 3px 0;
	margin:0;
}

/********** Layout: **********/

#layout-box{
	width:100%;
}

#googlemap{
	width:607px;
	height:400px;
	float:right;
}

.button{
	margin: 20px 0 20px 0;
	padding:5px 10px 5px 20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0;
	color:#fff;
	background:url(../images/arrow-bottom-white.gif) no-repeat 5px 12px #285143;
	cursor:pointer;
}

/********** Layout: lang **********/

#lang-outer{
	width:807px;
	height:114px;
}

#lang-inner{
	float:right;
	width:180px;
	padding:10px;
	background:#fff;
	color:#666666;
}

#lang-inner a{
	color:#666666;
	text-decoration:none;
}

#lang-inner a:hover, #lang-inner .active-item{
	color:#AA6905;
	font-weight:bold;
}

/********** Layout: header **********/

#header-outer {
	width:807px;
	height:400px;
	clear:both;
	text-align:left;
}

#header-outer .csc-textpic-image{
	padding:0 !important;
	margin:0 !important;
}

#header-inner{
	width:200px;
	height:400px;
	float:left;
	background:#285143;
}

#header-inner #logo{
	height:200px;
	background:#fff;
}

#header-inner #adress{
	float:left;
	width:174px;
	padding:50px 13px 13px 13px;
	color:#fff;
	text-align:left;
	line-height:130%;
}

#header-inner #adress a{
	color:#fff;
	text-decoration:none;
}

#header-inner #adress a:hover{
	text-decoration:underline;
}

#image-browse{
	position:absolute;
	padding: 350px 0px 0px 0px;
	width:807px;
	height:50px;
	display:none;
	text-align:left;
}

#image-browse .next{
	width:50px;
	height:50px;
	display:block;
	float:right;
	background:url(../images/arrow-next.gif) no-repeat 0px 0px;
	cursor:pointer;
}

#image-browse .prev{
	width:50px;
	height:50px;
	display:block;
	float:right;
	background:url(../images/arrow-prev.gif) no-repeat 0px 0px;
	cursor:pointer;
}

#image-browse .next:hover{
	background:url(../images/arrow-next1.gif) no-repeat 0 0;
}

#image-browse .prev:hover{
	background:url(../images/arrow-prev1.gif) no-repeat 0 0;
}

/********** Layout: NaviMain **********/
#navi-outer{
	width:807px;
	text-align:left;
	clear:both;
}

#navi-main, #navi-sub{
	clear:both;
	padding-bottom:5px;
	margin: 2px 0 2px 0;
}

#navi-main a{
	padding:8px 5px 8px 5px;
	margin: 0px 5px 0px 0;
	line-height:28px;
	background:url(../images/v-line-gray.gif) no-repeat 0 10px;
	text-decoration:none;
}

#navi-main a:hover, #navi-main .active-item{
	background:url(../images/arrow-bottom-white.gif) no-repeat 5px 12px #285143;
	color:#fff;
	padding:8px 8px 8px 20px;
}

#navi-sub a{
	color:#AA6905;
	padding:8px 5px 8px 5px;
	margin: 10px 5px 10px 0;
	background:url(../images/v-line-brown.gif) no-repeat 0 10px;
	text-decoration:none;
}

#navi-sub a:hover, #navi-sub .active-item{
	font-weight:bold;
}

/********** Layout: Content **********/

#content-outer{
	clear:both;
	width:807px;
	text-align:left;
	padding: 40px 0 0px 0;
}

#content-right{
	float:right;
	width:200px;
	padding-bottom:40px;
	text-align:right;
}

#content-left{
	float:left;
	width:0px;
	padding-bottom:40px;
	display:none;
}

#content-main img:hover, #content-right img:hover{
	width:102%;
	height:102%;
}

#content-main{
	float:left;
	width:600px;
	padding-bottom:40px;
}

#content-left a{
	color:#AA6905;
	padding:5px 5px 5px 5px;
	margin: 0px;
	background:url(../images/v-line-brown.gif) no-repeat 0 6px;
	text-decoration:none;
	display:block;
}

#content-left a:hover, #content-left .active-item{
	font-weight:bold;
}

/********** Layout: Footer **********/

#footer-outer{
	clear:both;
	background:#efefef;
	width:100%;
	height:120px;
}

#footer-inner{
	width:807px;
	padding: 20px 0 0 0;
	text-align:left;
}

#navi-footer{
	width:400px;
	float:left;
}

#navi-footer a{
	padding:8px 5px 8px 5px;
	margin: 0px 5px 0px 0;
	line-height:28px;
	background:url(../images/v-line-gray.gif) no-repeat 0 10px;
	text-decoration:none;
	color:#444;
}

#navi-footer a:hover, #navi-footer .active-item{
	font-weight:bold;
	color:#444;
}

#logos-footer{
	float:right;
}

#logos-footer a{
	margin: 0 5px 0 5px;
	background:0;
	text-decoration:none;
}

/********* Layout::Frames **********/

.csc-frame-frame1{
	border: dotted 1px #285143;
	margin: 0 0 5px 0;
	padding:10px;
	clear:both;
}

.csc-frame-rulerBefore, .csc-frame-rulerAfter{
	border-top: dotted 1px #285143;
	margin: 10px 0 20px 0;
}

/************ Mooslide ***********/
.mooslidepositionleft { position:relative; float:left; margin-right:0px; }
.mooslidepositionright { position:relative; float:right; margin-left:0px; }
.mooslidepositioncenter { position:relative; width:100%; }

#mooslidemask952 .csc-textpic-image{
	margin: 0 3px 0 0px !important;
}

.mooslidepositioncenter #mooslidecontainer952{ margin:0 auto; }
#mooslidemask952{
	margin:0px;
	position:relative;
	left:3px !important;
	top:-400px;
	width:609px !important;
	height:400px;
	overflow:hidden;
	text-align:left;
	background-color:#FFFFFF
}
#mooslidecontainer952{
	width:600px  !important;
	height:400px  !important;
					
	margin:0px;
	overflow:hidden;
}
#mooslidebkgd952{
	position:relative;
	width:603px  !important;
	height:400px  !important;
	top:0px;
	overflow:hidden;	
	margin:0px;
}
#tx_mooslide_pi1952{ position:absolute; }
#tx_mooslide_pi1952 div{
	width:609px !important;
	height:400px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
	float:left;
}
#tx_mooslide_pi1952 div div{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}
#tx_mooslide_pi1952 p{ 
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;		
	float:none;
	text-align:left;
}


/*
grün: #285143
braun: #AA6905
*/

