@charset "utf-8";
.copyright {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 80px;
}
.email {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	font-weight: bold;
	margin-right: 40px;
}
.footerlink {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FDFDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/body.jpg);
}
.twoColFixRtHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #header {
	height: 180px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #DDDDDD;
	background-image: url(images/GdiHeader2.jpg);
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 20px;
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: left;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #39C;
} 
.twoColFixRtHdr #footer {
	background-color: #FEECC8;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	background-color: #FEECC8;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h1 strong {
	color: #FDE6B4;
}
.twoColFixRtHdr #container #mainContent h1 strong {
	color: #D0E1F1;
}
.title1 {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #39C;
}
.title2 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #F93;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav {
	height: 38px;
	background-image: url(images/sidebar.jpg);
	background-color: #FFF;
	margin-top: 2px;
}

.title3 {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #39C;
	text-decoration: none;
	text-align: left;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
}
tablecolumn1 {
	background-color: #FF9;
}
.tablecolumn1 {
	background-color: #FFC;
	color: #000;
	padding-left: 10px;
}
.tablecolumn2 {
	background-color: #E1F8FF;
	color: #000;
	padding-left: 10px;
}
.kontaktformtable {
	width: 600px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	float: left;
	padding-left: 10px;
}
.table3 {
	width: 250px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.okvir {
	border: thin solid #666;
	font-size: 12px;
	background-color: #FFFAF0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.okvir2 {
	background-color: #FEECC8;
	border: thin outset #CCC;
	font-size: 14px;
	font-weight: bolder;
	color: #39C;
	text-align: left;
	width: 180px;
	height: auto;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.okvirtext {
}
.normal2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}


.okvir3 {
	font-size: 18px;
	font-weight: bold;
	color: #39C;
	background-color: #FEECC8;
	border: thin outset #CCC;
	padding: 10px;
}
.trafficwaveform {
	text-align: left;
	font-size: 16px;
	color: #666;
	font-weight: bolder;
}

