
html, body{
  height:100%;
  margin:0;
  padding:0;
} 
#spacer, #center{
  position:absolute;
  margin:0;
  padding:0;
}

#spacer{
  width:100%;
  height:100%; 
  min-width:400px;
  min-height:176px;
}

* html #IEspacer {
  width:400px;
  height:176px;
}

#center {
  padding:0; 
  width:400px;
  min-height:174px;
  position:absolute;
  top:50%;                  
  left:50%;
  margin:-285px 0 0 -200px; 
}
#centerIndex {
  padding:0; 
  width:400px;
  min-height:176px;
  position:absolute;
  top:50%;                  
  left:50%;
  margin:-285px 0 0 -200px; 
}

* html #center {
  height:176px;
}
body,table,div,tr,td,p,span,ul,li,strong{
	font-family:  Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-family:  Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001C3F;
	font-weight:normal !important;
	margin:0px;
	display: inline !important;
}
h2{
	font-family:  Courier, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001C3F;
	font-weight:bold;
}

body {
	background-color: #FFFFFF;
}
b, strong{
	color:#001C3F;
}

a, a.linkList{
	font-family:  Courier, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#804633;
	font-weight:bold;
}

a:hover,  a.linkList:hover{
	color: #444444;
	/*text-decoration:underline;*/
}

a.linkListActive{
	color:#001C3F;
}
a.linkList, a.linkList:hover,a.linkListActive{
	display:block;
	width:100%;
}


div.head, div.navi, div.content{
	margin: 0px 0px 4px 0px;
}
div.head, div.navi, div.content, div.footer{
	border: 1px solid #FFFFFF;
}


div.navi{
	width:930px;
	height:20px;
	background-color: #FFFFFF;
	color:#804633;
	padding: 4px 20px 0px 4px;
	overflow:hidden;
	margin-top: 4px;
	/*border: 3px solid #804633;*/
}
div.navi li, div.navi ul{
	margin:0;
	padding:0;
}

div.navi-left{
	 float:left;
	 width:580px;
}
div.navi-left li{
	display:inline;
	margin: 0px 25px 0px 0px;
}



a.navi-link, a.navi-link-active{
	font-size:14px;
	font-family:  Courier, Arial, Helvetica, sans-serif;
	color:#804633;
}
a.navi-link-active, a.navi-link:hover{
	color:#804633;
}

a.navi-link-active{
	font-weight:bold;
	text-decoration:underline;
}



div.content {
	width:980px;
	height:540px;
	padding:0;
	overflow:hidden;
}
#column-left{
	width:740px;
	height:536px;
	float:left;
	margin:0;
	padding:0;	
	border:0px;
	overflow:hidden;
	background-color: #EFEFEF;
}
#column-right{
	width:236px;
	height:536px;
	float:left;
	margin:0;
	padding:0;	
	border:0px;
	/*overflow:hidden;*/
}
#top{
	border-left: 4px solid white;
	border-bottom: 4px solid white;
	height:176px;
	width:236px;
	overflow: hidden;
}
#middle{
	border-left: 4px solid white;
	height:176px;
	width:236px;
	overflow: hidden;
}
#bottom{
	border-left: 4px solid white;
	border-top: 4px solid white;
	height:176px;
	width:236px;
	overflow: hidden;
}
#imageSmall{
	border: 4px solid white;
	cursor: pointer !important;
}

#text{
	padding: 0px 0px 0px 4px;
	/*border: 1px solid red;
	background: #efefef;*/
	font-family:  Courier, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
#galerie{
	height: 540px;
	overflow-y:scroll;
}
.galerieImage{
	border-left: 4px solid white;
	border-bottom: 4px solid white;
	height:176px;
	width:215px;
	overflow: hidden;
	cursor: pointer !important;
}