a:link      {
      color: #2D2D2D;
      text-decoration:underline;
}

a:visited {
      color: #2D2D2D;
      text-decoration:underline;
}

a:hover {
      color: #AC1302;
}

body {
      background-color: #b5b5b5;
      margin-top: 30px;
      font-family: arial;
}

table {
      border-left-width: 1px;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      font-size:x-small;
}

div.main {
      float: none;
      width: 77%;
      margin-bottom: 30px; /* b/c of float not possible in body */
      padding-top: 20px;
      border: 1px solid black;
      /*background-color: blue;*/
      background-color: #7e7e7e;
}

div.misc {
      float: right;
      margin-right: 3px;
      width: 20%;
      min-width: 200px;
      /*background-color: red;*/
}

.sectionheader {
      /*font-size: ;*/
      color: #d1d1d1;
      text-decoration: underline;
}

div.section {
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px dashed black;
}

div.projectsection {
}

.projectsectionheader {
      color: #D8D8D8;
}

#maincontent {
      /*background-color: yellow;*/
      margin-left: 40px;
      padding-right: 40px;
      font-size: small;
}

#mainheading {
      padding-bottom: 10px;
}

#maincharacter {
      font-size: x-large;
}

#projects {
      background-color: #a2a2a2;
      margin-top: 10px;
      padding: 10px;
      border: 1px solid black;
      font-size: small;
}

.projectsheading {
      font-size: medium;
      color: #D8D8D8;
      text-decoration: underline;
}

#update {
      margin-top: 20px;
      margin-bottom: 10px;
      text-align: right;
      font-size: x-small;
}

#tags {
      text-align: right;
}

.twitter {
      background-color: #a2a2a2;
      margin-top: 20px;
      padding: 10px;
      border: 1px solid black;
      font-size: small;
}

#twitter_update_list {
      color: black;
      padding-left: 10px;
}

#twitter_update_list li {
      border-bottom: 1px dotted black;
      padding-top: 5px;
      padding-bottom: 5px;
}

.tweet-link {
      font-size: x-small;
}

#twitterlink {
      /*style="display:block;*/
      text-align:right;
}

#twitternoscript {
      color: #AC1302
}

#copyright {
      /*background-color: green;*/
      padding: 5px;
      padding-top: 10px;
      border-top: 1px dotted black;
      font-size: x-small;
}

#portrait {
      background-color: #a2a2a2;
      border: 1px solid black;
      padding: 10px;
      margin-bottom: 10px;
}

#portrait img {
      padding: 1px;
      /*background-color: black;*/
      border: 2px dotted black;
      margin-left: auto;
      margin-right: auto;
      display: block;
}

.googlead {
      border: 1px solid black;
      margin-top: 10px;
}

#slogan {
      border: 1px solid black;
      background-color: #7e7e7e;
      text-align: center;
      font-family: courier;
      font-size: large;
      margin-bottom: 5px;
      margin-right: 3px;
      padding: 5px;
      float: none;
}

#barrel {
	float: right;
	border: 0px;
}

#impressum {
      border: 1px solid black;
      background-color: #7e7e7e;
      text-align: center;
      margin-top: 20px;
      padding: 10px;
      font-size: small;
}

.roundedges {
      border-radius: 5px;
      -moz-border-radius: 5px;
}

.contactmedia {
      margin-right: 30px;
}

.bg_gradient1 {
      background: #7e7e7e;
      background: -moz-linear-gradient(-45deg,  #7e7e7e 0%, #666666 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7e7e7e), color-stop(100%,#666666));
      background: -webkit-linear-gradient(-45deg,  #7e7e7e 0%,#666666 100%);
      background: -o-linear-gradient(-45deg,  #7e7e7e 0%,#666666 100%);
      background: -ms-linear-gradient(-45deg,  #7e7e7e 0%,#666666 100%);
      background: linear-gradient(135deg,  #7e7e7e 0%,#666666 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#666666',GradientType=1 );
}

.bg_gradient2 {
      background: #a2a2a2;
      background: -moz-linear-gradient(-45deg,  #a2a2a2 0%, #848484 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a2a2a2), color-stop(100%,#848484));
      background: -webkit-linear-gradient(-45deg,  #a2a2a2 0%,#848484 100%);
      background: -o-linear-gradient(-45deg,  #a2a2a2 0%,#848484 100%);
      background: -ms-linear-gradient(-45deg,  #a2a2a2 0%,#848484 100%);
      background: linear-gradient(135deg,  #a2a2a2 0%,#848484 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#848484',GradientType=1 );
}