/*
	#219cab = blue (links)
	#282828 = dark-gray (text color)
	#f7931e = yellow (hovered links and top)
	#cacaca = light-grey (lines)
*/

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.82em;
	color: #282828;
	margin: 0;
	padding: 0;
	border: 0;
}

a img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #219cab;
	width: 100%;
	display: block;
	border-bottom: 1px solid #219cab;
}

h1
{
	font-size: 1.7em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.1em;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #219cab;
}

a:hover
{
	color: #f7931e;
}



/* Main container */
#container {
	position: relative; /* needed for footer positioning */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* real browsers */
}

#top_yellow
{
	position: relative;
	z-index: 110;
	background-color: #f7931e;
	height: 5px;
}

/* Top (logo and stuff) */
#top
{
	height: 166px;
	width: 100%;
	background: url(/.composer/images/top_bg.jpg);
	text-align: center;
	padding: 0;
	position: relative;
}

/* Main menu */
#menu
{
	height: 35px;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 14px;
}

/* Middle field */
#middle
{
	overflow: auto;
	height: auto;
	padding: 10px 10px 90px 10px;
	position: relative;
}

/* Language field */
#language
{
	height: 35px;
	width: 100%;
	border-top: 1px solid #cacaca;
	position: absolute;
	text-align: center;
	bottom: 45px;
	background-image: url(/.composer/images/bottom_triangle.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* Address bar */
#bottom
{
	height: 33px;
	width: 100%;
	background-color: #1c1c1c;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	font-family: Myriad Pro, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	padding-top: 12px;
	color: #FFF;
}

/* Menu */
#menu ul
{
	margin: 0;
	padding: 0;
}

/* Menuitem */
#menu ul li
{
	display: inline-block;
	height: 30px;
	margin-left: 30px;
	list-style-type: none;
}

#menu ul li a
{
	font-family: Myriad pro, Arial, Verdana, sans-serif;
	color: #282828;
	font-size: 1.5em;
	text-decoration: none;
	position: relative;
	top: 7px;
}

#menu ul.submenu li a
{
	font-size: 1.2em;
}

#menu ul.mainmenu li.active
{
	background-image: url(/.composer/images/menu_triangle.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#menu ul li.active a
{
	color: #219cab;
}

#menu ul li a:hover
{
	color: #f7931e;
}

#microsoft_partner
{
	position: absolute;
	bottom: 80px;
	right: 100px;
}

.top_logo
{
	position: relative;
	top: 7px;
}


table.content
{
	width: 100%;
	border: 0;
	margin: 0;
}

table.content td
{
	width: 50%;
	vertical-align: top;
	padding-right: 20px;
	text-align: justify;
}

table.content td p
{
	margin-top: 0;
	margin-bottom: 10px;
}

table.content td h1
{
	margin-top: 0;
	margin-bottom: 0;
}

.bold
{
	font-weight: bold;
}

.name
{
	color: #219cab;
}

#sticker
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.grillkol
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}

.bottom_label
{
	color: #f7931e;
}

table.msDynamicsNavDetail td
{
	border: 0; 
	vertical-align: top;
	padding: 4px;
}

table.msDynamicsNavDetail tr
{
	border-bottom: 1px solid #eee;
	vertical-align: top;
	padding: 4px;
}

table.msDynamicsNavDetail
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaa;
}


table.content td p.abit
{
	border-top: 1px solid #219cab;
	padding-top: 4px;
	margin-top: 1.5em;
}

table.partners img 
{
	margin-left: 0.8em;
}

table.content table.contactReJobs td {
	width: auto;
	padding-right: 2px;
}

ul
{
	padding-left: 10px;
}

li
{
	list-style-type: none;
}

.news_time
{
	position: absolute;
	bottom: 4px;
	right: 2px;
	font-size: 0.7em;
}

