html, body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}
* { padding: 0; margin: 0; }

body {
 font-family: Verdana;
 font-size: 13px;
}
p {
 padding: 0;
 margin: 0;
}

ul {
 margin-left: 20px;
}

#sitemap {
width: 900px;
margin: 0 auto;
text-align: center;
}

#sitemap a {
	color: #fff;
	text-decoration: underline;
}

#sitemap a:hover {
	text-decoration: none;
}

#container1 {
 height: 100%;
 display: table;
 margin: 0 auto;
 width: 902px;
 background-image:url(../images/bg-shaddow.gif);
}
#container {
 height: 100%;
 display: table;
 margin: 0 auto;
 width: 900px;
 border-top: #3185ba 1px solid;
 border-bottom: #3185ba 1px solid;
 background-color:#FFFFFF;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 height: 84px;
 background: #BD9C8C;
 background-image:url(../images/header_bg.gif);
 clear:both;
}

#headerfoto {
 color: #333;
 width: 900px;
 float: left;
 height: 100px;
 background: #BD9C8C;
 clear:both; 
}

#breadcrumbs {
	width: 900px;
	height: 20px;
    margin: 0 auto;	
}

#breadcrumbs-content {
font-size: 11px;
line-height: 20px;
padding-left: 10px;
color: #ffffff;
}
#breadcrumbs a {
color: #ffffff;
text-decoration: none;
}

#breadcrumbs a:hover {
color: #cccccc;
text-decoration: underline;
}

#breadcrumbs a:visited { color: #ffffff; }

#header-content {
 padding: 15px;
 margin: 15px;
}

#leftcolumn { 
 color: #333;
 height: 100%;
 width: 320px;
 float: left;
}
#leftcolumn-content {
 padding: 0px;
 margin: 5px 5px 5px 10px;
 height: 100%;
}
#leftcolumn-header {
	background-image:url("../images/header_left_menu_bg.gif");
	background-repeat: no-repeat;
	font-size: 30px;
	color: #75a2b8;
	padding: 18px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	height: 48px;
}
#leftcolumn2 {
 background-color:#FFFFFF;
 color: #333;
 width: 320px;
 float: left;
}
#leftcolumn-content2 {
 width: 320px;
 padding: 0px;
 margin: 5px 5px 5px 10px;
}

#leftcolumn-content3 {
 width: 305px;
 margin: 5px 10px 5px 10px;
 float: left;
}

.leftcolumn-extra {
 background-color: #eff6fb;
 color: #333333;
 padding: 6px;
 margin-bottom: 10px;
 border: #CCCCCC 1px solid;
}

#middle {
 float: left;
 color: #333;
 height: 390px;
 width: 320px;
 display: inline;
}
#middle-content {
 background: #d6d2c8;
 padding: 0px;
 margin: 5px;
 height: 380px;
}
#rightcolumn { 
 color: #333;
 height: 390px;
 width: 258px;
 float: left;
}
#rightcolumn-content {
 background: #a6cee1;
 padding: 0px;
 margin: 5px 6px 0px 4px;
 height: 313px;
}
#rightcolumn-header {
	background-image:url("../images/header_right_menu_bg.gif");
	background-repeat: no-repeat;
	font-size: 30px;
	color: #75a2b8;
	padding: 18px 0px 0px 25px;
	margin: 0px 0px 0px 0px ;
	height: 48px;
}
#rightcolumn2 {
 background: #ffffff;
 color: #333;
 width: 580px;
 float: left;
}

#rightcolumn2 li
{
	padding:0px 0px 0px 3px;
	margin-left: 20px;
}

#rightcolumn-content2 h1
{
	padding:3px 5px 0px 0px;
	color: #018be2;
	font-size: 22px;
	font-weight:bold;
}

#rightcolumn-content2 h2
{
	padding:6px 0px 3px 0px;
	color: #4386AB;
	font-size: 18px;
	font-weight:bold;	
}

#rightcolumn-content2 h3
{
	padding:6px 0px 3px 0px;
	color: 3399cc;
	font-size: 14px;
	font-weight:bold;	
}

#rightcolumn-content2 {
 background: #ffffff;
 padding: 0px;
 margin: 0px 10px 5px 5px;
}

.contentblok {
 background: #eff6fb;
 float:left; 
 margin-top: 5px;
 margin-bottom: 5px;
 margin-right: 5px;
 margin-left: 5px; 
 padding: 6px;
 padding-bottom: 12px;
 width: 545px;
 border: #CCCCCC 1px dashed;
 /* *** 
 background-image:url("../images/contentblok-bg.gif");
 background-position: bottom;
 background-repeat: no-repeat;
 *** */  
 }
  
#maincolumn { 
 width: 100%;
 overflow:hidden;
 clear: both;
 color: #333;
 background: #4080a3;
}

#columns {
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#maincolumn-content {
 background: #ffffff;
 margin-top: 0px;
 margin-bottom: 5px;
 margin-left: 5px;
 margin-right: 5px; 
 padding: 10px;
 min-height: 425px;

}

#maincolumn-content p {
 padding-left: 5px;
 font-family: Verdana;
 font-size: 12px;
 color: #333333;
 width: 500px;
 margin-bottom: 5px;
}

#maincolumn-content h1 {
 padding-left: 3px;
 padding-bottom: 2px;
 font-family: Verdana;
 font-size: 20px;
 font-weight: bold;
 color: #3a73ba;
 width: 500px;
}

#maincolumn-content h3 {
 padding-left: 3px;
 padding-bottom: 2px;
 font-family: Verdana;
 font-size: 15px;
 font-weight: bold;
 color: #233545;
 width: 500px;
}

#themas { 
 width: 100%;
 overflow:no;
 height: 415px; 
 clear: both;
 background: #4080a3;
}
#themas-content {
 background: #54a6cc;
 margin: 5px;
 height: 405px; 
 }
 
#thema1-content {
 margin: 0px;
 background: #000000; 
 } 
 
#thema1 {
 background: #fdfdfd;
 float:left; 
 margin-top: 6px;
 margin-left: 6px;
 margin-bottom: 3px;
 margin-right: 3px;
 height: 125px;
 width: 435px;
 }

#thema2 {
 background: #fdfdfd;
 float:left;
 margin-top: 6px;
 margin-left: 3px;
 margin-bottom: 3px;
 margin-right: 6px;
 height: 125px;
 width: 435px;
 }

#thema3 {
 background: #fdfdfd;
 float:left; 
 margin-top: 3px;
 margin-left: 6px;
 margin-bottom: 6px;
 margin-right: 3px;
 height: 125px;
 width: 435px;
 }
 
#thema4 {
 background: #fdfdfd;
 float:right; 
 margin-top: 3px;
 margin-left: 3px;
 margin-bottom: 6px;
 margin-right: 7px;
 height: 125px;
 width: 429px;
 }
#thema5 {
 background: #fdfdfd;
 float:left; 
 margin-top: 3px;
 margin-left: 6px;
 margin-bottom: 6px;
 margin-right: 3px;
 height: 125px;
 width: 429px;
 }
 
#thema6 {
 background: #fdfdfd;
 float:right; 
 margin-top: 3px;
 margin-left: 3px;
 margin-bottom: 6px;
 margin-right: 7px;
 height: 125px;
 width: 429px;
 }  
#footer { 
 width: 100%;
 height: 40px;
 line-height: 40px; 
 clear: both;
 color: #333;
 background: #dde9eb;
}

input
{
color: #333333;
background: #c6e1f1;
border: 1px solid #3185ba;
padding:0; margin-bottom:0.8em;
}

form label { 
vertical-align: top;
padding-right: 10px;
}

.more {
	display: none;
}

.checkbox-space { 
margin-bottom: 10px;
}

.submit input
{
color: #333333;
background: #c6e1f1;
border: 2px outset #d7b9c9;
} 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
