﻿@charset "UTF-8";

/**
 * Allgmeine HTML-Tags
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

ol, ul{
	list-style: none;
}

body{
	color: #000;
	background: #FFFFFF;
	margin-bottom:40px;
	text-align:center;
	
	font-family:Arial,Helvetica,Sans Serif;
	font-size:11px;
	line-height:15px;
}

/**
 * Allgemeine Klassen
 */
.skip {
	visibility:hidden;
	position:absolute;
	top:-99999px;
}

/* Mittig positionieren */
#centerwrapper{
	background-color:#fff;
	width: 1012px;
	margin: 15px auto;
	position: relative;
	overflow: hidden;
	text-align:left;
}

/* Logos */
#logo {
	margin:0 0 0 48px;
	text-indent:-9999px;
	background:transparent url(img.Par.0005.Image.jpg) top left no-repeat;
	width:55px; height:98px;
}
/* Verlauf */
#gradient {
	background:transparent url(img.Par.0006.Image.jpg) top left repeat-x;
	width:980px;
	height:540px;
	margin: 0 auto 15px 16px;
	position: relative;
	overflow: hidden;
	text-align:center;
}

/* Anpassung für nicht IE 5.5 */
* > #gradient {
	margin-left:auto;
}

#gradient ul {
	width:501px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-top:260px;
}

#gradient ul li {
	float:left;
}
#gradient ul li.en {
	margin-right:70px;
	margin-left: 36px;
}

#gradient ul li.de {
	margin-right:70px;
}
#gradient ul li a {
	display:block;
	text-indent:-9999px;
}
#gradient ul li.en a {
	width: 93px; height: 14px; margin-top:4px;
	background:transparent url(img.Par.0002.Image.gif) top left no-repeat;
}
#gradient ul li.de a {
	width: 97px; height: 14px; margin-top:4px;
	background:transparent url(img.Par.0001.Image.gif) top left no-repeat;
}

#gradient ul li.es a {
	width: 99px; height: 18px;
	background:transparent url(img.Par.0007.Image.gif) top left no-repeat;
}

a { color:#9999a3; text-decoration:none; }
a:hover,a.contentLink:hover { text-decoration:underline; }
a.contentLink { color:#3C5F8C;}

div.footer { display:block; width:980px; float:left; text-align:left; color:#9999a3; margin:15px 0 0 15px; }
div.footer-left { float:left; }
div.footer-right { float:right; }
span.vertical_separator { padding:0 2px 0 4px; }
