HTML
{
	height: 100.1%;
}
*
{
	margin: 0;
	padding: 0;
}
#menu
{
	margin-top: 20px;
}

ul.dropdown li.active a                { background: #F3D673; color: black; position: relative; }

BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #cccccc;
	background: #000000;
	text-align: left;
	
}
DIV, P, IMG, A, TD, UL, OL
{
	font-size: 13px;
}

p{
	line-height: 1.5em;
}
OL
{
	margin-left: 1em;
	padding-left: 1em;
}
OL LI
{
	margin-left: 1em;
	padding: 0 0 0.5em 0.3em;
	list-style: decimal;
}
H1, H2, H3, H4
{
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 0.5em;
	letter-spacing: 0.07em;
	color: #B5B5B9;
}
H1
{
	font-size: 218%;
}
H2
{
	font-size: 164%;
}
H3
{
	font-size: 125%;
	margin-top: 20px;
}
H4
{
	font-size: 118%;
	letter-spacing: 0.15em;
}
P
{
	padding: 0 0 1em;
}
A, A:link
{
	text-decoration: none;
	color: #68E;
	margin-top: 0;
}
A:visited
{
	color: #669;
	border-color: #669;
}
A:hover
{
	color: #9BE;
	border-color: #693;
	text-decoration: none;
}
A:active
{
	color: #C33;
	border-color: #C33;
}
A IMG, IMG
{
	border: none;
}
#content
{
	margin-top: 20px;
}
.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

#content UL
{
	list-style: none;
	margin: 10px;
	padding-left: 15px;
}
#content UL LI
{
	background: transparent url(images/arrow.png) no-repeat scroll 0em 0.2em;
	padding-left: 20px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#content UL.gallery
{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#content UL.gallery LI
{
	background: none !important;
	padding-left:0 !important;
	line-height: 1.5em !important;
	margin: 0 !important;
	display: inline;
}

#homeslideshow UL
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#homeslideshow UL LI
{
	background: none;
	/*[disabled]padding-left:0;*/
	line-height: 0;
	margin-bottom: 0;
}
#homeslideshow
{
	position: relative;
	float: left;
}
#hometext
{
	float: left;
	width: 395px;
	margin-right: 96px;
}
.title
{
	/*[disabled]background-color:#FFFFFF;*/
	height: 18px;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: #000000;
	font-weight: bold;
	background-image: url(../../images/title.png);
}
#arzamas
{
	top: 72px;
	left: 64px;
}
#ozhgibesov
{
	top: 241px;
	left: 64px;
}
#skit
{
	top: 72px;
	left: 233px;
}
#matheis
{
	top: 241px;
	left: 233px;
}
.slide
{
	width: 159px;
	height: 159px;
	overflow: hidden;
	position: absolute;
        cursor: hand;
        cursor: pointer;
}
#footer
{
	display: none;
}
#page
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*Special handling for images & alignment
-------------------------------------------------------------------------------*/
P IMG
{
	padding: 0;
	max-width: 100%;
}
IMG.centered
{
	display: block;
	margin: 0 auto;
}
IMG.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
IMG.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.floatleft
{
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.floatright
{
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
FIELDSET
{
	border: 0;
}
/*Runde Buttons hinter Links
* Sieht gut aus, runde Ecken aber nur im FF
*/
/*
#content A
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 4px
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background: #031F2A none repeat scroll 0 0;
	padding: 1px 6px 2px;
}
*/
/*
#content A:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #043142 none repeat scroll 0 0;
}
*/



/*Fixes for RichText widgets
-------------------------------------------------------------------------------*/
.MODX_RichTextWidget
{
	float: left;
}
.MODX_RichTextWidget A
{
	border: 0px solid #000000;
}
.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;
}
