@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
	overflow-y: scroll;
}

#container {
	background-color: #FFFFFF;
	background-image: url(/gfx/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 780px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #333333;
}

#header_top {

}

#header_left {
	float: left;
	width: 8px;
	height: 52px;
}

#header_logo {
	float: left;
	width: 127px;
	height: 52px;
}

#header_tab1 {
	float: left;
	width: 128px;
	height: 52px;
}

#header_tab2 {
	float: left;
	width: 126px;
	height: 52px;
}

#header_tab3 {
	float: left;
	width: 126px;
	height: 52px;
}

#header_tab4 {
	float: left;
	width: 128px;
	height: 52px;
}

#header_tab5 {
	float: left;
	width: 128px;
	height: 52px;
}

#header_right {
	float: left;
	width: 9px;
	height: 52px;
}

#main {
	clear: both;
	min-height: 699px;
	height:auto !important;
	height:699px;
}

#col_left {
	width: 470px;
	float:left;
	padding: 0 30px 0 30px;
}

#emo {
	padding: 20px 9px 0 9px;
}

#col_right {
	width: 220px;
	float:left;
	padding: 0 30px 0 0;
}

#footer {
	clear: both;
	height: 22px;
	width: 780px;
}

h1, h2 {
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	background: url(/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 18px;
	color: #777;
	font-weight: normal;
	clear: both;
}

h1, a {
	color: #4678A4;
}

p {
	margin: 9px 0 0 0;
	padding: 0;
	line-height: 18px;
}

.img_left {
	float: left;
	padding: 0 9px 9px 0;
}

.img_right {
	float: right;
	padding: 0 0 9px 9px;
}

blockquote {
	margin: 5px;
	padding: 10px 15px 10px 15px;
	line-height: 21px;
	background: url(/gfx/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: justify;
	
}

blockquote em {
	text-align: right;
	padding-top: 2px;
	display: block;
}

#col_right ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

#col_right ul li {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0;
}

code {
	color: red;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#col_left li {
	padding-bottom: 5px;
}


.face_left {
	margin: 15px 9px 24px 0;
	border: solid 2px #FFFFFF;
	float: left;
	width: 120px;
	height: 130px;
}

.face_right {
	margin: 15px 0 24px 9px;
	border: solid 2px #FFFFFF;
	float: right;
	width: 120px;
	height: 130px;
}

#ken_face {
	background-image: url(/images/ken.jpg);
    background-repeat: no-repeat;
}

#richard_face {
	
	background-image: url(/images/richard.jpg);
    background-repeat: no-repeat;
}

#patrick_face {
	background-image: url(/images/patrick.jpg);
    background-repeat: no-repeat;
}

#geoff_face {
	background-image: url(/images/geoff.jpg);
    background-repeat: no-repeat;
}

#hansi_face {
	background-image: url(/images/hansi.jpg);
    background-repeat: no-repeat;
}

#niklas_face {
	background-image: url(/images/niklas.jpg);
    background-repeat: no-repeat;
}

#barry_face {
	background-image: url(/images/barry.jpg);
    background-repeat: no-repeat;
}

#sabrina_face {
	background-image: url(/images/sabrina.jpg);
    background-repeat: no-repeat;
}

.akzent {
	background-color:#C0DBE6;
}

.termintable {
	background-color:#D2D5D5;
	border: 1px solid #D2D5D5;
	
}

h2 {
	margin-bottom: 10px;
}

