@charset "utf-8";

/* --- Global styles --- */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/global_site_background.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FDFDFD;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 13px;
	color: #444;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	border-top: 1px solid #B4572B;
	font-size: 1px;
}

hr.sidebar {
	border-top-color: #DDD;
}

div#sidebar hr {
	border-top: 1px dotted #BBB;
}

div#sidebar hr.between,
hr.between {
	margin-top: 15px;
	border-top-color: #DDD;
}

h1, h2, h3 {
	clear: both;
	color: #B4572B;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	margin-top: 37px;
}

h2.sidebar {
	margin-top: 50px;
	font-size: 15px;
	color: #666;
}

h3 {
	font-size: 16px;
	margin-top: 37px;
}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #CE8A23;
	font-weight: normal;
}

p {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 140%;
}

a {
	color: #CE8A23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
	font-weight: normal;
}


label {
	margin-top: -5px;
	display: block;
	margin-bottom: 1px;
	color: #444;
	font-size: 12px;
}

span.hint {
	color: #999;
}

.spationieren {
	letter-spacing: 2px;
}

.error {
	display: none;
	width: 290px;
	margin-bottom: 5px;
	padding: 3px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #B4572B;
	border: 1px solid #FFF;
	color: #FFF;
	line-height: 140%;
}

img.small_logo {
	margin-right: 20px;
	border: 1px solid #CCC;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.clear {
	clear: both;
	font-size: 1px;
}

div#no_h1 {
	margin-top: -37px;
}

img.intext {
	margin-top: -40px;
	float: left;
	border-right: 30px solid #FFF;
	padding-bottom: 20px;
}

div.floating_image h2 {
	margin-left: 210px;
	margin-top: 70px;
}

div#symbols {
	width: 100%;
	height: 10px;
	background-color: transparent;
}

div#navigation_main {
	width: 918px;
	height: 108px;
	margin: auto;
	background-image: url(../images/global_navigation_main_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

div#navigation_main img#logo {
	float: right;
	position: relative;
	top: 17px;
	right: 29px;
}

div#navigation_main ul {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	list-style: none;
}

div#navigation_main li {
	float: left;
	margin-left: 10px;
}

div#paper {
	width: 888px;
	height: 100%;
	margin: auto;
	margin-top: -34px;
	background-image: url(../images/global_paper_background.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: transparent;
	text-align: left;
}

/* Clearing only for non-IE Browsers */
div#paper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 Hack */
* html div#paper
{
	width: 882px;
	background-image: none;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

div#paper img#illustration {
	margin-left: 3px;
}

#header_swf {
	width: 882px;
	height: 240px;
	margin-top: -240px;
	margin-left: 3px;
	position: relative;
}

/* IE6 Hack */
* html div#paper img#illustration {
	margin-left: 0px;
}

div#sidebar {
	color: #999;
	display: inline;
	float: left;
	width: 220px;
	height: 100%;
	margin-left: 23px;
	padding-bottom: 30px;
}

div#sidebar h2 {
	font-size: 15px;
	color: #666;
}

div#sidebar h4 {
	font-size: 11px;
}

div#sidebar ul {
	width: 220px;
	margin-top: 30px;
	padding: 0px;
	list-style: none;
}

div#sidebar li {
	width: 170px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid #F0DDD5;
	font-size: 13px;
}

/* IE6 Hack */
* html div#sidebar li {
	width: 220px;
}

div#sidebar li:hover {
	border-bottom-color: #F0DDD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../images/navigation_sub_hover.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FAFAFA;
}

div#sidebar li.active {
	background-image: url(../images/navigation_sub_active.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #B4572B;
	border-color: #FFF;
	color: #FFF;
}

div#sidebar li a {
	color: #444;
	text-decoration: none;
}

div#sidebar li a:hover {
	color: #B4572B;
	text-decoration: none;
}

div#sidebar li#sub {
	width: 220px;
	padding: 0px;
}

div#sidebar li#sub:hover {
	background-image: none;
	background-color: white;
	border-color: #F0DDD5;
}

div#sidebar li ul {
	width: 195px;
	margin-left: 25px;
	background-color: #F0DDD5;
}

div#sidebar li li {
	width: 145px;
	padding-left: 25px;
	border-color: #FFF;
	font-size: 11px;
}

/* IE6 Hack */
* html div#sidebar li li {
	width: 195px;
}

div#sidebar li li:hover {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #fafafa;
}

div#sidebar p,
div#sidebar div.read_more {
	font-size: 11px;
	margin-bottom: 5px;
}

div#sidebar div.read_more {
	width: 220px;
	text-align: right;
}

div#sidebar div#blockquote_top {
	width: 220px;
	height: 32px;
	z-index: 3;
}

div#sidebar blockquote {
	width: 190px;
	margin: 0px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/sidebar_blockquote_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F5F5F5;
	color: #797979;
	text-indent: 40px;
	z-index: 1;
}

div#sidebar blockquote p {
	font-size: 13px;
	line-height: 140%;
}

/* IE6 Hack */
* html div#sidebar blockquote {
	width: 220px;
}

div#sidebar div#blockquote_bottom {
	width: 220px;
	height: 32px;
	background-image: url(../images/sidebar_blockquote_bottom.png);
	background-repeat: no-repeat;
	z-index: 2;
}

div#sidebar cite {
	margin-left: 15px;
	color: #CE8A23;
	font-size: 9px;
}

/* Clearing only for non-IE Browsers */
div#sidebar blockquote:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	display: inline;
	float: right;
	width: 570px;
	height: 100%;
	margin-right: 23px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.planets div#main,
.login div#main,
.contact div#main,
.imprint div#main {
	width: 840px;
}

div#paper_bottom {
	clear: both;
	width: 888px;
	height: 9px;
	margin: auto;
	background-image: url(../images/global_paper_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

/* IE6 Hack */
* html div#paper_bottom
{
	width: 884px;
	background-image: url(../images/global_paper_bottom_ie6.png);
}

div#footer {
	width: 870px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	color: #777;
	text-align: center;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 170%;
}

div#footer a {
	color: #777;
}

div#footer .active {
	color: #333;
}

div#footer .inactive {
	color: #BBB;
}

.contact #main {
	margin-top: -30px;
}

.contact h2 {
	clear: both;
	padding-top: 30px
}

div.planet {

	display: inline;
	margin-top: 10px;
	width: 300px;
	float: left;
}

div.planet dl,
div#imprint dl {
	margin: 0px;
	padding: 0px;
	clear: both;
}

div#imprint dl {
	margin-left: 50px;
}

div.planet dt,
div#imprint dt {
	margin-right: 10px;
	clear: both;
	float: left;
	color: #999999;
	font-weight: bold;
}

div#imprint dt {
	float: none;
	margin-bottom: 5px;
}

div.planet dd,
div#imprint dd {
	width: 170px;
	float: right;
	margin-bottom: 10px;
	line-height: 140%;
}

div.planet dd {
	float: none;
	margin-left: 130px;
}

div#imprint dd {
	width: 480px;
	margin-bottom: 20px;
}

img#aboutus_contact_regensburg,
img#aboutus_contact_munich {
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
	float: right;
}

div#aboutus_contact_map_regensburg,
div#aboutus_contact_map_munich  {
	margin-top: 10px;
	height: 180px;
	width: 230px;
	display: inline;
	float: right;
}

div#aboutus_contact_map_regensburg span,
div#aboutus_contact_map_munich span,
div#aboutus_contact_map_regensburg a,
div#aboutus_contact_map_munich a {
	font-family: Arial, Tahoma;
	font-size: 9px;
}

div#aboutus_local_contacts_map_europe {
	height: 400px;
	width: 480px;
}

div#aboutus_local_contacts_map_world {
	height: 150px;
	width: 480px;
	margin-bottom: 10px;
}

div#aboutus_contact_map span,
div#aboutus_contact_map a {
	font-size: 9px;
}

div#map_contact {
	width: 480px;
	float: right;
}

table {
	font-size: 13px;
	line-height: 140%;
}

table#satellites {
	width: 100%;
	vertical-align: top;
}

th {
	padding: 10px;
	vertical-align: top;
}

td {
	padding: 10px;
	vertical-align: top;
}

col.title {
}

col.odd {
	background-color: #F5F5F5;
}

col.even {
}

td.title {
	font-weight: bold;
	color: #999999;
}

#main ul {
	width: 570px;
	background-image: url(../images/list_background.png);
	background-repeat: no-repeat;
	margin-right: 80px;
	padding-top: 15px;
	padding-left: 50px;
	list-style-type: disc;
	line-height: 140%;
	margin-bottom: 20px;
}

* html #main ul {
	margin-right: 0px;
}

#main li {
	width: 470px;
	margin-bottom: 7px;
}

li.no_item {
	list-style-type: none;
	margin-top: 10px;
}

div.communities {
	float: left;
	margin-right: 10px;	
}

div.customers,
div.partners {
	float: left;
	margin-right: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #CCC;
}

div.awards {
	float: left;
	width: 170px;
	margin-right: 40px;
	margin-top: 9px;
	margin-bottom: 9px;
}

div.awards img {
	float: left;
	margin-right: 15px;
}

div.awards span {
	font-size: 11px;
	position: relative;
	top: 15px;
}

a.icon_list {
	float: right;
	margin-top: -18px;
	margin-right: 20px;
}

a.icon_feed {
	float: right;
	margin-top: -18px;
}

p.small {
	font-size: 12px;
	color: #999;
}
