body {
	margin: 0;
	padding: 0;
	background: #FFBD66 url(/i/bg.gif) repeat-y;
/*	background: #ffe8be url(/i/bg.gif) repeat-y;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 239px;
	border-bottom:2px solid #F2AB58;
}

div#de {
	position: absolute;
	top: 202px;
	left: 14px;
}

div#it {
	position: absolute;
	top: 208px;
	left: 42px;
}

div#en {
	position: absolute;
	top: 216px;
	left: 68px;
}


div#newsletter {
	background: url(/i/bogen_ro.gif) no-repeat;
	height:159px;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E0000;
	font-weight: bold;
}

div#newsletter form {
	padding: 20px 0 0 5px;
}

div#newsletter input {
	font-size: 11px;
}

div#newsletter input.button {
	font-size: 11px;
	background: #D8873C;
	border: 0;
	color: #7E0000;
	font-weight: bold;
}


div#sidebar {
	position:absolute;
	top:400px;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 400px;
	background: url(/i/sidebar_bg.jpg) no-repeat;
}

div#sidebar address {
	margin: 40px 0 0 2px;
	font-size: 9px;
	color: #545454;
}

div#sidebar address a {
	display: block;
	margin: 0 0 4px 5px;
	padding: 0 0 0 25px;
	text-decoration: none;
	color: #8F5F2A;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	background: url(/i/icon_email.gif) 0 50% no-repeat;
}

/* Top Navgiation */
ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top:223px;
	padding-left:128px;
}

ul#nav li {	
	float: left;
	width:83px;
}

ul#nav li a {
	margin: 0;
/*	padding: 5px 5px 5px 17px; */
	display: block;
	color: #7e0000;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

ul#nav li a:hover { font-weight:bold; }

/* Left Navigation */
ul#leftnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#leftnav li a {
	margin: 0 0 1px 0;
	/*padding: 4px 0 4px 0;*/
	line-height: 2em;
	display: block;
	color: #7e0000;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	background: #ffeece;
}

ul#leftnav li a:hover {	background: #FCD49C; }

/* Content */
div#content {
	position:absolute;
	top:260px;
	left:110px;
	width: 654px;
	height: 500px;
	margin: 0;
	padding: 120px 15px 0 15px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

div#content a {
	color: #7e0000;
	font-weight: bold;
}

div#content a:hover {
	color: #dc8e49;
}

div#content h1, div#content h2, div#content h3, div#content h4 {
	margin: 0;
	color: #7e0000;
}

div#content h1 {
	font-size: 14px;
	/*text-transform: uppercase;*/
	/*background: url(/i/title_bg.gif) 50% bottom no-repeat; */
	color: #22211E;
}

div#content h1 a { text-decoration: none; }

div#content h2 { font-size: 18px; }
div#content h3 { font-size: 16px; }
div#content h4 { font-size: 14px; }

div#content p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

/* Rightbar */
div#rightbar {
	position:absolute;
	top:242px;
	left:793px;
	margin: 0;
	padding: 10px;
	width: 197px;
	color: #545454;
}

div#rightbar h3 {
	margin: 10px 0 1px 0;
	padding: 4px;
	background: #ffe8be;
	font-size: 12px;
    text-align:center;
}

div#rightbar p {
	margin: 0 0 10px 0;
	padding: 4px;
	font-size: 10px;
    background: #ffce89;
    border: 1px solid #ffe8be;
/*    text-align:justify;*/
}

div#rightbar a {
    color: #7e0000;
}

div#rightbar a:hover {
    text-decoration:none;
}



/*form*/
span.error {
    color: red;
    font-size: xx-small;
}

/* guestbook */
div.guestbookentry {
    margin: 4px 15px 15px 15px;
	border:1px solid #dc8e49;
}

div.guestbookentry div.gbtitle {
	padding:5px;
	background:#dc8e49;
}

div.guestbookentry div.gbcontent {
	padding:5px;
	font-size: 11px;
}

/* guestbook popup */
#guestbookpopup {
	z-index:1000;
	position:absolute;
	width:310px;
	top: 242px;
	left:480px;
	margin:20px 0 0 130px;
	padding:0;
	background: #fff;
	border: 2px solid #dc8e49;
	display:none;
	font-size: 11px;
}

#guestbookpopup #gbpbody {
	margin:20px 0 0 25px;
}

#guestbookpopup h2 {
	text-align:center;
	border: 0;
	font-size:12px;
	font-weight:bold;
}

#guestbookpopup .xclose {
	margin-left:300px;
	text-decoration: none;
}

#guestbookpopup input {
	width: 250px;
}

#guestbookpopup input.button {
	width: 100px;
}

#guestbookpopup textarea {
	width: 250px;
	height: 100px;
}

