@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8d8d8d;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background-color: #000000;	
}
p {
	font-size: 12px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
	background-color: #000000;	
}
h3 {
	font-size: 16px;
	border-bottom: #b9b9b9 1px dotted;
	margin-right: 10px;
}
a {
	color: #000;
}

.thrColFixHdr #container {
	width: 950px;
	background: #42507D;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #000000;			
} 
.thrColFixHdr #header { 
	background: #00001E; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image: url(../_img/head6.jpg);
	background-repeat: no-repeat;
	height: 160px;	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #navi {
	position: relative;
	top: 42px;
	left: 400px;
	float: left;
}
.thrColFixHdr #navi ul {
	list-style: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #navi li {
	padding: 2px 5px;
	/*border: #CCC 1px solid;*/
	float: left;
	margin-left: 10px;
}
.thrColFixHdr #navi a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #navi a:hover {
	color: #E6C404;
}
.thrColFixHdr #navi li.active {
	color: #8092C9;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 250px;
	background: #00001E;
	padding: 0 10px 15px 20px;
	height: 1200px;
	background-color: #000000;
}
.thrColFixHdr #sidebar1 h3{
	color: #dcdcdc;
}
.thrColFixHdr #sidebar1 p{
	color: #dcdcdc;
}
.thrColFixHdr #sidebar1 ul{
	list-style: square;
	font-size: 13px;
	color: #FFF;
	padding: 0 18px;
}
.thrColFixHdr #sidebar1 li{
	padding: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 a{
	text-decoration: none;
	color: #dcdcdc;
}
.thrColFixHdr #sidebar1 a:hover{
	color: #E6C404;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 200px;
	background: #42507d;
	padding: 0 10px 15px 20px;
	height: 1200px;
	background-color: #000000;
}
.thrColFixHdr #photos {
	text-align: center;
}
.thrColFixHdr #photos img{
	margin-bottom: 30px;
	border: 0;
}
.thrColFixHdr #mainContent { 
	margin: 0 250px 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	background-color: #e1e1e1;*/
} 
.thrColFixHdr #mainContent li{
	font-size: 12px;
} 
.thrColFixHdr #mainContent h1, h2{
	border-bottom: #000 1px dotted;
} 
.thrColFixHdr #mainContentpic { 
	margin: 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContentpic h1, h2{
	border-bottom: #000 1px dotted;
}
/*#gallerypic {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0 15px 15px 0;
	width: 150px;
	display: block;
	border: #999 1px solid;
}
#gallerypic a{
	color: #999;
	border: none;
}*/
.thrColFixHdr #mainContentcontact { 
	margin: 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContentcontact h1, h2{
	border-bottom: #000 1px dotted;
}
/*.thrColFixHdr #mainContentcontact p{
	
}*/

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00001E;
	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 */
	color: #FFF;
	font-size: 10px;
}
.thrColFixHdr #footer a {
	text-decoration: none;
	color: #8092C9;
}
.thrColFixHdr #footer a:hover {
	color: #E6C404;
}
.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;
}
.imgleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*HTML Galerie*/

ul.galerie
{
	margin: 0px 0 0px 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	/*width: auto;
	height: auto;*/
	background-color: #000000;
	float: left;
	text-align: center;
}

ul.galerie img
{
	border-top: #000 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 0px solid;
}

ul.galerie a
{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	cursor: pointer;
	background-color: #00000; /*ffad1a*/
	padding: 15px;
	margin: 5px;
	color: #00000;
	/*text-align: center;*/
	border: 1px solid;
	border-collapse: collapse;
}

ul.galerie a:hover, ul.galerie a:focus
{
	background-color: #000000;
			
}