/***Main***/

body {
	background: #a60303 url(img/gradient.gif);
	background-repeat: no-repeat;
}

.page {
	margin: 0;
	padding: 0;
	width: 800px;
	margin-top: 100px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #736e67;
}

h1 {
	color: #f20505;
	text-align: center;
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 15px;
}

h2, th {
	color: #f26522;
	font-size: 12pt;
	margin-bottom: 0;
}

th {
	padding: 0;
	margin: 0;
	text-align: left;
}

td {
	padding-right: 17px;
}

h3 {
	margin: 0;
	color: #f26522;
	font-size: 10pt;
	background: transparent url(img/underline.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	margin-left: 5px;
	padding-left: 5px;
}

p {
	margin: 0;
}

a {
	color: #f20505;
}

#navigation {
	height: 150px;
	background: transparent url(img/gradient_nav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content {
	background-color: #f4f8fb;
	padding: 20px 20px 0px 20px;
}

#footer {
	height: 30px;
	color: #f26522;
	padding-top: 33px;
	background: #a60303;
}

#picture_stack {
	height: 263px;
	width: 389px;
	position: absolute;
	background: transparent url(img/picture_stack.png);
	z-index: 2;
	margin-left: 427px;
	margin-top: -50px;
	background-repeat: no-repeat;
}

#logo {
	background: transparent url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	display: block;
	width: 400px;
	height: 200px;
	position: absolute;
	z-index: -1;
	left: 25%;
	margin-left: -168px; 
}

.guestbook {
	width: 600px;
	height: 650px;
	border: none;
	padding: 0;
	margin-left: -20px;
}

.shadow {
	background: transparent url(img/footer_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 38px;
	width: 820px;
	margin-left: -10px;
	position: absolute;
}

.chronik2  table{
	border-left: 1px #f26522 solid;
	padding-left: 16px;
}

.kbinfo {
	float: left;
	padding-right: 50px;
}

.chronik1, .kbinfo {
	float: left;
	margin-right: 3px;
}

.kbinfo img {
	border: 3px #736e67 solid;
}

/***Navigation***/

#navigation div#main_navigation {
	height: 30px;
}

#navigation div#main_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation div#main_navigation ul li {
	float: left;
	height: 25px;
	width: 100px;
	background: #ede8e2;
	text-align: center;
	padding-top: 5px;
	background: #736e67 url(img/gradient_nav_tab.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#navigation div#main_navigation ul li.active {
	background: none;
	background-color: #ede8e2;
}

#navigation div#main_navigation ul li a {
	color: #f4f8fb;
	font-size: 12pt;
	text-decoration: none;
}

#navigation div#main_navigation ul li.active a{
	text-decoration: none;
	font-size: 12pt;
	color: #f20505;
}

#navigation div#sub_navigation {
	height: 120px;
}

#navigation div#sub_navigation ul{
	padding-left: 10px;
	margin-left: 0;
}

#navigation div#sub_navigation ul li {
	list-style-type: none;
}

#navigation div#sub_navigation ul li a {
	color: #736e67;
	text-decoration: none;
	font-size: 11pt;
}

#navigation div#sub_navigation ul li a.active{
	background: transparent url(img/arrow_orange.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 4px;
	color: #f26522;
}

#navigation div#sub_navigation ul li a:hover{
	color: #f26522;
}

.clear {
	clear: both;
}

/***Content***/

#left_column {
	width: 480px;
	padding-right: 20px;
	float: left;
	display: block;
}

#left_column p {
	padding-bottom: 10px;
}

#right_column {
	padding-left: 20px;
	float: left;
	display: block;
}

#content div#right_column div.news div.news_text ul li a {
	text-decoration: none;
}

#content div#right_column div.news div.news_text ul li a:hover {
	text-decoration: underline;
}

#content a.kbactive{
	background: transparent url(img/arrow_red.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 4px;
	color: #f20505;
	text-decoration: underline;
}

#content a.more{
	background: transparent url(img/arrow_red.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 4px;
	color: #f20505;
	text-decoration: none;
}

#content a.more:hover{
	text-decoration: underline;
}

#content div#right_column div.symbol {
	background: transparent url(img/symbol_info.png);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 102px;
	margin-left: 117px;
	margin-top: 40px;
}

#content div#right_column div.news {
	width: 230px;
	padding-top: 15px;
}

#content div#right_column div.news_text {
	background-color: #ede8e2;
}

#content div#right_column div.news_text p {
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 8px;
}

#content div#right_column div.news_text ul {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 8px;
	margin: 0;
}

#content div#right_column div.news_text li {
	background-color: #ede8e2;	
	margin: 0;
	padding: 0;
}

#content div#right_column div.top_corner {
	background: transparent url(img/box_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
}

#content div#right_column div.bottom_corner {
	background: transparent url(img/box_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
}

#content div#right_column div.gallery {
	width: 230px;
	padding-top: 37px;
	z-index: -1;
}

#content div#right_column div.gallery  img {
	border: solid #736e67 1px;
}

#content div#right_column div.gallery  img#big_one{
	border: solid #f26522 2px;
	width: 222px;
}

#content div#right_column div.gallery  img:hover {
	border: solid #f26522 1px;
}

#content div#left_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/***Footer***/

#footer a {
	color: #f4f8fb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	padding-right: 3px;
}

#footer ul li.copyright_c {
	color: #f4f8fb;
}

#footer ul li.copyright {
	padding-right: 508px;
}




	
