@import url("lightbox.css");

/******************************************************************************/
/*                                                                            */
/*                   Stylesheet vom Online-Portfolio                          */
/*                            (main v.4)                                      */
/*                                                                            */
/*                   XHTML und CSS von Joeran Fliege                          */
/*                         Berlin, 2008-2010                                  */
/*                                                                            */
/******************************************************************************/



/********************************* ALLGEMEINES ********************************/
*, html {
  margin: 0;
  padding: 0;
}

html {
  height: 100.01%; /* scrollbalken erzwingen */
}

body {
  margin: 0;
  padding: 0;
  background: url(../neu/bg2.gif) no-repeat top left #000;
  /* background-attachment: fixed; */
  font-family: 'Trebuchet MS', Tahoma, Arial, Verdana, sans-serif;
  font-size: 100.1%;
  line-height: 1.4em;
}

/* ausblenden */
h1#picture { display: none; }


/********************************* TEXTLAYOUT *********************************/
/* Ueberschriften */
h1, h2, h3, h4, #hauptnavigation {
  font-family: Georgia, serif;
  font-weight: normal;
  text-shadow: 1px 1px #fff;
}
h2 { 
  font-size: 2em;
  margin: .5em 0 1em;
}
h3 { 
  font-size: 1.3em;
  margin: 0 0 .2em 0;  
}

/* Links */
a:link, a:visited, a:active {
  text-decoration: none;
  color: #04849E;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #084447;
}
a img { border: none; }

/* Listen */
ul {
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

/* Toplinks */
.top {
  text-align: right;
  display: block;
}

/* Online-Status */
span.online, span.offline { font-style:italic; }
span.online { color: green; }
span.offline { color: red; }





/* kleine Thumb-reihen */
.galerie img { margin: 20px 7px 0 0; }
.galerie img.last { margin: 20px 0 0 0; }


/****************************** HAUPTNAVIGATION *******************************/
.hauptnavigation {
  margin: 0 0 10px 50px;
  padding: 0;
  font-weight: bold;
}
.hauptnavigation li {
  display: inline;
  padding: 11px 38px;
  background: #01242B;
  margin: 0 -4px 0 0;
  border-top: 1px solid #084447;
  border-right: 1px solid #084447;
}
.hauptnavigation li.first { border-left: 1px solid #084447; } 
.hauptnavigation li.cur { background: #fff; padding-bottom: 12px; }
.hauptnavigation li a:link,
.hauptnavigation li a:active,
.hauptnavigation li a:visited,
.hauptnavigation li a:hover,
.hauptnavigation li a:focus {
  color: #fff;
}
.hauptnavigation li span { color: #000; }


/********************************** CONTENT ***********************************/
#content {
  margin: 180px 210px 0 50px;
  float: left;
}

.box {
  background: #999;
  width: 310px;
  height: 200px;
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid #084447;
  font-size: 0.8em;
  line-height: 1.45em;
  background: #000;
  color: #fff;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  overflow: hidden;
}
.box, #twitter_div, #delicious, #lastfm {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.box:hover, .box:focus, 
#twitter_div:hover, #twitter_div:focus,
#delicious:hover, #delicious:focus,
#lastfm:hover, #lastfm:focus {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.box.about p { padding: 1em 1em 0; }

#margi {
  xborder: 1px solid yellow;
  width: 210px;
  overflow: hidden;
  float: right;
  position: absolute;
  right: 0;
  top: 180px;
}


/* Twitter aktualisierungen */
#twitter_div {
  margin: 0 40px 3.9em 0;
  padding: 30px 20px 20px;
  font-size: 0.8em;
  line-height: 1.7em;
  border: 1px solid #084447;
  background: #000;
  color: #fff;
  min-height: 13.9em;

}


#twitter_div h2 { text-shadow: 0px 0px; }

/* Textboxen */
.text {
  background: rgba(0,0,0,0.8);
  display: block;
  top: -600px;
  height: auto;
  position: relative;
  padding: .5em;
  /* CSS3 Transition Magic */
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.box:hover .text { top:-170px;  }

#leistungen div {
  float: left; 
  width: 15em;
}
#leistungen ul { margin: 0; }


/*********************************** FOOTER ***********************************/
#footer {
  background: #011E1F;
  border-top: 1px solid #00292C;
  margin: 5em 0 0 0;
  padding: 3em 0 6em 0;
  text-align: center;
  font-size: 0.7em;
  color: #fff;
}

#footer ul { list-style: none; }
#footer ul li { display: inline; }
#footer ul.social_icons { margin-top: 2em; }
#footer ul.social_icons li { padding: 0 1.5em; }


/******************************* LastFM Widget ********************************/
#lastfm {
  margin-bottom: 1em; 
  width: 185px;
  border: 1px solid #084447;
}

table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 td {
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 tr.lfmHead a:hover { background:url(http://cdn.last.fm/widgets/images/de/header/chart/recenttracks_regular_black.png) no-repeat 0 0 !important; }
table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 tr.lfmEmbed object { float:left;}
table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 tr.lfmFoot td.lfmConfig a:hover { background:url(http://cdn.last.fm/widgets/images/de/footer/black.png) no-repeat 0px 0 !important; }
table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 tr.lfmFoot td.lfmView a:hover { background:url(http://cdn.last.fm/widgets/images/de/footer/black.png) no-repeat -85px 0 !important; }
table.lfmWidgetchart_c3a1581bdb469326c1918a5b6bde0ff4 tr.lfmFoot td.lfmPopup a:hover { background:url(http://cdn.last.fm/widgets/images/de/footer/black.png) no-repeat -159px 0 !important; }


/******************************** Flickr Badge ********************************/
.zg_div {
  margin-bottom: 1em; 
  width: 187px;
}

.zg_div_inner {
  border: solid 1px #063032; 
  background-color:#000000;  
  color:#B3B3B3; 
  text-align:center; 
  font-family:arial, helvetica; 
  font-size:11px;
}


/****************************** Delicious Widget ******************************/
#delicious {
  width: 185px;
  border: 1px solid #084447;
  line-height: 1em;
}


#delicious .delicious-posts ul {
 /* pluginwerte ueberschreiben 
  list-style: disc !important; */
  color: #fff !important;
  font-size: 0.75em;
}
#delicious li { margin: 0 0.5em 0 0.8em; }
#leistungen li {
  margin: 0 0.5em 0 0;
  list-style: none;
}


.zg_div h2, #delicious h2 { 
  font-size: 1em;
  font-weight: bold;
  margin: 0.8em 0.5em;
  color: #fff;
}
.zg_div h2 a, #delicious h2 a { color: #fff; }
#delicious a.delicious-link { color: #fff; }


/********************************* SONSTIGES **********************************/
#finger {
  position: fixed;
  top: 78px;
  left: 638px;
  width: 109px;
  height: 94px;
  display: block;
  background: url(../images/fliege.png) no-repeat top left;
}

abbr, acronym { 
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

hr {
  border: none;
  height: 4px;
  background: #000;
  margin: 2em 0 2.5em;
}


.corner {
  background: url(../images/corner.png) no-repeat top left;
  height: 38px;
  margin: -8px 0 0 -9px;
  position: absolute;
  width: 107px;
  padding: 12px 0 0 5px;
  font-size: .8em;
  text-transform: uppercase;
  text-shadow: 0 1px #333;
}

.ecke_ru {
  background: url("../images/ecke_ru.png") no-repeat scroll right bottom transparent;
  display: block;
  height: 16px;
  width: 12px;
  margin: 185px 0 0 299px;
  position: absolute;  
}

