* {
	margin:0px;
	padding:0px;
}
html {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5d5d5d;
}
	
#Content {
	width:780px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
img.header {
	background-color:#FFFFFF;
	padding: 0px;
	margin:0px auto;
}
img.footer {
	background-color:#FFFFFF;
	padding: 0px;
	margin:0px auto;
}
h1 {
	font-size: 20px;
	display: block;
	clear: both;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
p {
	margin-bottom: 15px;
}
a {
	color: #006ed5;
	text-decoration: none;
}
a img {
	border-color: #000000;
}
#container {
	width: 100%;
}
.boxes {
	background-color: #FFFFFF;
	float: left;
	width: 220px;
	padding: 0px;
	/*height: 200px;*/
	margin-right: 20px;
}
.boxes h2 {
	background-image: url(../images/box_header.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	text-indent: 5px;
	padding: 0px;
	color: #434343;
}
ul li {
	margin-left: 16px;
}
table { 
	border-collapse:collapse; 
	width: 100%;
	margin: 0px;
}
th {
	background-color: #d5d5d5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	line-height: 29px;
	padding-left: 6px;
	text-align: left;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
	line-height: 29px;
	padding-left: 6px;
}
strong {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#kontakt {
	width: 100%;
	text-align: right;
}
br {
	float: none;
	clear: both;
}
#copyright {
	font-weight: normal;
	color: #e1e1e1;
	text-align: right;
}
#copyright a {
	font-weight: normal;
	color: #e1e1e1;
	text-decoration: underline;
}
#copyright a:hover {
	font-weight: normal;
	color: #c8c8c8;
	text-decoration: none;
}
