/*  
Theme Name: MIKOM
Description: Default theme for MIKOM Systems Ltd
Version: 1.0
Author: Shaun Rigby
Author URI: http://www.facebook.com/shaun.rigby

*/
* {
  padding:0;
  margin:0;
}

@font-face {
 font-family: Segoe;
 src: url("http://www.mikomsystems.co.uk/segoepr.eot") /* EOT file for IE */
}
@font-face {
 font-family: Segoe;
 src: url("http://www.mikomsystems.co.uk/segoepr.ttf") /* TTF file for CSS3 browsers */
}

@font-face
{
  font-family: "Segoe";   
   src: url('http://www.mikomsystems.co.uk/segoepr.eot'); /* IE */   
   src: local("Segoe Print"), url('http://www.mikomsystems.co.uk/segoepr.ttf') format("opentype"); /* non-IE */   
}

html,body {
  height:100%;
  text-align:center;
  font:11px Verdana, Helvetica, sans-serif;
  color:#333;
  line-height:150%;
  background-color:#0e0e0e;
}

#container {
  min-height: 100%;
  text-align: left;
  margin: 0 auto;
  width: 956px;
  background: url(images/bg.png) repeat-y top;
}

#header {
  background-image:url(images/header.gif);
  height:165px;
  width:930px;
  margin: 0 auto;	
}

#column_left {
  float:left;
  width:160px;
  height:100%;
  text-align:center;
  padding:0px 0px 3px 0px;
  margin:0px 5px 15px 15px;
}

#column_right {
  float:right;
  width:160px;
  height:100%;
  text-align:center;
  padding:0px 0px 3px 0px;
  margin:0px 15px 15px 5px;
}

#inhalt {
  clear:both;
}

#footer {
  height:70px;
  width:930px;
  margin:0 auto;
  text-align:center;
  font-size:0.9em;
  line-height:100%;	
  border-top:1px dashed #ccc;
  padding-top:5px;
}


/* ---------------------- MAIN MENU ---------------------- */
#navi_menu {
  width:147px;
  background: url(images/menu_footer.png) no-repeat bottom;
  padding-bottom:24px;
  margin:0 auto;
}

#navi_menu h2 {
  font: bold italic 1.4em Arial, verdana, sans-serif;
  color: #fff;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  background: url(images/menu_header.png) no-repeat center left;
  text-align: center;
  height: 20px;
}

#navi_menu ul {
  margin:0px;
  padding:0px;
  text-align: left;	
  list-style: none;
}

#navi_menu li {
  height: 21px;
  background: url(images/menuitem_bg.png) no-repeat center left;
  margin:0px;
  padding-left:7px;
  font-size:11px;
}

#navi_menu li a{
  text-decoration: none;
  font-size:1.1em;
  color:#333444;
}

#navi_menu li a:hover{
  text-decoration: underline;
  font-size:1.1em;
  color:#555666;
}

/* ---------------------- PAGE CONTENT ---------------------- */

#page_content {
  font-size: 1em;
  color:#262626;
  width:590px;
  height:100%;
  margin: 0px auto;
  padding:0px;
}

#page_content h2 {
  font-size: 2em;
  font-family: "Segoe","Segoe Print";
  color:#262626;
  line-height:150%;
  border-bottom:1px dotted #006699;
}

#page_content p, ul {
	padding:5px;
}
	
#page_content #warning {
	border:1px solid #FFFF00;
	font-weight:bold;
	text-align:center;
	display:block;
	padding-left:35px;
	background: #00ff00 url(images/warning-icon.png) no-repeat scroll left;
	margin: 5px 0px;
}