body {
	font-size: 76%;
	margin: 0 0 0 40px;
	background: url(../images/main.bg.jpg) repeat-x top;
	background-color: #f0f1c2;
	font-family:  Arial, Helvetica, sans-serif;
	color: #444444;
}
/* Typography --------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #A1C622;
	margin: 0;
	font-size: 1em;
}
h1 {
	margin: 0em 0em 0em 0em;
	font-size: 1.7em;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: .5em;
	font-weight: normal;
}
h1 + br +em {
	margin-top: 0px;
	display: block;
}
h1 + p {
	margin-top: -.3em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: .4em;
}
h3 {
	font-size: 1.1em;
	margin-bottom: .4em;
}
a {
	color: #8F8F8F;
}
a:hover {
	color: #FFA309;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
p {
	line-height: 1.6em;
	margin: 0em .2em 1em 0em;
}
li p {
	margin-bottom: .8em;
}
#page.blank P {
	width: 75%;
}
strong {
	/*color: #FFA309*/
	color: #A1C622;
}
.replace, h1.replace {
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	visibility: visible;
	display: block;
	badding:0;
	margin:0;
}
/* Elements ------------------------------------------*/

ul {
	list-style: square;
	margin: 0;
	margin-bottom: 1.3em;
	padding: 0;
	line-height: 1.3em;
}
#column-main ul {
	margin-left: 1.2em;
}
ul li {
	padding: 0px;
	margin: 0px;
	margin-bottom: .5em;
	/*background: url(../images/icon_leaf.gif) no-repeat 0px 3px;*/
	padding-left:0px;
}
ul li a {
	text-decoration: none;
}
div.rule {
	background: url(../images/divider_left.gif) repeat-x;
	height: 10px;
	border: none;
	margin: 0;
	margin-bottom: .5em;
}
div.rule div.wrapper {
	background: url(../images/divider_right.gif) no-repeat right top;
	height: 10px;
}
img.box {
	padding: 2px;
}
.clear {
	clear: both;
}
.right {
	float: right;
	margin-bottom: .5em;
	margin-left: .5em;
}
/*navcontainer*/
#navcontainer {
	margin: 10px 0 0 36px;
	padding: 0;
	position:relative;
	width:500px;
	bottom:40px;
	left:400px;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	background: #fff;
	width: 8em;
	padding: .3em .1em .4em .1em;
	margin: 0 .2em 10px 0;
	color: #89b5dd;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 1.2em/1.3em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover {
	color: #fff;
	background: #476077;
}
body.winterspass #navcontainer ul li a:hover, body.winterspass #navcontainer ul li .current {
	background: #476077;
	color: #fff;
}
body.winterspass h2 {
	color: #476077;
}
/*#############################################################################*/
body.herbst #navcontainer ul li a {
	color:#6c2926;
	background:#fff
}
body.herbst #navcontainer ul li a:hover, body.herbst #navcontainer ul li .current {
	background: #ffec00;
	color: #6c2926;
}
body.herbst h1 {
	color: #6c2926;
}
/*#############################################################################*/

body.beiuns #navcontainer ul li a {
	color:#fff;
	background:#f6a800
}
body.beiuns #navcontainer ul li a:hover, body.beiuns #navcontainer ul li .current {
	color:#fff;
	background:#57762b;
}
/*#############################################################################*/

body.sommer #navcontainer ul li a {
	color:#57762b;
	background:#f0f1c1;
}
body.sommer #navcontainer ul li a:hover, body.sommer #navcontainer ul li .current {
	color:#fff;
	background:#f6a800;
}
/* Page --------------------------------------------------*/

body #page {
	background: url(../images/winter.bg.gif) repeat-y;
	width: 905px;
	margin: 0 auto 25px auto;
	position: relative;
	background-color: #FF0000;
}
body.winterspass #page {
	background: url(../images/winter.bg.gif) repeat-y;
}
body.beiuns #page {
	background: url(../images/beiuns.bg.gif) repeat-y;
}
body.herbst #page {
	background: url(../images/herbst.bg.gif) repeat-y;
}
body.sommer #page {
	background: url(../images/sommer.bg.gif) repeat-y;
}
#body {
	padding: 0em 20px 2px 40px;
	min-height: 300px;/*background: url(../images/beiuns.bg.gif) no-repeat top;	*/
}
* html #body {
	height: 1%;
}
#content {
/*background-image: url(../images/beiuns.bg.gif);
	background-repeat: repeat-y;	
	height: 420px;*/
}
body.winterspass #content {
	background: #89b5dc;
}
body.sommer #content, body.sommer #content a {
	color:#f0f1c1
}
body.sommer #content h1, body.sommer #content h2 {
	/*color:#f6a800*/
color:#fff
}
body.herbst #content, body.herbst #content a, body.herbst #content p {
	color:#6c2926
}
body.herbst #content strong, body.herbst #content h2 {
	color:#fff
}
body.beiuns #content {
	background: #fffde8;
}
img.keyvisual {
	float: left;
	margin: -20px 0 5px 15px;
}
#page.blank #content {
	background: none;
	padding-top: 1.8em;
}
body.home #page.blank #content {
	padding-top: 0;
}
body.work #content {
	background-position: 439px;
}
body.contact #content, body.about #content {
	background: none;
}
#column-main {
	position:relative;
	height:400px;
	overflow:auto
}
/* Header ------------------------------------------------*/

#header {
	width: 905px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	height: 250px;
	overflow:hidden
}
body.beiuns #header {
	background: url(../images/beiuns.hdbg.gif) 1px 80px;
	background-repeat:no-repeat
}
body.winterspass #header {
	background: url(../images/winter.hdbg.gif) 1px 82px;
	background-repeat:no-repeat
}
body.herbst #header {
	background: url(../images/herbst.hdbg.gif) 1px 82px;
	background-repeat:no-repeat
}
body.sommer #header {
	background: url(../images/sommer.hdbg.gif) 1px 82px;
	background-repeat:no-repeat
}
#kopfzeile {
	background: inherit url(../images/winter.head.gif) no-repeat top left;
	position:relative;
	height:85px;
	width:905px;
}
body.beiuns #kopfzeile {
	background: url(../images/beiuns.head.gif) no-repeat top left;
	height:85px;
}
body.winterspass #kopfzeile {
	background: url(../images/winter.head.gif) no-repeat top left;
	height:85px;
}
body.herbst #kopfzeile {
	background: url(../images/herbst.head.gif) no-repeat top left;
	height:85px;
}
body.sommer #kopfzeile {
	background: url(../images/sommer.head.gif) no-repeat top left;
	height:85px;
}
#header h1 {
	margin: 0;
}
#logo {
	width: 376px;
	height: 133px;
	background-image: url(../images/winter.logo.gif);
	position: relative;
	display: block;
	left: 36px;
	margin-top:-15px;
}
body.beiuns #logo {
	background-image: url(../images/beiuns.logo.gif);
}
body.herbst #logo {
	background-image: url(../images/herbst.logo.gif);
}
body.sommer #logo {
	background-image: url(../images/sommer.logo.gif);
}
#description {
	width: 313px;
	height: 50px;
	display: block;
	position: absolute;
	right: 70px;
	top: 106px;
}
/* Columns ------------------------------------------------*/

#column-main {
	float: right;
	width: 360px;
	padding-right: 75px;
	margin-bottom: 10px;
	margin-top: 10px;
	heigth:450px;
}
body.winterspass #column-main {
	color:#FFF;
	float: left;
	width: 370px;
	position:relative;
	left: 12px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	heigth:450px;
}
body.home #column-main {
	margin-top: 0;
}
#column-side {
	margin-left: 12px;
	padding: 0em 0em 0em 0em;
	position: relative;
	float:left;
}
body.about #column-main {
	/*float: right;	*/
	
	padding: 0;
	margin-right: 40px;
	width: 300px;
}
* html body.about #column-main {
	margin-right: 20px;
}
body.about #column-side {
	float: none;
	margin: 0;
	margin-left: 1em;
	padding: 0em 0em 0em 0em;
	position: static;
}
body.home #column-main {
	width: 315px;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 0px 0px;
}
body.home #column-side {
	margin-left: 345px;
}
/* Footer -------------------------------------------------*/

#footer {
	background: url(../images/footer.bg.gif) no-repeat bottom right #f0f1c2;
	clear: both;
	position: relative;
	padding: 19px 20px 0px 42px;
	color: #8F8F8F;
	font-size: .9em;
	width: 887px;
	height:180px;
	margin-left:-44px;
	margin-top:-20px;
}
body.beiuns #footer {
	height: 25px;
}
body.winterspass #footer {
	height: 180px;
	background: url(../images/winter.footer.bg.gif) no-repeat top right #f0f1c2;
}
body.herbst #footer {
	height: 180px;
	background: url(../images/herbst.footer.bg.gif) no-repeat top right #f0f1c2;
}
body.sommer #footer {
	height: 180px;
	background: url(../images/sommer.footer.bg.gif) no-repeat top right #f0f1c2;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#footer ul li {
	display: inline;
	background: none;
	padding: 0;
}
#footer ul.validation {
	margin-top: 0px;
	padding: 0px 10px 4px 8px;
	float: right;
	border-left: 1px solid #D7D7D7;
	font-size: .9em;
}
#footer ul.validation li a {
	color: #8F8F8F;
	margin-right: 5px;
	text-transform: uppercase;
	display: block;
	float: left;
	background-image: none;
	padding: 0;
}
/* Textsize links */

#footer ul.textsize {
	margin-top: -4px;
	padding: 3px 5px 0px 0px;
	float: right;
	width: 49px;
}
#footer ul.textsize a {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	padding: 0;
	background-position: top;
	border: 1px solid #ccc;
}
#footer ul.textsize a.selected {
	border: 1px solid #f6a800;
	margin-top: -1px;
}
* html #footer ul.textsize a.selected {
	margin-top: 0px;
}
#footer ul.textsize a.small {
	background: #57752a url(../images/text_s.gif) 2px 2px no-repeat;
}
#footer ul.textsize a.medium {
	background: #57752a url(../images/text_m.gif) 2px 2px no-repeat;
}
#footer ul.textsize a.large {
	background: #57752a url(../images/text_l.gif) 2px 2px no-repeat;
}
/* Navigation --------------------------------------------------------*/

#pagenavigation {
	display: none;
}
#navigation {
	position: absolute;
	list-style: none;
	top: -196px;
	left: -43px;
	margin: 0;
	padding: 0;
	width: 52px;
}
#navigation li {
	background-image: none;
	padding: 0;
}
#navigation li a {
	background-repeat: no-repeat;
	width: 52px;
	display: block;
	margin-bottom: -6px;
}
#navigation li a.sommer {
	background: url(../images/sommerzeit-b.gif) 0 -5px;
	height: 140px;
}
#navigation li a.herbst {
	background: url(../images/herbstgold-b.gif) 0 -5px;
	height: 133px;
}
#navigation li a.winter {
	background: url(../images/winterspass-b.gif) 0 -5px;
	height: 142px;
}
#navigation li a.beiuns {
	background: url(../images/beiuns-bs.gif) no-repeat 0 -3px;
	height: 390px;
}
body.winterspass #navigation li a.beiuns {
	background: url(../images/beiuns-bw.gif) no-repeat 0 -3px;
	height: 390px;
}
body.winterspass #navigation li a.winter {
	background: url(../images/winterspass-bs.gif) 0 -5px;
	height: 142px;
}
body.herbst #navigation li a.beiuns {
	background: url(../images/beiuns-b2.gif) no-repeat 0 -3px;
	height: 390px;
}
body.herbst #navigation li a.winter {
	background: url(../images/winterspass-b2.gif) 0 -5px;
	height: 142px;
}
body.herbst #navigation li a.herbst {
	background: url(../images/herbstgold-bs.gif) 0 -5px;
	height: 142px;
}
body.sommer #navigation li a.beiuns {
	background: url(../images/beiuns-bw.gif) no-repeat 0 -3px;
	height: 390px;
}
body.sommer #navigation li a.sommer {
	background: url(../images/sommerzeit-bs.gif) 0 -5px;
	height: 142px;
}
body.winterspass h1, body.winterspass strong {
	color:#fff;
}
body.herbst p, body.herbst a {
	color:#fff;
}
#adresse {
	background:none;
	font-size:0.8em;
	color:#AAAAAA;
	width:100%;
	text-align:center;
	position:relative;
}
#adresse em, #extras em, #column-main em {
	position:absolute;
left:-5203px top:0px;
	width:2px;
	overflow:hidden;
	display:block
}
#inprint {
	background:none;
	font-size:0.8em;
	color:#666;
	width:100px;
	text-align:center;
	position:absolute;
	right:50px;
	top:5px;
	z-index:100;
}

#extras{margin-top:120px}
#extras p {color:#666}