@import url(menu.css);

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	color: #666;
	line-height: 1.3em;
}

html, body {
	height: 100%;
}

div {
	margin: 0;
}

a {
	text-decoration: none;
	color: #7E8A96;
}

a:hover {
	text-decoration: underline;
}

.link {
	cursor: pointer;
}

table.border {
	border-collapse: collapse;
	margin: 1px;
	width: 99%;
	text-align: center;
}

table.border th, table.border td {
	padding: 0.2em;
}

table.border th {
	color: black;
}

.cont_ft table.border td { border: 1px solid #99ae22; }
.cont_mt table.border td { border: 1px solid #d40100; }
.cont_rlt table.border td { border: 1px solid #4283af; }

.cont_ft table.border th { background-color: #99ae22; }
.cont_mt table.border th { background-color: #d40100; }
.cont_rlt table.border th { background-color: #4283af; }

table.downloads {
	border: none;
}


table.downloads td {
	padding-right: 1em;
}

/* override link bullets */
div#main table.downloads a {
	padding-left: 0;
	background: none;
}

div#main table.downloads img {
	margin: 0;
}

ul.downloads a:hover {
	background-color: #CCC;
}

ul.downloads li {
	clear: left;
}

img {
	border: none;
}

img:hover {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

div.title_rlt {
	font-size: 115%;
	font-weight: bold;
}

div#container {
	background-image: url(/img/border.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-left: 23px;
	padding-right: 23px;
	width: 928px;
	min-height: 600px;
	height: 100%;
	font-size: 90%;
}

div#cont2 {
	background-image: url(/img/menubg2.png);
	background-repeat: repeat-x;
	background-position: 0 510px;
	height: 100%;
	min-height: 100%;
}

h1 {
	padding-top: 25px;
	margin: 0;
}

h1 img#logo_print {
	display: none;
}

h2 {
	text-transform: uppercase;
	width: 190px;
	text-align: right;
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 1em;
}


h3 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
	color: #7e8a96;
}

div.cont_ft  h3 { color: #99AE22; }
div.cont_mt  h3 { color: #D40100; }
div.cont_rlt h3 { color: #4283af; }

h4 {
	font-size: 100%;
	margin: 1em 0 0 0;
}

h5 {
	margin: 1em 0 0 0;
	font-size: 100%;
	font-weight: normal;
}

div#title {
	position: relative;
}

div#hierarchy {
	position: absolute;
	top:0;
	left: 213px;
	vertical-align: center;
}

div#hierarchy span.slash {
	font-weight: bold;
	font-size: 130%;
}

div#content {
	min-height: 414px;
	height:auto !important;	
	height: 414px; /*ie6*/
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.cont_ft {
	background-image: url(/img/ft_water.png);
}


div.cont_mt {
	background-image: url(/img/mt_water.png);
}

div.cont_rlt {
	background-image: url(/img/rlt_water.png);
}

div#main p {
	width: 70%;
}

div#main ul {
	list-style-type: circle;
	padding-left: 2em;
	width: 70%;
}

/* workaround for a:before (small button before all links) */
div#main a {
	padding-left: 7px;
	background-image: url(/img/linkbutton.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

div#main a.nobullet {
	padding: 0;
	background-image: none;
}

div#main a.mailto {
	padding-left: 0;
	background: none;
}

ul {
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
}

div#main {
	margin-left: 2em;
	float: left;
	width: 710px;
}

span#span_ft, span#span_mt, span#span_rlt {
	color: white;
}

.ft, .ft a, div.ft a {
	color: #99AE22;
}

.mt, .mt a, div.mt a {
	color: #D40100;
}

.rlt, .rlt a, div.rlt a {
	color: #4283AF;
}

img.floatright {
	float: right;
	margin: 0 5em 0.5em 1em;
}

div.float_half {
	float: left;
	width: 35%;
}

div#main {
	overflow: auto;
	height: 380px;
}

div#main a {
	color: #00264b;
}

div#main img {
	margin-top: 1em;
	margin-bottom: 1em;
}

table.techdata td {
	vertical-align: top;
	padding-right: 1em;
}

div.comic {
	font-style: italic;
	font-size: 80%;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
}

div#main div.comic a {
	padding: 0;
	background: none;
}

div#main div.comic img {
	margin: 0;
}

div.durchatmen {
	font-size:150%;
	font-weight: bold;
	color: #96bf0d;
}

.clear {
	clear: both;
}

