@charset "UTF-8";
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: #79794F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a { outline: none;
}
.thrColFixHdr #wrapper {
	width: 950px;
	background-image: url(css_images/bg_container.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(css_images/bg_unita_maincontent.jpg);
	background-repeat: no-repeat;
} 
	
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	position: relative;
}
.thrColFixHdr #sidebar1 #menuUnita {
	text-align: left;
	float: left;
	position: absolute;
	left: 26px;
	top: 265px;
	color: #65655B;
	width: 156px;
}
.thrColFixHdr #sidebar1 #menuUnita ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 #menuUnita li {
	list-style-type: none;
	width: 168px;
}
.thrColFixHdr #sidebar1 #menuUnita li li {
	list-style-type: none;
	margin-left: 12px;
	width: 156px;
}
.thrColFixHdr #sidebar1 #menuUnita li a:link { text-decoration: none; color: #65655b; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar1 #menuUnita li a:visited { text-decoration: none; color: #65655b; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar1 #menuUnita li a:hover { text-decoration: none; color: white; font-weight: bold; display: block; background-color: #c8c7b6; padding: 2px 2px 2px 4px; cursor: pointer; }
.thrColFixHdr #sidebar1 #menuUnita li a:active { text-decoration: none; color: #65655b; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar1 #menuUnita li a.sub:link { color: #65655b; font-weight: normal; font-style: italic; text-decoration: none; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar1 #menuUnita li a.sub:visited { color: #65655b; font-weight: normal; font-style: italic; text-decoration: none; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar1 #menuUnita li a.sub:hover { text-decoration: none; color: white; font-weight: normal; font-style: italic; display: block; background-color: #c8c7b6; padding: 2px 2px 2px 4px; cursor: pointer; }
.thrColFixHdr #sidebar1 #menuUnita li a.sub:active { color: #65655b; font-weight: normal; font-style: italic; text-decoration: none; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	position: relative;
}

.thrColFixHdr #sidebar2 #menuGriekenland {
	text-align: right;
	float: right;
	position: absolute;
	top: 265px;
	right: 28px;
}
.thrColFixHdr #sidebar2 #menuGriekenland ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 #menuGriekenland li {
	list-style-type: none;
	width: 168px;
}
.thrColFixHdr #sidebar2 #menuGriekenland li li {
	list-style-type: none;
	margin-right: 12px;
	width: 156px;
}

.thrColFixHdr #sidebar2 #menuGriekenland li a:link { text-decoration: none; color: #344a6f; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar2 #menuGriekenland li a:visited { text-decoration: none; color: #344a6f; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar2 #menuGriekenland li a:hover { text-decoration: none; color: white; font-weight: bold; display: block; background-color: #adc9f3; padding: 2px 2px 2px 4px; cursor: pointer; }
.thrColFixHdr #sidebar2 #menuGriekenland li a:active { text-decoration: none; color: #344a6f; font-weight: bold; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }

.thrColFixHdr #sidebar2 #menuGriekenland li a.sub:link { text-decoration: none; color: #344a6f; font-weight: normal; font-style: italic; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar2 #menuGriekenland li a.sub:visited { text-decoration: none; color: #344a6f; font-weight: normal; font-style: italic; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }
.thrColFixHdr #sidebar2 #menuGriekenland li a.sub:hover { text-decoration: none; color: white; font-weight: normal; font-style: italic; display: block; background-color: #adc9f3; padding: 2px 2px 2px 4px; cursor: pointer; }
.thrColFixHdr #sidebar2 #menuGriekenland li a.sub:active { text-decoration: none; color: #344a6f; font-weight: normal; font-style: italic; padding: 2px 2px 2px 4px; cursor: pointer; display: block; }

.thrColFixHdr #mainContent {
	min-height: 1160px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
} 
.thrColFixHdr #container #mainContent h1 {
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-indent: 20px;
}
.thrColFixHdr #container #mainContent h2 {
	color: #6b6863;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	background-color: #d9d7b1;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 2px;
}
.thrColFixHdr #container #mainContent ul { margin: 0 0 0 30px; padding: 0; }
	
.thrColFixHdr #container #mainContent .klein9px { font-size: 9px; }
.thrColFixHdr #container #mainContent .groter13px { font-size: 13px; }
.thrColFixHdr #container #mainContent .grootst16px { font-size: 16px; }

.thrColFixHdr #container #mainContent a:link {
	color: #79794f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent a:visited {
    color: #79794f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent a:hover { color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; background-color: #79794f; text-decoration: none; }
.thrColFixHdr #container #mainContent a:active {
    color: #79794f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}


.thrColFixHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6a6663;
	text-align: center;
} 
.thrColFixHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6A6663;
	text-decoration: none;
}
.thrColFixHdr #footer p a:visited {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6A6663;
	text-decoration: none;
}
.thrColFixHdr #footer p a:hover {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.thrColFixHdr #footer p a:active {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6A6663;
	text-decoration: none;
}
.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;
}

