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

a {
	border:none;
	text-decoration:none;
	text-transform:none;
	}

img {
	border:none;
	}

body {
	background-image:url(../images/bg.jpg);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-color:#3C617F;
	margin:0px;
    }

#main_table{
	height:100%;
	}

/*******Hintergrund********************/

#seite {
	position:absolute;
	top:0px;
	left:50%;
	height:auto;
	width:850px;
	margin-left:-425px;
	}

/*******Navigation*********************/

#nav {
	height:814px;
	width:187px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat;
	}


#header_search {
	width:832px;
	height:29px;
	background-image:url(../images/header_search.jpg);
	background-repeat:no-repeat;
	}
	
#header_image {
	height:181px;
	width:832px;
	background-image:url(../images/header_image.jpg);
	background-repeat:no-repeat;
	}
