﻿/* CSS Document by Dieter Schneider 2006 www.csstemplateheaven.com */

* 
{
   margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body 
{
    margin-top: 0px;
    margin-left: 30px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 90%;
}

#container 
{
    margin: 0px auto;
    width: 930px;
	font-size: 1em;
	height: 90%;
}

#header
{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logocontainer
{
    height: 160px;
    text-align: right;
    margin-right: 20px;
}

#content_top 
{
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 729px;
	text-align: left;
	padding-top: 25px;
	padding-left: 170px;
	padding-right: 100px;
}


#content 
{
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	width: 620px;
	padding-left: 60px;
    padding-right: 100px;
    min-height: 200px;
}

#footer 
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
	vertical-align: bottom;
}

#footercontent
{
    margin-left: 30px;
    padding-top: 60px;
    vertical-align: bottom;
}

/********************************** Text formatting *****************/
p 
{
   padding-bottom: 15px;
}

p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: left;
}

.footertxt 
{
    text-align: right;
	color: #F1DBC6;
	margin-right: 95px;
	margin-top: 10px;
}

h1
{
	font-weight: bold;
	font-style: oblique;
	padding: 10px;
	color: #673711;
	font-size: 2.5em;
}

h2 
{
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}

h3 
{
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.0em;
}


/*************************** Hyperlinks ***********************/

a:link {color: #F1DBC6}     /* unvisited link */
a:visited {color: #F1DBC6}  /* visited link */
a:hover {color: #FFCC66}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

/***************************  Menu **********************/

#menucontainer
{
    text-align: center;
    width: 200px;
    float: right;
    margin-top: 50px;
}

#menutop
{
	background-image: url(images/menu_top.jpg);
	height: 39px;
	width: 200px;
	text-align: center;
}

#menufooter
{
	background-image: url(images/menu_footer.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 57px;
}

ul#menucontent
{
	background-image: url(images/menu_tile.jpg);
	background-repeat: repeat-y;
}

ul#menucontent li
{
    list-style: none;
	padding: 0 0 2px;
}

ul#menucontent li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menucontent li a:hover
{
    background-color: #aa8;
    text-decoration: none;
}

ul#menucontent li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menucontent li.selected a
{
    background-color: #fff;
    color: #000;
}

/************************** Language Menu ***************/

#language_menu_container
{
	text-align: right;
	margin-right: 30px;
}

ul#language_menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#language_menu li
{
    display: inline;
    list-style: none;
}

ul#language_menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#language_menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#language_menu li a:hover
{
    background-color: #aa8;
    text-decoration: none;
}

ul#language_menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}
