html {
  color: black;
}

body, div, dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

pre {
  margin: 0;
  padding: 0;
}

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0;
  color: black;
}

input, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

p, blockquote {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

address {
  font-style: normal;
  font-weight: normal;
}

caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

cite, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

/* #version 8.7.11 */
h1 {
  font-size: 138.5%;
  margin: 1em 0;
  font-weight: bold;
}

h2 {
  font-size: 123.1%;
  margin: 1em 0;
  font-weight: bold;
}

h3 {
  font-size: 108%;
  margin: 1em 0;
  font-weight: bold;
}

h4, h5, h6, strong {
  font-weight: bold;
}

abbr, acronym {
  border-bottom: 1px dotted black;
  cursor: help;
}

em {
  font-style: italic;
}

blockquote {
  margin: 1em;
}

ul {
  margin: 1em;
  margin-left: 2em;
}
ul li {
  list-style: disc outside;
}

ol {
  margin: 1em;
  margin-left: 2em;
}
ol li {
  list-style: decimal outside;
}

dl {
  margin: 1em;
  margin-left: 2em;
}
dl dd {
  margin-left: 1em;
}

th {
  border: 1px solid black;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
}

td {
  border: 1px solid black;
  padding: 0.5em;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

p, fieldset, table, pre {
  margin-bottom: 1em;
}

input[type=text], input[type=password], textarea {
  width: 12.25em;
  *width: 11.9em;
}

/* #version 8.11.12 */
/************************************************* */
.clear {
  clear: both;
  display: block;
}

.p {
  margin-bottom: 1.5em;
}

* {
  line-height: 1.5em;
}

/************************************************* */
a {
  color: #3333ff;
  outline: none;
}

abbr {
  border-bottom: 1px dotted #333333;
}

acronym {
  border-bottom: 1px dotted #333333;
}

address {
  font-style: italic;
  margin: 0 0 1.5em 0;
}

body {
  color: #333333;
  font-size: 62.5%;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

blockquote {
  font-size: 1em;
  font-style: italic;
  margin: 0 25px 1.5em 25px;
}

button {
  font: inherit;
  width: auto;
}

code, kbd, var, tt {
  font-family: Monaco, monospace;
}

cite, dfn {
  font-style: italic;
}

dd {
  margin: 0 0 0.5em 0;
}

del {
  text-decoration: line-through;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

em {
  font-style: italic;
}

fieldset {
  border: 1px solid #333333;
  margin: 0 0 0.5em 0;
  padding: 10px;
}

form {
  color: inherit;
  font: inherit;
}
form select optgroup {
  color: #333333;
  font-weight: bold;
}
form input, form textarea {
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
}
form input[type=text], form input[type=password] {
  line-height: 1em;
  padding: 2px;
  width: auto;
}
.msie form input[type=text], .msie form input[type=password] {
  padding: 4px 2px 0 2px;
}
form textarea {
  overflow: auto;
  padding: 3px 2px 2px 2px;
  width: auto;
}
form label {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

iframe {
  border: 1px solid #dddddd;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #eeeeee;
}

ins {
  text-decoration: underline;
}

legend {
  color: #333333;
  padding: 0 5px;
}

ol {
  margin: 0 0 1.5em 25px;
}
ol li {
  list-style-type: decimal;
}
ol ol {
  margin-bottom: 0;
}

p {
  margin: 0 0 1.5em 0;
}

strong {
  font-weight: bold;
}

table {
  margin: 0;
}
table th, table td {
  border: none;
  padding: 5px 10px;
}
table th {
  text-align: left;
  vertical-align: bottom;
}
table td {
  vertical-align: top;
}
table tbody th, table tfoot th {
  vertical-align: top;
}

ul {
  margin: 0 0 1.5em 25px;
}
ul ul {
  margin-bottom: 0;
}

.box {
  background: white url("../images/boxes/box1/t.png") repeat-x left top;
}
.box .box_inner1 {
  background: url("../images/boxes/box1/b.png") repeat-x left bottom;
}
.box .box_inner2 {
  background: url("../images/boxes/box1/l.png") repeat-y left top;
}
.box .box_inner3 {
  background: url("../images/boxes/box1/r.png") repeat-y right top;
}
.box .box_inner4 {
  background: url("../images/boxes/box1/tr.png") no-repeat right top;
}
.box .box_inner5 {
  background: url("../images/boxes/box1/tl.png") no-repeat left top;
}
.box .box_inner6 {
  background: url("../images/boxes/box1/br.png") no-repeat right bottom;
}
.box .box_inner7 {
  background: url("../images/boxes/box1/bl.png") no-repeat left bottom;
}
.box .box_body {
  padding: 20px 30px;
}

/* #version 9.1.9 */
.messages {
  background: none;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 1.5em 0;
}
.messages .message {
  background: none;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #303360;
  color: white;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 5px 10px;
}
.messages .message.positive,
.messages .message.notice {
  background: #3c6136;
}
.messages .message.negative,
.messages .message.error {
  background: #5d3433;
}

#topmenu {
  overflow: hidden;
  width: auto;
}
#topmenu li {
  float: left;
  margin: 0 20px 0 0;
}
#topmenu li.dl_vcard {
  background-image: url("../images/icons/silk/vcard.png");
}
#topmenu li.dl_pdf {
  background-image: url("../images/icons/silk/page_white_acrobat.png");
}

.section {
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 1.5em 0;
}

#related_experience .duration {
  float: right;
}
#related_experience .workplace {
  float: left;
}

#contact dl {
  overflow: hidden;
  width: auto;
}
#contact dl dt, #contact dl dd {
  float: left;
}
#contact dl dt {
  clear: both;
  width: 80px;
}

a {
  color: #ccccff;
  text-decoration: none;
}
a:hover {
  color: #ccccff;
  text-decoration: underline;
}

body {
  background: #666666;
  color: white;
  font-size: 14px;
}

h1, h2, h3 {
  font-family: Georgia;
  font-weight: normal;
}

h1 {
  color: #1a1a1a;
}

h2 {
  color: #333333;
}

h3 {
  color: #4d4d4d;
}

h4 {
  color: #666666;
}

h5 {
  color: gray;
}

h6 {
  color: #999999;
}

ul {
  background: none;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 1.5em 0;
}
ul li {
  background: none;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url("../images/icons/silk/bullet_black.png") no-repeat 0px 2px;
  padding: 0 0 0 21px;
}

.body_inner1 {
  margin: 40px auto;
  width: 960px;
}

#left, #right {
  float: left;
}

#left {
  width: 320px;
}
#left .left_inner1 {
  padding: 20px;
}
#left .left_inner1 #twitter {
  background: url("../images/icons/socialize/png/64x64/twitter.png") no-repeat left top;
  font-size: 0.9em;
  padding: 0 0 20px 74px;
}
#left #logo .main {
  margin: 0;
}
#left #logo .main a {
  background: url("../images/logo.png") no-repeat center center;
  display: block;
  height: 100px;
}
#left #logo .main a span {
  display: none;
}
#left #logo .tagline {
  display: none;
}
#left #menu {
  background: white;
  color: #333333;
  font-size: 1.3em;
}
#left #menu .menu_inner1 {
  background: url("../images/left_top.png") no-repeat left top;
}
#left #menu .menu_inner2 {
  background: url("../images/left_bottom.png") no-repeat left bottom;
  padding: 20px;
}
#left #menu ul {
  margin: 0;
}
#left #menu ul li {
  background: none;
  padding: 0;
}
#left #menu ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  color: #999999;
  display: block;
  font-weight: bold;
  line-height: 32px;
  padding: 10px 0 10px 42px;
}
#left #menu ul li a:hover {
  color: #333333;
  text-decoration: none;
}
#left #menu ul li.active a {
  color: #333333;
}
#left #menu ul li.about a {
  background-image: url("../images/icons/web_standard/32x32/32x32_benutzer.png");
}
#left #menu ul li.resume a {
  background-image: url("../images/icons/web_standard/32x32/32x32_dockument_1.png");
}
#left #menu ul li.contact a {
  background-image: url("../images/icons/web_standard/32x32/32x32_mail_1.png");
}

#right {
  color: #333333;
  margin: 0 0 10px 0;
  width: 640px;
}
#right a {
  color: #3333ff;
}
#right a:hover {
  color: #3333ff;
}

#footer {
  color: #999999;
  font-size: 0.9em;
  float: right;
  width: 640px;
}

.box table.data thead tr {
  background-color: #dddddd;
  background-image: url("../images/gradients/2x30_eee_to_ddd.png");
}
.box table.data tbody tr.even, .box table.data tfoot tr.even {
  background: #eeeeee;
}
.box table.data tbody tr.odd, .box table.data tfoot tr.odd {
  background: #f5f5f5;
}
.box .grid {
  background: #dddddd;
}
.box .grid .grid_body {
  border-bottom: 1px solid #cccccc;
}
