/*  main settings */

html {
	height: 100%;
}

body {
	margin: 0 px;
	padding: 0 px;
	height: 100%;
	
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
	
	background: #FFFFFF url("../img/back_page.gif") repeat center top;
	min-width: 800px;
}

.topSpace {
	height: 8px;
}
.space5px {
	height: 5px;
}
.space10px {
	height: 10px;
}


.headerStrip{
	height: 112px;
}

.sideTopLeft{
	background: url("../img/back_header.gif") repeat-x top right;
}

.sideTopRight{
	background: url("../img/back_header.gif") repeat-x top left;
}

.mainMenuBack{
	background: url("../img/main_menu_back.png") no-repeat;
	height: 65px;
}

.rightSide{
}

/*  menu - right side */
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	/* float: left; */
	margin: 0 1px;
}

#nav-menu li a {
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	width: 156px;
	display: block;
	color: #000000;
	text-decoration: none;

	/* 
	float: left; 
	border: 0.1em solid #dcdce9;
	text-align: center;
	*/
}

#nav-menu li a:hover{
	background-color: #80000e;
	color: #FFFFFF;
}






/* grey body menu */
.ct_tms6{
	width: 87px;
	float: left;
}

.bmleft {
	float: left;
}


.rightTop1{
	background: url("../img/rightmenu_top_1.png");
	width: 158px;
	height: 36px;
}

.rightMenuBack{
	background: url("../img/rightmenu_back.png") repeat-y;
}

.rightBottom{
	background: url("../img/rightmenu_bottom.png");
	width: 158px;
	height: 7px;
}


.galleryBack{
	background: url("../img/main_gallery.png");
	width: 613px;
	height: 228px;
}
.galleryBack img{
	padding: 2px
}

.bodyTop1{
	background: url("../img/body_top_1.png");
	width: 613px;
	height: 36px;
}

.bodyBack{
	background: url("../img/body_back.png") repeat-y;
	width: 613px;
}

.bodyBottom{
	background: url("../img/body_bottom.png");
	width: 613px;
	height: 8px;
}


td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
}



/*  headlines */
.headColor {
	background-color: #92816D;
}
.headFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #80000e;
	
	background: url("../img/body_top_1.png");
	width: 613px;
	height: 36px;
}

.headFont strong {
	line-height: 30px;
	padding: 0px 0px 0px 22px;
}

.white{
	/*background-color: #FFFFFF; */
}
.brown1{ }
.brown2{
	background-color: #E5DFC7;
}
.smFont {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	line-height: 20px;

}
.style18 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;		

}
.content_headline {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	

}