body
{
	background-color: #FFF;
		
	margin: 0px;
	padding: 0px;
}

html, body
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: 15px;

	height: 100%;
}

hr.thin
{
    border-width: 0px;
    border-top: 1px solid #CCC;
    border-bottom: 0px none;
    margin: 3px 0px 4px 0px;
    padding: 0px;
    height: 1px;
    background-color: transparent;
}

hr.extrathin
{
    border-width: 0px;
    border-top: 1px solid #EEE;
    border-bottom: 0px none;    
    margin: 3px 0px 1px 0px;
    padding: 0px;
    height: 1px;
    background-color: transparent;
}

hr.red
{
    border: 0px;
    border-top: 1px solid #900;
}

a:link
{
	color: #B32319;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #6C0000;
}

a:hover
{
	text-decoration: underline;
	color: #990000;
}

a:active
{
	text-decoration: none;
}

.style1
{

}

div#commentform
{
	background-color: #F8F8F8;
	padding: 5px;
	border: 1px solid #800;
}

div.commentblock
{
	background-color: #F8F8F8;
	padding: 10px;
	border-top: 1px solid #800;
}

div#iterator
{
	padding: 10px;
}

div.message
{
    padding: 5px;
}

div.content
{
    background-image: url(../images/Logo_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;

	padding: 18px 24px 24px 24px;
	
	font-family: "Verdana";
	font-size: 12px;
	line-height: 15px;
	
	height: 100%;
}

.title
{
	font-size: 120%;
	width: 100%;
}

.ghost
{
    color: #BBB;
}

div.article
{
    text-align: justify;
}

.article h1
{
    margin: 2px;
    padding: 0px;
}

.article h2
{
    margin: 2px;
    padding: 0px;
}

.article h3
{
    margin: 2px;
    padding: 0px;
}

.article h4
{
    margin: 2px;
    padding: 0px;
}

div.comment
{
    text-align: justify;
}

div.perex
{
    text-align: justify;
}

div.article img
{
	border: 1px solid #800;
	padding: 3px;
}

div.article img.image
{
    border: 0px solid #000;
    padding: 0px;
    margin: 0px;
}

div.article img#photoleft
{
    float: left;
    margin: 6px 6px 6px 0px;
}

div.article img#photoright
{
    float: right;
    margin: 6px 0px 6px 6px;
}

div.perex img, img.photo
{
	border: 1px solid #800;
	padding: 3px;
	margin: 0px 6px 6px 0px;
}

div.article p
{
	margin: 5px 0px 5px 0px;
}

div#langeditor
{
    border: 1px solid #AAA;
    padding: 5px;
    padding-right: 10px;
    margin: 0px 3px 20px 3px;
    background-color: #F8F8F8;
}

div#navigation
{
    padding-left: 16px;
	
}

div#navigation li
{
    display: block;
    
    list-style-position: outside;
    list-style: none url();
    margin: 0px;
    padding: 0px;
    height: 32px;
}

img.captcha
{
    border: 1px solid #AAA;
}

a.menubutton, a.menubutton:visited, a.menubutton:active
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: 25px;
	
	display: block;
	position: relative;
	top: -32px;
	height: 32px;
	text-align: left;
	padding: 0px 0px 0px 24px;
	margin: 0px 0px -30px 0px;
	color: #FFF;
	text-decoration: none;
}

img.menubutton
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

img.menubutton#active
{
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.perexclick
{
    color: #BBB;
    text-align: right;
    font-size: 10px;
}

.date
{
    font-size: 10px;
    text-align: right;
}

.small
{
    font-size: 10px;
}

.perexclick a
{
    color: #BBB;
}

div.menubutton
{
    background-image: url(../images/menu_selector.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	
    position: relative;
	width: 100%;
	height: 30px;
	opacity: 0;
	filter: alpha(opacity = 0);
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.menubutton#active
{
    background-image: url(../images/menu_selector2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	
	opacity: 1;
	filter: alpha(opacity = 100);
}

div.menubutton#search
{
    background-image: url(../images/menu_searchbox.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	
	opacity: 1;
	filter: alpha(opacity = 100);
}

div.menushadow
{
	padding-top: 6px;
	padding-left: 33px;
}

a.menubutton:hover
{
	text-decoration: none;
	color: #FF0;
}

a.menubutton#active, a.amenubutton:focus
{
	padding-left: 32px;
	color: #000;
}

.style2
{

}

body, td, th
{

}

input.searchbox
{
	border: 1px solid #D00;
	padding: 2px;
	color: #AAA;	
}

input.flat
{
	border: 1px solid #AAA;
	width: 100%;
	padding: 2px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

input.flat:focus
{
    border: 1px solid #A00;
}

textarea.flat, textarea.flatresize
{
	border: 1px solid #AAA;
	width: 100%;
	padding: 2px;
	font-family: Monospace;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

textarea.flat:focus, textarea.flatresize:focus
{
    border: 1px solid #A00;
}

input.flatbutton
{
	border: 1px solid #888;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	width: 100%;
	padding: 1px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    cursor: hand;
    background-color: #DDD;	
}

input.flatbutton:hover
{
    background-color: #FFF;
    cursor: hand;
}

select.flat
{
    border: 1px solid #AAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	
}

option.iconoption
{
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    height: 25px;
    margin: 2px;
}

.ui-resizable-s { cursor: s-resize; height: 4px; width: 100%; bottom: 0px; left: 0px; background-color: #AAA; }

#gallery_navigator
{
    width: 620px;
    text-align: left;
    position: relative;
    left: -1px;
}

a.gallery_number
{
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 2px 2px 2px 0px;
    background-color: #FFF;
    border: 1px solid #A00;
    color: #000;
    position: relative;
    text-align: center;
}

a.gallery_number:hover
{
    text-decoration: none;
    background-color: #AAA;
    border: 1px solid #A00;
    color: #FFF;
}

a.gallery_number_active
{
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 2px 2px 2px 0px;
    background-color: #A00;
    border: 1px solid #A00;
    color: #FFF;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.gallery_image
{
    display: none;
    position: absolute;
    padding: 5px;
    border: 1px solid #A00;
    background-color: #FFF;
    
}

#gallery_main
{
    width: 620px;
    text-align: center;

    padding: 5px 0px 5px 0px;
    border: 1px solid #A00;
}

#gallery_main_image
{
}

#gallery_description
{
    display: inline;
    background-color: #A00;
    color: #FFF;
    padding: 1px 5px 2px 5px;
}

