

/*
	resets
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,img,a{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
ol,ul {list-style:none;}

u, a, a:link, a:visited, a:hover, a:active {text-decoration: none;}
body, textarea {font-size: 62.5%;line-height:1.22em;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}



/*
	basics
*/
html, body {
	height:100%;
}


body {
	background: #0061AF url(../gfx/body_bg.gif) repeat-x;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


em {
	font-weight: bold;
	font-style: normal;
}

/*
	layout
*/


#wrapper {
	min-height: 100%; /* !HACK: see ie_lt.css for ie hack */
	position: relative;
	min-width: 970px;

}

#wrapper #wrapper-force-width { /* block forcing min width */
	width: 970px;
	height: 1px;
	overflow: hidden;
}


/* navigation / navigation-index */

#navigation, #navigation-index {
	margin: 29px 0 20px 10px;
	
	background: transparent url(../gfx/nav_bg.gif) repeat-x;
	padding-left: 0px;
	position: relative;
}

#navigation ul, #navigation-index ul {
	height: 87px;
	background: transparent url(../gfx/nav_leftborder.gif) no-repeat;
	overflow: hidden;
	width: 960px;
}
#navigation-index ul li.international {
	width:100px !important;
}
#navigation li, #navigation-index li {
	height: 87px;
	float: left;
	border-left: 1px solid #000;
	margin-left: -1px;
}

#navigation a, #navigation a:link, #navigation a:visited {
	height: 57px;
	width: 118px;

	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	
	padding: 10px 20px;
}


#navigation-index a, #navigation-index a:link, #navigation-index a:visited {
	height: 57px;
	width: 265px;

	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	
	padding: 10px 20px;
}

#navigation a:hover, #navigation a:active, #navigation a.active, 
#navigation-index a:hover, #navigation-index a:active, #navigation-index a.active {
	color: #0061AF;
}
@media screen {
	#navigation a.active, #navigation-index a.active {
		color: #0061AF !important;
	}
}



/* content */

#content {
	background: #E3E5E6 url(../gfx/content_bg.gif) repeat-x bottom right;
	position: relative;
	font-size: 1.1em;
	width:100%;
}

#content-force-height { /* block forcing min hight */
	width: 1px;
	height: 385px;
	overflow: hidden;
	z-index: 10;
}

#content #col-wrapper,
#content #col-wrapper-distri, 
#content #col-wrapper-contact {
	width: 940px;
	position: relative;
	left: 30px;
}
#content #col-wrapper-products  {
	width: 945px;
	position: relative;
	left: 25px;
}
#content #col-wrapper-used {
	width: 940px;
	position: relative;
	left: 28px;
}


#col-wrapper-used h1.csc-firstHeader,
.csc-firstHeader,
h3 {
	float: left;
	font-size: 1.1em;
	line-height: 110%;
	font-weight: bold;
	width: 300px;
	margin-bottom: 1em;
	padding-right: 600px;
}


/* intro ani */


#ani-replace {
	position: absolute;
	top: 150px;
	left: 380px;
	z-index: 200;
 }



/* home */

.home-head {
	color: #E60005;
	text-transform: uppercase;
}
.col-2 h3 {
	padding-right: 0;
}


/* content / columns */


.col-0 {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 100px;
	padding-bottom: 1px; /* otherwise border-bottom of last element will be cut */
	width: 300px;
	z-index: 100;
}

.col-1 {
	float: left;
	margin-bottom: 100px;
	padding-bottom: 1px;
	width: 300px;
	z-index: 101;
}

.col-2 {
	position: absolute;
	left: 640px;
	top: 0;
	width: 285px;
	padding-bottom: 1px;
	margin-bottom: 100px;
	z-index: 104;
}

.img-caption {
	text-align: center;
	margin-top: 2px;
}

p {
	margin-bottom: 1em;
}


/* news */
.news-download {
	margin-top: 1em;
}

.news-download img {
	margin-right: 5px;
}

.news-download a {
	vertical-align: 45%;
}


/* neues archiv */
#col-wrapper .col-0 ul {
	padding-right: 5px;
	margin-left: -5px;
}

#col-wrapper .col-0 li {
	margin-bottom: 10px;
	/*background: transparent url(../gfx/dot_li.gif) no-repeat 0 6px;*/
	background: transparent url(../gfx/dot_li.gif) no-repeat 0 4px;
	padding-left: 6px;
}


/* typo3 */
a.mail, a.mail:link, a.mail:visited, 
a.internal-link, a.internal-link:link, a.internal-link:visited, 

a.textlink, a.textlink:link, a.textlink:visited, 
#col-wrapper a, #col-wrapper a:link, #col-wrapper a:visited {
	color: #000;
	/*border-bottom: 1px solid #333;*/
	text-decoration: underline;

}

a.mail:hover, a.mail:active, 
a.internal-link:hover, a.internal-link:active, 

a.textlink:hover, a.textlink:active, 
#col-wrapper a:hover, #col-wrapper a:active {
	color: #0061AF;
	/*border-bottom: 1px solid #E3E5E6;*/
	text-decoration: none;

}



/* products */
#col-wrapper-products {
	overflow: hidden;
}
#col-wrapper-products .col-0 {
	width: 150px;
	margin-right: 15px;
	/* border: 1px solid green; */
}

#col-wrapper-products .col-1 {
	width: 290px;
	/* border: 1px solid red; */
}


.prod-cats-img {
	position: absolute;
	left: 5px;
	top: 200px;
	width: 940px;
	z-index: 200;
}


.prod-cats-img li {
	float: left;
	width: 150px;
	margin-right: 5px;
	text-align: center;
}

.prod-cats-img li img {
	margin:0 auto;
}

#col-wrapper-products .col-0 li {
	margin-bottom: 11px;
}


/*
	second level
*/
#col-wrapper-products .col-0 li li {
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 10px;
}




#col-wrapper-products .col-0 a, #col-wrapper-products .col-0 a:link, #col-wrapper-products .col-0 a:visited
{
	/*background: transparent url(../gfx/dot_li.gif) no-repeat 0 6px;*/
	background: transparent url(../gfx/dot_li.gif) no-repeat 0 4px;
	padding-left: 6px;
	font-weight: bold;
	color: #000;
	display: block;
}

#col-wrapper-products .col-0 a:hover, #col-wrapper-products .col-0 a:active, #col-wrapper-products .col-0 a.active
{
	/*background-position: 0 -54px;*/
	background-position: 0 -56px;
	color: #E60005;
}
@media screen {
	#col-wrapper-products .col-0 a.active {
		color: #E60005 !important;
	}
}


/*
	second level
*/
#col-wrapper-products .col-0 li li a, #col-wrapper-products .col-0 li li a:link, #col-wrapper-products .col-0 li li a:visited
{
	background: transparent url(../gfx/dash_li.gif) no-repeat 0 6px;
	padding-left: 7px;
}
#col-wrapper-products .col-0 li li a:hover, #col-wrapper-products .col-0 li li a:active, #col-wrapper-products .col-0 li li a.active
{
	background-position: 0 -54px;
	color: #E60005;
}
@media screen {
	#col-wrapper-products .col-0 li li a.active {
		color: #E60005 !important;
	}
}




#col-wrapper-products .col-1 li{
	margin-bottom: 0px; /* spacing prod list */
}

#col-wrapper-products .col-1 a, #col-wrapper-products .col-1 a:link, #col-wrapper-products .col-1 a:visited
{
	display: block;
	width: 120px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #000;
}

#col-wrapper-products .col-1 a:hover, #col-wrapper-products .col-1 a:active, #col-wrapper-products .col-1 a.active 
{
	color: #E60005;
	background: transparent;
	border:none;
}
@media screen {
	#col-wrapper-products .col-1 a.active {
		color: #E60005 !important;
	}
}


/* products 2 */

.prod-short-descr {
	position: absolute;
	left: 310px;
	top: 0;
	width: 285px;
	z-index: 210;
}

.prod-short-descr ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.prod-short-descr li {
	font-weight: bold;
	color: #000;
	/*background: transparent url(../gfx/dot_li.gif) no-repeat 0 6px;*/
	background: transparent url(../gfx/dot_li.gif) no-repeat 0 4px;
	padding-left: 6px;
}


#prod-img {
	position: absolute;
	left: 285px;
	top: 40px;
	display: block;
	width: 330px;
	height: 360px;
	text-align: center;
	z-index: 200;
}

#prod-img img {
	margin:0 auto;
}

.col-2 #prod-img { /* hide empty container on prod overview */
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#col-wrapper-products .col-2 {
	left: 640px;
	width: 285px;
}

#col-wrapper-products .col-2 p {
	/*width: 200px;*/
	width: 280px;
	font-weight: bold;
	margin-bottom: 1.1em;
}

#col-wrapper-products .col-2 h4 {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 1.1em;
}
#col-wrapper-products .col-2 td {
	/*width: 130px;*/
	width: 140px;
	font-weight: bold;
	vertical-align: top;
}

#col-wrapper-products .col-2 td * {
	width: auto;
	margin: 0;
	padding: 0;
}

a.download, a.download:link, a.download:visited {
	margin-top: 1.2em;
	padding-left: 22px;
	padding-top: 2px;
	height: 18px;
	width: 130px;;
	display: block;
	background: transparent url(../gfx/icon_pdf.gif) no-repeat;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
a.download:hover, a.download:active 
{
	color: #0061AF;
}
.download a, .download a:link, .download a:visited {
	margin-top: 1.2em;
	padding-left: 22px;
	padding-top: 2px;
	height: 18px;
	width: 130px;;
	display: block;
	background: transparent url(../gfx/icon_pdf.gif) no-repeat;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
.download a:hover, .download a:active 
{
	color: #0061AF;
}
.contenttable{
	font-size: 1.0em;
}
@media screen { /* overwrite element styles */
	.contenttable{
		width: 280px !important;
		height: auto !important;
	}
}
	
	
/* vertrieb */

#col-wrapper-distri .col-0 {
	width: 140px;
	margin-right: 10px;
	margin-bottom: 0;
}

#col-wrapper-distri .col-0 h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
}


#col-wrapper-distri .col-0 a, #col-wrapper-distri .col-0 a:link, #col-wrapper-distri .col-0 a:visited
{
	text-indent: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000;
}

#col-wrapper-distri .col-0 a:hover, #col-wrapper-distri .col-0 a:active, #col-wrapper-distri .col-0 a.active
{
	color: #E60005 !important;
}
@media screen {
	#col-wrapper-distri .col-0 a.active {
		color: #E60005 !important;
	}
}


#col-wrapper-distri .col-0 ul {
	height: 220px;
	position: relative;
}

#col-wrapper-distri .col-0 li {
	margin-bottom: 2px;
}

.formhead {
	font-weight: bold;
	display: block;
	margin: 15px 0 5px 0;
}

#col-wrapper-distri form {
	width: 150px;
	position: relative;
	margin-bottom: 10px;
}

#col-wrapper-distri label {
	float: left;
	width: 30px;
	margin-top:7px;
	padding-top: 3px;
	font-weight: bold;
}

.or {
	float: left;
	width: 150px;
	margin-bottom: -7px;
	margin-top: 1px;
}

#col-wrapper-distri input {
	float: left;
	width: 100px;
	margin-top:7px;
	font-size: 1.0em;
}

#col-wrapper-distri .login-submit {
	float: left;
	margin-left: 30px;
}

#col-wrapper-distri .col-2 {
	left: 635px;
	height: 270px;
	overflow: auto;
}


#col-wrapper-distri .col-2 p {
	font-weight: bold;
	margin-bottom: 1.1em;
}

#col-wrapper-distri .textlink {
	font-weight: bold;
	line-height: 120%;
}

/* international */
/*
#col-wrapper-distri .contry-submit {
	float: left;
	margin-left: 0;
}
*/
#col-wrapper-distri input.country-submit {
	position: absolute;
	top: 75px;
	left: 0px;
}

#col-wrapper-distri select#country {
	width: 135px;
	position: absolute;
	top: 50px;
	left: 0px;
	font-size: 1em;
}




#globe-img {
	position: absolute;
	left: 305px;
	top: 0;
	display: block;
	width: 300px;
	height: 300px;
	text-align: center;
	z-index: 200;
}

#globe-img img {
	margin:0 auto;
}


/* used */

#col-wrapper-used table {
	clear: both;
	float: left;
	/*margin-bottom: 105px;*/
	margin-bottom: 3em;
	display: block;
	z-index: 100;
	width: 755px;
}

#col-wrapper-used td {
	padding-left: 60px;
	vertical-align: top;
	border-bottom: 15px solid #E3E5E6;
	width: 550px;
}

#col-wrapper-used td.img {
	width: 140px;
	padding-left: 0;
	/*background: #fff;*/
	background: transparent;
}
#col-wrapper-used td.img img {
	display: block;
	margin: auto;
}

#col-wrapper-used h4,
#col-wrapper-used h3
{
	margin: 0;
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 1em;
	line-height: 110%;
	width: 600px;
	padding: 0;
}

#col-wrapper-used p {
	margin: 0;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 110%;
}

/* link within table */
#col-wrapper-used .download_gebrauchte a,
#col-wrapper-used .download_gebrauchte a:link,
#col-wrapper-used .download_gebrauchte a:visited
{
	color: #000;
	text-decoration: underline;
	margin-bottom: 1em;
	display: block;
}
#col-wrapper-used .download_gebrauchte a:hover,
#col-wrapper-used .download_gebrauchte a:active
{
	color: #0061AF;
	text-decoration: none;
}

/* Haftungsausschluss */

#col-wrapper-used {
	padding-bottom: 110px;
}

#col-wrapper-used div.csc-header h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0;
	clear: both;
}

#col-wrapper-used div.tx-ttproducts-pi1 {
	margin-top: 3em;
}


#col-wrapper-used p.bodytext {
	width: 770px;
	/*padding-bottom: 110px;*/
	padding-bottom: 0;
}

#col-wrapper-used td p.bodytext {
	width: auto;
	padding-bottom: 0;
}

/* === remove force-block in used list

*/
#col-wrapper-used #content-force-height { display: none }



/* tables within table */
#col-wrapper-used .contenttable {
	/*background-color: red;*/
	margin: -1em 0 1em 0;
	width: 610px;
	float: none;
}

#col-wrapper-used .contenttable td {
	/*background-color: green;*/
	padding:1px 5px 1px 0;
	margin:0;
	border: 0px solid black;
}
#col-wrapper-used .contenttable td:first-child {
	width: 120px;
}

#col-wrapper-used .contenttable td p {
	/*background-color: blue;*/
	padding:0;
	margin: 0;
}


#col-wrapper-used table p {
	display: none;
}

#col-wrapper-used .contenttable td p {
	display: block;
}


/* contact
*/
#col-wrapper-contact h4 {
	font-size: 1.1em;
	line-height: 110%;
	font-weight: bold;
	width: 300px;
	position: absolute;
	top: 0;
}


#col-wrapper-contact form {
	width: 940px;
	height: 300px;
	position: absolute;
	top: 20px;
	margin-bottom: -1000px; /* ie adds margin to form although its not in the document flow */
}

#col-wrapper-contact form #formcol-0 {
	width: 315px;
	float: left;
}
#col-wrapper-contact form #formcol-1 {
	width: 320px;
	float: left;
}
#col-wrapper-contact form #formcol-2 {
	width: 300px;
	float: left;
}



#col-wrapper-contact label {
	/*float: left;*/
	font-weight: bold;
	line-height: 11px;
}
#col-wrapper-contact input, #col-wrapper-contact textarea {
	font-size: 1.0em;
}

.first-col {
	float: left;
	width: 70px;
	font-weight: bold;
	height: 24px;
}
.pl .first-col { width: 80px; }
.ru .first-col { width: 80px; }


#col-wrapper-contact label.first-col {
	
	height: 23px;
	margin-top: 1px;
}

.second-col {
	float: right;
	display: block;
	width: 230px;
	text-align: left;
	height: 24px;
}
.pl .second-col { width: 220px; }
.ru .second-col { width: 220px; }


#formcol-2 .first-col {
	width: 75px;
	height: 200px;
	float: left;
}

.en #formcol-2 .first-col {
	width: 85px;
}
.pl #formcol-2 .first-col {
	width: 90px;
}
.ru #formcol-2 .first-col {
	width: 55px;
}

.checkbox-field {
	float: right;
	display: block;
	width: 220px;
	text-align: left;
}

.en .checkbox-field {
	width: 210px;
}
.pl .checkbox-field {
	width: 205px;
}
.ru .checkbox-field {
	width: 240px;
}

.field-normal {
	float: left;
	display: block;
	width: 180px;
}

textarea {
	/*height: 188px;*/
	height: 180px;
	width: 200px;
	font-size: 1.5em;
}
.pl textarea { width: 190px; }
.ru textarea { width: 190px; }

.radio-lbl {
	padding: 0 10px 0 5px;
}

.contact-submit {
	position: absolute;
	bottom: 5px;
	left: 385px;
	
	width: 200px;
}

#plz {
	width: 50px;
	margin-right: 5px;
	
}
.pl #plz { width: 180px; margin-right: 0; }

#ort {
	width: 118px;
}
.pl #ort { width: 180px; }

.row {
	display: block;
	clear: both;
	width: 200px;
	min-height: 15px;
	margin-bottom: 1px;
}
.checkbox-field input {
	float: left;
	margin: 0 5px 3px 0;
	margin-top: -2px;
}
.checkbox-field label {
	/*float: left;*/
	font-weight: normal;
	/*padding-left: 5px;*/
}

#col-wrapper-contact p.hint {
	float: left;
	padding-top: 12px;
	padding-left: 75px;
}




/* news */
.news-subhead h3 {
	display: inline;
	float:none;
	font-size:1.0em;
	font-weight:bold;
	line-height:110%;
	margin:0;
	padding-right:0.2em;
	width:auto;
}



/* footer */

#footer {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 970px;
}

#footer #logo {
	position: absolute;
	right: 15px;
	bottom: 20px;
	background-color: #0061AF;
}

#footer a#home_, #footer a#home_:link, #footer a#home_:visited{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #0061AF;
}

#footer a#home_:hover, #footer a#home_:active {
	color: #E60005;
}

#footer div.printlink,
#footer a#home, #footer a#home:link, #footer a#home:visited {
	position: absolute;
	left: 30px; 
	bottom: 20px;

	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #0061AF;
}
#footer a#home:hover, #footer a#home:active {
	color: #E60005;
}
#footer a#print, #footer a#print:link, #footer a#print:visited {
	position: absolute;
	left: 75px;
	bottom: 20px; 

	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #0061AF;
}
#footer a#print:hover, #footer a#print:active {
	color: #E60005;
}

#footer a#print_, #footer a#print_:link, #footer a#print_:visited {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #0061AF;
}
#footer a#print_:hover, #footer a#print_:active {
	color: #E60005;
}


/* footer / login */
#footer form {
	width: 190px;
	position: absolute;
	top: 5px;
	left: 30px;
}
#footer label {
	float: left;
	width: 70px;
	margin-top:7px;
	padding-top: 3px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

#footer input {
	float: left;
	width: 110px;
	margin-top:7px;
	font-size: 1.1em;
}
#footer .login-submit {
	position: absolute;
	left: 190px;
	bottom: 0;
}



.csc-form-label-req  {
	/*float: left;*/
	width: 100px;
	margin-top:7px;
	padding-top: 3px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

p.csc-form-label {
	margin: 7px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	
}


/*
	impressum
*/

#impressum {
	padding: 30px;
	background-color: #E3E5E6;
	margin-bottom: 0px;
	position: relative;
}

#impressum h3 {
	font-size:1.1em;
	font-weight:bold;
	line-height:110%;
	width: auto;
	padding-right: 0;
	float: none;
}

#impressum h4 {
	font-size:1.1em;
	font-weight:bold;
	line-height:110%;
	width: auto;
}

#impressum p {
	font-size:1.1em;
	margin-bottom: 1em;
	line-height:120%;
}

#impressum #logo {
	/*
	position: absolute;
	right: 15px;
	bottom: -100px;
	padding-bottom: 20px;
	background-color: #0061AF;
	border: 0;
	*/
	float:right;
	margin-top: 80px;
	padding-bottom: 20px;
}


#impressum a, #impressum a:link, #impressum a:visited
{
	color: #000;
	text-decoration: underline;
}

#impressum a:hover, #impressum a:active
{
	color: #0061AF;
	text-decoration: none;
}


/*
	loginbereich / tx-abdownloads-pi1
*/


#col-wrapper-products .col-1 .tx-abdownloads-pi1 a, #col-wrapper-products .col-1 .tx-abdownloads-pi1 a:link, #col-wrapper-products .col-1 .tx-abdownloads-pi1 a:visited {
	padding-bottom:0;
	margin-bottom: 0.5em;
	width: 290px;
	display: block;
/*	background-position:0pt -54px;*/
	
	/*background:transparent url(../gfx/dot_li.gif) no-repeat scroll 0pt 6px;*/
	background:transparent url(../gfx/dot_li.gif) no-repeat scroll 0pt 4px;
	padding-left: 6px;
}

#col-wrapper-products .col-1 .tx-abdownloads-pi1 a:hover, #col-wrapper-products .col-1 .tx-abdownloads-pi1 a:active {
	/*background-position:0pt -54px;*/
	background-position:0pt -56px;
}

#col-wrapper-products .col-1 {
	/* background: #666; */
}

.tx-abdownloads-pi1 {
	margin-top: -0px;
	clear: both;
}

.tx-abdownloads-pi1 p {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
	margin-left: 6px;
	width: 280px;
	display: block;
}

.tx-abdownloads-pi1 li {
	padding-bottom: 5px;
	padding-bottom: 3px;
}

/* 

	Startseite - Globus (Sprachauswahl)

*/

div.index-wrapper-all {
	height:100% !important;
}
div.index-wrapper-top {  
	min-height: 90%; 
	position: relative; 
	z-index: 0; 
}
div.index-wrapper-bottom {  
	position: relative;
 	height: 10%;
 	z-index:3000;
	background:#0061AF;
}
div.index-wrapper-top #content {
	position:relative !important;
}
#navigation-index li .globus {
	float: left;
	/*padding-left:24px;
	margin-top:6px;*/
	position: relative;
}

#navigation-index li .globus img {
	padding-right:100px;
}

#navigation-index li .globus .label {
	/*display: none;*/
	position: absolute;
	top: 4px;
	left: 100px;
	
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}


#global-layer {
	position:absolute;
	width:292px;
	z-index:2000;
	overflow: hidden;
	visibility: hidden;
	/*left: 588px;
	left: 638px;
	top: 96px;*/
	left:632px;
	top:55px;
}
#global-layer ul {
	z-index:23;
	list-style:none;
	padding:25px 30px 0px 40px;
}
#global-layer a,
#global-layer a:link,
#global-layer a:visited {
	color:#000;
	text-decoration:none;
	cursor: pointer !important;
}
#global-layer a:hover,
#global-layer a:active {
	color:#0061AF;
}
#global-layer a.internal-link {
	background:url(../gfx/icon_intern.gif) no-repeat;
	padding-left:12px !important;
}
#global-layer a.external-link,
#global-layer a.external-link-new-window {
	background:url(../gfx/icon_extern.gif) no-repeat;
	padding-left:12px !important;
}


#global-layer .oben {
	margin:0;
	background:url(../gfx/bg_sprachen.png) no-repeat;
	z-index:21;
	position:relative;
	width:292px;
	font-size:11px;
	line-height:26px;
	overflow:hidden;
}
#global-layer .unten {
	margin:0;
	background:url(../gfx/bg_sprachen_unten.png) no-repeat bottom;
	height:25px;
	z-index:22;
	position:relative;
	clear:both;
	width:292px;
}
.textboxen-wrap {
	/*width:970px;*/
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding: 15px 30px 0px 30px;
	padding-top:0;
}
.textboxen-wrap a,
.textboxen-wrap a:hover,
.textboxen-wrap a:link,
.textboxen-wrap a:visited {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#textbox-left {
	float:left;
	width:250px;
	width:430px;
}
.textbox-colspace {
	width:23px;
	height:20px;
	float:left;
}
#textbox-right {
	float:left;
	width:250px;
	width:430px;
}
.content-home {
	background:#0061AF !important;
}
.ani-replace-wrap {
	background-image:url(../gfx/bg_replace_ani.gif);
}
div.index-wrapper-top #navigation-index a, 
div.index-wrapper-top #navigation-index a:link, 
div.index-wrapper-top #navigation-index a:visited {
	/*width: 232px !important;*/
	width: 282px !important;
}
/* PID 300/301
-------------------------------------------- */
#content_right .col-2 a {
	color:#000;
	text-decoration:underline;
}
#content_right .col-2 a:hover {
	color:#0061AF;
	text-decoration:none;
}
#col-wrapper div.col-0 span.fliess ul li {
	background:none !important;
}