html {
  height: 100%;
  margin-bottom:1px;
}
body {
background-color:#FFB770;
font-family:Arial,sans-serif;
font-size:14px;
line-height:18px;
}

#overall 
{
width: 950px;
position: relative;
left: 50%;
margin-left: -475px;
}
#content{
background-image:url('img/bg_feld.jpg');
background-repeat: no-repeat;
width: 950px;
height: 680px;
padding:10px 10px 10px;
color:#7A7A7A;
float: right;
}
.box_index{
border: 0px solid #999999;
padding: 4px;
height: 380px;
width: 900px;
}
.box_index_part{
background-color: #FFFFFF;
border: 1px solid #999999;
color: #EE7F01;
font-size: 18px;
font-weight: bold;
line-height: 22px;
padding: 4px;
width:278px;
height: 350px;
float: left;
}
.box_index_start_part{
border: 1px solid #999999;
color: #EE7F01;
font-size: 18px;
font-weight: bold;
line-height: 22px;
padding: 4px;
width:278px;
height: 350px;
float: left;
}

.box_header{
border: 0px solid #999999;
padding: 4px;
height: 195px;
}

.box_after_header{
background-color: #EE7F01;
border: 0px solid #999999;
color: #FFFFFF;
padding: 4px;
width: 900px;
font-weight: bold;
font-size: 20px;
}

.box_spacer_height{
border: 0px solid #999999;
padding: 4px;
height: 10px;
}
.box_left{
text-align: left;
border: 1px solid #999999;
background-color: #FFFFFF;
padding: 4px;
width: 200px;
height: 400px;
float: left;
}
.box_spacer{
border: 0px solid #999999;
padding: 4px;
width: 10px;
float: left;
}
.box_main{
background-color: #FFFFFF;
text-align: left;
border: 1px solid #999999;
padding: 4px;
width:670px;
height: 400px;
float: left;
}
.box_main_angebot{
background-color: #FFEBD4;
text-align: left;
border: 1px solid #999999;
padding: 4px;
width:670px;
height: 400px;
float: left;
}

.box_main_orange{
background-color: #EE7F01;
border: 0px solid #999999;
color: #FFFFFF;
padding: 4px;
width: 660px;
font-weight: normal;
font-size: 12px;
text-align:center;
}


.box_footer{
border: 0px solid #999999;
padding: 4px;
height: 20px;
width: 900px;
text-align: right;
}
.box{
border: 1px solid #999999;
background-color: #FFFFFF;
padding: 4px;
}

h {
color: #000000;
font-weight: normal;
}

h2 {
color:#EE7F01;
font-weight: normal;
}

img {
border: 0px;
}

.smallText {
font-size: 10px;
}

a:link { color:#7A7A7A; font-weight: normal; text-decoration: none }
a:visited { color:#7A7A7A; font-weight: normal;  text-decoration: none }
a:hover { text-decoration:none; font-weight: normal;  color:#cccccc;}

a.index:link { color:#FFF; font-weight: bold; text-decoration: none }
a.index:visited { color:#FFF; font-weight: bold;  text-decoration: none }
a.index:hover { text-decoration:none; font-weight: bold;  color:#cccccc;}

a.text:link { color:#000; font-weight: normal; text-decoration: none }
a.text:visited { color:#000; font-weight: normal;  text-decoration: none }
a.text:hover { text-decoration:none; font-weight: normal;  color:#cccccc;}


/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

