* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #3d4c02;
    background-image: url("pic/bodyBG.jpg");
    background-repeat: repeat-x;
    font-family: Arial, sans;
}

.clearer {
    clear: both;
}



/* ******************************************************************************* 
*************************** general elements *************************************
******************************************************************************* */

p {
    font-size: small;
    margin-bottom: 15px;
    line-height: 1.3em;
}

ul { 
    font-size: small;
    line-height: 1.3em;
    margin-left: 15px;
    margin-bottom: 15px;
}

ol { 
    font-size: small;
    line-height: 1.3em;
    margin-left: 20px;
    margin-bottom: 15px;
}

h1, h3, h4 {
    color: #3d4c02;
    margin-bottom: 15px;
}

h2 {
    color: #3d4c02;
    margin-top:25px;
    margin-bottom: 15px;
}

hr {      /* is used as spacer to the footer-div */
    border: solid #3d4c02 3px;
}
* html hr {
	 position: relative;
	 top: 7px;
	 height: 5px;
}



/* ********************************************************************************
************************************ container ************************************
******************************************************************************** */

#container {
    position: absolute;
    left: -400px;
    width: 800px;
    margin-left: 50%;
    margin-right: auto;
    background-image: url("pic/containerBG2.jpg");
    background-repeat: repeat-y;
    border-bottom: solid #3d4c02 15px;
}



/* *********************************************************************************
************************************** header **************************************
********************************************************************************* */

#header {
    height: 185px;
    background-color: #000000;
}



#header img {
    float: left;
}

#location {
    width: 450px;
    float: right;
}

#language {
    position: absolute;
    top:5px;
    right:8px;
    font-size: small;
}

#language a:link {
    color: #ffcc00;
}

#language a:visited {
    color: #ffcc00;
    text-decoration: underline;
}

#language a:hover, a:active {
    color: #ffffff;
}

#header h1 {
    color: #ffcc00;
    font-size: 35pt;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
}

#header h2 {
    color: #ffcc00;
    font-size: 15pt;
    text-align: center;
    margin-top: -20px;
}

#navi {
    margin-top:5px;
}

.navibutton {
    width: 99px;
    height: 31px;
    background-image: url("pic/button.jpg");
    background-repeat: repeat-x;
    float: left;
    margin-right: 1px;
    text-align: center;
}

.lastnavibutton {
    width: 100px;
    height: 31px;
    background-image: url("pic/button.jpg");
    background-repeat: repeat-x;
    float: left;
    text-align: center;
}

#navi a:link {
    position: relative;
    top: 5px;
    color: #ffcc00;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 31px;
}

#navi a:visited {
    position: relative;
    top: 5px;
    color: #ffcc00;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 31px;
}

#navi a:hover {
    position: relative;
    top: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}





/* *******************************************************************************
********************************* Left Sidebar ***********************************
******************************************************************************* */

#leftSidebar {
    float: left;
    width: 130px;
}

#upperBox {
    padding-top: 35px;
    background-color: #3d4c02;
}

#separator {
    margin-top: 15px;
    background-image: url("pic/wave2.jpg");
    width: 129px;
    height: 47px;
}

#partner {
	margin-top: 25px;
	font-size: small;
	text-align: center;
	color: #3d4c02;
}
#partner a:link, a:visited {
  	color: #3d4c02;
  	text-decoration: underline;
}




/* ********************************************************************************
****************************** Contents *******************************************
******************************************************************************** */

#contents {
    float: left;
    width: 470px;
    margin-left: 20px;
    margin-top: 20px;
}

#contents a:link {
    color: #3d4c02;
    text-decoration: underline;
}

#contents a:visited {
    color: #3d4c02;
    text-decoration: underline;
}
#contents hr { 
    border: solid #3d4c02 1px;
}

.screenshot {
    float:left;
    margin-right: 15px;
}

#goup {
    text-align: center;
    margin-top: 20px;
    margin-left:100px;
}

#reftable {
	border-collapse: collapse;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: hidden;
    font-size: small;
}
#reftable td {
	padding: 15px;
	margin-right: 10px;
	text-align: center;
}
#reftable tr {
	border-top: 2px solid #3d4c02;
	padding: 0px;
	margin: 0px;
}

.formfield {
	width:300px;
}
.formtable {
	border-spacing:8px;
}
.labelcell {
	font-size: 0.9em;
	text-align:right;
	vertical-align:top;
}
.buttoncell {
	text-align: center;
    padding-bottom: 20px;
}

.cite {
    background-color: #ffcc00;
    padding: 10px;
}


/* ********************************************************************************
****************************** Right Sidebar **************************************
******************************************************************************** */

#rightSidebar {
    float: right;
    width: 175px;
    margin-top: 35px;
    color: #3d4c02;
    border-left: solid #3d4c02 1px;
}

#rightSidebar h3 {
    text-align: center;
    margin-bottom: 15px;
}

#rightSidebar p {
    margin-left: 10px;
    margin-right: 10px;
}

#rightSidebar a:link {
    color: #000000;
}

#rightSidebar a:visited {
    color: #000000;
}

#contaxe {
    margin-top: 30px;
    text-align: center;
}



/* ************************************************************************************
************************************ footer *******************************************
************************************************************************************ */

#footer {
    
    height: 36px;
    background-color: #3d4c02;
    border-top: solid #ffcc00 1px;
    border-bottom: solid #ffcc00 1px;
    color: #ffcc00;
    font-size: small;
}

#copy {
    float: right;
    position: relative;
    top: 10px;
}


