/*
	uniqe structures
*/

html {
	height:101%;
}

body {
	margin:auto;
	padding:0px;
	text-align:center;
	min-height:100%;
	background-image:url('body_bg.png');
	background-color:#f5f5f5;
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial,sans-serif;
	font-size:medium; 
	font-weight:normal;
}

div#ses_inhalt {
	position:relative;
	clear:both;
	margin:0px;
	padding:35px 0px 35px 0px;
	z-index:10;
	width:980px;
	background-color:white;
	border:0px solid gray;
	min-height:400px;
}

div#footer {
	width:960px;
	position:relative;
	clear:both;
	margin:10px 0px 0px 10px;
	padding:0px 0px;
	z-index:10;
	font-size:80%;
	border-top:1px dotted #cccccc;
}

div#ses_fuss {
	margin:10px 0px;
	padding:10px 0px;
}

/*
	topmenu
*/
div#topmenu {
	position:absolute;
	top:100px;
	margin:0px 0px 0px 10px;
	padding:0px;
	z-index:200;
	width:960px;
	background-color:transparent;
	font-weight:normal;
	font-size:90%;
}

div#topmenu a,
div#topmenu div.menu1_lo a:hover,
div#topmenu div.menu1_hi a:hover,
div#topmenu div.menu2_lo a:hover,
div#topmenu div.menu2_hi a:hover {
	color:#ff6308;
}
div#topmenu div.menu1_lo {
	float:left;
	padding:0px;
	margin:0px 1px 0px 0px;
	border-width:0px;
	border-color:white;
	border-style:solid;
	background-color:#808080;
}

div#topmenu div.menu1_hi {
	float:left;
	padding:0px;
	margin:0px 1px 0px 0px;
	border-width:0px;
	border-color:white;
	border-style:solid;
	background-color:#404040;
}

div#topmenu div.menu1_lo:hover,
div#topmenu div.menu1_hi:hover {
	background-color:black;
}

div#topmenu div.menu1_lo div.menu2_lo,
div#topmenu div.menu1_hi div.menu2_lo,
div#topmenu div.menu1_hi div.menu2_hi,
div#topmenu div.menu1_lo div.menu2_hi {
	padding:0px;
	margin:0px;
	display:none; 
	border-width:0px;
	border-top:1px;
	border-color:white;
	border-style:solid;
}

div#topmenu div.menu1_lo:hover div.menu2_lo:hover,
div#topmenu div.menu1_hi:hover div.menu2_lo:hover {
	background-color:black;
}

div#topmenu div.menu1_lo:hover div.menu2_lo,
div#topmenu div.menu1_hi:hover div.menu2_lo {
	background-color:#808080;
	display:block;
}

div#topmenu div.menu1_hi:hover div.menu2_hi {
	display:block;
	background-color:#404040;
}

div#topmenu div.menu1_hi:hover div.menu2_hi:hover {
	background-color:black;
	color:#ff6308;
}

div#langswitch {
	position:absolute;
	left:50%;
	width:760px;
	margin-left:-280px;
	text-align:right;
	padding:4px;
	z-index:20;
	top:0px; /* 40 */
}

div#langswitch a {
	float:right;
	padding:4px;
}

div#langswitch a img {
	/* border-left:1px solid #808080;
	border-top:1px solid #808080;
	border-right:1px solid black;
	border-bottom:1px solid black; */
	border:1px solid white;

}

div#skd_color_line {
	position:absolute;
	left:50%;
	width:760px;
	margin-left:250px; /* -472px;  20 */ 
	text-align:right;
	padding:0px;
	z-index:30;
	top:37px; /*81px;*/
		
}

div#skd_color_line a {
	float:left;
	padding:0px;
	border:0px solid black;
	width:240px;
	height:62px;
}

div#skd_color_line a img {
	border-left:10px solid white;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
}

/* basics */

h1, h1 a {
	font-size:110%; 
	font-weight:normal;
	color:#ff6308;
	text-align:left;
	clear:left;
	text-decoration:none;
}

.h1link {
	font-size:110%; 
	font-weight:normal;
	color:#ff6308;
	text-decoration:none;
}

h2 {
	font-size:100%;	
	font-weight:bold;
	color:#c00000;
	text-align:left;
}

h3 {
	font-size:90%;	
	font-weight:bold;
	font-style:normal;		
	color:black;
}

h4 {
	font-size:90%; 
	font-weight:normal;
	font-style:italic;	
	color:black;
}

a {
	font-weight:normal;
	font-style:normal;		
	color:#ff6308;
	text-decoration:underline;
}

p {
	font-size:90%;
}

ul,li {
	font-size:95%;
}

p.align-center {
	text-align:center;
}

hr {
	border-top:solid #cccccc 1px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;	
	height:1px;
}

ul.action-items {
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
}

ul.action-items li a.internal-link {
	display:block;
	width:150px;
	background-color:#808080;
	text-decoration:none;
	color:white;
	padding:5px;
	margin:0px 0px 1px 0px;
	text-align:center;
}

ul.action-items li a.internal-link:hover {
	background-color:black;
	color:#ff6308;
}

textarea {
	font-family:Arial,sans-serif;
}

/*
  TABELLEN
*/

table.contenttable {
	border:none;
	border-collapse: collapse;
}

table.contenttable .tr-even {
	background-color:#f8f8f8;
}

table.contenttable .tr-odd {

}

table.contenttable td {
	vertical-align:top;
	margin:0px;
	padding:5px;
}

table.contenttable-0 .td-0 {
	font-weight:bold;
	min-width:100px;
}

/*
  Tabelle Eintrittspreise
*/

table.eintrittspreise, table.eintrittspreise td, table.eintrittspreise th {
	border-collapse:collapse;
	border-bottom:1px dotted black;
	padding:5px 20px;
}

table.eintrittspreise tr th {
	border-bottom:2px solid black;	
	font-weight:normal;
}

/*
  Forms
*/

form#mailform, form#mailform fieldset {
	border:none;
	font-size:90%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

form#mailform label, .tt_products_basket_info label {
	padding:5px;
	margin:2px 0px;
	width:300px;
	height:18px;
	display:block;
	float:left;
	clear:left;
	background:white;
	border-bottom:1px dotted black;
	border-top:none;
	border-left:none;
	border-right:none;
}

form#mailform input, .tt_products_basket_info input {
	padding:3px;
	margin:2px 0px;
	width:300px;
	height:22px;
	display:block;
	float:left;
	clear:right;
	background-color:#f8f8f8;
	font-size:90%;
	font-weight:normal;	
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:none;
	border-left:none;
}

form#mailform textarea, select, .tt_products_basket_info textarea {
	padding:7px;
	margin:2px 0px;
	width:300px;
	display:block;
	float:left;
	clear:right;
	background-color:#f8f8f8;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:none;
	border-left:none;
	font-weight:normal;	
}

form#mailform .csc-mailform-submit, .form_control input  {
	padding:4px;
	background-color:#808080;
	width:200px;
	height:28px;
	clear:both;
	border:none;
	color:white;
	font-size:90%;	
}

/*
  SES Logo Link
*/

div#ses_logo_link {
	position:absolute;
	width:2000px;
	left:50%;
	margin-left:75px;
	top:138px;
	text-align:center;
	display:block;
}

div#ses_logo_link a {
	link-decoration:none;
	border:none;
}

div#ses_logo_link img {
	border:none;
}

/*
  Sidemenu
*/

div.sidemenu1_lo,div.sidemenu1_hi {
}

div.sidemenu1_lo a {
	display:block;
	width:272px;
	background-color:#808080;
	text-decoration:none;
	color:white;
	padding:3px;
	margin:0px 0px 1px 0px;
	text-align:center;
	float:right;
}

div.sidemenu1_hi a {
	display:block;
	width:272px;
	background-color:#404040;
	text-decoration:none;
	color:white;
	padding:3px;
	margin:0px 0px 1px 0px;
	text-align:center;
	float:right;	
}

div.sidemenu1_lo a:hover, div.sidemenu1_hi a:hover {
	background-color:black;
	color:#ff6308;
}

/*
  Sammlungen Herrnhut Popups
*/

table .hh_coll_popup_table {
	border:1px solid #eec67b;
	float:left;
	width:300px;
	margin:5px;
	font-size:90%;
	border-collapse:collapse;
	table-layout:inherit;
}
table .hh_coll_popup_table td {
	border:1px solid #eec67b;
	vertical-align:top;
	padding:2px;
}
table .hh_coll_popup_table caption {
	text-align:left;
	font-size:90%;
}
table .hh_coll_popup_table th {
	border:1px solid #eec67b;
	background-color:#eec67b;
	color:#ffe38d;
}
div .hh_coll_popup_div {
	font-size:90%;
	width:100px;
	float:left;
}
div .hh_coll_popup_div img {
	clear:both;
}

dl {
	font-size:100%;
}

dd.csc-textpic-caption {
	clear:both;
	color:#404040;
	font-size:70%;
	padding:0px 0px 5px 0px;
}


/*
  SHOP Basket
*/


table.basket_items, table.basket_items td, table.basket_items th {
	border-collapse:collapse;
	border-bottom:1px dotted black;
	padding:5px 20px;
}

table.basket_items thead tr th {
	border-bottom:2px solid black;	
	font-weight:normal;
}

p.shoplinks,
p.basket {
	line-height:32px;
}

p.shoplinks a,
p.basket a,
p.shoplinks a img,
p.basket a img {
	vertical-align:bottom;
	border:none;
}

/*
  flvplayer
*/

div.tx-flvplayer2-pi1 {
	text-align:center;
}