@charset "utf-8";
/* CSS Document */


/* clear all */
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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

body {
        line-height: 1;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-top:10px;
		behavior: url(fileadmin/templates/csshover.htc);
}

/* news */
.news-list-date, .news-latest-date{
   display:block;
}

.news-list-item, .news-latest-item h3 {
   font-size:12px;	
}

.news-list-item h3 a, .news-latest-item h3 a,  .news-latest-item a {
   text-decoration:none;	
}


.news-list-item hr, .news-latest-item hr {
   height:1px;
   line-height:1px;
   border:none;
   border-top:1px solid;	
}

/* home teaser */

#home-teaser-container {
	background-image:url(img/home_teaser_bg.jpg);
	background-repeat:no-repeat;
	width:638px;
	height:219px;
	position:relative;
	margin-top:6px;
	margin-bottom:15px;
}

.home-teaser {
		height:98px;
	font-size:10px;
	position:absolute;
}

.home-teaser a {
	text-decoration:none;
}

.home-teaser p {
	margin:0;
	padding:0;
	line-height:14px;
	width:238px;

}

.home-teaser h2 {
	font-size:17px;
	font-weight:normal;
	padding:0;
	margin-top:10px;
}

.home-teaser-first {
	position:absolute;
	left:65px;
}

.home-teaser-second {
	position:absolute;
	left:405px;
}

.home-teaser-third {
	position:absolute;
	left:15px;
	top:115px;
}

.home-teaser-fourth {
	position:absolute;
	left:337px;
	top:115px;
}


/* tables*/

.contenttable {
   width:590px;
}

.contenttable td {
   padding:12px;
   margin:0;
}

.csc-textpic-caption {
  font-size:10px;
  font-weight:bold;
}


blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
 
/* remember to define focus styles! */
:focus {
        outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}
 

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* tables */
tr,td {
	border:1px solid #EEEEEE;
	
}

td strong {
	padding-left:18px;
}

table.no-border td, table.no-border tr {
    border:none;
}

td {
	padding:3px;
}

h1 {
	font-size:17px;
	font-weight:normal;
	color:#01236a;
	margin-bottom:10px;
}

h2 {
	color:#02246b;
	margin-bottom:8px;
	
}


.hr {
	background-image:url(img/linie.gif);
	background-repeat:no-repeat;
	height:2px;
	margin-top:10px;
	margin-bottom:5px;
}

.hr hr {
	display:none
}

a {
	color:#004687;
}


.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
}

#background-top {
    float:none;
	margin:auto;
	text-align:left;
	width:977px;
	background-color:white;
	background-image:url(img/backround-top.gif);
	background-repeat:no-repeat;
	height:18px;
}

* html #background-top {
 /* CSS-Hack für IE6 und kleiner */
 width:980px;
}

#container {
	float:none;
	margin:auto;
	text-align:left;
	width:911px;
	position:relative;
	background-color:white;
	background-image:url(img/background_middle.gif);
	background-repeat:repeat-y;
	padding: 0 33px 0 33px;
}

#languages {
    position:relative;
    padding-top:20px;
    left:3px;
}

#languages img {
    width:21px;
    height:13px;
}

.logo-gaia {
	position:absolute;
	left:761px;
	top:0;
}

.logo-ltc {
	position:absolute;
	left:761px;
	top:0;
}

/* top-navigation */

#top-navigation {
	margin-top:40px;
}

#top-navigation ul {
	list-style:none;
}

#top-navigation li {
   background-image:url(img/navi_top_bg.jpg);
   width:118px;
   background-repeat:no-repeat;
   float:left;
   position:relative;
   text-align:center;
}

#top-navigation li:hover ul{
	display:block;
}

#top-navigation li.active{
   background-image:url(img/navi_top_back_active.jpg);
   width:118px;
   background-repeat:no-repeat;
   float:left;
   text-align:center;
}

#top-navigation li a  {
   line-height:22px;
   font-size:11px;
   font-weight:bold;
   color:#214786;
   text-decoration:none;
}

#top-navigation ul li.active a {
	color:#FFFFFF;
	font-weight:bold;
}

/* top-sub navigation */

#top-navigation ul ul {
	position:absolute;
	width: 100%;
	top:21px;
	left:0px;
	display:none;
}

#top-navigation ul ul li {
   background:url(img/sub_background.jpg);
   background-repeat:no-repeat;
   width:115px;
   display: block;
   text-align:center;
}

#top-navigation ul li ul li a:hover, #top-navigation ul li.active ul li a:hover {
   background:url(img/sub_background_active.jpg);
   width:115px;
   display: block;
   text-align:center;
   color:#18336d;
}

#top-navigation ul li ul li a, #top-navigation ul li.active ul li a  {
   line-height:22px;
   font-size:11px;
   font-weight:normal;
   color:#ffffff;
   text-decoration:none;
}

/* border */
#blue-border {
    background:url(img/blue_border.jpg);
	background-repeat:no-repeat;
	height:9px;
	font-size:0px;
	width:905px;
}

/* META */
#meta {
	background:#4285cb;
	height:20px;
	width:905px;
	margin-top:1px;
}

#meta ul {
	float:right;
	list-style:none;
	margin-top:3px;
	margin-right:12px;
}

#meta li {
	float:left;
	padding-left:19px;
}

#meta li a {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
}

#meta a.active {
	color:#002069;
}

#meta a:hover {
	color:#d2e0f0;
}

/* content */

#content ul {
	margin-left:20px;
}

#content {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	font-size:13px;
	width:610px;
	color:#4a5d76;
	line-height:18px;
	padding-left:50px;
	margin-top:30px;
}

/* right */
#right {
	float:right;
	display:inline;
	width:200px;
	margin-top:34px;
	margin-right:8px;
}

#right .bodytext {
	font-size:11px;
	color:#083879;
	line-height:14px;
}
	
.box {
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.box .date {
	color:#4285cb;
	font-size:12px;
	font-weight:bold;
}

.box .text {
	color:#00000;
	font-size:11px;
	line-height:16px;
}

.box .more a {
	color:#012368;
	font-size:11px;
	text-decoration:none;
	float:right;
	margin-right:5px;
}

/* footer */


#logo-bottom {
	margin-left:13px;
	margin-top:10px;
}

#iso {
	float:right;
	
		
}

#copy {
	color:#003274;
	text-align:right;
	margin-top:-10px;
	font-size:10px;
}

/* background-bottom */

#background-bottom {
    float:none;
	margin:auto;
	text-align:left;
	width:977px;
	background-color:white;
	background-image:url(img/background_bottom.gif);
	background-repeat:no-repeat;
	height:23px;
}

* html #background-bottom {
 /* CSS-Hack für IE6 und kleiner */
 width:980px;
}

