@charset "utf-8";
body {
	background-color: #202020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(images/bg.jpg);*/
	background-repeat:repeat-x;
}
html{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	line-height:20px;
}
h3{
	font-size:18px;
	font-weight:normal;
	color:#0099CC;
	line-height:24px;
	margin-top:0px;
	margin-bottom:16px;
}
#frame {
	width: 1000px;
	margin: 0px auto;
}
#header {
	width: 1000px;
}
#main {
	width: 1000px;
	height:540px;
	margin-top: 18px;
	background-color:#FFFFFF;
}
#nav {
    width: 220px;
	padding-top:50px;
	float:left;
	background-color:#FFFFFF;
}
#nav div{
	width:200px;
	height:50px;
	margin-left:20px;
	float: none;
}
.hideball {
	visibility: hidden;
}
.showball {
	visibility: visible;
}

/*------------------------------------------*/
/*------------------------------------------*/

#content {
	width: 779px;
	height: 540px;
	/*margin-left:220px;*/
	background-color:#FFFFFF;
	overflow: auto;
	border-left: 1px solid #CCCCCC;
	float:left;
}
#content_galerie{
	padding-top:55px;
	margin-left:40px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
/*	background-color:#DDDDDD;*/
}
#content_txt{
	width: 345px;
	padding-top:45px;
	margin-left:40px;
/*	background-color:#DDDDDD;*/
}
#right_bar {
	width: 355px;
/*	margin-left:425px;*/
	float:right;	
}
#right_bar div{
	margin-top:50px;
}
.txt_lnk{
	color:#333333;
	text-decoration: none;
}
.list_lnk{
	font-weight:normal;
	color:#202020;
	line-height:24px;
	text-decoration: none;
}
.txt_darkblue, .list_lnk:hover{
	color:#0099CC;
}
.txt_blue, .txt_lnk:hover{
	color:#0099CC;
}
.txt_blue_bold{
	color:#0099CC;
	font-weight:bold;
}
.txt_sm{
	font-size:9px;
	line-height:12px;
}
.txt_med{
	font-size:11px;
	line-height:15px;
}
