body, div, table, p, a, form, ul, li, h1, h2, h3, h4, h5, h6 {
    margin:0px;
    padding:0px;
	font-weight:normal;
}

td {vertical-align:top;}

@font-face {
    font-family: 'galias_hand_proregular';
    src: url('../fonts/galiashanpro.eot');
    src: url('../fonts/galiashanpro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/galiashanpro.woff') format('woff'),
         url('../fonts/galiashanpro.ttf') format('truetype'),
         url('../fonts/galiashanpro.svg#galias_hand_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	background:url(../images/mainbg.jpg) repeat-x;
	font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	
}

.error {
    text-align: center;
    color: #ff0000;
}

.errorElement {
    background: #ff0000;
}

#paral{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:1000px;
	z-index:0;
}
#paral_0{
	position:fixed;
	background:url(../images/potty0.png) center top fixed no-repeat;
	width:100%;
	height:1000px;
}
#paral_1{
	position:fixed;
	background:url(../images/potty1.png) center top fixed no-repeat;
	width:100%;
	height:1000px;
}
#wrapper{
	position:relative;
}


#mainDiv{
	/*z-index:100;*/
    width:1000px;
    margin:0px auto;
}

#head{
	/*z-index:10;*/
    position:relative;
	background:url(../images/kep.png) no-repeat right top;
    display:block;
	width:1000px;
	left:50%;
	margin-left:-500px;
    height:180px;
}

#head a{
	position:relative;
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:409px;
    height:69px;
	top:83px;
}

#menu{
	/*-index:15;*/
	position:absolute;
    width:100%;
    height:79px;
	top:0px;
	left:0px;
    background:url(../images/menu-bg.png) repeat-x;
	font-family:'galias_hand_proregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:55px;
	overflow:hidden;
}

#menu ul{
	position:absolute;
	display:block;
	width:1000px;
	left:50%;
	margin-left:-500px;
    list-style:none;
	height:80px;
	background:url(../images/menu-active.png);
}

#menu ul.useBg1{ background-position:0px 0px }
#menu ul.useBg2{ background-position:0px -80px }
#menu ul.useBg3{ background-position:0px -160px }
#menu ul.useBg4{ background-position:0px -240px }
#menu ul.useBg5{ background-position:0px -320px }
#menu ul.useBg6{ background-position:0px -400px }
#menu ul.useBg7{ background-position:0px -480px }
#menu ul.useBg8{ background-position:0px -560px }
#menu ul.useBg9{ background-position:0px -640px }

#menu ul li{
    float:left;
}
#menu ul li a{
    display:block;
    color:#ffffff;
    text-decoration:none;
    float:left;
	padding:0 15px 0 16px;
}
#menu ul li a:hover { text-shadow: 2px 2px #5b0018; }
#menu ul li a.active:hover { text-shadow: none; }


.ie7 #menu ul li a{ padding:0 15px 0 17px; }

#menu ul li:first-child a { padding:0 15px 0 23px; }
#menu ul li:last-child a { padding:0 0 0 14px; }

#menu ul li a.active {
    color:#4c4c4c;
}

#content{
    width:1000px;
    min-height:100px;
    height:expression(this.scrollHeight<100 ? "100px" : "auto");
    float:left;
}

#textContent{
    width:800px;
	padding-left:30px;
    float:left;
}

#textContent img{
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:#EDDAE0 solid 1px;
}

#textContent a img:hover{
	border:#b2002f solid 1px;
}

#textContent img[align="left"]{ margin:0 10px 10px 0 }
#textContent img[align="right"]{ margin:0 0 10px 10px }

#textContent a{
	color:#b2002f;
    text-decoration:none;
}
#textContent a:hover{
	text-decoration:underline;
}

#textContent h1, #textContent h2, #textContent h3, #textContent h4, #textContent h5, #textContent h6{
    margin-bottom:10px;
}

#textContent h1, #textContent h2, #textContent h3{
    font-family:'galias_hand_proregular', Arial, Helvetica, sans-serif;
	font-size:26px;
    color:#b2002f;
	font-weight:normal;
}

#textContent h2{ font-size:20px; }

#textContent h3{ font-size:16px; }

#textContent h4{ font-size:25px; }

#textContent h5{ font-size:19px; }

#textContent h6{ font-size:15px; }

#textContent ul{
    margin-left:40px;
}
#textContent p{
    margin-top:5px;
    margin-bottom:10px;
}

#textContent div.pager{
    margin-bottom:10px;
    text-align:center;
}
#textContent div.pager a{
	display:inline-block;
	width:24px;
	height:24px;
	
	background:#b2002f;
	color:#FFF;
	
	font-size:12px;
	line-height:22px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:#b2002f solid 1px;
	margin-right:5px;
}

#textContent div.pager a:hover{
	background:#990029;
	border:#990029 solid 1px;
}

#textContent div.pager a.pager_aktiv{
	background:#fff;
	color:#4c4c4c;
	border:#eddae0 solid 1px;
}


#textContent div.pager a:hover, #textContent div.pager a{
	text-decoration:none;
}

.ie6 #textContent div.pager a, .ie7 #textContent div.pager a, .ie8 #textContent div.pager a{
	behavior: url(../etc/pie/PIE.htc);
}


table.nyitotabla td{
	margin:0;
	padding:0;
	border:0 !important;
}

table.nyitotabla td.bal{
	padding-right:20px;
	width:auto;
}

table.nyitotabla td.jobb{
	margin:0 !important;
	padding:0 !important;
	width:328px !important;
	color:#f8eff0;
	font-size:12px;
}

table.nyitotabla td.jobb table td.nyito{
	padding: 22px 16px 0 16px;
	vertical-align:top;
	background:url(../images/nyito-bg.png);
	height:50px;
}

table.nyitotabla td.jobb table td.lezaro{
	height:60px;
	background:url(../images/nyito-lezaro.png);
}

table.nyitotabla td.jobb h1{
	text-align:left !important;
	
}
table.nyitotabla td.jobb a,
table.nyitotabla td.jobb h1,
table.nyitotabla td.jobb h2,
table.nyitotabla td.jobb h3,
table.nyitotabla td.jobb h4,
table.nyitotabla td.jobb h5,
table.nyitotabla td.jobb h6 {
	color:#FFF !important;
}

table.nyitotabla td.jobb table td.lista{
	background:url(../images/nyito-bg.png) 0px -72px no-repeat;
	padding: 0 36px 0 36px;
	line-height:16px;
}

table.nyitotabla td.jobb hr{
	height:0px;
	border:0px;
	border-bottom:#dba3ac dotted 1px;
	width:100%;
	clear:both;
}

table.nyitotabla td.jobb a{
	color:#fff !important;
	text-decoration:underline !important;
}

table.nyitotabla td.jobb a:hover{
	color:#f0e1e3 !important;
}

table.nyitotabla td.jobb img{
	min-width:80px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	height:auto;
}

.ie8 able.nyitotabla td.jobb img{
	min-width:80px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	height:auto;
}


#footer{
    width:1000px;
    height:88px;
    background:url(../images/footer-bg.png) no-repeat;
    float:left;
	clear:both;
	color:#888;
	font-size:11px;
	text-align:center;
}

#footer p { margin-top:55px;}

#footer a {
	text-decoration:none;
	color:#888;
}

#footer a:hover {
	text-decoration:underline;
}


#leftMenu{
    float:left;
    width:170px;
}

ul.leftMenuList{
    list-style:none;
}
ul.leftMenuList li a{
	text-decoration:none;
	display:block;
	background:#b2002f;
	color:#FFF;
	padding:4px 5px 6px 5px;
	
	font-family:'galias_hand_proregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	text-align:center;
	margin-bottom:10px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:#b2002f solid 1px;
}

.ie6 ul.leftMenuList li a, .ie7 ul.leftMenuList li a, .ie8 ul.leftMenuList li a{
	behavior: url(../etc/pie/PIE.htc);
}

ul.leftMenuList li a:hover{
	background:#990029;
	border:#990029 solid 1px;
}

ul.leftMenuList li a.active{
	background:#fff;
	color:#4c4c4c;
	border:#eddae0 solid 1px;
}

#staticMenu{
    list-style:none;
    
}

#staticMenu li{
    /*background-image:url(../images/static_menu_sign.gif);
    background-repeat:no-repeat;
    background-position:12px 8px;*/
    margin:0px;
    padding:0px;
    display:block;
}

#staticMenu li.menuName{
	
	font-family:'galias_hand_proregular', Arial, Helvetica, sans-serif;
	font-size:18px;

    color:#b2002f;
    margin-top:30px;
 
    margin-bottom:5px;
    padding-bottom:5px;
}

#staticMenu li.lineSeparator{
   display:none;
}
#staticMenu li a{
	background: url(../images/li.png) no-repeat 0px 2px;
	padding-left:18px;
	font-size:12px;
	line-height:16px;
	color:#4c4c4c;
    display:block;
	text-decoration:none;
	margin-bottom:16px;
}
#staticMenu li a:hover{
	color:#b2002f;
}


.form_warning{
    color:#ff0000;
    font-weight:bold;
    visibility:hidden;
}

#breadCrumb{
	padding-bottom:5px;
    margin-bottom:15px;
    font-size:11px;
	color:#808080;
	border-bottom:#808080 dotted 1px;
}
#breadCrumb a{
    color:#808080;
	text-decoration:underline;
}

#breadCrumb a:hover{
    color:#4c4c4c;
}

table.StdTable, table.StdTable tr, table.StdTable tr td, table.StdTable tr th{
	border:0;
	padding:0;
	border-spacing:0;
    border-collapse:collapse;
}

table.StdTable{
    margin:0px;
	width:100% !important;
}

table.StdTable tr td, table.StdTable tr th{
    padding:3px;
	border:#808080 dotted 1px;
}
table.StdTable tr.SubHead th{
    background-color:#b2002f;
	border:#990029 solid 1px;
    font-weight:bold;
    color:#ffffff;
	font-size:11px;
}
table.StdTable tr td.Main{
    background-color:#b2002f;
	border:#990029 solid 1px;
    font-weight:bold;
    color:#ffffff;
	font-size:11px;
	min-width:75px;
}


table.MessageTable input.text, table.MessageTable textarea{
    border:1px solid #B5083B;
    width:246px;
    margin:0px;
    padding:2px;
}
table.MessageTable textarea{
    width:446px;
    height:150px;
    overflow:auto;
}

#logo{
    display:block;
    width:160px;
    height:80px;
}

div.leadpiccont{
    float:left;
   /* padding:1px;*/
    /*border:1px solid #000000;*/
    margin-right:5px;
}

div.lister_div{
    margin-bottom:10px;
    float:left;
				width:100%;
}

div.lister_div img.leadpic{
    width:100px;
    float:left;
}

#linked_links, #linked_docs{
    margin-bottom:10px;
}


div.guestbook_m_box {
    float: left;
    width: 690px;
    margin: 10px 0 0 0;
    border: 1px dotted #808080;
    padding: 6px;
}

div.guestbook_m_head {
background: #b0063a;
width: 100%;
height:21px;
}

div.guestbook_m_name {
    float: left;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    height: 17px;
}
div.guestbook_m_name a {
    color: #ffffff !important;
}

div.guestbook_date {
    background: #b0063a;
    padding: 2px 5px 2px 5px;
    float: right;
    color: #ffffff;
    height: 17px;
}

div.guestbook_m_body {
    float: left;
    padding: 10px;
    width: 676px;
}

div.guestbook_m_answer {
    float: left;
    width: 676px;
    margin: 10px 0 0 0;
    
}

div.gusetbook_answer_date {
    float: right;
    width: 666px;
    padding: 2px 5px 2px 5px;
    text-align: right;
    color: #ffffff;
				background: #E9B7C3;
}

.ie7 div.answer_text {
				background-color:#F1F1F1;
}
div.answer_text {
    width:auto;
    padding: 5px;
				background-color: rgba(0,0,0,0.05)!important;
}

#guest_m_table {
    width: 550px;
    margin: 0 auto;
}

#guestbook_username,
#guestbook_useremail {
    width: 400px;
}

#guestbook_message {
    width: 400px;
}
table.galleryTable tr td {
    padding: 5px;
}
table.galleryTable tr td img {
    border: 1px solid #b1063a;
}

div#regMsg {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    color: #ff0000;
}