body {
	background-color: #ff9900;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	color: #58595b;
	font-size: 13px;
	text-align: left;
}
h1 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 200%;
	line-height: 150%;
	font-weight: bold;
}
h2 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	color: #ffffff;
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
}
h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	color: #58595b;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0px auto;
	padding: 0px;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.floatLeft-Mr{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
.floatRight-Ml{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0px;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.Mt5 {
	margin-top: 5px;
}

/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #444444;
}
.blue{
	color: #004087;
}
.green{
	color: #94c154;
}
.orange{
	color: #f29400;
}
.pink{
	color: #e52f7e;
}
.lightBlue{
	color: #18a7d1;
}
.gray{
	color: #444444;
}
.lightGray{
	color: #f0f1f8;
}
.darkGray{
	color: #dadada;
}
.field_req{
	color: #004087;
}
.error_normal{
	color: #ff0000;
}


/************ Font Styles ************/
.fs-whiteB {
	color: #ffffff;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
}


/************ List Styles ************/
ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}
ul {
	list-style: disc outside;
	margin: 0px;
	padding: 0px 0px 2px 20px;
}


/************ Link Styles ************/
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #58595b;
	text-decoration: underline;
	font-weight: normal;
}
a.bold:link, a.bold:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:hover {
	color: #58595b;
	text-decoration: underline;
	font-weight: bold;
}
a.gray:link, a.gray:visited {
	color: #58595b;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: inherit;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.border {
	border: 1px solid #ffffff;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 2px;
}
td.noborder {
	border: 0px;
}
table.hasborder{
	border: 1px solid #444444;
}
table.centered{
	margin: 0 auto;
}
table.hasborder td {
	border: 1px solid #444444;
}
table.hasborder td.noborder {
	border: 0px;
}
td.VAtop {
	vertical-align: top;
}


/************ Layout ************/
#container {
	display: block;
	width: 750px;
	margin: 50px auto;
	padding: 0;
	color: #ffffff;
}
	#main {
		display: inline;
		float: left;
		width: 750px;
		padding: 0;
		margin: 0;
		/*background-color: red;*/
	}
		#leftCol {
			display: inline;
			float: left;
			width: 173px;
			padding: 0;
			margin: 0 10px 0 0;
			line-height: 150%;
			/*background-color: red;*/
		}
			#leftCol a.menu:link, #leftCol a.menu:visited {
				display: block;
				font-size: 15px;
				color: #58595b;
				text-decoration: none;
				font-weight: bold;
			}
			#leftCol a.menu:hover {
				color: #ffffff;
			}
			#leftCol .fs-address {
				color: #ffffff;
				font-size: 100%;
				line-height: 120%;
				font-weight: normal;
			}
		#rightCol {
			display: inline;
			float: right;
			width: 567px;
			padding: 0;
			margin: 0;
			line-height: 130%;
			color: #ffffff;
			/*background-color: blue;*/
		}
	#footer {
		display: block;
		width: 750px;
		padding: 0;
		margin: 20px 0;
		/*background-color: green;*/
	}
		#footer-image {
			display: block;
			float: right;
			width: 678px;
			height: 336px;
			padding: 0;
			margin: 0;
			font-size: 0;
			line-height: 0;
			background: url(../images/kombi-gregor.jpg) no-repeat;
			/*background-color: green;*/
		}
		#footer-gradient {
			display: block;
			position: relative;
			top: -1px;
			width: 750px;
			height: 2px;
			padding: 0;
			margin: 0;
			font-size: 0;
			line-height: 0;
			background: url(../images/gradient-bottom.gif) repeat-y top;
			/*background-color: green;*/
		}
