body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
/* background:#b2c2e4;  */
/* background:#001788;  */
color:#303030;
}

a {
/* color:#303030; */
color:#001788;
text-decoration:none;
border-bottom:1px dotted #001788;
}

a:hover {
/* color:#303030; */
color:#001788;
text-decoration:none;
border-bottom:1px solid #001788;
}

h1 {
color:#001788;
margin:0 0 20px 0;
font-size:2.2em;
font-weight:bold;
}

h2 {
color:#001788;
margin:0 0 12px 0;
font-size:1.6em;
font-weight:bold
}

h3 {
color:#001788;
margin:0 0 10px 0;
font-size:1.4em;
font-weight:bold
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:800px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo a {
border-bottom:0px; 
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto -13px auto;
font-size:0.8em;
width:830px;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #b2c2e4;
}

.toptab:hover {
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
clear:both;
padding:4px 8px 4px 8px;
margin:5px 0 15px 0;
border-bottom:1px solid #d8d8d8;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:0.9em;
background:#b2c2e4 url(images/corner.gif) top right no-repeat;
border-bottom:none; 
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#8e9bbb url(images/corner.gif) top right no-repeat;
border-bottom:none;
}

.activenavitab {
/* padding:4px 8px 5px 8px; */
padding:4px 8px 4px 8px;
color:#ffffff;
margin:0 0 4px 0;
font-size:0.9em;
text-decoration:none;
background:#001788 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration:none;
color:#ffffff;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/artists_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: verdana, arial, sans-serif; 
width:800px; 
margin:0; 
margin:20px 0 10px 0;
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 150px wide by 30px high. Set the color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:160px; 
height:30px; 
color:#fff; 
line-height:30px; 
font-size:10px;
font-weight:bold;
}
/* set up the background images relative to this css file */
.john {background:#fff url(paintings/1-startseite-3.jpg);}
.constable {background:transparent url(paintings/1-startseite-3.jpg) 0 -31px;}
.claude {background:#fff url(paintings/2-konzept-10.jpg);}
.monet {background:transparent url(paintings/2-konzept-10.jpg) 0 -31px;}
.van {background:#fff url(paintings/3-fakten-9.jpg);}
.gogh {background:transparent url(paintings/3-fakten-9.jpg) 0 -31px;}
.marc {background:#fff url(paintings/4-diskussion-6.jpg);}
.chagall {background:transparent url(paintings/4-diskussion-6.jpg) 0 -31px;}
.pablo {background:#fff url(paintings/5-kontakt-3.jpg);}
.picasso {background:transparent url(paintings/5-kontakt-3.jpg) 0 -31px;}

/* make the dropdown ul invisible */
.menu ul li ul {
visibility:hidden;
position:absolute;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
}
.menu ul li:hover a span {display:none;}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
visibility:visible; 
top:30px; 
left:0; 
width:160px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#fff;
}
/* style the hidden span text */
.menu ul li:hover ul li a span {
display:none;
position:absolute;
left:160px; top:0;
background:#000;
width:140px;
padding:0 10px;
color:#fff;
}
/* style the first letter of the span text */
.menu ul li:hover ul li a span:first-letter {
font-weight:bold;
font-size:1.2em;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li:hover {
background:#000;
}
/* make the span text visible */
.menu ul li:hover ul li:hover span {
display:block;
text-align:left;
line-height:1.5em;
}
/* position the span text on the left of the last menu item */
.menu ul li:hover ul.left li:hover span {
left:-160px;
}


/* Header description */

#desc {
height:200px;
color:#ffffff;
padding:0;
background:#505050 url(images/front.jpg) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:270px;
float:left;
padding:0 15px 0 0;
margin:0;
/* border-right:1px solid #d8d8d8; */
}

/* Sidebar */

#sidebar {
width:510px;
float:right;
padding:0 0 15px 0;
margin:0;
}

/* #sidebar p { */
/* font-size:0.9em; */
/* line-height:1.3em; */
/* margin:0 0 15px 0; */
/* } */

/* #sidebar a { */
/* border-bottom:0px; */
/* } */

/* Footer */

#footer {
clear:both;
background:#fafafa;
padding:0;
margin:0;
border-top:1px solid #d8d8d8;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
/* background-color:#f0f0f0; */
/* border:1px solid #d8d8d8; */
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#b2c2e4 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}
