body
{
	font-weight:		normal;
	font-size:			14px;
	font-family:		arial;
	
	margin:				0px;
	padding:			0px;
	
	color:				white;
	background-color:	black;
}div.paddingleft300{	margin-left:300px;}div.clear{	clear:both;}
div.global-all
{
	width:				1000px;
	margin:				auto;
}div.content-all-top{	background-image:	url(images/layout/hg-background5_top.jpg); 	height:9px; 	font-size:8px;}div.content-all-bottom{	background-image:	url(images/layout/hg-background5_bottom.jpg); 	height:9px; 	font-size:8px;	margin-bottom:15px;}
div.content-all
{
	//margin-bottom:		20px;
	//border-top:			4px solid white;
	//border-bottom:		4px solid white;
	background-image:	url(images/layout/hg-background5.jpg);
	background-repeat:	repeat-y;	min-height: 		430px;}
div.content
{
	margin-left:		210px;
	width:				680px;
	padding:			10px;
	color:				black;
}
div.header
{
	width:				990px;
	height:				120px;
	padding-left:		10px;
	padding-top:		70px;
	margin-bottom:		10px;
	
	background-image:	url(images/layout/hg-header.jpg);
	background-repeat:	no-repeat;
}
div.footer
{
	width:				980px;
	height:				70px;
	padding-top:		20px;
	padding-left:		20px;
	text-align:			left;
	clear:				both;
	
	background-image:	url(images/layout/hg-footer.jpg);
	background-repeat:	no-repeat;
}
div.navibox
{
	width:				190px;
	padding-right:		none;
	margin-top:			40px;
	margin-bottom:		40px;
	border-top:			2px solid white;
	border-bottom:		2px solid white;	
}
div.account-box
{
	width:				177px;
	margin-top:			5px;
	
	padding-right:		4px;
	padding-left:		9px;
	padding-top:		4px;
	padding-bottom:		4px;
	
	border-top:			2px solid white;
	border-bottom:		2px solid white;
	border-right:		2px solid white;
	
	background-color:	black;
	opacity:			0.75;
	filter:				alpha(opacity=75);
}
div.left
{
	float:				left;
	width:				125px;
}
div.warning
{
	background-color:	red;
	font-weight:		bold;
	margin-bottom:		10px;
	padding:			4px;
}

a
{
	color:				gray;
	font-weight:		bold;
	text-decoration:	none;
}
a:hover, input.button:hover	
{
	color:				#FDA254;
}

/* Navigation */
ul.navibox
{
	padding:			0;
	list-style-type:	none;
	
	width:				188px;
	margin-top:			40px;
	margin-bottom:		40px;
	border-top:			2px solid white;
	border-bottom:		2px solid white;
	border-right:		2px solid white; /* funktioniert nur, wenn 'width' 2 kleiner ist */

	/* fest stehende Navigationsbox */
	/* position:			fixed;
	top:				170px; */
}
ul.navibox a
{
	display:			block;
	width:				179px;
	
	padding-left:		9px;
	padding-top:		7px;
	padding-bottom:		7px;
	
	font-size:			14px;
	color:				white;
	background-color:	black;
	opacity:			0.75;
	filter:				alpha(opacity=75);

	border:				none;
	border-right:		2px solid white;
}
ul.navibox a:hover, ul.navibox span
{
	opacity:			1;
	filter:				alpha(opacity=100);
	color:				#FDA254;
	
	width:				174px;
	
	padding-right:		7px;
	padding-left:		5px;
	padding-top:		5px;
	padding-bottom:		5px;

	border-right:		2px none black;
	border-left:		4px solid white;
	border-top:			2px solid white;
	border-bottom:		2px solid white;
}
ul.navibox span
{
	display:			block;
	color:				black;
	font-weight:		bold;
	background-color:	white;
	opacity:			0.75;
	filter:				alpha(opacity=75);
}

h1, h2
{
	margin-top: 		5px;	
}
input, textarea, input.button2
{
	width:				300px;
	font-weight:		normal;
	font-size:			12px;
	font-family:		arial;
	
	color:				black;
	background-color:	white;
	border:				1px solid black;
	
	margin-bottom:		5px;
}
input.button2
{
	width:				302px;
	background:			none;
	border:				groove;
	color:				black;
	font-weight:		bold;
	text-decoration:	underline;
}
input.button2:hover
{
	color:				#FDA254;
}
input.halfl
{
	width:				147px;
}
input.halfr
{
	width:				146px;
}
input.spamschutz
{
	width:				240px;
}
input.button
{
	background:			none;
	border:				none;
	color:				black;
	font-weight:		bold;
	text-decoration:	underline;
}

input.register
{
	width:				100px;
	margin-bottom:		3px;
	
	color:black;
	border:				2px solid white;
	font-weight:		bold;
}



img
{
	border:				none;
	padding:			0px;
	margin:				0px;
}
img.border, div.border
{
	border:				1px solid black;
}

td
{
	vertical-align:		top;
	text-align:			left;
}


h1
{
	color:				black; /* black #FDA254 */
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		2px;
	padding-bottom:		2px;
	
	border:				1px solid #DDDDDD;
	border-top:			1px solid black;
	border-left:		1px solid black;

	background-image:	url(images/layout/hg-title-os-stein3.png);
	background-repeat:	repeat-y;
	/*opacity:			0.65;*/
}
h2
{
	padding-bottom:		2px;
	border-bottom:		1px dashed black;
}

p
{
	border-left:		2px dotted black;
	border-right:		2px dotted black;
	padding-left:		10px;
}td{		padding: 1px;}