@charset "utf-8";
@media screen, projection, print {

/* Generelle Angaben */
* {
  margin:0;
  padding:0;
  border: none;
  background: transparent;
}

body {
  font-family: Georgia, Times, serif;
  color: #EEE;
  background: #000;
  font-size:15px;
  line-height:1.4em;
  padding: 20px;
  text-align: left;
}

/* Layout */
.content {
  min-height: 500px;
}

#projekte li {
  list-style: none inside none;
  text-align: left;
  margin: 50px 0px;
  padding: 0;
  font-size: 3em;
  font-style: italic;
}

#seite .left-column {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}

#seite .right-column {
  margin: 0 0 0 50%;
}

ul#projekte span {
  font-size: 0.4em;
}

input, textarea {
  padding: 10px;
  margin: 5px;
  background: #222;
  color: #EEE;
  border: 1px solid #D6003B;
  font-family: Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 1.2em;
}

/* allgemeinde Definitionen */
#seite #projekte a:link.big, #seite #projekte a:visited.big, #seite #projekte a:active.big, #seite #projekte a:focus.big {
  margin: 0;
  padding: 10px;
  color: #FFF;
  background: transparent;
  text-decoration: none;
  font-weight: normal;
}

#projekte:first-letter {
  font-weight: bold;
  font-size: 1.2em;
}

a:active, a:focus {
  color: #FFF;
  text-decoration: none;
  background: #444;
}

a:link {
  color: #FFF;
  text-decoration: none;
  background: transparent;
}

a:visited {
  color: #DDD;
  text-decoration: none;
  background: transparent;
}

/* Linkfarben für jeden einzelnen Link */
#seite #projekte a.floeschen:hover, a.floeschen:hover {
  color: #222;
  text-decoration: none;
  background: #99B4FA;
}

#seite #projekte a.dev:hover, a.dev:hover {
  color: #222;
  text-decoration: none;
  background: #FF9E2C;
}

#seite #projekte a.blog:hover, a.blog:hover {
  color: #FFF;
  text-decoration: none;
  background: #FF3000;
}

#seite #projekte a.biotop:hover, a.biotop:hover {
  color: #222;
  text-decoration: none;
  background: #B2F869;
}

#seite #projekte a.flickr:hover, a.flickr:hover {
  color: #FFF;
  text-decoration: none;
  background: #0083FC;
}

#seite #projekte a.photos:hover, a.photos:hover {
  color: #222;
  text-decoration: none;
  background: #FDF455;
}

#seite #projekte a.helsinki:hover, a.helsinki:hover {
  color: #222;
  text-decoration: none;
  background: #50B0F9;
}

#seite #projekte a.simple:hover, a.simple:hover {
  color: #FFF;
  text-decoration: none;
  background: #8E6739;
}

a.subpoint:hover {
  color: #FFF;
  text-decoration: none;
  background: #555;
}

a.tag {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	text-decoration: none;
}

.now {
  font-style: italic;
}

/* Gestaltung */
#seite {
  background: transparent;
  color: inherit;
  margin: 0 0 0 230px;
}

#footer {
  margin: 5px 0 0 250px;
  clear: both;
}

#footer p {
  text-align: center;
  color: inherit;
  background: #222;
  font-size: 0.8em;
}

/* Überschriften */
h1 {
  font-size:2.2em;
  line-height: 1.1em;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  background: transparent;
/*  margin: 2px 20px 10px 0px;*/
  padding: 0;
  color: #EEE;
}

h2 {
  font-size: 1.7em;
  line-height: 1.1em;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  margin: 20px 20px 10px 0;
  padding: 0;
  color: #EEE;
}

/* Text */
#text {
  padding: 0 0 7px 0;
}

.cli, .form {
  padding: 10px;
  margin: 10px 0;
  background: #111;
}

#seite p {
  padding: 3px 5px 7px 5px;
  font-size: 1em;
}

#seite ul {
  margin: 0 0 0 25px;
  list-style: circle outside none; 
}

.info {
  background:#FFF7A2 none repeat scroll 0 0;
  border:2px solid #FFE702;
  margin:10px 0;
  color: #222;
}

.date {
  font-family: monospace;
  font-size: 1em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

/* Links */
#seite a:link, #footer a:link {
  color: #0083FC;
  text-decoration: underline;
  font-weight: bold;
}

#seite a:visited, #footer a:visited {
  color: #0083FC;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

#seite a:hover, #footer a:hover {
  color: #FFF;
  background: #0083FC;
  text-decoration: none;
  font-weight: bold;
}

#seite a:active, #seite a:focus, #footer a:active, #footer a:focus {
  color: #FF3000;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
}
