/* CONTAINERS
----------------------------------------------- */
*{margin:0;padding:0}

body {
	background: url(../images/body_bg.jpg) repeat;
	}

#shell {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}

#bodycontainer {
	overflow: hidden;
	position: relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	text-align:left;
	}
	

/* HEADER-Structure
----------------------------------------------- */

#header_logo {
	position: relative;
	margin-top: 0px;
	padding-top:0px;
	width: 1000px;
	height: 130px;
	text-align:center;
	background: url(../images/top_bg.png) no-repeat;
	}
	
#header_logo2 {
	position: relative;
	padding-top: 61px;
	width: 1000px;
	height: 69px;
	text-align:center;
	}

#header_menu {
	position: relative;
	margin-top: 0px;
	padding-left:65px;
	width: 1000px;
	height: 37px;
	text-align:left;
	background: url(../images/middle_bg.png) repeat-y;
	}
	
#header_flash {
	position: relative;
	margin-top: 0px;
	width: 1000px;
	height: 271px;
	text-align:center;
	background: url(../images/middle_bg.png) repeat-y;
	}


/* BODY-Structure
----------------------------------------------- */

#bodymain {
	position:relative;
	width:1000px;
	margin-top:0px;
	text-align:left;
	background: url(../images/middle_bg.png) repeat-y;
	}

.test {
	width:400px;
	}	

/* BODY-Styles
----------------------------------------------- */

hr {
	border:0;
	color: #1c81c1;
	background-color: #1c81c1;
	height: 1px;
	}
	
.main {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	font-size:14px;
	}
.main a:link, .main a:visited, .main a:active{
	text-decoration: none;
	font-weight: normal;   
	color: #FF0000;
	}
.main a:hover{
	text-decoration: none;
	font-weight: normal;   
	color: #FFFFFF;
	background: #FF0000;	
	}


/* FOOTER-Structure
----------------------------------------------- */
#footer {
	position:relative;
	clear:both;
	width:1000px;
	height:61px;
	margin-top:0px;
	text-align:left;
	background: url(../images/footer_bg.png) no-repeat;
	}

#footer_left {
	position:relative;
	width:400px;
	margin-top:0px;
	float:left;
	}
	
#footer_right {
	position:relative;
	width:400px;
	margin-top:0px;
	float:right;
	}


/* FOOTER-Styles
----------------------------------------------- */
.footer_left {
	padding-top:15px;
	padding-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #ffffff;
	}
	
.footer_right {
	padding-top:15px;
	padding-right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color: #ffffff;
	}

