/* Copyright (c) by Philipp Morgner, 2007 (Germany) */
/* Bei Fragen: phmo (aet) freakmail (punkt) de */

/* Basics */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial,Verdana,Tahoma,sans-serif;
	color: #d4740b;
}

body	{
	background: #b1bfd5 url(img/bg.gif) repeat;
}

p,a	{
	font-size:12px;
	text-align:left;	 
}

h1	{
	font-size:24px;
	font-weight: normal;
	margin: 13px; 
}

h2	{
	font-size:16px;
	font-weight: normal;
	margin: 2px; 
}

p	{
	float: left;
}

a:link, a:hover, a:visited, a	{
	color: #D6740B;
	text-decoration: none;
	font-weight: normal;
}

div, img	{
	overflow: hidden;
	text-align: left;
}

/* DIV-Deklarationen */

.Stil6 {
    font-size: 13px

}

.Stil2 {
	font-size: 11px;
	text-decoration: none;
	color: #d4740b;
	text-align: center;

}

.imgCenter {
    text-align: center;

}

.main	{
	width: 743px;
	height: auto;
  	background: transparent;
  	margin: 20px 0 20px 0;
}

.head	{
	float: left;
	width: 743px;
	height: 195px;
  	background: transparent;
}

.body	{
	float: left;
	width: 743px;
	height: auto;
  	background: transparent;
  	margin-top: 1px;
}

.nav	{
	float: left;
	width: 174px;
	height: auto;
	padding: 0px;
  	background: #fff;
	border-right: 1px solid #d4740b;

}

	.nav-head	{
		float: left;
		width: 174px;
		height: 10px;
  		background: #fff;
		border-bottom: 1px solid #d4740b;
	}
		.nav-head-sub	{
			float: right;
			width: 172px;
			height: 10px;
			border-left: 1px solid #d4740b;
		}
		.nav-head-border	{
			float: left;
			width: 75px;
			height: 8px;
			border: 1px solid #fff;
  			background: #d3740b;
		}


	.nav-content	{
		float: left;
		width: 174px;
		height: auto;
  		background: #fff;
		border-bottom: 1px solid #d4740b;
	}
		.nav-content-sub	{
			float: right;
			width: 172px;
			height: auto;
			border-left: 1px solid #d4740b;
		}
		
		
		.nav-content-sub#last {
			border-bottom: 1px solid #d4740b;
			margin-bottom: 1px;
			height: 100%
		}
		
			.nav-content-sub img {
		
		float: inherit;
	}
		
			.Stil2 {
	font-size: 11px;
	text-decoration: none;
	color: #d4740b;
	text-align: center;

}
		
			table.stats	{
				margin: 20px 0px 20px 30px;
			}
				table.stats tr td	{
					font-size:12px;
					color: #d4740b;
					text-transform: uppercase;
					padding: 1px;
				}

			.nav-buttons	{
				margin: 20px 0px 20px 40px;
			}
				.nav-buttons img	{
					margin-top: 8px;
				}


.content	{
	float: left;
	width: 568px;
	height: auto;
	background: #fff;
}
	.content-sub	{
		float: right;
		width: 544px;
		height: auto;
		padding: 10px;
		background: #fff;
		margin: 0px 1px 1px 1px;
		border: 1px solid #d4740b;
		border-top: 0px solid #d4740b;
}
	
	.content-sub img{
		float: right;
		margin: 10px 0px 10px 10px;
	}

ul.ul-nav	{
	float: left;
	width: 174px;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #d4740b;
}

li	{
	list-style-type: none;
	float: right;
	width: 172px;
	height: 21px;
	border-left: 1px solid #d4740b;
	border-bottom: 1px solid #d4740b;
}
	
	li a, li a:link, li a:hover, li a:visited	{
		font-size:12px;
		font-weight: normal; 
		color: #d4740b;
		text-transform: uppercase;
		padding-left: 60px;
	}

	li#green	{
		background: #fff url(img/button-green.gif) no-repeat 3px 1px;
	}
	li#red	{
		background: #fff url(img/button-red.gif) no-repeat 3px 1px;
	}
	li#blue	{
		background: #fff url(img/button-blue.gif) no-repeat 3px 1px;
	}
	li#yellow	{
		background: #fff url(img/button-yellow.gif) no-repeat 3px 1px;
	}

	li#last	{
		border-bottom: 0px solid #d4740b;
	}

	li:hover	{
	}
