<!--

body {
	background-color: #890F21;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0px;
	padding:0px;
}

a:link{
   color:#fff;
   text-decoration:underline;
}
a:visited{
     color:#fff;
     text-decoration:underline;
}
a:hover{
     color:#fff;
     text-decoration:none;
}
a.red:link{
   color:#990000;
   text-decoration:none;
}
a.red:visited{
     color:#990000;
     text-decoration:none
}
a.red:hover{
     color:#990000;
     text-decoration:underline
}

.floatbox {
	overflow: hidden;
	}

#main{
	position: absolute;
	top:0px;
	left:50%;
	margin-top: 0px;
	margin-left: -412px;
	/* height: 1024px; */
	min-height: 1024px;
	width: 825px;
	overflow: visible;
	background-image: url(../img/bg_main.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#main2{
	
	background-image: url(../img/bg_main_2.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}


	#main_content{
	    position: relative;
	    top:0px;
	    left:62px;
	    margin: 0px;
	    /* height: 1024px; */
	    min-height: 1024px;
	    overflow: visible;
	    width: 700px;
	}
		
		#header {
			width:700px;
			height:145px;
			background-image: url(../img/bg_header.jpg);
			background-position: 0px 0px;
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
			#header_link {
				z-index: 1;
				position:absolute;
				top:0px;
				left:50%;
				margin-left:-150px;
				width:300px;
				height:100px;
			}
		
			#menue{
				position:absolute;
				top:110px;
				left: 0px;
				width:700px;
			}
		
		#content {
			width:700px;
			/* height:500px: */
			/* overflow: hidden; */
		}
			
			.content_table {
				background: url(../img/bg_table.png);
				width:700px;
				height: auto;
				padding: 21px 0px 21px 0;
			}
			
			.content_table2 {
				
				width:700px;
				height: auto;
				padding: 21px 0px 21px 0;
			}
			
			.content_image {
				border: 1px solid #ffffff;
			}
			
			/*  CONTENT STYLES */
			.content_font{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 12px;
				color: #FFFFFF;
				padding-left: 5px;
			}
			
			.content_table_header {
				background-color: #890F21;
				height: 20px;
				color: #FFFFFF;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				padding-top: 3px;
				padding-bottom: 3px;
			}
			.content_table_content {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 12px;
				color: #FFFFFF;
				}
			.content_table_table {
				background: url(../img/bg_table_transparent.png);
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 14px;
				color: #FFFFFF;
				padding-top: 3px;
				padding-bottom: 3px;
			}

			.content_image {
				margin-right: 5px;
				border: 0px solid #FFFFFF;
				
			}

			.content_image {
				margin-right: 5px;
				border: 1px solid white;
				
			}

		.content_table_header_link {
			height: 20px;
			padding-right:4px;
			color: #FFFFFF;
			background-color: #890F21;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-transform: lowercase;
			text-align: right;
		}
		
		a.content_table_header_link:link{
		   color:#FFFFFF;
		   text-decoration:none;
		}
		
		a.content_table_header_link:visited{
			 color:#FFFFFF;
			 text-decoration:none
		}
		
		a.content_table_header_link:hover{
			 color:#FFFFFF;
			 text-decoration:underline
		}
		
		.red {
			color: #890F21;
			font-size: 10px;
		}
		
		a.gal:link {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #890F21;
			text-decoration: none;
			}
		
		a.gal:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #890F21;
			text-decoration: underline;
			}
		
		a.gal:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #890F21;
			text-decoration: none;
			}
				


