/* Allgemeines Layout */

#header				{ background: url(../layout/header.jpg);
					  background-repeat: no-repeat;
					  width: 1000px;
					  height: 258px; }

#topnav				{ background: url(../layout/topnav.jpg);
					  background-repeat: no-repeat;
				 	  width: 1000px;
					  height: 57px; }

#content_left		{ position: absolute;
					  top: 315px;
					  left: 0px;
					  background: url(../layout/content_left.jpg);
					  background-repeat: y-repeat;
					  width: 252px;
					  height: 1230px;
					  padding: 10px 0px 10px 10px; }

#content_right		{ position: absolute;
					  top: 0px;
					  left: 262px;
					  background: url(../layout/content_right.jpg);
					  background-repeat: y-repeat;
					  width: 724px;
					  height: 1230px;
					  padding: 10px 14px 10px 0px; }

#leftnav			{ float: left;
					  color: white;
					  list-style: inside;
					  position: absolute;
					  top: 0px; }

#leftnav_top		{ background: url(../layout/leftnav_top.jpg);
					  background-repeat: no-repeat;
				 	  width: 249px;
					  height: 21px;
					  margin-right: 7px; }

#leftnav_middle		{ background: url(../layout/leftnav_middle.jpg);
					  background-repeat: y-repeat;
				 	  width: 209px;
					  min-height: 1153px;
					  padding-left: 20px;
					  padding-right: 20px;
					  color: white;
					  margin-right: 7px; }

#leftnav_bottom		{ background: url(../layout/leftnav_bottom.jpg);
					  background-repeat: no-repeat;
				 	  width: 249px;
					  height: 21px;
					  margin-right: 7px; }

#footer					{ position: absolute;
						  top: 1195px;
						  left: 0px;
						  background: url(../layout/footer.jpg);
						  background-repeat: no-repeat;
					 	  width: 943px;
						  height: 16px;
						  float: left;
						  color: white;
						  padding: 14px 14px 14px 14px;
						  margin-left: 10px;
						  text-align: right; }