/*
* ./main.css
* Usage: ki stylesheet for individual pages
*
* Copyright (C)1995-2009 [k:i] <mailto: info@kigmbh.com>
*
* Last modification: 2009-07-11
*******************************************************************************/


/* Fonts */
@font-face {
	font-family: 'MetaNormalLF-Roman';
	src: local('MetaNormalLF-Roman'), url('fonts/MtNoLFRo.ttf') format('truetype');
}


/* Container */
#topbox, #bottombox {
	width: 100%;
	position: fixed;
}
#topbox {
	height: 75px;
	background: url('styles/header.png') repeat-x;
}
#bottombox {
	height: 36px;
	bottom: 0px;
	background: url('styles/footer.png') repeat-x;
	position: absolute;
}
#midbox {
	/* Inner spacing */
	padding: 92px 224px 44px 12px;
}


/* Links */
a:link, a:visited, a:active, a:hover {
	color: #333333;
	text-decoration: none;
/*	background-color: #ffffff;*/
	background: none;
}
a.dot:link, a.dot:visited, a.dot:active, a.dot:hover {
	background: none;
}
a:active, a:hover {
	background-color: #f8c752;
}
a.dot:active, a.dot:hover {
	background: none;
}


/* Buttons */
#blog a img { background: url('/img/blog.png') no-repeat; }
#blog a img:hover { background: url('/img/blog2.png') no-repeat; }
#webmail a img { background: url('/img/webmail.png') no-repeat; }
#webmail a img:hover { background: url('/img/webmail2.png') no-repeat; }
#teamviewerwin a img { background: url('/img/teamviewerwin.png') no-repeat; }
#teamviewerwin a img:hover { background: url('/img/teamviewerwin2.png') no-repeat; }
#teamviewermac a img { background: url('/img/teamviewermac.png') no-repeat; }
#teamviewermac a img:hover { background: url('/img/teamviewermac2.png') no-repeat; }


/* Styles */
.addressbox {
	width: 200px;	
	position: absolute;
	right: 12px;
}
.copyright {
	height: 20px;
	margin-top: 5px;
	text-align: center;
	color: #333333;
	background-color: #f8c752;
}
h1#logo {
	height: 72px;
	width: 200px;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 0 6px 0;
	background: url('/img/ki_gmbh.png');
}
h1 {
	font: normal .9em 'MetaNormalLF-Roman', helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 2em;
	text-align: center;
}
.even {
	/* background-color: #dddddd; */
}
.odd {
	/* background-color: #ffffff; */
}
body {
	font: normal .9em 'MetaNormalLF-Roman', helvetica, arial, sans-serif;
}
