
/* ----------------------------------------------------------------------------
  Allgemeine Projekt einstellungen
---------------------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_site.jpg);
	width:100%;
	margin:0px;
	padding:0px;
	text-align: center; /* align-center IE-hack */
}

/* ----------------------------------------------------------------------------
  Default CSS
---------------------------------------------------------------------------- */
body, tr, td, ul, li, ol, font, p, b, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Links -------------------------------------------------------------------- */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Links -------------------------------------------------------------------- */
a         { color: #CC0000;text-decoration: none; }
a:link    { color: #CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:hover   { color: #CC0000; text-decoration: none; }
a.Navigation         { color: #00539A; text-decoration: none; }
a.Navigation:link    { color: #00539A; text-decoration: none; }
a.Navigation:visited { color: #00539A; text-decoration: none; }
a.Navigation:hover   { color: #00539A; text-decoration: none; }
a.rootliner         { color: #FFFFFF; text-decoration: none; }
a.rootliner:link    { color: #FFFFFF; text-decoration: none; }
a.rootliner:visited { color: #FFFFFF; text-decoration: none; }
a.rootliner:hover   { color: #FFFFFF; text-decoration: none; }

a.InfoNavigation         { color: #ff3300; text-decoration: none; }
a.InfoNavigation:link    { color: #ff3300; text-decoration: none; }
a.InfoNavigation:visited { color: #ff3300; text-decoration: none; }
a.InfoNavigation:hover   { color: #ff3300; text-decoration: none; }

a.more         { color: #990000; text-decoration: none; }
a.more:link    { color: #990000; text-decoration: none; }
a.more:visited { color: #990000; text-decoration: none; }
a.more:hover   { color: #990000; text-decoration: none; }

img.link_arrow {
	float:left;
	margin-top:5px;
}
.link_arrow_text {
	margin-left:8px;
}


/* Formulare ---------------------------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

input.sword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.swordbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------
  Navigation
  das css für die einzelenen bereiche ist im externen css
---------------------------------------------------------------------------- */
a.m1         { color: #333333; text-decoration: none; text-align: left; padding:0px; margin:0px;}
a.m1:link    { color: #333333; text-decoration: none; }
a.m1:visited { color: #333333; text-decoration: none; }
a.m1:hover   { color: #333333; text-decoration: none; }

/* nav0 */

.m1icon {
	text-align: center;
	width: 20px;
	float:left;
}

.m1item {
	font-weight: bold;
	margin:0px;
	padding:0px;
}

/*-- NEW ------------------------------------------------- */

/*-- Haupt-Navigation (Level 1) -------------------------------------------- */
div.m2item .SubNav_a, div.m2item .SubNav_a:visited, div.m2item .SubNav_c, div.m2item .SubNav_c:visited, div.m2item .SubNav, div.m2item .SubNav:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-image:url(../images/bg_nav_stiftung.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 7px;
	padding-left:15px;
	padding-bottom: 8px;
	height: 29px;
	font-weight: normal;
	color: #333333;
}

div.m2item .SubNav_a, div.m2item .SubNav_a:visited, div.m2item .SubNav_c, div.m2item .SubNav_c:visited, div.m2item .SubNav:hover {
    background-position: left -200px;
	color: #333333;
}
div.m2item .SubNav_a, div.m2item .SubNav_a:visited, div.m2item .SubNav_c, div.m2item .SubNav_c:visited {
	font-weight: bold;
}

div.m3item .SubNav:link , div.m3item .SubNav:visited { 
	color: #333333;
}

.nav0, .nav0_a {
    margin-left: 4px;
    padding-top: 7px;
	list-style-type:none;
	margin-bottom:1px;
	height:22px;
	width: 211px;
	background-image:url(../images/bg_nav.gif);
}

* html .nav0, * html .nav0_a {
	padding-top: 0;
}


/*-- Level 2 : -------------------------------------------------------------- */
.sub1 , .sub1_a{
	margin-left:45px;
	margin-bottom:8px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type:none;
}

/*-- Level 2 : Aktiv / Open ------------------------------------------------- */
.sub1_a {
	
}


/*-- Level 3 : Default ------------------------------------------------------ */
.m3item {
	margin-left:2px;
	padding:0px;
	width: 165px;
}

.sub2space {
	margin-left:2px;
	padding:0px;
	background-color:#FFFFFF;
}

.sub2 {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#EAEAEA; /* default -> change per visualkey */
}

/*-- Level 3 : Aktiv / Open ------------------------------------------------- */
.sub2_a {
	padding:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #949494;
	background-color:#FFFFFF;
}

/*-- NEW END ------------------------------------------------- */


/*-- Level 2 : Default ------------------------------------------------------ */
.m2item {
	font-weight: bold;
	margin-left:2px;
	padding:0px;
}

/*-- Level 3 : Default ------------------------------------------------------ */
.sub2space {
	margin-left:2px;
	padding:0px;
	background-color:#FFFFFF;
}

/* -------------------------------------------------------------------------------------
  Layouts / Layers Position
------------------------------------------------------------------------------------- */

/* box um alles */
#container {
	width: 772px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align:left;
}

/* -------------------------------------------------------------------------------------
  Login Form
------------------------------------------------------------------------------------- */
/*
li.loginform {
	list-style-type:none;
}
div.loginform  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-image:url(../images/bg_login.gif);
    background-position: left top;
    padding-top: 7px;
	padding-left:15px;
	padding-bottom: 8px;
	margin-left: 6px;
	margin-top: 28px;
	height: 87px;
	font-weight: normal;
	color: #333333;
	width: 194px;
}

td.loginform {
	padding-left: 7px;
}

td.loginform input {
	border:1px solid #999;
	width: 156px;
	height: 19px;
	margin-bottom: 3px;
}

.logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:2px;
	padding-left:7px;
	padding-bottom: 14px;
}
*/

div.loginform  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.loginform  input {
	border:1px solid #999;
	width: 140px;
	height: 19px;
	float:left;
	margin-bottom:10px;
}

.loginform div.loginbutton{
	vertical-align:center;
}

.loginform div.loginbutton input{
	float:none;
	width: 12px;
	height: 13px;
	border:none;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:7px;
}

.loginform input[type=text] {
	width: 160px;
}

.loginform .logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
}


/* - METABOX ------------------------------------------------------------------------ */
#metabox {
	position:relative;
	top:0px;
	left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:772px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	height:119px;
/*
	background-image: url(../images/logo_ars.jpg);
	background-repeat: no-repeat;
	background-position: 19px 46px;
*/
}
#metalogo{
	position:absolute;
	top:46px;
	left:19px;
}
* html #metabox {
	height:124px;
}

#metanavigation {
	width: 760px;
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/meta_bg.gif);
	background-repeat: repeat-x;
}

#metanavspacer {
	width:213px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/white.gif);
	background-repeat: repeat-y;
	background-position: right;
}

div.activemetanav, div.inactivemetanav {
	float:left;
	background-image:url(../images/white.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 11px;
}

div.inactivemetanav a, div.inactivemetanav a:visited, div.activemetanav a, div.activemetanav a:visited , div.inactivemetanav a:hover {
	color: #666666;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 11px;
	font-size: 12px;
}

div.activemetanav a, div.activemetanav a:visited , div.inactivemetanav a:hover {
	background-image:url(../images/bg_activemetanav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #222222;
}

div.activemetanav a {
	font-weight: bold;
}


#langselect {
	word-spacing: 16px;
	text-align: right;
	padding-right:12px;
	margin: 4px auto;
	width: 772px;
	height: 12px;
	font-size: 11px;
}

a.langchange , a.langchange:link , a.langchange:visited , a.langchange:hover { 
	color: #FFFFFF;
}
#left{
	float: left; 
	width:208px;
}
#adresse{
	color: #666666;
	font-size:11px;
	clear:both;
	padding-left:7px;
	margin-top:15px;
	margin-top:70px;
}
#adresse strong{
	font-weight:normal;
}
/* - METABOX:end -------------------------------------------------------------------- */

/* - CONTENTBOX --------------------------------------------------------------------- */
#contentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:772px;
}

#navigation {
	width:208px;
	text-align:left;
	padding:0px;
	margin:0px;
}
#floatnav{ /*alles rechts der navigation */
	margin-left:222px;
	margin-right:6px;
}

#content {
	padding-top:10px;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
	min-height:300px;
	margin-right:180px;
	margin-left:11px;
}

* html #content{
	height:300px; /* mindesgrösse für ie. */
}

#right {
	padding-top:10px;
	margin-left:0px;
	width:170px;
	float:right;
	margin-bottom:10px;
}

* html #aimage {
	margin-left:-3px; 
}

#dir{
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:1px;
	background-color:#E20016;
	color:#FFFFFF;
	font-weight:bold;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#footer{
	clear:both;
}


/* - CONTENTBOX:end ----------------------------------------------------------------- */
#titelimg {
	height: 25px;
	width: 761px;
	margin-top: 61px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

* html #titelimg {
	height: 74px;
}


/* spalte links */

#basicnavigation {
	width:186px;
	height:260px;
	vertical-align:bottom;
}

#contentnavi {
	width:186px;
}



/* spalte rechts */

.functions {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.functions li{
	padding-bottom:5px;
}
#news h2{
	margin:0px;
}
/*
#right p {
	margin:0px;
	padding:0px;
}
*/

/* footer */

#regasaclogo{
	position:relative;
	top:-68px;
	float:left;
	height:0px;
	margin-left:7px;
	margin-bottom: -68px;
}
#footerline {
	width: 760px;
	clear:both;
	margin-left:6px;
	margin-top:6px;
	padding-bottom:6px;
	height:7px;
	background-image:url(../images/meta_bg.gif);
	background-repeat: repeat-x;
}
* html #footerline {
	padding-bottom:0px;
}
#backtop {
	margin-left:233px;
	margin-right:190px;
}
#backtopline{
	background-image: url(/typo3conf/ext/tx_pageproperties/templates/images/icons/line.gif);
	background-repeat: repeat-x;
	margin-left:222px;
	margin-right:190px;
	height:20px;
}



/* seperator */

.linecontent {
	background-image: url(/typo3conf/ext/tx_pageproperties/templates/images/icons/line.gif);
	background-repeat: repeat-x;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:-11px;
	height:1px;
}
#right .linecontent{
	margin-left:0px;
	margin-right:6px;
}
* html .linecontent { 
	margin-bottom:-4px;
}
* html #content .linecontent { 
	position:relative;
}



/* linkliste und news */

.listcontent .linecontent{
	clear:left;
}
.listcontentimg {
	float:left;
	margin-bottom:10px;
}
#right .listcontentitem {
	margin-bottom:11px;
}

.listcontent h2{
	margin-bottom:5px;
}
* html .listcontentimg {
	margin-bottom:2px;
}
.listcontentdateauthor{
	color:#999999;
}



.tx-swissmap-pi1 img{
	margin-left:-15px;
}




/* ----------------------------------------------------------------------------
  Ab hier Typo3 Content Design
---------------------------------------------------------------------------- */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Content Header ---------------------------------------------------------- */
/* Content Header ---------------------------------------------------------- */


h1 , h2 , .h1 , .h2{ /* Seitentitel */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
h2 , .h2 {
	font-size:14px;
}

/* Listen */
.list, .list2{
	padding-left:30px;
	margin-left:0px;
}
.list2{
	padding-left:50px;
}

/*
a.cTitel1, a.cTitel2, a.cTitel3, a.cTitel4, a.cTitel5 { / * wenn titel in a tag * /
	color:#CC0000;
}

.cTitel1, .cTitel2, .cTitel3, .cTitel4, .cTitel5 { / * Titel allg. * /
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

.cTitel1, .cTitel2 {
	font-weight: bold;
	color: #0071BA;
}

.cTitel2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.cTitel3, .cTitel4 {
	font-weight: bold;
	color: #000000;
}

.cTitel5 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: 6699CC;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	margin-bottom: 10px;
}
*/




/* Tabelle Layout 1 --------------------------------- */
.BgTab1r1c1, .BgTab1r1c2, .BgTab1r2c1, .BgTab1r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab1r1c1 { /* zeile 1, celle 1 */
	font-weight: normal;
	background-color: #E1E1E1;
}

.BgTab1r1c2 { /* zeile 1, ab celle 2 */
	font-weight: normal;
	background-color: #E1E1E1;
}

.BgTab1r2c1 { /* zeile 2, celle 1 */
	font-weight: normal;
	background-color: #C7C7C7;
}

.BgTab1r2c2 { /* zeile 2, ab celle 2 */
	font-weight: normal;
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 1 ---------------------------- */

/* Tabelle Layout 2 --------------------------------- */

.BgTab2hc1, .BgTab2hc2, .BgTab2r1c1, .BgTab2r1c2, .BgTab2r2c1, .BgTab2r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab2hc1, .BgTab2hc2 { /* titel zeile, celle 1/2 */
	font-weight: bold;
}

.BgTab2r1c1, .BgTab2r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #E1E1E1;
}

.BgTab2r2c1, .BgTab2r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 2 ---------------------------- */

/* Tabelle Layout 3 --------------------------------- */

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r1c2, .BgTab3r2c1, .BgTab3r2c2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.BgTab3hc1, .BgTab3hc2, .BgTab3r1c1, .BgTab3r2c1 { /* titel zeile, celle 1/2 */
	font-weight: bold;
}

.BgTab3r1c2 {  /* titel zeile1, celle 1/2 */
	background-color: #E1E1E1;
}

.BgTab3r2c2 {  /* titel zeile2, celle 1/2 */
	background-color: #C7C7C7;
}
/* END : Tabelle Layout 3 ---------------------------- */




/* ----------------------------------------------------------------------------
  Content : Uploads (Downloads Layout 3)
---------------------------------------------------------------------------- */

td.downloadleft { 
	background-color:#FFFFFF;
	padding:3px;
	border-left: 1px solid #000000;
}

td.downloadright { 
	background-color:#FFFFFF;
	padding:3px;
	border-right: 1px solid #000000;
}

td.download_dottedline { 
	padding:2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div.download_dottedline { 
	padding:0px;
	border-bottom: 1px dotted #4F4F4F;
}

a.listnews         { color: #9B0000; text-decoration: none; text-align: left; padding:0px; margin:0px;}
a.listnews:link    { color: #9B0000; text-decoration: none; }
a.listnews:visited { color: #9B0000; text-decoration: none; }
a.listnews:hover   { color: #9B0000; text-decoration: none; }

/* END : Tabelle Layout 3 ---------------------------- */

/* accessibility */
.hidden 			{	display: none; }



