/*  
Theme Name: W.I.R.E.
Description: web for interdisciplinary research and expertise

Author: RHO for BuroNord GmbH - www.buronord.ch
*/

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #000;
font-family: arial, verdana, tahoma;
font-size: 12px;
line-height: 180%;
color: #fff;
}


#wrapper {
width: 820px;
margin: 0 auto;
}


/* ############################# START TOPHEADER  ############################# */
/* this code is used for the language and search line on top of every page */
#topheader {
margin: 0 0 20px 0;
padding-top: 0px;
text-align: right;
text-transform: uppercase;
color: #888;
font-size: 11px;
}
#topheader a{
color: #888;
}
#topheader a:hover{
color: #fff;
text-decoration: none;
}
.aktiv{
color: #fff !important;
}

.lang{
border-right: 1px solid #fff;
padding-right: 9px;
display: inline;
}
.topnav{
border-right: 1px solid #fff;
padding: 0 9px 0 5px;
display: inline;
}
.search{
padding-left: 5px;
display: inline;
}
/* ############################# ENDE TOPHEADER  ############################# */



/* ############################## START HEADER  ############################## */
/* this is just the height of the logo block on every page */
#header {
height: 70px;
margin: 10px 0 20px 0;
}
/* ############################## ENDE HEADER  ############################## */




/* ############################# START NAVIGATION  ########################## */
/* this is the 1st-Level Navigation, used on top of every page */
#navigation{
border-bottom: 1px solid #fff;
margin: 0 0 3px 0 !important;
padding-bottom: 2px;
}
#navlist li {
display: inline;
list-style-type: none;
margin: 0px !important;
}
#navlist a { 
padding: 5px 7px 6px 7px; 
}
#navlist a:link, #navlist a:visited{
color: #fff;
text-decoration: none;
}
#navlist a:hover{
color: #000;
background-color: #fff;
text-decoration: none;
}
.active{
color: #000 !important;
background-color: #fff !important;
}
/* ############################# ENDE NAVIGATION  ########################## */



/* ############################# START SUBNAVIGATION  ####################### */
/* this is the 2nd-Level Navigation, used on some pages  */
#subnavigation{
	border-bottom: 1px solid #000;
	margin: 0 0 0 0 !important;
	padding-bottom: 2px;
	font-size: 11px !important;
}

#subnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px !important;
	
}

#subnavlist {
	margin-left: 8px;
	
}

#subnavlist a { 
	padding: 5px 7px 5px 0px; 
}

#subnavlist a:link, #subnavlist a:visited{
	color: #000;
	text-decoration: none;
}
#subnavlist a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.subnavwords{
	float: left;
	padding: 0 5px 0 10px;
}

.subaktiv{
	font-weight: bold !important;
}

.subliactive {
}

/* ############################# ENDE SUBNAVIGATION  ####################### */




/* ############################# START SIDEBAR LEFT  ####################### */
/* this code is used in Publikationen */
#sidebar_left {
margin: 0 0 10px 0;
float: left;
width: 170px;
padding: 25px 5px 0px 0;
line-height: 140%;
}

#sidebar_left ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#sidebar_left a{
color: #888;
padding-left: 10px;
display: block;
}
#sidebar_left a:hover{
color: #000;
background-image: url(/wire/pfeil_sidebar_navi_black.gif);
background-repeat: no-repeat;
background-position: left top;
}
.current{
color: #000 !important;
background-image: url(/wire/pfeil_sidebar_navi_black.gif);
background-repeat: no-repeat;
background-position: left top;
}
/* ############################# ENDE SIDEBAR LEFT  ####################### */



/* ############################ START SIDEBAR RIGHT  ###################### */
/* this code is used in Blog */
#sidebar_right {
margin: 0 0 10px 0;
float: right;
width: 270px;
padding: 0px 5px 0 0;
line-height: 140%;
}

#sidebar_right ul{
margin: 0 0 2px 0;
padding-left: 0;
list-style-type: none;
}

#sidebar_right li{
padding-bottom: 4px;
}

#sidebar_right a{
color: #888;
display: block;
}
#sidebar_right a:hover{
color: #000;
}

#sidebar_right h2{
border-bottom: 1px solid #fff;
font-size: 12px;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
}

#tags li {
padding-top: 0px !important;
padding-bottom: 4px !important;
margin-right: 4px !important;
border-bottom: 0px !important;
display: inline !important;
}
#tags li a{
display: inline !important;
}

#searchform {
margin-bottom: 20px;
}
	
#searchform input {
color: #000;
border: 1px solid #000;
width: 100px;
margin-bottom: 0px;
}

#searchsubmit {
background-color: #FFF;
border: 1px solid #FFF !important;
width: 30px  !important;
color: #888 !important
}
/* ############################ ENDE SIDEBAR RIGHT  ###################### */




/* ########################## START CONTENT INDEX ########################## */
/* this is the code for the index-page with the background-image and the blackblock */
#indexcontent {
margin: 0;
padding: 0;
height: 375px;
margin-top: 20px;
padding-top: 5px;
}

#blackblock{
width: 270px;
padding: 20px;
background-color: #000;
margin: 20px 0 0 30px;
font-family: "Times New Roman", Times, serif;
}
#blackblock h2{
color: #FFF;
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
margin-bottom: 15px;
}
#blackblock p{
color: #DDD;
font-size: 13px;
}
#blackblock a{
color: #fff;
font-family: arial, verdana, tahoma;
background-image: url(/wire/pfeil_black.gif);
background-repeat: no-repeat;
padding-left: 12px;
font-size: 11px;
}
/* ########################## ENDE CONTENT INDEX ########################## */




/* ########################### START CONTENT BLOG ######################### */
/* this is the code for the Blog-Content, together with the sidebar_right*/ 
#blogcontent {
margin: 0 321px 50px 0px;
padding: 0;
padding-top: 25px;
}
#blogcontent h1 {
border-bottom: 1px solid #000;
font-size: 14px;
padding: 0 0 2px 0;
}
#blogcontent h2 {
font-size: 14px;
padding: 0;
}
#blogcontent a {
color: #888;
}

.info{
margin-bottom: 12px !important;
}

.paging {

	overflow: auto;
}

#content .paging a {

}
/* ########################### ENDE CONTENT BLOG ######################### */








/* ###################### START CONTENT PUBLIKATIONEN ##################### */
/* this is the code for the Publikationen-Content, together with the sidebar_left*/
#pubcontent {
margin: 0 0 50px 175px;
padding: 0;
padding-top: 20px;
}
#pubcontent h1 {
border-bottom: 1px solid #000;
font-size: 14px;
padding: 0 0 2px 0;
}
#pubcontent h2 {
font-size: 14px;
padding: 8px 0 0 0;
}
#pubcontent a {
color: #888;
}
/* ###################### ENDE CONTENT PUBLIKATIONEN ##################### */




/* ############################# START CONTENT  ############################ */
/* this is the code for the Pages without any Sidebar */
#content {
margin: 0 0 50px 0;
padding: 0;
background-repeat: no-repeat;
padding-top: 20px;
}
#content h1 {
border-bottom: 1px solid #000;
font-size: 14px;
padding: 0 0 2px 0;
}
#content h2 {
font-size: 14px;
padding: 8px 0 0 0;
}
#content a {
	color: #888;
}
#content a:hover {
	color: #fff;
}


.post{
padding: 10px 0 10px 0;
background-image: url(/wire/linie_black.gif);
background-position: bottom left;
background-repeat: no-repeat;
line-height: 140%;
}


.date, .author, .tags{
display: inline;
padding-right: 15px;
font-size: 11px;
}
/* ############################# ENDE CONTENT  ############################ */




/* ############################# START TICKER  ############################ */
/* this is the newsticker */
.newsticker{
	height: 22px !important;
	background-color: #fff;
	color: #000;
	margin-top: 5px;
	padding: 0;
	display: block !important;
}
.newsticker p{
display: inline;
background-color: #000;
padding: 0 5px 0 5px;
}
/* ############################# ENDE TICKER  ############################ */




/* ############################# START FOOTER  ############################ */
/* this is the footer, used on every page */
#footer {
margin: 20px 0 10px 0;
padding: 5px;
clear: both;
font-size: 11px;
padding-top:10px;
background-image: url(/wire/linie_black.gif);
background-repeat: no-repeat;
background-position: top left;
}

#footer p{
padding-top: 32px;
}

#footerimages{
float: right;
}
#footerimages img{
margin-left: 10px;
}
/* ############################# ENDE FOOTER  ############################ */



/* ########################### START DIVERSES ############################ */
.left{
float: left;
	padding-right: 20px;
}

img[align="left"] {
	float: left;
	padding-right: 20px;
}

.right{
float: right;
padding-left: 20px;
}

img[align="right"] {
	float: right;
	padding-left: 20px;
}


p {
margin: 0 0 12px 0;
}

a, a:active, a:visited {
text-decoration: none;
color:#888888;
}

a:hover {
text-decoration: none;
}

blockquote{
color: #888;
font-style:italic;
display: block;
}
/* ########################### ENDE DIVERSES ############################## */




/* ########################### START FORMULAR ############################# */
form {
width:230px;
display:block;
margin: 15px 0 15px 0;
}
form label { 
display: block;
float: left; 
width: 60px; 
padding: 0; 
margin: 0; 
text-align: left; 
font-size: 11px;
margin-bottom: 4px;
}

input{
width:149px;
margin-bottom: 4px;
background-color: #FFF;
border: 1px solid #888;
float: right;
padding: 1px 3px 1px 3px;
font-size: 11px;
}
textarea{
width:149px;
height: 50px;
background-color: #FFF;
border: 1px solid #888;
padding: 1px 3px 1px 3px;
font-size: 11px;
font-family: Arial;
float: right;
}
.button {
clear: both;
border:1px solid #888 !important;
background-color:#888;
color:#fff !important;
font-size:11px;
width: auto !important;
height: 18px;
margin: 5px 0 0 0;
padding: 1px 5px 4px 5px;
}
form br {
clear:left; 
}
/* ########################### ENDE FORMULAR ############################# */



/* ############################# START CLEARFIX ############################ */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}
/* ############################# ENDE CLEARFIX ############################ */


/* ############################# START SITEMAP ############################ */
.sitemap {
	margin-top:7px;
}

.sitemap ol.ebene1 {
      counter-reset:listenpunkt_ebene1;
      list-style-type:none;
	  margin-left: 0px;
   }
.sitemap ol.ebene1 li:before {
      content: counter(listenpunkt_ebene1) ". ";
      counter-increment:listenpunkt_ebene1;
   }

.sitemap ol.ebene1 li a {
      padding-left: 7px;
	  font-weight:bold;
   }
   
.sitemap ol.ebene2 {
      counter-reset:listenpunkt_ebene2;
      list-style-type:none;
	  margin-left: 20px;
   }
.sitemap ol.ebene2 li:before {
      content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2,decimal) ". ";
      counter-increment:listenpunkt_ebene2;
   }

.sitemap ol.ebene3 {
      counter-reset:listenpunkt_ebene3;
      list-style-type:none;
	  margin-left: 20px;
   }
.sitemap ol.ebene3 li:before {
      content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2,decimal) "." counter(listenpunkt_ebene3,decimal) ". ";
      counter-increment:listenpunkt_ebene3;
   }

/* ############################# ENDE SITEMAP ############################ */


.abstact {
	background-color:#CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.rowAlt, .headerRow {
	background-color: #444444;
	
}

table, tr, th, td {
font-size: 12px;
}

/* ############################# START Kontakt ############################ */
.kontaktError {
	color: red;
}

.kontakt input {
	width: 300px;
}

.kontakt label {
	width: 100px;
}

.kontakt textarea {
	width: 300px;
	height: 75px;
}

.kontakt .submit {
	width: 150px;
}

/* ############################# ENDE Kontakt ############################ */

/* ############################# START Search ############################ */
.searchform {
	width: 100%;
}

.searchform .query {
	clear: both;
	width: 250px;
	float: none;
	vertical-align: middle;
}

.searchform .submit {
	clear: both;
	float: none;
	vertical-align: middle;
	background-color:black;
	color:white;
	border: 1px solid white;
}


.searchrank {
vertical-align: middle;	
}

/* ############################# ENDE Search ############################ */

.dis_left {
	width: 10px;
}

dis_right {
	width: 10px;
}


/* ############################# START BilderGallery ############################ */
#arrow_left{
	position:absolute;
	z-index:10;
	background-image:url(/wire/arrow_left_black.gif);
	background-repeat:no-repeat;
	float:left;
	
}
#arrow_left_over{
	position:absolute;
	z-index:10;
	background-image:url(/wire/arrow_left_black_over.gif);
	background-repeat:no-repeat;
	float:left;
	
}

#arrow_right{
	background-image:url(/wire/arrow_right_black.gif);
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#arrow_right_over{
	background-image:url(/wire/arrow_right_black_over.gif);
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
/* ############################# ENDE BilderGallery ############################ */
