/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial,  Verdana, sans-serif;
	}

body {
	margin: 0 0 40px 0;
	background: url(../img/bg.jpg) top center;
	font: small/1.50em "Trebuchet MS", Arial,  Verdana, sans-serif; /* Advantage: Allows users to change text size and size are relative to body */
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 680px;
	background: url(../img/bg_content.png) repeat-y;
	font-size: 90%; /* 90% of "small" is closest to 11px */
	} 

#header {
	background: url(../img/bg_top.png) no-repeat;
	height: 240px;
	}
#flash_header {
	margin: 0 0 0 20px;
	}
#flash_header object {
	margin: 55px 0 0 0;
	}

#content {
	
	}

#fotter {
	background: url(../img/bg_bottom.png) no-repeat;
	height: 20px;
	}
	
.main_col {
	width: 630px;
	padding: 0 25px 0 25px;
	}
.left_col {
	float:left;
	width: 300px;
	padding: 0 15px 0 25px;
	}
.right_col {
	float:left;
	width: 300px;
	padding: 0 15px 0 15px;
	}
.map {
	float:left;
	width: 400px;
	padding: 0 15px 0 25px;
	}
.kontakt {
	float:left;
	width: 200px;
	padding: 0 15px 0 15px;
	}
.citat {
	background-color:#E1D9C6;
	padding: 4px;
	}
.clear {
	clear:both;
	}
	
/* Text */

p {
	margin: 0 0 13px 0;
	padding: 0;
	text-align:justify;
	color: #453D31;
	}
.citat p {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style:italic;
	margin: 7px;
	}
.citat p.writer {
	text-align:right;
	}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana,"Trebuchet MS", sans-serif;
	}

h1 {
	font-size: 180%;
	color: #6C604D;
	font-weight: normal;
	margin: 3px 0 8px 0;
	}
h2 {
	font-size: 120%;
	color: #453D31;
	font-weight: normal;
	}
h3 {
	font-size: 110%;
	color: #453D31;
	font-weight: normal;
	}
	
h2 span {
	color:#555;
	font-size: 70%;
	font-weight:normal;
	}
p.pris {
	color:#6C604D;
	text-align:right;
	margin-top:-12px;
	margin-bottom: 5px;
	font-weight: bold;
	}
h1.hidden_logo {
	display:none;
	}

ul.date_list {
	margin: 0 0 20px 20px;
	list-style-type:square;
	font-weight:bold;
	}
ul.date_list li {
	color: #6C604D;
	}
ul.date_list li span {
	color: #FC604D;
	}
p.right {
	text-align:right;
	}
	
/* links 
-------------------------------------- */

a { outline: none; font-weight:bold; }

a:link, a:visited { color: #4C402D; }

a:hover, a:active { color: #6C604D; text-decoration: underline; }	
	

/* Navigation */
#head_navigation {
	background: transparent;
	position: absolute;
	top: 194px;
	height: 25px;
	padding: 0 0 0 17px;
	width: 640px !important;
	width /* */: 640px;  /* False value for IE4-5.x/Win. */
	}
#head_navigation ul {
	background: transparent;
	height: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 640px;
	}
#head_navigation ul li {
	background: transparent;
	list-style: none;
	float: left;
	}
#head_navigation ul li a {
	border-bottom: 0;
	color: #6C604D;
	height: 20px;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 4px 10px 5px;
	white-space: nowrap;
	text-decoration:none;
	}
#head_navigation ul li a:hover {
	color: #000;
	}
#head_navigation ul li.current a {
	color: #000;
	background: url(../img/mark.png) no-repeat bottom center;
	}