/* (c) 2006-2009 by Beat Meier (B@) */

html {
	/* height:101%; */
}

body {
	
	/* Background Image */
	background-image:				url(images/bg_repeat.png);
	background-repeat:				repeat-x;
	background-color:				#FFFFFF;
	
	/* Font settings */
	font-family:					Arial, Verdana;
	font-size:						12px;
	
	/* Borders */
	padding: 						0;
	margin: 						0;
	
	x-overflow:						hidden;
}

div#main {
	/* Background Image */
	background-image: 				url(images/bg_top.png);
	background-repeat:				no-repeat;
	width:							1171px;
	height:							342px;
}

	div#main2 {
		position:					absolute;
		/*margin-left:50px;*/
		margin-top:					98px;
	}

	table#mainTable {
		width:						1004px;
		height:						300px;
	}
	
		td#leftBar {
			background-image:		url(images/shadow_left.png);
			background-repeat:		repeat-y;
			width:					120px;
		}
		
			div#shoe1 {
				position:			relative;
			}
		
			div#shoe_top_left {
				position:			absolute;
				background-image:	url(images/shoe_top_left.png);
				background-repeat:	no-repeat;
				bottom:				0px;
				left:				0px;
				width:				120px;
				height:				201px;
			}
		
		td#mainContent {
			width:					567px;
			background-color: 		#FFFFFF;
		}
		
			div#contentArea {
				background-image:	url(images/bg_content_top.png);
				background-repeat:	no-repeat;
				background-position:top left;
				z-index:			50;
			}
			
				div#navigation {
					width:			567px;
					height:			44px;
				}
				
				div#content {
					padding-left:	10px;
					padding-right:	5px;
					padding-bottom:	5px;
					min-height:		550px;
					background-image:	url(images/bg_content_shoe.png);
					background-repeat:	no-repeat;
					background-position:bottom left;
				}
			
			div#shoe2 {
				position:			relative;
				z-index:			0;
			}
			
			div#shoe_top_right {
				position:			absolute;
				bottom:				0px;
				left:				0px;
				width:				327px;
				height:				201px;
				z-index:			0;
			}
		
		td#pictureBar  {
			background-image:		url(images/bg_content_right.png);
			background-repeat:		repeat-y;
			width:					284px;
		}
		
		td#pictureBar td#slideshow {
			height:					300px;
		}
		
		td#pictureBar td#slideshow .slideshow  {
			margin-top:				2px;
			margin-right:			2px;
			left:					38px;
			top:					0px;
			position:				absolute;
		}
		
		td#pictureBar td#otherStuff  {
			padding-top:			10px;
			padding-left:			38px;
			text-align:				left;
		}
		
		td#rightBar  {
			background-image:		url(images/shadow_right.png);
			background-repeat:		repeat-y;
			width:					33px;
		}
		
		td#sponsors  {
			background-image:		url(images/sponsors_01.png);
			background-repeat:		no-repeat;
			width:					1004px;
			height:					61px;
		}
		
		td#footer  {
			background-image:		url(images/footer.png);
			background-repeat:		no-repeat;
			width:					1004px;
			height:					100px;
		}

/* UNTERDRÜCKUNG DER LINK-UMRANDUNG IN FIREFOX*/

:link:focus, :visited:focus { -moz-outline: 0px dotted WindowText; }
