/*-- M A R K U P --*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: 12px Georgia,"Times New Roman",serif;
	color: #045e2d;
	background: #03300e;
}

img {
	border-style: none;
}

ul {
	list-style-type: none;
}

a {
	color: #045e2d;
	text-decoration: none;
}
a:hover {
	color: #044E2D; /*034421;*/
}

h1, h2, h3 {
	font-size: 1em;
}

h1, h3 {
	color: #c00;
}

h2 {
	margin: 0;
}

p {
	margin: 0 0 16px 0;
}

table {
	margin: 0 0 16px 0;
}

td {
	text-align: left;
	vertical-align: top;
}

noscript {
	position: absolute;
	top: 160px;
	left: 300px;
	font-weight: bold;
	color: red;
}

strong {
	font-weight: normal;
}

/*-- S T A R T --*/
#box4all {
	position: relative;
	margin: 0 auto;
	width: 952px;
	border: 1px solid #432005;
	background: #fdf8c1 url(../gfx/layout/dobersdorf-jaeger.gif) right bottom no-repeat;
	/* cBox1 wieder neutralisieren */
	white-space: normal;
	z-index: 2;
}

#top {
	height: 110px; /* 99px + 11px Borte */
	text-align: center;
	background: #054E2D url(../gfx/layout/brauner-balken.gif) bottom left repeat-x;
}

/*-- N A V I G A T I O N --*/
#navi {
	height: 41px; /* 30px + 11px Borte */
	background: #CAE0BE url(../gfx/layout/brauner-balken.gif) bottom left repeat-x;
}

#navi ul {
	padding: 8px 0 0;
	overflow: hidden;
	white-space: nowrap;
	width: 70.1em;
	margin: 0 auto;
}

#navi li {
	float: left;
	margin-right: 20px;
}

#navi li.last {
	margin: 0;
}

#navi li a {
	text-decoration: none;
}

a.curr {
	/*font-weight: bold;*/
	color: #c00 !important;
}


/*-- C O N T E N T --*/
#content {
	padding-top: 30px;
	background: #fdf8c1 url(../gfx/layout/dobersdorf-jaeger.gif) right bottom no-repeat;
	overflow: hidden;
	z-index: 100;
}

#left {
	float: left;
	min-height: 418px; /*402px*/
}

#right {
	float: right;
	position: relative;
	padding-bottom: 176px !important; /* wg. Jaeeger-Grafik */
}

#left, #right {
	width: 260px;
	padding: 0 20px 14px;
	line-height: 16px;
}

#left a, #right a {
	text-decoration: underline;
}

.addBox {
	text-align: center;
}

/*-- T E X T --*/
#content li {
	line-height: 16px;
}

/*-- INHALT --*/

/*-- BILDER --*/
#imgBox {
	float: left;
	width: 352px;
}

#imgBox .big {
	border: 1px solid #054e2d;
}

#imgTxt {
	padding-top: 24px;
	text-align: center;
}

#imgBox ul {
	margin-bottom: 16px;
}

#imgNavi {
	position: absolute;
	bottom: 0;
	left: 438px;
	width: 84px;
	z-index: 11;
}

#imgNavi img {
	float: left;
	width: 32px;
	margin-right: 10px;
}

#imgArchive {
	display: none;
	/*margin-top: -100000px*/
}

.hSize{
	text-align: center;
}

/*-- KONTAKT --*/
.contact #left {
	width: 180px;
}

.contact form {
	float: left;
	width: 432px;
}

form li {
	overflow: hidden;
	margin-bottom: 8px;
	/* for IE */
	float: left;
}

label {
	float: left;
	width: 80px;
	padding-top: 1px;
}

input, textarea {
	float: left;
	width: 346px;
	border: 1px solid #ECE7B3;
	padding: 2px;
	font: 12px Georgia,"Times New Roman",serif;
	color: #045e2d;
}

input {
	height: 18px;
}

input:focus, textarea:focus {
	border: 1px solid #BBCEB1;
}

input.plz {
	width: 46px;
}

input.city {
	width: 290px;
	margin-left: 4px;
}

input.street {
	width: 300px;
	margin-right: 4px;
}

input.number {
	width: 36px;
}


#sbmt {
	width: 88px;
	height: 22px;
	background: #CAE0BE;
	border: 1px solid #BBCEB1;
	margin: 0 0 0 80px;
	cursor: pointer;
}

.btn {
	display: block;
	background: #CAE0BE;
	border: 1px solid #BBCEB1;
	text-decoration: none !important;
	text-align: center;
	width: 88px;
	padding: 2px;
}

#map {
	width: 430px;
	height: 350px;
	float: left;
	border: 1px solid #054e2d;
}

/*-- F O O T E R --*/
#footer {
	clear: both;
	padding: 10px 0 0 20px;
	width: 932px;
	min-height: 22px;
	background: #432005 url(../gfx/layout/dobersdorf-jaeger.gif) right -176px no-repeat;
}

#footer a {
	color: #FDF8C1 !important;
}
#footer a:hover {
	color: #D4D1C1;
}

/*-- S N O W --*/
.snow {
	position: absolute;
	z-index: 1;
}

#snowBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100.4%;
	z-index: 0;
	overflow: hidden;
	/*background-color: red;*/
}

/*-- G E N E R E L L E S --*/
.show {
	display: block !important;
}
.ml img {
	border-bottom: 1px solid #58512f;
}


/* vertikal Zentrieren */
html, body, .cBox0, .cBox1 {
	height: 100%;
}
.cBox0 {
	margin: 0 auto;
	display: table;
}
.cBox1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
div[class=cBox1] {
	white-space: nowrap;
}

/* in IEM solo shrink-wrap, no vert.center \*//*/
.cBox1 {
	text-align: center;
}
.cBox2 {
	display: inline-block;
	text-align: left;
}
/**/
/* vertikal Zentrieren */
