@charset "utf-8";
@import "reset.css";
/* kju.at */

body {
	background:white;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}
a {
	color:#E41122;
	text-decoration:none;
}
a:hover {
	color:#E41122;
	text-decoration:underline;
}

/* HEADER
----------------------------------------------------------------*/
#header {
	position:relative;
	left:0;
	top:0;
	/*
	border-top:1px solid black;
	*/
	border-bottom:1px solid white;
	background:url(/cms_at/assets/images/header/bg_header.jpg) repeat-x 0 2px;
}
#header h1 {
	height:128px;
	border-top:2px solid #C00;
	border-bottom:1px solid #C8C9C9;
}
#header ul {
	position:absolute;
	left:50%;
	top:0;
	width:830px;
	padding:0 20px 0 0;
	margin-left:-425px;
}
#header ul li {
	float:right;
	height:25px;
	padding-top:2px;
	background:url(/cms_at/assets/images/bg_servicelinks.png) no-repeat center top;
}
* html #header ul li {
	background-image:url(/cms_at/assets/images/bg_servicelinks.gif);
}
#header ul li a {
	margin:0 0 0 10px;
	color:white;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header ul li.home {
	padding-left:10px;
	background-position:left top;
}
#header ul li.last {
	background:url(/cms_at/assets/images/bg_servicelinks.png) no-repeat right top;
	padding-right:10px;
}
#header ul li.langswitch {
	padding-left:20px;
	color:white;
	font-size:10px;
	font-weight:bold;
}
#header ul li.langswitch a {
	margin-left:0;
	font-weight:normal;
}

/* MAIN
----------------------------------------------------------------*/
#wrapper1 {
	background:#FCFCFC url(/cms_at/assets/images/bg_main.gif) repeat-x center 257px;
}
#wrapper2 {
	background:url(/cms_at/assets/images/bg_gradient_top.jpg) repeat-x center top;
}
#main {
	width:850px;
	padding:22px 0 50px;
	margin:auto;
}
#secondary {
	float:left;
	width:204px;
}
#primary {
	float:right;
	width:636px;
}

/* PAGE HEADER
----------------------------------------------------------------*/
.page_header {
	background:url(/cms_at/assets/images/bg_page_header.gif) no-repeat;
}

/* PAGE CONTENT
----------------------------------------------------------------*/
.page_content {
	min-height:200px;
	padding:1px 25px 25px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background-color:white;
}
#popup.page_content {
	min-height:0;
	padding:25px 10px 0 25px;
	border-left:0 none;
	border-right:0 none;
	background-color:white;
	font-size:0.9em;
}
.page_content h2 {
	margin-top:10px;
	border-bottom:1px dotted #DDD;
	margin-bottom:10px;
}
.page_content p, h3, h4, h5, h6, ul, ol, dl {
	margin-bottom:10px;
}
.page_content strong, .page_content h4 {
	font-weight:bold;
}

.page_content .headline_withoptions {
	position:relative;
	left:0;
	top:0;
}
.page_content .headline_withoptions .options {
	position:absolute;
	right:0;
	top:10px;
	margin:0;
}
* html .page_content .headline_withoptions .options {
	right:25px;
}
.page_content .headline_withoptions .options .btn_rss {
	float:left;
	padding-right:5px;
	border-right:1px solid #666;
	margin:3px 5px 0 0;
}
.page_content .txt_img_combo {
	clear:both;
	margin-bottom:10px;
}
.page_content .txt_img_combo .img {
	float:right;
}
.page_content .txt_img_combo .txt {
	margin-right:294px;
}
.page_content .img p {
	width:274px;
	overflow:hidden;
	border:1px solid #DDD;
	margin-bottom:10px;
	background-color:#999;
	color:white;
	font-size:11px;
	line-height:110%;
}
.page_content .img img {
	float:right;
}
.page_content .img span {
	display:block;
	clear:right;
	padding:2px 5px 5px;
	border-top:1px solid #DDD;
}
.page_content .fullwidth p {
	width:582px;
}

.page_content ul {
	padding-left:15px;
	list-style-type:square;
	list-style-position:outside;
}

.page_content .box_gradient {
	padding:10px 20px;
	border:1px solid #DDD;
	margin-bottom:10px;
	background:#F9F9F9 url(/cms_at/assets/images/bg_gradientbox.gif) repeat-x left top;
}
.page_content .box_gradient h4 {
	margin-bottom:0;
}
.page_content .box_gradient h5 {
	font-weight:bold;
}
.page_content .box_gradient dl.downloads dt {
	clear:both;
	float:left;
	width:442px;
	padding:2px 0;
	border-top:1px dotted #DDD;
}
.page_content .box_gradient dl.downloads  dd {
	margin-left:442px;
	text-align:right;
	padding:2px 0;
	border-top:1px dotted #DDD;
}
.page_content .box_gradient li {
	padding:2px 0;
	border-top:1px dotted #DDD;
}

/* TABLES
----------------------------------------------------------------*/
.box_gradient table th {
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #DDD;
}

table.pressimages {
	width:100%;
	border-collapse:collapse;
	border:0 none;
}
table.pressimages td {
	padding:5px 0;
	border-bottom:1px dotted #DDD;
	vertical-align:top;
}
table.pressimages td.image {
	width:138px;
	overflow:hidden;
}
table.pressimages td.text {
	padding-left:10px;
	padding-right:10px;
}
table.pressimages td.link {
	width:100px;
	text-align:right;
}

/* LISTS
----------------------------------------------------------------*/
ol {
	padding-left:20px;
	list-style-type:decimal;
}
ul.list_arrows {
	margin:0;
	padding-left:15px;
	list-style-type:none;
	list-style-image:url(/cms_at/assets/images/icons/ico_arrow_red.gif);
	color:#DD0021;
	font-size:1.2em;
	line-height:130%;
}

ul.gallery {
	padding:0;
	margin:0 -10px 10px 0;
	list-style-type:none;
}
ul.gallery li {
	/*
	float:left;
	*/
	display:inline;
	padding:0 10px 10px 0;
}
ul.gallery li a {
	/*
	display:block;
	width:138px;
	height:138px;
	*/
	text-align:center;
	vertical-align:middle;
}
ul.linklist {
	padding:0;
	list-style-type:none;
}

dl.table_style dt {
	clear:left;
	float:left;
	font-style:italic;
}
dl.table_style dd {
	margin-left:80px;
}

dl.serial_style dt {
	margin:0;
	padding:0;
	font-style:italic;
}
dl.serial_style dd {
	margin:0 0 0 15px;
	padding:0;
}
dl.list_news dt {
	clear:right;
}
dl.list_news dt img {
	float:right;
	margin-left:10px;
}
dl.list_news dd {
	margin:0 70px 15px 0;
}
dl.faqs {
	padding-bottom:10px;
	border-bottom:1px dotted #DDDDDD;
	margin-bottom:10px;
}
dl.faqs dt {
	margin-top:10px;
	font-weight:bold;
}


/* PAGE BOTTOM
----------------------------------------------------------------*/

.page_bottom ul {
	padding:0 30px 1px;
	margin:0;
	background:url(/cms_at/assets/images/bg_page_bottom.gif) no-repeat;
}
.page_bottom ul li {
	float:left;
	margin-right:12px;
}
.page_bottom ul li.right {
	float:right;
	margin:0;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	height:116px;
	background:white url(/cms_at/assets/images/bg_footer.gif) repeat-x center top;
	font-size:10px;
}
#footer ul {
	width:850px;
	height:32px;
	margin:auto;
}
#footer ul li {
	float:right;
	padding:10px 0;
	line-height:100%;
}
#footer ul li a {
	padding-right:10px;
	border-right:1px solid #666;
	margin-right:10px;
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li:first-child a {
	margin:0;
	border:0 none;
	padding:0;
}
#footer p {
	width:850px;
	height:32px;
	padding-top:15px;
	margin:auto;
	color:#CCC;
	text-align:right;
	line-height:110%;
}

/* LINKS
----------------------------------------------------------------*/
a.link_arrow {
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
.img span a.link_arrow {
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_arrow_white.gif) no-repeat left center;
	color:white !important;
}
#header a.link_arrow {
	background-image:url(/cms_at/assets/images/icons/ico_arrow_white.gif);
}
a.link_back {
	padding-left:14px;
	background:url(/cms_at/assets/images/icons/ico_back_red.gif) no-repeat left center;
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
a.link_next {
	padding-right:14px;
	background:url(/cms_at/assets/images/icons/ico_next_red.gif) no-repeat right center;
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
a.link_top {
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_top_red.gif) no-repeat left center;
	padding-left:7px;
	background:url(/cms_at/assets/images/icons/ico_arrow_red.gif) no-repeat left center;
}
.page_content a[href^="mailto:"] {
	padding-left:17px;
	background:url(/cms_at/assets/images/icons/ico_mail_red.gif) no-repeat left center;
}
.page_content a[href^="http:"] {
	padding-left:12px;
	background:url(/cms_at/assets/images/icons/ico_external_red.gif) no-repeat left center;
}
a[href^="http:"].gs-title {
	padding-left:7px;
	background-image:url(/cms_at/assets/images/icons/ico_arrow_red.gif) !important;
}

a.link_pagingprev {
	padding-left:14px;
	background:url(/cms_at/assets/images/icons/ico_back_red.gif) no-repeat left center;
}
a.link_pagingnext {
	padding-right:14px;
	background:url(/cms_at/assets/images/icons/ico_next_red.gif) no-repeat right center;
}

/* HEADLINES
-------------------------------------------------------- */
.h_imgreplaced {
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}

/* TOP THEME
-------------------------------------------------------- */

.toptheme {
    margin: 10px 0;
	padding-bottom:6px;
	background:url(/cms_at/assets/images/bg_toptheme_bottom.gif) no-repeat left bottom;
}
.toptheme a {
	color:#666;
	text-decoration:none;
}
.toptheme h4 {
	background:transparent url(/cms_at/assets/images/bg_toptheme_top.gif) no-repeat left 0px;
	margin:0;
	padding: 2px 15px;
	height:18px;
	font-size:11px;
	font-weight:normal;
}
.toptheme p {
	background:transparent url(/cms_at/assets/images/bg_toptheme_middle.gif) repeat-y left ;
	font-size:9px;
    line-height:13px;
    padding:10px 15px 5px;	
}
.toptheme p img {
    float:right;
}


/* SERVICE CLASSES
-------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
*+html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

.clearfix_right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
*+html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

.box_gradient .msg_confirm {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #C5C5C5;
	margin-bottom:10px;
	background:url(/cms_at/assets/images/icons/ico_confirm.gif) no-repeat 5px 5px;
	font-size:smaller;
	font-weight:bold;
}
* html .box_gradient .msg_confirm {
	height:32px;
}
.box_gradient .msg_alert {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:1px solid #E41122;
	margin-bottom:10px;
	background:url(/cms_at/assets/images/icons/ico_warning.gif) no-repeat 5px 5px;
	overflow:visible;
	color:#E41122 !important;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
}
* html .box_gradient .msg_alert {
	height:32px;
}
.msg_waiting {
	min-height:32px;
	padding:5px 5px 5px 47px;
	border:2px solid #C5C5C5;
	margin-bottom:10px;
	background:url(/images/common/euro2008/ani_waiting.gif) no-repeat 5px 5px;
	font-weight:bold;
}
* html .msg_waiting {
	height:32px;
}

.subnote, .footnote {
	font-size:smaller;
	line-height:1.1em;
}
