body {
	min-width: 960px;
	margin: 0px;
	color: #22411e;
	background: url(../img/faux_bg.gif) repeat-x left top #f7fff6;}

body#home {
	background: url(../img/faux_bg_home.gif) repeat-x left top #f7fff6;
}

a, a:visited {
	text-decoration: none;
	color: #509947;
}

a:hover {
	text-decoration: underline;
}

p {
	font: 18px/30px 'PT Sans', sans-serif;
	text-align: justify;
	margin-top: 36px;
}

p.name {
	margin-bottom: 0px;
	font-weight: bold;
}

table#cabinets {
	font: 18px 'PT Sans', sans-serif;
	border-collapse: collapse;
}

table#cabinets tr {
	padding-bottom: 12px;
}

table#cabinets td {
	padding-left: 36px;
	padding-right: 36px;
	vertical-align: top;
	padding-bottom: 12px;
}

table#cabinets td:first-child {
	padding-left: 0px;
	border-right: 1px solid #bff7c6;
}

.address {
	font: 18px/30px 'PT Sans', sans-serif;
	width: 180px;
}

.address.first {
	border-bottom: 1px solid #509947;
	padding-bottom: 12px;
	margin-bottom: 12px;
}


#main_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #f7fff6;
}

#header {
	height:  74px;
}

#top_menu {
	list-style-type: none;
	padding: 25px 0px;
	margin: 0px;
	text-align: right;
}

#top_menu li {
	display: inline;
	margin-left: 35px;
	font: 16px 'Kite One', sans-serif;
}

#home_banner {
	position: relative;
	height: 303px;
	background: #3d9732;
}

#home_banner #title {
	font: italic bold 36px 'Rambla', sans-serif;
	color: #f7fff6;
	width: 710px;
	padding-top: 36px;
	text-shadow: 1px 1px 5px #0a4213;

/*	filter: shadow(Color=#0a4213, Direction=120, Strength=2);*/
}

#home_banner #subtitle {
	font: 24px/36px 'Kite One', sans-serif;
	color: #f7fff6;
	width: 710px;
	padding-top: 24px;
	
	text-shadow: 1px 1px 2px #0a4213;
/*	filter: shadow(Color=#0a4213, Direction=120, Strength=1);*/
}

.source {
	font: 10px/16px 'PT Sans', sans-serif;
}

#home_banner #image {
	position: absolute;
	right: 0px;
	top: 0px;
}

.tab_panel {
	margin-bottom: 30px;
}

.tab_panel .hidden {
	display: none;
}

.tab_panel ul.tabs {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	margin: 0px;
}

.tab_panel ul.tabs li {
	background-color: #64b75a;
	font: 16px 'PT Sans', sans-serif;
	padding: 7px 21px;
	margin-bottom: 2px;
	cursor: pointer; cursor: hand;
	display: inline;
	width: 480px;
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
}

.tab_panel ul.tabs li:hover {
	text-decoration: underline;
}

.tab_panel ul.tabs li.selected {
	background-color: #b0eaa9;
	cursor: default;
	text-decoration: none;
}

.tab_panel > div {
	background-color: #b0eaa9;
	font: 16px/24px 'PT Sans', sans-serif;
	padding: 14px 14px;
	min-height: 265px;
	margin-top: 6px;
	
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	
	position: relative;
}

.tab_panel div .column {
	width: 45%;
	padding: 0px;
	margin: 0px;
}

.tab_panel div .left_col {
	
}

.tab_panel div .right_col {
	position: absolute;
	left: 500px;
	top: 14px;
}

.tab_panel ul.custom_bullet {
	list-style-image: url(../img/bullet.png);
	padding-left: 19px;
}

.tab_panel ul.custom_bullet li {
	margin-bottom: 10px;
}

.tab_panel ul.custom_bullet li li {
	margin-bottom: 0px;
}

ul.custom_bullet {
	list-style-image: url(../img/bullet.png);
	padding-left: 19px;
}

ul.custom_bullet li {
	margin-bottom: 10px;

	text-align: left;
}

ul.custom_bullet.small {
	margin-top: -12px;
}

ul.custom_bullet.small li {
	margin-bottom: 5px;
	font: 16px/20px 'PT Sans', sans-serif;
	text-align: justify;
}

ul.custom_bullet.medium li {
	margin-bottom: 18px;
	font: 18px/24px 'PT Sans', sans-serif;
	text-align: justify;
}

ul.custom_bullet li li {
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}

.no_margin {
	margin: 0px;
}

p.large {
	font: 24px 'Kite One', sans-serif;
} 

a.button {
	text-transform: uppercase;
	padding: 8px 43px;
	color: #f7fff6;
	font-weight: bold;
	font-size: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	text-shadow: 1px 1px 1px #0a4213;
	
	/* fallback */
	background-color: #3bab2e;
	background: url(../img/button_bg_fallback.png);
	background-repeat: repeat-x;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ac060), to(#3cab2f));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #6ac060, #3cab2f);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #6ac060, #3cab2f);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #6ac060, #3cab2f);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #6ac060, #3cab2f);
	
	-webkit-box-shadow: inset 0 0 2px #f7fff6;
	-moz-box-shadow: inset 0 0 2px #f7fff6;
	box-shadow: inset 0 0 2px #f7fff6;
	
	border: 1px solid #3cab2f;
}

#footer {
	font: 11px 'PT Sans', sans-serif;
	margin: 60px 0px 15px 0px;
	padding-top: 10px;
	border-top: 1px solid #bff7c6;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}

hr {
	border: 0px;
	color: #bff7c6;
	background-color: #bff7c6;
	height: 1px;
}

#banner {
	height: 89px;
	background: #3d9732;
	
	background-color: #3d9732;
	background-image: url(../img/top_small_banner_bg_fallback.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	 
	/*Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(radial, center center, 0, center center, 480, from(#63b25a), to(#3d9732));
	 
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #63b25a, #3d9732);
	 
	/* Firefox 3.6+ */ 
	background: -moz-radial-gradient(circle, #63b25a, #3d9732);
	 
	/* IE 10 */ 
	background: -ms-radial-gradient(circle, #63b25a, #3d9732);
	
	background: radial-gradient(circle, #63b25a, #3d9732);
}

#banner #caption {
	font: italic bold 36px 'Rambla', sans-serif;
	color: #fffdf6;
	text-shadow: 1px 1px 5px #0a4213;
	padding: 22px 0px;
}

h1 {
	font: 24px 'Kite One', sans-serif;
	margin: 48px 0 -12px;
}

#portrat_foto {
	float: right;
	margin: 72px 0px 20px 20px;
}

.left_align {
	text-align: left;
}

.left_col_large {
	width: 630px;
}

.left_col_small {
	width: 310px;
}

#kontakt_details {
	float: left;
}

#map {
	margin-top: 72px;
	margin-left: 330px;
	border: 1px solid #18420a;
	width: 630px;
	height: 480px;
}

p.source {
	margin-bottom: 4px;
	margin-top: 0;
	position: relative;
	top: -22px;
}

div.image {
	display: inline-block;
	margin: 10px;
}

span.source {
	font-size: 14px;
}


