@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#8B3238;
}
a {
	color:#f9ecdd;
	text-decoration:underline;
}
h1 { font-size:20px; display:block; text-align:center;padding:0px;}
.subtitle {margin-top:30px;margin-bottom:30px;}
h2 {
	font-size:16px;
	text-transform: capitalize;
	padding:0px;
}
a:hover { text-decoration:none;}
ul.simple {padding:0px;margin:0px;margin-left:30px;}
ul.simple li {margin-bottom:4px;}
p:first-letter {
	font-size:20px; font-style:italic;
}
p.simple:first-letter { font-size:14px!important; font-style:normal!important;}
div img { border:1px solid #FFFFFF;}
img.float_left { float:left; margin-right:10px; margin-bottom:5px;}
#container {
	width:900px;
	margin:auto;
}
#header {
	width:768px;
	height:229px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
ul#nav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8ad7d;
	text-align:center;
	width:100%;
}
ul#nav li {
	float:left;
	margin-right:20px;
	position:relative;
	left:100px;
	top:1px;
}
ul#nav li a {
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
}
ul#nav li a:hover {
	background-color:#d8ad7d;
}
ul#nav li a.curent {
	background-color:#d8ad7d;
}
#content {
	margin-top:20px;
	min-height:490px;
	float:left;
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: 180px 50px;
}
#left {width:186px; height:200px; float:left; text-align:center;}
#left a img { margin-top:10px;margin-bottom:10px;border:2px solid #FFFFFF;}
#right {width:694px;float:right;padding-left:20px;}
#footer {
	width:900px;
	margin-bottom:20px;
	text-align:center;
	clear:both;
}
#footer a {text-decoration:underline;font-weight:bold;}
#footer a:hover {text-decoration:none;}
div.dansuri {text-align:center;}
div.dansuri span {margin-right:10px;font-size:16px; font-weight:bold;}

table.program { border:1px solid #D8AD7D;}
table.program td.brdright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8AD7D;
}
table.program td.cellheader {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8AD7D;
	border-bottom-color:#D8AD7D;
}
#formular { margin:0px; padding:0px;display:block;margin-bottom:20px;}
#formular label {display:block; margin-bottom:3px;margin-top:3px;}
#formular input.txt { width:250px; border:1px solid #D8AD7D; }
#formular input.varsta { width:250px; border:1px solid #D8AD7D; }
#formular input.nr { width:250px; border:1px solid #D8AD7D; }
#formular textarea.txt {width:250px; border:1px solid #D8AD7D; }
#formular input.btn {display:block;margin-top:20px;padding:5px; background-color:#D8AD7D;color:#FFFFFF;font-weight:bold;cursor:pointer;border:1px solid #FFFFFF;}

#galerie {text-align:center;}
#galerie a img {
	border:1px solid #FFFFFF;
	margin-right:20px;
	margin-bottom:20px;
}
/*sFIR image replacement*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*end of */