*
{
	
	font-family			: Tahoma;
	font-size			: 10pt;
}
html
{
	margin				: 0px;
	padding				: 0px;
	width					: 100%;
	height				: 100%;
	
}
body
{
	margin				: 0px;
	padding				: 0px;
/*
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat	: no-repeat;
	background-attachment: fixed;
*/
	width					: 100%;
	height				: 100%;
}
div
{
	/*	border: solid;	border-width: 1px;	border-color: Yellow;	*/
}




/*
---------------------------------------
	Container
---------------------------------------
*/

div.div_newcolor
{
	position: relative;
	display: inline;
	border: solid;
	border-width: 1px;
	border-color: #eee;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
}

div#div_main2
{
	position				: absolute;
	background-color	: #f9f9f9;
	height				: 500px;
	width					: 500px;
	text-align			: left;
	left					: 400px;
	top					: 125px;
}

div#div_mainpic
{
	position				: absolute;
	background-color	: #222222;
	border				: none;
	border-color		: Red;
	border-width		: 1px;
	height				: 300px;
	top					: 25px;
	left					: 25px;
	right					: 25px;
	overflow				: hidden;
}

div#div_smallpiccontainer
{
	position				: absolute;
	border				: none;
	top					: 125px;
	left					: 400px;
	right					: 50px;
	bottom				: 50px;
	overflow				: auto;
}
div.div_smallpic
{
	position				: relative;
	display				: inline;
	width					: auto;
	height				: auto;
	margin				: 10px;
	padding				: 0px;
}


div#div_hiddenlinks
{
	visibility: hidden;
}
div#div_title
{
	position				: absolute;
	background-color	: transparent;
	height				: auto;
	top					: 50px;
	left					: 50px;
	overflow				: hidden;
}
span#span_title
{
	font-size			: 1.5em;
	word-spacing	: 3px;
	letter-spacing	: 2px;
}
div#div_innermenue
{
	position				: absolute;
	background-color	: transparent;
	height				: 600px;
	top					: 125px;
	left					: 150px;
	font-size			: 8pt;
	padding-right		: 50px;
	padding-bottom: 	: 50px;
	border-right: solid;
	border-right-color: #aabbcc;
	border-right-width: 1px;
}
div#div_perm_menue
{
	position				: absolute;
	background-color	: transparent;
	margin				: auto;
	width					: auto;
	height				: auto;
	right					: 150px;
	text-align			: right;
	font-size			: 8pt;
	top						: 50px;
}
div#div_adminmenue
{
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #222222;
}

div#div_navigation
{
	position				: absolute;
	top					: 100px;
	left					: 400px;
	height				: auto;
	width					: auto;
}
div.div_nav
{
	position				: relative;
	display				: inline;
	width					: auto;
	height				: auto;
	margin-right		: 10px;
	vertical-align: middle;
}

table#table_main
{
	border: none;
	width: 100%;
	height: 100%;
	
}
td.td_main
{
	text-align: center;
	vertical-align: middle;
}


ul.ul_mnu
{
	display: block;
	list-style: none;
}
li.li_mnu
{
	margin-bottom: 20px;
	/*	line-height: 200%;	*/
}

a:link,a:active,a:visited
{
	text-decoration	: underline;
}
a:hover
{
	text-decoration	: none;
}

a:link.gal_menue,a:active.gal_menue,a:visited.gal_menue
{
/*	font-size: 1.0em;*/
}
a:hover.gal_menue
{
}


/*
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.50;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
*/