/* Global */

@font-face {
	font-family: ankecallig;
	src: url("font/ankecallig-fg.eot") /* EOT file for IE */
}
@font-face {
	font-family: ankecallig;
	src: url("font/ankecallig-fg.ttf") /* OTF file for CSS3 browsers */
}
@font-face {
	font-family: PeakeBold;
	src: url("font/PeakeBold.eot") /* EOT file for IE */
}
@font-face {
	font-family: PeakeBold;
	src: url("font/PeakeBold.otf") /* OTF file for CSS3 browsers */
}

* {
	margin:0;
	padding:0;
}

body {
	background-color:#362d1e;
	background-image:url(../img/body_bgrnd.jpg);
	background-attachment:fixed;
	background-position:center;
	font-family: Tahoma;
	font-size:13px;
	color:#362d1e;
}
body.popup {
	background-color: #ffe;
	background-image: none;
}
#m_blank {
	margin: 40px;
}

img {
	border:none;
}
p {
	margin:0px;
	padding-top:0px;
}
td {
	vertical-align: top;
}
a:link, a:visited, a:active {
	color:#982c1d;text-decoration: none;
}
a:hover {
	color:#982c1d;text-decoration: underline;
}

div.clear {clear:both;}

input {width:100%;border:1px solid #796955;background-color:#e5ca89;background-image:url(../img/tf_bgrnd.jpg);padding:2px;font-family:Tahoma;font-size:13px;color:#222222;}
textarea {width:100%;border:1px solid #796955;background-color:#e5ca89;background-image:url(../img/tf_bgrnd.jpg);padding:2px;font-family:Tahoma;font-size:13px;color:#222222;}
button {background-color:#362d1e;border:1px solid #982c1d;padding:4px;font-family:Tahoma;font-size:13px;font-weight:bold;color:#e5ca89;cursor:pointer;}
marquee {width:100%;border:1px solid #362d1e;background-color:#FFFFFF;font-family:courier;font-size:13px;color:#222222;}
select {border:1px solid #796955;background-color:#e5ca89;font-family:Tahoma;font-size:13px;color:#222222;}
.input_radio {width:16px;border:0px;background:none;}
.input_checkbox {width:16px;border:0px;background:none;}
.input_inactive {height:19px;border:1px solid #CCCCCC;background-color:#FFFFFF;font-family:Tahoma;font-size:13px;color:#999999;}

input[type=checkbox], input[type=radio] {
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}

/* Content */

#m_wrapper {
	z-index:1;
	position:fixed;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
}

#m_page {
	z-index:2;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 840px;
	margin-top: -290px;
	margin-left: -420px;
	margin-bottom: 35px;
	text-align: left;
}

#m_head {
}
#head_logo {
}
#head_logo img {
}

#m_menu {
	/*position:relative;*/
	margin-top: 40px;
	margin-left: 120px;
	padding-left:20px;
	font-family: PeakeBold;
	font-weight:bold;
	text-shadow: 1px 1px 0px #8b7b64;
}

#o_content {
}
#o_content img {
}

#m_center {
	height:550px;
	background-image:url(../img/content_bgrnd.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:30px 0 30px 0;
}

#m_content {
	height:490px;
	overflow:hidden;
	padding:0 20px 0 40px;
}

#m_bottom {
	width: 100%;
	text-align: center;
	padding: 0;
}
#m_bottom_menu {
}
#btm_spacer {
}

.main_pagetitle {margin:4px 0px 0px 0px;padding-bottom:10px;font-family:ankecallig;font-size:25px;font-weight:normal;color:#362d1e;}
h1 {margin:4px 0px 0px 0px;padding-bottom:0px;font-family:ankecallig;font-size:29px;font-weight:normal;color:#362d1e;}

.main_pagesubtitle {margin:4px 0px 8px 0px;text-align:justify;font-family:ankecallig;font-size:26px;font-weight:bold;color:#362d1e;}
h2 {margin:4px 0px 8px 0px;text-align:justify;font-size:26px;font-weight:bold;color:#362d1e;}

.main_headline {padding-bottom:5px;vertical-align:top;font-family:ankecallig;font-size:19px;font-weight:normal;color:#362d1e;}
h3 {padding-bottom:5px;vertical-align:top;font-size:19px;font-weight:normal;color:#362d1e;}

.main_text {vertical-align:top;font-family:ankecallig;font-size:13px;color:#222;line-height:19px;}
h4 {vertical-align:top;font-size:13px;color:#222;line-height:19px;}

.main_text_small {vertical-align:top;font-size:17px;color:#222;}
h5 {vertical-align:top;font-size:17px;color:#222;}

.main_text_highlight {vertical-align:top;font-size:21px;color:#color:#362d1e;;}
.main_text_big {vertical-align:top;font-size:25px;font-weight:bold;color:#color:#362d1e;;}
.main_infotext {font-size:21px;color:#color:#362d1e;;}
.main_link {vertical-align:top;font-size:21px;color:#982c1d;cursor:pointer;}

#m_center p ul{
	margin: 4px 0 0 15px;
}

#album .album_title {
	float: right;
	width: 335px;
	margin-right: 20px;
	padding-bottom:5px;
	font-family:ankecallig;font-size:21px;font-weight:normal;color:#362d1e;
}
#album_list {
	float:left;
	display:block;
	margin: 40px 0 0 94px;
}
#album_list ul {
	margin: 0;
	padding: 0;
}
#album_list ul li{
	padding: 0;
	margin: 5px 6px 5px 0;
	list-style: none;
}
#album_list ul li a{
	border: none;
	font-size: 14px;
	font-weight: bold;
}

#contact_default .chk_ppa {
	margin:20px 0px 20px 0px;
}
#contact_default .chk_ppa label {
	font-weight: bold;
}
#contact_default .chk_ppa .cf_field {
	margin: 5px 0 0 0;
}
#contact_default .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}
