@charset "UTF-8";
/* ----------------------------- */
/*   Author: cocowerbung         */
/*   Operator(s): DH             */
/* ----------------------------- */
/* ---------------------------------------- */
/*                 IMPORTS                  */
/* ---------------------------------------- */
@import url("layout.css");
@import url("content.css");
/* ---------------------------------------- */
/*                 STARTUP                  */
/* ---------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f2f2f2; /* Also set directly in body-tag because of Safari-Bug */
}
p{
	font-size: 11px;
	line-height: 1.8;
	color: #666666;
}
a{
	color: #006ab3;
	text-decoration: none;
}
a:hover{
	color: #000000;
}
ul{
	list-style: none;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
h1{
	margin-top: 10px;
	color: #006ab3;
	font-size: 20px;
}
h2{
	margin: 15px 0px 10px 0px;
	color: #006ab3;
	font-size: 16px;
}
h3{
	margin: 20px 0px 0px 0px;
	color: #006ab3;
	font-size: 14px;
}
.h2{
	margin: 15px 0px 10px 0px;
	color: #006ab3;
	font-size: 16px;
}
.h3{
	margin: 20px 0px 0px 0px;
	color: #006ab3;
	font-size: 14px;
}
/* ---------------------------------------- */
/*                 GLOBALS                  */
/* ---------------------------------------- */
.footer .alttext p{
	font-weight: bold;
	font-size: 18px;
}
.topgradient .alttext p{
	font-weight: bold;
	font-size: 20px;
}
.buttonmaskover .alttext p{
	font-size: 12px;
}
.halfSpace{
	font-size: 6px;
}
