body {
	/*Set default font size to 11px using ems*/
	font-size: 0.689em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: calibri, arial, sans serif;
	letter-spacing: 0.02em;
	color: #444;
}

hr {
	border: 0;
	height: 1px;
	color: #c8c8c8;
	background-color: #c8c8c8;
	width: 100%;
}

img {
	vertical-align: middle;
	border: 0;
}

div#lang a {
	text-decoration: none;
	color: black;
}

div#container {
	margin: 0 auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
}

div#lang {
	height: 25px;
	margin-top: 10px;
	border-bottom: 1px solid #c8c8c8;	
}

ul.flag {
	cursor: pointer;
	list-style-type: none;	
}

ul.flag img {
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

ul.flag img:hover {
	filter: alpha(opacity =   100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

ul.flag li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	margin-right: 10px;		
}

ul.flag li span {
	position: relative;
	top: -3px;
	padding-left: 5px;		
}

h2 {
	color: #a2bd32;
	/*border-bottom: 1px solid #c8c8c8;*/
	padding-bottom: 0.2em;
	margin-bottom: 0em;
	font-size: 2em;
}

div#itemHeadline,div#companyHeadline {
	border-top: 1px solid #c8c8c8;
}

div#itemHeadline,div#companyHeadline {
	height: 2.8em;
	/*border-bottom: 1px solid #c8c8c8;*/
	margin-bottom: 0px;
	text-align: left;
}

div#itemHeadline h2,div#companyHeadline h2 {
	color: #a2bd32;
	border-bottom: none;
	padding-bottom: 0.2em;
	margin-bottom: 0em;
	font-size: 2em;
}

.floatLeft {
	width: 80%;
	float: left;
}

.floatRight {
	width: 10%;
	float: right;
}

.floatRight A:link,.floatRight A:visited,.floatRight A:active,.floatRight A:hover
	{
	text-decoration: none;
	border: none;
	color: #FFF;
}

p {
	margin: 0px;
	margin-top: 1em;
	font-size: 1em;
}

#errorBtn {
	width: 70px;
	background-color: #a2bd32;
	color: #FFF;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 0.03cm;
}

#errorBtn :hover {
	background-color: #708700;
	color: #FFF;
}

div#kontakt {
	margin-top: 4em;
	border-top: 1px solid #c8c8c8;
}

div#kontakt p {
	color: #999;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4em;
	padding-top: 1px;
}

A:link {
	text-decoration: underline;
	color: #a2bd32;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	color: #a2bd32;
	font-weight: bold;
}

A:active {
	text-decoration: underline;
	color: #708700;
	font-weight: bold;
	outline: none;
}

A:hover {
	text-decoration: underline;
	color: #708700;
	font-weight: bold;
}

a:focus {
	-moz-outline-style: none;
}