body
{
    color: black;
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, Geneva, Helvetica;
    background-image: url("/images/bg.gif");
    background-repeat: repeat-y;
}

img { border: 0px; }
a { color: #550000; }
a:hover { color: #880000; }
a:active { color: black; }

td
{
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, Geneva, Helvetica;
}

.langtitle
{
	color: white;
	font-size: 11px;
}

#langtable
{
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0px;
}

.textbutton
{
    width: 22px;
    height: 20px;
    margin-left: -1px;
}

#tabs 
{
	font-family: Verdana, Tahoma, Sans-serif;
	clear: both;
	text-align: center;
	position: absolute;
	
	left: 163px; 
	top: 100px;
}

#tabs ul 
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li 
{ 
    float: left;
}

#tabs a 
{ 
    width: 99px; 
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0px 0px 0 0;
	float: left;
	height: 25px;
	background: #600;
	border-right: 1px solid #600;
	border-left: 1px solid #600;
	text-decoration: none;
	color: white;
}

#tabs a:hover 
{
	background: #900;
	position: relative;
	border-right: 1px solid white;
	top: 0;
}

#headpic
{
    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
    height: 100px;
    width: 550px;
    position: absolute;
    left: 160px;
}
    
#bgstripe
{
    background-color: #660000;
    position: absolute;
    height: 25px;
    width: 100%;
    left: 0px;
    top: 100px;
}

#content
{
    position: absolute;
    left: 190px;
    top: 160px;
    margin-right: 40px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    width: 600px;
}

#sidebar_content
{
    position: fixed;
    padding-left: 18px;
    margin-top: 150px;
    width: 140px;
    color: white;
    font-size: 11px;
}
#sidebar_content a
{
    color: white;
    text-decoration: none;
}
#sidebar_content a:hover
{
    text-decoration: underline;;
}

#sidebar_content ul
{
    margin-left: 0px;
    margin-top: 4px;
    padding-left: 0px;
    text-indent: 4px;
    list-style-position: inside;
}
#sidebar_content li
{
    margin-top: 2px;
}

.sidebar_header
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

.tablink
{
    padding: 4px;
}


#topcorner
{
    position: absolute;
    left: 160px;
    top: 95px;
    width: 5px;
    height: 5px;
    background-image: url("/images/topcorner.gif");
    background-repeat: no-repeat;

}
#bottomcorner
{
    position: absolute;
    left: 160px;
    top: 125px;
    width: 5px;
    height: 5px;
    background-image: url("/images/bottomcorner.gif");
    background-repeat: no-repeat;
}

#logo
{
    position: fixed;
    left: 25px;
    top: 10px;
}

#newsbox
{
    float: right;
    margin-left: 20px;
    margin-top: 10px; 
    margin-bottom: 10px; 
    background-color: #EEEEEE; 
    padding: 12px; 
    width: 250px; 
    border: 1px solid #AAAAAA;
    font-size: 11px;
    min-height: 200px;
}
#newsbox h2
{
    margin-top: 0px;
}
#newsbox h3
{
    font-size: 13px;
    font-weight: bold;
}

#newsbox p
{
    margin-top: 2px;
}

h1
{
	font-size: 20px;
	margin-top: 2px;
    margin-bottom: 12px;
}

h2
{
	font-size: 16px;
    margin-top: 35px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

p
{
	text-align: justify;
}

.flag
{
	width: 16px;
	height: 11px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.langflag
{
	width: 16px;
        height: 11px;
	margin-top: 6px;
	margin-left: 3px;
}

.listflag
{
	width: 16px;
        height: 11px;
        margin-right: 4px;
        margin-top: 3px;
        margin-bottom: 6px;
}
