/* debug */
/* body, #seite, #frontimage, #col1, #col1_content, #col2, #col2_content { border: 1px solid black; } */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #58585a;
  background-color: #fff;
  font-size: 10pt;
  font-family: 'Bitstream Vera Sans',Helvetica,Arial,sans-serif;
/*  min-width: 30em; */
  line-height: 120%;
}

img {
  border: none;
}

.einrueck {
  padding-left: 3ex;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: block
}


#seite_raender { 
  padding-left: 25px;
/*  min-width: 300px;*/
 /* max-width: 80em;  */
  margin: 0 auto;
}

#seite{
  background: #fff;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
}

html>body div#seite {
  border-color: #a0b2b5;  /* Farbangleichung an den Internet Explorer  */
}

/* col1 ist der Inhalt */

#header { 
  height: 200px;
  /* border: 1px solid pink; */
}

#topnav {
  height: 100px;
}

#nav {
  min-height: 100px;  
  margin-left: 250px;
  /* border: 1px solid red; */
}

#col1 {
 width: 560px;
 position: absolute;
 left: 275px;
/* border: 1px solid green; */
}

#col1_content {
}

#col1_content h1, h1.textzubild {
  font-size: 1.3em;
/*  font-weight: normal;*/
/*  margin: 0 0 1em; */
  text-align: left;
}

#col1_content h2 {
  font-size: 1.2em;
  text-align: left;
  margin: 0 0 1em; 
}

#col1_content h3 {
  font-size: 1em;
  text-align: left;
  margin: 0 0 1em;
}

#col1_content p {
  font-size:1em;
  margin: 1em 0;
}

#col1_content > #unten {
  margin-top: 4em; 
}

#col1_content > #unten > p.small {
  font-size: 0.8em;
}

/* col2 - ist die Navigation */

#col2 {
/*  margin-left: 0px;*/
/*  margin-right: 75%;*/
  width: 150px;
  position: fixed; 
}

#col2_content {
  border: none;
  text-align: right;
}

#main_text {
 /* max-width: 450px;*/
}

ul {
  list-style: none;
  margin-bottom: 3em;
}
a {
  text-decoration: none;
}

a:link  {
  color: #666667;
  /* color: #2b2b2b;  */
}

/*
#linklist a:visited {
  color: #2b2b2b;
}

#linklist a:hover {
  text-shadow:#222 3px 2px 4px;
  text-decoration: underline;
}
*/
 a:visited {
  color: #666667;
}
a:hover {
  text-shadow:#777 3px 2px 4px;
  text-decoration: underline;
}

a:active {
  color: white;
}


h1.textzubild {
  text-align: left;
  border-bottom: 4em;
}

#frontimage {
  float: left;
  width: 150px;
  height: 113px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}


#frontimage a {
  position: relative;
  z-index: 1;
}

div.bildlinks {
  text-align: left;
  margin-right: 3em;
}

div.bildlinks img {
  margin-bottom: 4em;
}

div.textzubild {
  text-align: left;
  margin-bottom: 4em;
}

div.textzubild hr {
  margin-top: 5em
}

table.lebenslauf td, table.ausstellungen td {
  text-align: left;
  vertical-align: top;
}

table.lebenslauf th, table.ausstellungen th {
  font-weight: normal;
  text-align: right;
  vertical-align: top;
  width: 6em;
}
/* table.lebenslauf td {
  line-height: 1.5em;
} */
table.lebenslauf, table.ausstellungen {
  border-spacing: 1em;
}

#pfeil_links {
  width: 30px;
  float: left;
  clear: none;
}

div.artwork_overview {
/*	margin-left: 25px;
	margin-right: 25px;*/
  float: left;
  width: 498px;
}

div.artwork_overview ul {
}

#pfeil_rechts {
  float: right;
  width: 30px;
}

li.artwork_gallery {
  float: left;
  padding: 8px 8px 8px 8px;
  width: 150px;
}

.artwork p {
  width: 400px;
}



/*
margin-left: 0em; padding-left: 0em; list-style-position: inside; clear=none; float:left"

*/

