body			{ font-family: Arial;
			font-size: 10pt;
			font-weight: normal;
			text-decoration: none;
			vertical-align:middle;
			background-color: White;
			background: url('images/Hintergrund.jpg');
			background-repeat: repeat-x;
			margin:  0px;
			padding: 0px; }

a:link 			{ font-weight:normal; 
			color:black; 
			text-decoration:none; }

a:visited 		{ font-weight:normal; 
			color:#202020; 
			text-decoration:none; }
			
a:hover 		{ font-weight:normal; 
			color:red; 
			text-decoration:none; }

a:active 		{ font-weight:normal; 
			color:#484848; 
			text-decoration:underline; }

p, h1, h2		{ font-family:Arial; 
			line-height:120%;
			margin:  0px;
			padding: 0px; }

h3			{ font-size:12pt; }

h2			{ font-size:14pt; }

h1			{ font-size:16pt; }

td			{ text-align:left;
			padding:5px; }

img			{ border-color:Silver;
			border-style:solid; }
			
select, input, textarea	{ width:300px }

#box 			{ width:800px;
			padding:0px; 
			border-right: 0px;
			border-left: 3px solid #F99431;
			border-top:0px;
			border-bottom:1px solid #F99431;
			margin: 0px auto;
			background-color: white; }

#kopfbild		{ height: 200px;
			width:800px;
			color: #F99431;
			background: url('images/Kopfbild-bussines-Hp.jpg');
			background-repeat:no-repeat;
			text-align:right;
			padding:0px; }

#navigation		{ background-color: #F99431;
			text-align:right;
			font-size: 12pt;
			height: 20px;
			padding-right:10px; }

#nav-underline		{ height:10px;
			width:800px;
			color: white;
			background: url('images/Hintergrund-nav.jpg');
			background-repeat:repeat-x;
			padding:0px; }

#ueberschrift		{ margin-top: 40px;
			padding:30px; }

#text			{ min-height:300px;
			width:600px;
			padding:20px;
			padding-bottom: 40px;
			margin-top:20px;
			background-color: #E1E1DF;
			border-right: 3px solid silver; }

#link			{ padding:20px; }

#top			{ vertical-align:bottom;
			margin-top: 150px;
			padding-left: 10px; }

.foot			{ text-align:center;
			color:Black;
			padding: 20px; }