body {
	text-align: center;
	min-width: 1000px;
	background: url('images/bg.jpg');
}

div#wrapper {
		margin: 0 auto;
		margin-top: 50px;
		border-left: 5px solid #333333;
		border-top: 5px solid #333333;
		border-right: 5px solid #333333;
		width: 1000px;
		background: url('images/leinwand.jpg') ;
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 700px;

}


h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
		margin: 0 auto;
		width: 980px;
		height: 30px;
		font-family: tahoma;
		font-size: 8pt;
		font-weight: bold;
		text-align: right;
		padding-right: 20px;
		padding-top: 20px;
		color: #333333;
		letter-spacing: 1.1pt;
		border-left: 5px solid #333333;
		border-right: 5px solid #333333;
		border-bottom: 5px solid #333333;
		background: #676767;
		clear: left;		
}

div#footer A {
		color: #ffffff;
		font-weight: bolt;
		text-decoration: none;
		text-transform: uppercase;
		
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #333333;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		text-align: left;
		margin-top: 0px;
		padding: 0px 50px 50px;
		float: right;
		width: 800px;
		height: 100%;
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;

}

html>body div#content {
		min-height: 500px;
		height: 100%;

}

div#topbar {
		height: 75px;
		font-family: tahoma;
		font-size: 8pt;
		font-weight: bold;
		text-align: left;
		padding-left: 160px;
		padding-top: 28px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom:0px solid #ffffff;
		clear: left;
}

div#menu {
		float: right;
		width: 1000px;
}

div#menu A {
		display: block;
		width: 150px;
		position: relative;
		left:0px;
		top: -20px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #a91a1c url('images/arrow.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 5px;
		font-weight: bold;
		color: #cccccc;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #423433 url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #cccccc;
}

