/* Auxilia Team-index page */

* { margin: 0; padding: 0; }
hr  { display: none; }
body  { background: #d9dadb url('../images/bg-body.gif') repeat-x left top; text-align: center; font-family: Trebuchet MS; font-size: 80%; color: #434343; }

/* Anchor Definition */
a { color: #434343; text-decoration: none; }
a:hover { text-decoration: underline; }

#page { width: 990px; margin: 0 auto; text-align: left; position: relative; padding-top: 92px; }
#header { height: 78px; background: #590b4d url('../images/bg-header.gif') repeat-y left top; border-bottom: #898a8a solid 4px; }
#logo { position: absolute; top: 77px; left: 68px; width: 175px; height: 56px; background: #590b4d url('../images/logo.gif') no-repeat; }

/* Menu */
#menu { position: absolute; top: 41px; right: 0; width: 736px; height: 51px; line-height: 50px; background: #fff url('../images/bg-menu.gif') repeat-y right top; }
#menu ul { float: right; padding-right: 21px; }
#menu li  { float: left; white-space: nowrap; list-style-type: none; padding: 0; margin: 0; padding-left: 17px; background: transparent url('../images/bg-header-menu-li.gif') no-repeat 0 50%; margin-right: 30px; }
#menu li.active { background-image: url('../images/bg-header-menu-li-active.gif'); }
#menu a { color: #434343; text-transform: uppercase; text-decoration: none; font-size: .95em;}
#menu a:hover { color: #000; text-decoration: underline; }
#menu #cz { position: absolute; top: 43px; right: 80px; padding: 0 !important; margin: 0 15px 0 0 !important; background: none !important; border: 0px;font-size: 12px;}
#menu #cz a { color: #fff; text-decoration: none;}
#menu #en { position: absolute; top: 43px; right: 16px; padding: 0 !important; margin: 0 !important; background: none !important;  border: 0px;font-size: 12px;}
#menu #en a { color: #fff; text-decoration: none;}

#main { padding-top: 78px; _padding-top: 82px; padding-bottom: 135px; }
#main .col  { float: left; width: 350px; }
#main .wraper { width: 620px; float: left; margin-right: 20px; }
#main #content { width: 250px !important; float: right; }
#main #content p {margin: 5px 0 5px 0; padding: 8px;}
#main #content ul { padding-left: 3px; }

#main #content li { display: block; width: 76px; height: 84px; background: transparent url('../images/bg-content-li.gif') no-repeat left top; float: left; margin-right: 7px; overflow: hidden;}
#main #content li a { display: block; width: 68px; _width: 76px; height: 57px; _height: 76px; background: transparent url('../images/bg-content-li-a.gif') repeat-x 0 100%; text-align: center; text-decoration: none; color: #fff; font-weight: bold; padding: 0; }
#main #content li a:hover { background-position: 0 0; }




#main #content li.first a { display: block; width: 76px; _width: 76px; height: 76px; _height: 76px; background: transparent url('../images/bg-content-li-a.gif') repeat-x 0 100%; text-align: center; text-decoration: none; color: #fff; font-weight: bold; padding: 0; background-position: 0 0;}
#main #content li.first a span { position: relative; top:0px; }
#main #content li.first a:hover{ background: transparent url('../images/bg-content-li.gif') no-repeat left top; float: left; margin-right: 7px; overflow: hidden; color: #000; }

#main #content li.second a { display: block; width: 76px; _width: 76px; height: 76px; _height: 76px; background: transparent url('../images/bg-content-li-a.gif') repeat-x 0 100%; text-align: center; text-decoration: none; color: #fff; font-weight: bold; padding: 0;}
#main #content li.second a span { position: relative; top:0px;  }
#main #content li.second a:hover{ background: transparent url('../images/bg-content-li.gif') no-repeat left top; float: left; margin-right: 7px; overflow: hidden; color: #000; }
 
#main #content li.third a { display: block; width: 76px; _width: 76px; height: 76px; _height: 76px; background: transparent url('../images/reality-li.gif') repeat-x 0 100%; text-align: center; text-decoration: none; color: #fff; font-weight: bold; padding: 0;}
#main #content li.third a span { position: relative; top:0px;  }
#main #content li.third a:hover{ background: transparent url('../images/bg-content-li.gif') no-repeat left top; float: left; margin-right: 7px; overflow: hidden; color: #000; }


/* Contact modification */
#kontakt #main  { padding-bottom: 20px; }
#kontakt #content { min-height: 330px; _height: 370px; background-color: #d9dadb; padding-top: 40px; width: 260px; text-align: center; }
#kontakt #content strong  { display: block; }
#kontakt .col { margin-right: 0 !important; }

/* Footer */
#footer { clear: both; font-size: .85em; padding-bottom: 40px; }
#footer p { float: left; }
#footer p.copy  { width: 440px; }
#footer p.info-web  { width: 302px; }

/* Global classes */
.dn { display: none; }
.last { margin: 0 !important; } 
.cf { min-height: 1%; _height: 1%; border: 0px;}
.cf:after { content: "."; display: block; clear: both; visibility: hidden; overflow: hidden; height: 0; }




/**
 * Basic definitions for the editing area.
 */

/**
 * Core styles.
 */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8pt;
}

.FontBig
{
	font-size: 14pt;
}

.FontDouble
{
	font-size: 200%;
}

/**
 * Font colors.
 */
.FontColor1
{
	color: #ff9900;
}

.FontColor2
{
	color: #0066cc;
}

.FontColor3
{
	color: #ff0000;
}

.FontColor1BG
{
	background-color: #ff9900;
}

.FontColor2BG
{
	background-color: #0066cc;
}

.FontColor3BG
{
	background-color: #ff0000;
}

/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

blockquote
{
	color: #808080;
}
