/*
background: #f5f5f5
red: #e00732
text: #787878
greys: #f5f5f5 - #e6e6e6 - #c8c8c8 - #787878
*/
html,body,td {
	font-family:Trebuchet,Verdana,sans-serif;
	font-size:11px;
	background-color:#f5f5f5;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
body {
	background-color:#f5f5f5;
}
p {
	font-family:Trebuchet,Verdana,sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:1.5em;
	margin-bottom:0.7em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color: #787878;
	font-size:12px;
	color:#333;
	line-height:1.3em;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
	margin-bottom:0.7em;
	font-weight:bold;
}
h3 {
	font-size:12px;
	margin-bottom:1em;
	color: #e00732;
}
h6 {
	font-family:Trebuchet,Verdana,sans-serif;
	font-size:11px;
	width:280px;
	padding:4px 0px;
	margin:0px;
	margin-bottom:0.7em;
	line-height:1.5em;
	font-weight:bold;
	color: #333;
	border-bottom:1px solid #888;
}
a, a:visited, a:hover {
	color:#787878;
	font-size:11px;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px;
}

sub, sup {
	font-size:9px;
}
table {
	border-collapse:collapse;
}
table td {
	vertical-align:top;
}
#master {
	text-align:left;
	width:880px;
}
#page {
	width:870px;
	background: #f5f5f5 url(layout/middle-background.jpg) repeat-y;
}
#top {
	height:30px;
	background: #f5f5f5 url(layout/top-background.jpg) no-repeat;
}
#logo {
	width:156px;
	margin-left:9px;
	border-bottom:2px solid #fff;
}
#keyvisual {
	width:650px;
	height:166px;
	border-bottom:2px solid #fff;
	position:relative;
}
#logo img, #keyvisual img {
	border:0px;
	margin:0px;
	padding:0px;
	display:block;
}
#langmenu {
	position:absolute;
	top:141px;
	left:320px;
	width:325px;
	height:26px;
	text-align:right;
}
#langmenu img {
	display:inline;
	padding:0px;
	border:0px;
	margin: 0px 5px 0px 0px;
}
#langmenu .topmenu {
	font-size:9px;
	position:relative;
	top:-6px;
}
#ticker {
	display:none;
	position:absolute;
	top:141px;
	left:260px;
	width:280px;
	height:22px;
	overflow:hidden;
	font-size:11px;
	color: #000;
}
#main_home {
	position:relative;
}
#langmenu_overlay {
	position:absolute;
	top:10px;
	right:10px;
	height:30px;
	width:325px;
	text-align:right;
}
#langmenu_overlay img {
	display:inline;
}
#content_overlay {
	position:absolute;
	top:50px;
	left:20px;
	width:610px;
}

#left {
	width:165px;
	padding-left:20px;
	float:left;
}

#menuholder {
	margin-top:5px;
	margin-left:8px;
	width:156px;
}

#menu, #menu li ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menu li {
	border-top:1px solid #ccc;
}
#menu li.first {
	border-top:none;
}
#menu a, #menu a:visited, #menu a:hover {
	display:block;
	height:20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 5px 0px 0px 4px;
}
#menu li.first a, #menu li.first a:visited, #menu li.first a:hover {
	border-top:none;
}
#menu a:hover {
	text-decoration:none;
	color:#000;
}
#menu a.selected, #menu a.selected:visited, #menu a.selected:hover {
	color:#333;
	background-image: url(layout/item-background.jpg);
	background-repeat: no-repeat;
}
#menu ul li {
	background: transparent url(layout/item-background.jpg) no-repeat;
}
#menu ul li a, #menu ul li a:visited, #menu ul li a:hover  {
	padding-left:25px;
	width:131px;
}
#menu ul li a.selected, #menu ul li a.selected:visited, #menu ul li a.selected:hover {
	background-image: url(layout/item-arrow.gif);
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
#menu ul li {
	position:relative;
}
#menu ul li ul {
	position:absolute;
	width:157px;
	left:157px;
	top:-1px;
	border:1px solid #ddd;
	border-top:none;
	z-index:999;
	display:none;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul li {
	background: transparent url(layout/subitem-background.jpg) no-repeat;
}

#main {
	margin-left:187px;
	min-height:680px;
	width:650px;
	background-color: #f5f5f5;
	line-height:1.4em;
}

#bottom {
	clear:both;
	height:30px;
	width:870px;
	position:relative;
	background: #f5f5f5 url(layout/bottom-background.jpg) no-repeat;
}

.contactbox {
	font-size:10px;
	line-height:1.2em;
	position:absolute;
	top:-90px;
	left:35px;
	color: #787878;
}

a {
	outline:none;
}
a:focus {
	outline:none;
}
.clr {
	clear:both;
}
#content {
	margin:10px 20px 0px 20px;
	padding-bottom:10px;
}
#pageheader {
	line-height:1.5em;
	color: #333;
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px solid #e00732;
}

a.more, a.more:visited {
	color: #004c91;
	font-weight:bold;
	font-size:10px;
}

.imageContainer {
	float:right;
	padding:0px 6px 6px 6px;
}
.imageContainer p {
	margin:2px 0px;
	padding:0px;
	line-height:1.3em;
}
.rtf {
	width:400px;
}
.dottedLine {
	border-bottom:1px dashed #787878;
}
.rtf h1, .rtf h2, .rtf_wide h1, .rtf_wide h2 {
	font-weight:bold;
}


.twoColumns {
	overflow:hidden;
}
#content table a, #content table a:visited {
	color: #000;
}
table.contact {
	width:240px;
	table-layout:fixed;
}
table.contact td.left {
	width:50px;
}
.columns {
	overflow:hidden;
}
.twoColumns .rtf {
	width:300px;
}
.leftColumn {
	width:300px;
	float:left;
}
.rightColumn {
	width:280px;
	float:right;
}
.threeColumns {
	margin:15px 0px 5px 0px;
	overflow:hidden;
}
.column1 {
	width:210px;
	margin-right:10px;
	float:left;
}
.column2 {
	float:left;
	width:140px;
	margin-right:10px;
	text-align:center;
}
.column3 {
	float:left;
	clear:right;
}
a.popupLink, a.popupLink:visited {
	display:block;
	margin-top:15px;
	color: #e00732;
}
.imageblock {
	width:600px;
	overflow:hidden;
}
.img_left {
	float:left;
	margin-right:8px;
}
.img_right {
	float:right;
	text-align:right;
}

.popup {
	display:none;
}
.columns ul, .columns ol {
	margin:0px;
	padding:0px;
	padding-left:20px;
}
.columns ul li, .columns ol li {
	margin:0px 0px 5px 0px;
}
.columnImage {
}
.subtitle {
	text-align:left;
	background-color: #e6e6e6;
	color: #333;
	margin:2px 0px 10px 0px;
	padding:4px 5px 4px 5px;
}
.columnImage .subtitle {
	padding:4px 0px;
}
.img_left .txt {
	color: #333;
	margin:-4px 4px 0px 4px;
}
.zoomImage {
	width:238px;
	padding:5px 0px 5px 0px;
	text-align:center;
	border:1px solid #c8c8c8;
}
.subtitleAndLink {
	text-align:left;
	margin:5px 0px 0px 0px;
	color: #333;
	width:240px;
}
.subtitleAndLink span {
	display:block;
	overflow:hidden;
	width:155px;
	height:19px;
	float:left;
	line-height:1em;
	padding:8px 0px 0px 5px;
	background-color: #e6e6e6;
}
a.zoom, a.zoom:visited {
	display:block;
	width:70px;
	overflow:hidden;
	background-color: #e00732;
	color: #fff;
	float:right;
	line-height:1em;
	padding:8px 0px 8px 5px;
	text-align:left;
	text-decoration:none;
	float:right;
	background-image:url(layout/plus.gif);
	background-repeat:no-repeat;
	background-position:48px 3px;
}

/* Popup */
#ppOuter {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#ppShadow {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#ppFrame {
	position:relative;
	padding:10px;
	background-color: #fff;
}
#ppButton {
	position:absolute;
	width:21px;
	height:20px;
	overflow:hidden;
	top:11px;
	right:10px;
	background-color: #e00732;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	cursor:pointer;
}
#ppContent {
	border:1px solid #e6e6e6;
	background-color:#f5f5f5;
	height:100%;
}
#ppBody { }
.ppPage h1, .ppPage h2, .ppPage h3 {
	font-weight:bold;
	font-size:11px;
	color: #e00732;
	text-align:left;
	margin-bottom:10px;
}
.ppPage h3 {
	text-align:center;
}
.ppPage .image {
	float:left;
	background-color:#fff;
	border-right:1px solid #e6e6e6;
}
.ppPage .imageTitle {
	position:relative;
}
.ppPage .imageTitle h3 {
	position:absolute;
	top:10px;
	text-align:center;
}
.ppPage .text {
	width:200px;
	float:left;
	padding:40px 5px 5px 10px;
}
.ppPage .imageOnly {
	background-color:#fff;
	text-align:center;
	border-right:1px solid #e6e6e6;
}
.ppPage .imageOnly h3 {
	position:absolute;
	width:100%;
	text-align:center;
	top:20px;
}
.ppPage .textOnly {
	padding:40px 5px 5px 5px;
}
.rot {
	color: #e00732;
}

.moreImages {
	border-collapse:collapse;
}
.moreImages td {
	vertical-align:top;
	padding:0px;
	margin:0px;
}
.imageBed {
	position:relative;
}
.largeImage {
}
.smallImageBed {
	padding:3px 0px;
	/*overflow:hidden;*/
}
.smallImage {
	float:left;
}
.smallImage img {
	display:block;
}
.imageInfo {
	text-align:left;
	background-color: #e6e6e6;
	color: #333;
	padding:6px 5px 4px 5px;
	height:36px;
}
table.visitenkarte {
	table-layout:fixed;
	border-collapse:collapse;
}
.visitenkarte td {
	margin:0px;
	padding:0px 0px 2px 0px;
	width:110px;
}