/*
Style sheet atsag.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			04/07
@author			DHO
*/


/* General rules */
* {
	margin:  0;
	padding: 0;
}


html, body{
	height: 100%;
	/*overflow-x: hidden;*/ /* Fix H2G 24.06.2009 */
}

#outerwrap{
	min-height: 100%; 
	height:auto !important; /* moderne Browser */ 
	height:100%; /* IE */ 
	padding: 0 30px 0 0;
	width: 715px;
	position: relative;
	left: 70px;
}


#container {
	position: relative;
	width: 715px;
	text-align: left;
	padding-bottom: 226px; /* Fix H2G 24.06.2009 */
}

table{
	margin:0 0 10px 0;
}

table td
{
	padding:5px;
}

table#worldwide td
{
	padding:5px 0 0 0;
	background-color: #fff;
}

/* Typography */
body, td, th, input, textarea {
	font:  normal 12px Arial, Helvetica, sans-serif;
	color: #373737;
	line-height: 18px;
}

h1, h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 0 0 18px 0;
}


p {
	margin-bottom: 18px;
}


#currentpage h1{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 0px 0px 7px;
	white-space: nowrap;
	overflow: hidden;
}

#news p, #messen p, #jobs p  {
	margin: 0 0 5px 0;
	background-color: #e7e7e7;
	padding: 5px 0 5px 8px;
}


/* Hyperlinks */
a {
	color: #007ac9;
	text-decoration: none;
	outline:none;
}


/* Layer */
#eyecatchercontainer {
	position: absolute; /* Fix H2G 24.06.2009 */
	top: 0; left: 0;
	width: 715px;
	height: 226px;
	padding: 0 30px 0 0;
}


#search {
	position: absolute;
	left:	13px;
	top: 50px;
	width: 715px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #007ac9;
	z-index: 1;
}

div#searchtitle {
	position: absolute;
	top: 33px; left: 12px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #007ac9;
}

#logo{
	position: absolute;
	left:	550px;
	top: 22px;
	width: 160px;
	height: 127px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #007ac9;
	z-index: 1;
}


#eyecatcher {
	position: absolute;
	top:	83px;
	width: 715px;
	height: 135px;
	z-index: 1;
}

#eyecatcher a img{
	border: none;
}


#contact {
	background-color: #E4E4E4;
	padding: 5px 0 5px 6px;
	margin: 0px 0 6px 0;	
}

#worldwide {
	background-color: #E4E4E4;
	padding: 5px 0 0px 2px;
	margin: 0px 0 6px 0;
	border: 0px solid gray;
}

#worldwide img {
	border: none;
}


#content, #content_subpage {
	position: relative; /* Fix H2G 24.06.2009 */
	top: 226px; left: 0;
	float: left;
	width:	365px;
	padding: 11px 15px 6px 15px;
}

#content_subpage {
	width:	519px;
}

#content ul li, #content_subpage ul li{
	margin:	0 0 0 25px;
}

#container_right {
	position: relative; /* Fix H2G 24.06.2009 */
	top: 226px; left: 0;
	float: left;
	width: 154px;
}

#news, #messen, #jobs {
	margin: 10px 0 0 0;
	background-color: #e7e7e7;
	width: 154px;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif; 
	color: #515151;
}



#footer {
	clear: both;
}


/* Quicklinks */
#quicklinks {
	position: relative;
	top: 226px; left: 0; /* Fix H2G 24.06.2009 */
	width:	703px;
	height:	30px;
	background-color: #007ac9;
	margin: 0px 6px 0 6px;
	z-index: 1;
}

#currentpage {
	float: left;
	width: 280px;
}

#quicklist {
	float: left;
	width: 314px;
	padding: 6px 0px 0 0;
	color: #fff;
}

#quicklist ul{
	list-style: none;
}

#quicklist ul li{
	float: left;
}

#quicklist ul li a {
	color: #fff;
	text-decoration: none;
}

#quicklist ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#language {
	float: left;
	width: 94px;
	color: #fff;
	padding: 6px 10px 0 0px;
	text-align: right;
}

#language a {
	color: #fff;
	text-decoration: none;
}

#language a:hover {
	color: #fff;
	text-decoration: underline;
}

#floatright {
	float: right;
}

/* Navigation*/
#navigation {
	position: relative; /* Fix H2G 24.06.2009 */
	top: 226px; left: 0;
	float: left;
	width: 154px;
	padding: 9px 0px 0px 6px;
	font-size: 12px;
}

/* Navigation 1.Level*/

#navigation h1, #contact h1, #news h1, #messen h1, #jobs h1 {
	padding: 3px 0px 3px 8px;
	font: bold 12px Arial,Verdana, sans-serif;
	color: #007ac9;
	text-align: left;
	letter-spacing: 0.1em;
	background-color: #c8c8c8;
	border-bottom: 2px solid #fff;
}

#navigation ul {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0; /*removes indent Mozilla and NN7*/
	width: 154px;
	background-color: #E4E4E4;
}

#navigation li {
	border-top:	1px solid #fff;	
}


#navigation li a {
	padding: 3px 0 5px 17px;
	line-height: 10px;
	text-decoration: none;
	font: normal 12px Arial,Verdana, sans-serif;
	color: #373737;
	background: #E4E4E4 url(../images/bullet.gif) no-repeat 7px 7px;
	display: block;
	cursor: hand;
}

#navigation li a:hover, #navigation li.level2 a:hover, #navigation li.level3 a:hover{
	color: #007ac9;
	background-color: #ddd;
	display: block;
}


/* Navigation 2.Level */


#navigation li.level2 a, #navigation li.level2_sel a {
	padding: 3px 0 5px 30px;
	background: #E4E4E4 url(../images/bullet.gif) no-repeat 17px 7px;
	color: #373737;
}

#navigation li.level2_parent a{
	padding: 3px 0 5px 30px;
	background: #ddd url(../images/bullet.gif) no-repeat 17px 7px;
	color: #007ac9;
}



/* Navigation 3.Level */

#navigation li.level3 a{
	padding: 3px 0 5px 40px;
	background: #E4E4E4 url(../images/bullet.gif) no-repeat 27px 7px;
	color: #373737;
}

#navigation li.level3_sel a{
	padding: 3px 0 5px 40px;
	background: #ddd url(../images/bullet.gif) no-repeat 27px 7px;
	color: #007ac9;

}


div#contact h1
{
	background: none;
	margin: 0;
	border: none;
	letter-spacing: 0;
	padding: 0;
	color: #373737;
}

/* News */


hr.clearer, p.news-single-author, div.news-latest-container h2, #news .news-latest-date, div.news-latest-gotoarchive{
	display: none;
}

#news div.news-latest-item, #news div.news-single-item{
	border-bottom: 1px dotted gray;
}

#news h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 8px;
}

#news p, #messen p, #jobs p {
	padding: 5px 5px 5px 8px;
	margin:0;
}



.news-list-container h3 a{
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	padding: 5px 0 0 0;
}

div.news-list-morelink{
	padding: 0px;
	margin: 0px;
}

div.news-latest-morelink{
	padding: 0 0 5px 8px;
} 

div.news-latest-item img{
	display: none;
} 


div.news-single-item{
	margin: 0;
	padding: 0;
} 

div.news-single-item h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
} 

div.news-single-item h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
} 

div.news-single-img{
	float: left;
	padding: 20px 10px 10px 0;
} 

div.news-single-item ul{
	margin-left: 20px;
} 

.news-list-container span.news-list-date{
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}


/*MESSEN*/
#messen div.news-latest-item, #messen div.news-single-item{
	border-bottom: 1px dotted gray;
	padding: 0 0 0px 0;
}

.news-list-container table{
	width: 100%;
	padding: 0;
}


.news-list-container td{
	padding: 2px 0 2px 5px;
	background-color: #f6f6f6;
}

.news-list-container td.news-list-date{
	padding: 2px 0 2px 5px;
	background-color: #ececec;
}


#messen h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px 0 5px 8px;
	margin: 0px;
}

#messen p.news-latest-date{
	padding: 5px 0 0 8px;
	margin: 0px;
	font-weight: normal;
} 


/*JOBS*/
#jobs p{
	border-top: 1px dotted gray;
}

#jobs h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 8px;
}




/* Kontaktformular*/
fieldset.csc-mailform {
	padding: 10px;
}

div.forminput {
	margin-top: 10px;
}
	div.forminputcategories {
		float: left;	
		margin-bottom:20px;
	}
	div.forminputhtmlmail {
		clear: left;
		padding-left:100px;
		margin-top: 50px;
	}
	div.forminputhtmlmail label{
		font-size:11px;
	}



div.forminput label {
	float: left;
	width: 100px;
}

div.forminput input, div.forminput textarea {
	width: 250px;
	border: 1px solid #333;
	background-color: #f4f4f4;
	padding: 1px;
}


div.forminput input.csc-mailform-submit {
	width: 100px;
	margin-left: 100px;
}



/*SUCHE*/
#search input.button{
	 background-color:#aaa; color:#fff; width:30px; border:1px solid #ddd;
	 font: 12px Arial, Helvetica, sans-serif;
}

#contact_print {
	display: none;
}

#back, #print{
	border: none;
}

span.fax{
	margin: 0:
	padding: 0;
	display: none;
}

/*Glossary*/
a.glossary acronym{
	text-decoration: none;
}

dl.glossary dt{
	clear: both;
	margin-top: 0px;
}

dl.glossary dd b{
	display: none;
}

dl.glossary dd{
	padding: 0;
	margin: 0 0 20px 0;

}

dl.glossary dd p{
	padding: 0;
	margin: 0 0 0px 0;
}

span.type{
	display: none;
}

dl.glossary dd p img{
	padding: 0px 10px 0px 0px;
	margin:0 0 23px 0;
}

/*Tables*/
#jobs table, #jobs table td{
	border: none;
}

table{
	border-collapse: collapse;
}

table td p{
	margin: 0px;
}

table td.td-0{
	width: 10%;
	vertical-align: top;
}

hr {
  display: block;
  border: 0;
  background-color: silver;
  height: 1px;
  margin: 0 0 0px 0:
  padding: 0 0 0px 0:
  clear: both;
}

* html  hr
{
  margin : -7px 0; /* Overwrite this Value for IE */
}

/*WORLDWIDE ANIMATION*/
.worldwide_animation{
	margin: 0 0 0px 0;
}

/*FLASHPLAYER*/
div.tx-flvplayer-pi1{
	text-align: left;
}

div#content_subpage ul.browsebox li {
	list-style-type: none;
	display:inline;
	margin:0 0 0 4px;
	padding:0;
}




/* MAP 24 styles*/
.map24_input {
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border: 1px #bebebe solid;
		margin-left: 10px;
		margin-right:10px;
}
	
.map24_list {
	background-color: #FFFFFF; 
	border-style: groove;
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size: 9px;
}
	
.map24_text	{
	font-family: Arial; 
	font-size: 11px; 
	color: #586A75;
	padding-left: 10px;
}
	
.map24_margin	{
	margin-left: 10px;
}

.map24_padding {
	padding-left: 10px;
	height:18px;
}

.map24_title {
	font-family: Arial; 
	font-size: 11px; 
	color:#FFFFFF; 
	padding-left: 10px; 
	padding-top: 31px; 
	font-weight: bold;
	background-color: #0072BC;
}
	
table.map24_cell	{
	padding-left: 10px; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	background-color: #F8F9FA;
}
	
.blockborder {
	width:200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #BEBEBE;
}	

.map24_submit {
	font-size: 11px;
	color: #0D3D6A;
}

table.blockborder td {
	padding:0;	
}






/*Mitarbeiter*/
div#mitarbeitertitelfirst {
	margin:20px 0px 15px 0px;	
	padding: 4px 0px 4px 11px;
	
	background-color: #007ac9;
	color: #fff;
	font-weight: bold;
}
div#mitarbeitertitelfirst a {
	color: #fff;
	font-weight: bold;	
}

div#mitarbeitertitel {
	margin:25px 0px 15px 0;	
	padding: 4px 0px 4px 11px;
	
	background-color: #007ac9;
	color: #fff;
	font-weight: bold;
}
	div#mitarbeitertitel a {
		color: #fff;
		font-weight: bold;
	}


#mitarbeiterbg {
	width: 100%;

	
	background-color: #e7e7e7;
}
	#mitarbeiterbg td {
			padding: 0px 11px;	
	}
	#mitarbeiterbg tr td p{
			padding: 0px;
			margin: 0px;
			height:12px;
	}

	
	
table#mitarbeiter {
		height: 79px;	
		margin:0;
		padding:0;
}

table#mitarbeiter td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;	
	margin:0;
	padding:0;
}
	
	table#mitarbeiter  td.mitarbeiterinfo {
		width: 184px; 
	}
	table#mitarbeiter  td.mitarbeiterinfobreit {
		width: 428px;
	}
	table#mitarbeiter  td.mitarbeiterbild {
		width: 68px;
	}
	
	td.mitarbeiterinfo p{
		font-size: 11px;			
		margin: 0;
		padding: 0;	
		 /*rte p*/
	}
		
		html * td.mitarbeiterinfo br, html * td.mitarbeiterinfobreit br{
			line-height:10px;
			height:10px;
		}
		:root td.mitarbeiterinfo br, :root td.mitarbeiterinfobreit br{
			line-height:1em;
			
		}

	td.mitarbeiterinfo {
		
	}
	td.mitarbeiterinfo a{
		margin-left: 0px;
	}
	span.empty {
		visibility: hidden;	
	}
	
	p#nachoben {
		text-align: right;
		font-size: 11px;	
	}
	ul#mitarbeiteranker li {
		list-style-type: none;	
		margin-left: 0;
	}
