/* $Id: style.css 1 2006-03-02 19:02:29Z hanez $ */

/* Standard elements */
html {

}

body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 0.8em;
  padding: 0px;
  margin: 8px;
  line-height:1.6em;
  text-align: center;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  display: none;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  padding-top:0px;
  padding-bottom:0px;
}

h3 {
  border-bottom: 1px #000000 dashed;
  padding-bottom:8px;
  padding-top:8px;
}

h4 {

}

h5 {

}

img {
  border: 0;
}

a {
  padding: .3em 0 .3em 0;
  color: #2b5e8f;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #707070;
  text-decoration: none;
}

a:focus,
a:hover {
  color: red;
  text-decoration: none;
  text-shadow: red 0px 0px 6px;
}

a:active {
  color:red;
  text-decoration: none;
}

p {
  text-align: justify;
}

label {

}

input {
  border:1px solid #000;
}

textarea {
  border:1px solid #000;
}

/* Own definitions */
#global {
  -moz-border-radius: 15px;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  background-color:#FFF;
  width:760px;
  text-align: left;
  position: relative;
}

#head {
  padding:0px;
}

div#foot {
  padding-top:2px;
  padding-bottom:2px;
  padding-left:12px;
  padding-right:12px;
  -moz-border-radius: 12px;
  border: 1px solid #000;
  margin: 12px;
  background-color:#eee;
}

#logo {
  height:80px;
  border: 0px #000 solid;
  background: url('/images/logo.png') no-repeat 12px 12px;
}

div#content {
  padding-left:12px;
  padding-right:12px;
  border: 0px #000 dashed;
}

div#content ul {

}

div#content li {
  padding: 2px;
}

div#content pre {
  padding: 8px;
  margin: 0px;
  background-color:#eee;
  border-left: 10px #293e58 solid;
  border-right: 0px #e3860d solid;
  border-top: 0px #e3860d solid;
  border-bottom: 0px #e3860d solid;
  overflow: auto;
  font-size: 1.2em;
}

div#content pre.spamguard {
	font-size:5px; 
	font-weight: bold; 
	color: #000; 
	padding:0px; 
	margin: 0px; 
	line-height:4px;
  border-left: 0px #293e58 solid;
  border-right: 0px #e3860d solid;
  border-top: 0px #e3860d solid;
  border-bottom: 0px #e3860d solid;
  background-color:#fff;
}

div#comments h5 {
  border: 1px #293e58 solid;
  color: #ffffff;
  background-color:#293e58;
  padding: 2px;  
  margin: 0px 0px 2px 0px; 
}

div#comments p {
  border: 1px #293e58 solid;
  background-color: #eee;
  padding: 2px;  
  margin: 0px 0px 10px 0px; 
}

img.l {
  border: 0;
  float:left;
  margin: 0 8px 8px 0px;
}

img.r {
  border: 0;
  float:right;
  margin: 0 0 8px 8px;
}

p#version {
  font-size:0.8em;
}

p.warning{
  border:1px dashed #000;
  background:#dedede;
  padding:4px;
}

p.toplink {
  text-align:right;
}

p.toplink a {
  padding-right: 14px;
  background: url('/images/icons/arrow_C_ver2a.gif') right center no-repeat;
}

span.photolist {
  width: 200px; 
  background:#dedede; 
}

a.ext {
  padding-right: 14px;
  background: url('/images/icons/external.gif') right center no-repeat;
}

a.mail {
  padding-right: 14px;
  background: url('/images/icons/envelope_ver1.gif') right center no-repeat;
}

a.document {
  padding-right: 14px;
  background: url('/images/icons/document.gif') right center no-repeat;
}

a.cube {
  padding-right: 14px;
  background: url('/images/icons/cube.gif') right center no-repeat;
}

a.person {
  padding-right: 14px;
  background: url('/images/icons/figure_ver2.gif') right center no-repeat;
}

.invisible {
  display: none;
}

table.files {
  border: 0px #000000 dashed;
}

/* Main Navigation stuff */
#info {
  background:#fff; 
  padding:0em;
  width:100%;
}

#submen {
	right:2em;
}

#info ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:transparent;
	height:3em;
	width:100%;
}

#info li {
  display:block;
  float:left;
  width:14.285%
 }

.xsnazzy {
  background:transparent;
}

.xsnazzy span {
  text-align:center;
  margin:0;
  font-weight:normal;
}

.xtop {
  display:block;
  background:transparent;
  font-size:1px;
}
.xb1,
.xb2,
.xb3,
.xb4 {
	display:block;
}

.xb1,
.xb2,
.xb3 {
  height:1px;
}

.xb2,
.xb3,
.xb4 {
  background:#eee;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

.xb1 {
  margin:0 5px;
  background:#fff;
}

.xb2 {
  margin:0 3px; 
  border-width:0 2px;
}

.xb3 {
  margin:0 2px;
}

.xb4 {
  height:2px; 
  margin:0 1px;
}

.xboxcontent {
  display:block; 
  background:#eee; 
  border:0 solid #fff; 
  border-width:0 1px 1px 1px; 
  border-bottom:1px solid #000;
}

a.xmenu2, 
a.xmenu2:link, 
a.xmenu2:visited {
  display:block;
  text-decoration:none; 
  width:99%;
}

a.xmenu2:hover {
  background:transparent;
  cursor:pointer;
}

a.xmenu2:hover span {
  color:red;
}

a.xmenu2:hover .xboxcontent {
  background:#fff; 
  border-color:#888; 
  border-bottom:1px solid #fff;
}

a.xmenu2:hover .xb1 {
  background:#888;
}

a.xmenu2:hover .xb2, 
a.xmenu2:hover .xb3, 
a.xmenu2:hover .xb4 {
  background:#293e58; 
  border-color:#888;
}

a.xmenu3, 
a.xmenu3:link, 
a.xmenu3:visited {
  display:block;
  text-decoration:none; 
  width:99%;
}

a.xmenu3 {
  background:transparent; 
  cursor:pointer;
}

a.xmenu3 span {
  color:#293e58;
}

a.xmenu3 .xboxcontent {
  background:#fff; 
  border-color:#888; 
  border-bottom:1px solid #fff;
}

a.xmenu3 .xb1 {
  background:#888;
}

a.xmenu3 .xb2,
a.xmenu3 .xb3,
a.xmenu3 .xb4 {
  background:#e3860d; 
  border-color:#888;
}

/* Blog stuff */
/* Hmm, currently nothing special needed... ;) */

/* Flickr stuff */
#flickr {
  float: left;
  padding: 20px 0 20px 30px;
  width: 100%;
}

#flickr br {
  display: none;
}

#flickr ul {
  display:inline;
}

div#flickr li {
  display:inline;
  padding: 0;
}

#flickr a:link,
#flickr a:visited {
  -moz-border-radius: 5px;
  position: relative;
  float: left;
  width: 125px;
  height: 22px;
  border: 1px solid #000;
  margin: 5px 10px 5px 0px;
  padding: 83px 0 0 0;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  text-decoration: none;
  color: #000;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50% 6px;
}

#flickr a:focus,
#flickr a:hover,
#flickr a:active {
  background: red;
  z-index: 1000;
}

#flickr a:link img,
#flickr a:visited img {
  visibility: hidden;
  border: 1px solid #000;
  position: absolute;
}

#flickr a:focus img,
#flickr a:hover img,
#flickr a:active img {
  visibility: visible;
}

#flickrpages a:link,
#flickrpages a:visited,
#flickrpages strong {
  float: left;
  width: 1.8em;
  border: 1px solid #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 0 4px 4px 0;
  padding: 2px 0;
  background: #293e58;
  color: #fff;
}
#flickrpages strong {
  color: #dcdcdc;
  background: #fff;
  border-color: #dcdcdc;
}

#flickrpages a:focus,
#flickrpages a:hover,
#flickrpages a:active {
  color: #000;
  background: #eee;
}

#flickrpages p {
  float: left;
  width: 100%;
}

#flickrnext {
  width: 95px;
  float: left;
  text-align:left;
}

#flickrprev {
  width: 95px;
  float: right;
  text-align:right;
}

#flickrphoto {
  text-align:center;
  margin:0 95px;
}

#flickrphoto img {
  margin: 6px 0 0 0;
  border: 1px solid #000;
}


#flickrnext a:link,
#flickrnext a:visited,
#flickrprev a:link,
#flickrprev a:visited {
  -moz-border-radius: 5px;
  position: relative;
  float: left;
  width: 95px;
  height: 22px;
  border: 1px solid #000;
  margin: 5px 0px 5px 0px;
  padding: 83px 0 0 0;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  text-decoration: none;
  color: #000;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50% 6px;
}

#flickrnext a:focus,
#flickrnext a:hover,
#flickrnext a:active,
#flickrprev a:focus,
#flickrprev a:hover,
#flickrprev a:active {
  background: red;
  z-index: 1000;
}

#flickrnext a:link img,
#flickrnext a:visited img,
#flickrprev a:link img,
#flickrprev a:visited img {
  visibility: hidden;
  border: 1px solid #000;
  position: absolute;
}

#flickrnext a:focus img,
#flickrnext a:hover img,
#flickrnext a:active img,
#flickrprev a:focus img,
#flickrprev a:hover img,
#flickrprev a:active img {
  visibility: visible;
}
