@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#EAEAE7;
	font-size:12px;
	margin:0;
	background-image:url(images/deco/background.jpg);

}

#mail{
	color:#EAEAE7;
}

a { 
	color:#BE9166;
}
a:hover {
	color:#4E3F37; 
}

img { border:0px; }

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#BE9166;
	font-size:16px;
	margin:0px;
	font-weight:bold;
	display:inline;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#EAEAE7;
	font-size:16px;
	margin:0px;
	font-weight:bold;
	display:inline;
}


h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#EAEAE7;
	font-size:12px;
	margin:0px;
	font-weight:bold;
	display:inline;
}

h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#BE9166;
	font-size:12px;
	margin:0px;
	font-weight:bold;
	display:inline;
}


p {
	margin-top:0px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear_both{
	clear:both;
}

.margin_20{
	margin-bottom:20px;
	clear:both;
}

/* HEADER */
#header_top_line { background-color:#130F0D; border-bottom: 1px solid #BE9166; height:10px; }

#header_container {
	height:140px;
	width:940px;
	margin-left:10px;
	margin-right:10px;
}

#header_container #logo {
	background-image:url(images/deco/header_logo.png);
	height:101px;
	width:414px;
	margin-top:20px;
	margin-left:10px;
	float:left;
}

#header_container #announcement {
	height:101px;
	width:380px;
	margin-top:20px;
	margin-left:10px;
	float:right;
	text-align:right;
}

/* END HEADER */

/* BODY */
#body_container {
	width:960px;
	position:relative;
	left:50%;
	margin-left:-480px;
}
#grid_container_540{
	width:540px;
	margin-left:10px;
	margin-right:10px;
	float: left;
}

#grid_container_380{
	width:380px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#grid_container_700{
	width:700px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#grid_container_220{
	width:200px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#grid_container_620{
	width:600px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#grid_container_300{
	width:280px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}


/* END BODY */


/* ELEMENTS */

.element{
	background-image:url(images/deco/element_bg_trans.png); 
	min-height:20px;
	margin-bottom:20px;
}

.element_header{
	background-image:url(images/deco/element_header.png);
	height:3px;
}
.element_content{
	margin-left:10px;
	margin-right:10px;
	min-height:70px;
}


#element_announcement{
	height:20px;
	background-color:#666;
	float:right;
}



#element_footer { 
	font-size:10px;
	height:25px;
}


/* ELEMENT SLIDESHOW */
#element_slideshow { 
}


#slideshow {z-index:1;} 
#nav {  position:absolute; border-bottom: 1px solid #130F0D;  z-index:10;  width:360px; height:15px;  background-image:url(images/deco/element_bg_trans.png); text-align:right; }
#nav a { margin-left: 3px; padding-left:5px; padding-right:5px; padding-bottom:1px; text-decoration: none; color:#EAEAE7; }
#nav a.activeSlide { background: #BE9166; }

.slideshow_image {  width:360px; height:260px;  }
.slideshow_image_label { position:absolute; bottom:0px; width:355px; height:20px; padding-left:5px;  border-top: 1px solid #130F0D;  background-image:url(images/deco/element_bg_trans.png);}
.slideshow_image_label a {color:#EAEAE7;}
/* END ELEMENT SLIDESHOW */

/* ELEMENT SPONSOR */
#element_sponsors{ 
}
/* END ELEMENT SPONSOR */

/* ELEMENT SPONSOR */
#element_organisation{ 
height:auto;
}
/* END ELEMENT SPONSOR */


/* ELEMENT MAIN */
#element_main_content{
	text-align:justify;
}
/* END ELEMENT MAIN */


#element_element_contactform{
	text-align:justify;
}


#element_menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#BE9166;
	height:28px;
}


#subpage_nav{
	float:left;
	border-top:1px solid #BE9166;
	border-bottom:1px solid #BE9166;
	background-image:url(images/deco/element_bg_trans.png); 
}

#subpage_nav a { margin-left: 3px; padding-left:5px; padding-right:5px; padding-bottom:1px; text-decoration: none; color:#EAEAE7; }
#subpage_nav a:hover { background: #BE9166; }

#subpage_nav_prev{
	width:250px;
	text-align:right;
	float:left;
}

#subpage_nav_current{
	width:20px;
	text-align:center;
	float:left;
	text-decoration:underline;
}

#subpage_nav_next{
	width:250px;
	text-align:left;
	float:left;
}

#element_contactform{
	height:300px;
}

#element_contactdata{
	height:345px;
	
}


/* END ELEMENTS */
