/* Dateiname: kunst_architektur.css*/
body 
{
float:left;
 font-family:Arial, Helvetica, Verdana, sans-serif;
 font-size:0.75em;
 margin-left:3px;
 margin-top:3px;
 background-color:#ffffff;
}
h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
p {margin-top:0px;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  color:#0000cc;
}
a:active, a:hover
{ 
  color:#000066;
}
a.menu:link, a.menu:visited
{ 
  color:#0000cc;
  background-color:#f5f5f5;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#cccccc;
  background-color:#990000;
}
a.menu {
  display:block; padding:3px;
  text-align:left;
  border-bottom:1px solid;
  border-color: #0000;
  background-color:#f5f5f5;
  color:#f5f5f5;
  text-decoration:none;
 }
#top {
  height:60px;
  width:800px;
  background-image:url(../images2/kunst_head.jpg);
}
#top_bottom	{
  width:800px;
  background-color:#e5e5e5;
}
#space {
 width:800px;
 padding-top:10px;
 padding-bottom:10px;
 }
 #navi {
 float:left;
 width:788px;
 margin-left:2px;
 margin-top:4px;
 margin-right:2px;
 margin-bottom:4px;
 padding:2px;
 background-color:#ffffff;
 border-left:1px solid;
 border-left-color:#e5e5e5;
 border-top:1px solid;
 border-top-color:#e5e5e5;
 border-right:1px solid;
 border-right-color:#e5e5e5;
 border-bottom:1px solid;
 border-bottom-color:#e5e5e5;
 }
#left {
 width:140px;
 line-height:18px;
 padding-left:4px;
 float:left;
}
#right {
 width:164px;
 float:right;
 padding-right:4px;
 }
.menutitle{
 font-weight:bold;
 text-align:center;
 margin:2px;
 border:1px solid #990000;
}
.menucontainer {
 border:1px solid;
 border-color:#f5f5f5;
 background-color:#e5e5e5;
 width:135px;
}
#content {
 float:left;
 width:466px;
 margin-left:3px;
 margin-right:3px;
 padding:6px;
 background-color:#FFFFFF;
 border-left:1px solid;
 border-left-color:#e5e5e5;
 border-top:1px solid;
 border-top-color:#e5e5e5;
 border-right:1px solid;
 border-right-color:#e5e5e5;
 border-bottom:1px solid;
 border-bottom-color:#e5e5e5;
}
#bottom {
 float:left;
 width:782px;
 margin-left:2px;
 margin-top:6px;
 margin-right:2px;
 margin-bottom:6px;
 padding:4px;
 background-color:#ffffff;
 border-left:1px solid;
 border-left-color:#e5e5e5;
 border-top:1px solid;
 border-top-color:#e5e5e5;
 border-right:1px solid;
 border-right-color:#e5e5e5;
 border-bottom:1px solid;
 border-bottom-color:#e5e5e5;
 }