/* General */

html, body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #787878;
	margin: 0;
	padding: 0;
}

/* Layout */

div#container {
	position: relative;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(../img/bg.png) repeat-y;
}

div#header {
	width: 100%;
	height: 300px;
	background: #ffffff url(../img/header.png) no-repeat bottom;
}

div#content {
	overflow: auto;
	padding-bottom: 45px;
}

div#images {
	margin-left: 75px;
	width: 212px;
}

img#sidebar_main {
	margin-bottom: 20px;
}

img#sidebar_tiny {
	float: left;
	margin-top: 12px;
	margin-right: 12px;
}

img#sidebar_tiny_end {
	float: left;
	margin-top: 12px;
}

div#text {
	float: right;
	margin-right: 26px;
	width: 564px;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 17px;
	text-align: center;
	font-size: 9px;
	font-family: Verdana;
	color: #a9a9a9;
	background: #ffffff;
}

/* Links */

a span {
	display: none;
}

a#sincom {
	position: absolute;
	top: 104px;
	width: 176px;
	height: 50px;
	margin-left: 24px;
}

a#home {
	position: absolute;
	top: 227px;
	width: 42px;
	height: 14px;
	margin-left: 384px;
}

a#kontakt {
	position: absolute;
	top: 227px;
	width: 54px;
	height: 14px;
	margin-left: 441px;
}

a#institut {
	position: absolute;
	top: 227px;
	width: 51px;
	height: 14px;
	margin-left: 509px;
}

a#trainer {
	position: absolute;
	top: 227px;
	width: 51px;
	height: 14px;
	margin-left: 574px;
}

a#seminare {
	position: absolute;
	top: 227px;
	width: 62px;
	height: 14px;
	margin-left: 640px;
}

a#hemi-sync {
	position: absolute;
	top: 227px;
	width: 81px;
	height: 14px;
	margin-left: 717px;
}

a#monroe-institute {
	position: absolute;
	top: 227px;
	width: 145px;
	height: 14px;
	margin-left: 812px;
}

a.footer {
	font-size: 9px;
	font-family: Verdana;
	color: #a9a9a9;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/* Style */

h1 {
	display: none;
}

h2 {
	color: #75acd5;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
}

a {
	color: #75acd5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.hidden {
	display: none;
}