/* web development by www.bet2-soft.de
-------------------------- */


* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}



/* Body Typeset
-------------------------- */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;

	background: black;
	color: #FFFFFF;

	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #808080; 
	SCROLLBAR-SHADOW-COLOR: #808080; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-BASE-COLOR: #ffffff;

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}




/* Layout
-------------------------- */

#container {
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	background: black;
	text-align: left;
	z-index: 1;
	position:relative; top:0; left:0; 
	}

#header {
	height:100px;
	background-repeat:no-repeat;
	}

#content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}

#space50 {
	height:50px;
	}

#space25 {
	height:25px;
	}

#space15 {
	height:15px;
	}

#space10 {
	height:10px;
	}

#space5 {
	height:10px;
	}

#footer {
	height:100px;
	background-repeat:no-repeat;
	}


.indent {
    margin-left:10px;
    }

#index_title{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #D84A1E;
	}

#page_text {
	color: #FFFFFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
    }
    
#title_text_red {
	color: #D84A1E;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
    }

#menu_text {
	color: #FFFFFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
    }
 
 
.table_text {
	color: #FFFFFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
    }   

.center {
	text-align: center;
	}


/* Links
-------------------------- */
	
#title_en a, a:link, a:active, a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #D84A1E;
	}

#title_en a:hover {
	color: #FFFFFF;
	}

#title_de a, a:link, a:active, a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #9D3420;
	}

#title_de a:hover {
	color: #FFFFFF;
	}

#title_es a, a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #712C29;
	}

#title_es a:hover {
	color: #FFFFFF;
	}

a, a:link, a:active, a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #D84A1E;
	}
	
a:hover {
	color: #FFFFFF;
	}

