/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 11px;
	font-family: 'Verdana', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.4em;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; color: #cc071e;}
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { color: #cc071e; font-size: 28px; margin-bottom: 79px; font-weight: normal; }
h2 { color: #999999; font-size: 13px; margin-bottom: 2em; margin-top: 2em; font-weight: normal; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { /* width: 360px; */ margin-bottom: 1.4em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 356px; /* DAVIX background: #fff; */ position: absolute; overflow: visible; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 356px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not requi#cc071e */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts ------- SECTION - 1 - top Links-------- */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul#section_1 li.active a:link, 
#index ul#section_1 li.active a:hover, #index ul#section_1 li.active a:active, #index ul#section_1 li.active a:visited
{ font-weight: normal;
	color: black;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
    
/* active exhibit title parts ------- SECTION - 4 - down Links ------- */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul#section_4 li.active a:link, 
#index ul#section_4 li.active a:hover, #index ul#section_4 li.active a:active, #index ul#section_4 li.active a:visited
{ font-weight: normal;
	color: #cc071e;
    text-decoration: none;
    border-bottom: 0px solid;
    padding-bottom: 0px;
}    
    

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link { color: #999999; } 
#index a:visited { color: #999999; }
#index a:hover { color: #cc071e; border-bottom: 2px solid; text-decoration: none; } 
#index a:active {  } 










/* links styles only for the #exhibit region */
#exhibit a:link { color: #999999; } 
#exhibit a:visited { color: #999999; }
#exhibit a:hover { color: #cc071e; border-bottom: 2px solid; text-decoration: none; } 
#exhibit a:active {  } 


/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container { /* height: 75px; ie_7 spinnt mal wieder, nützt aber nix... */ }
#exhibit .container { padding-top: 30px; width: 617px; }

/* the BOTTOM ETC... specials ----- DAVIX---- */
.bot {
	position: absolute;
	top: 560px;
}

.top {
	display: none;
}

.spalte_1 {
	/* border-right: 1px solid grey; */
	float: left;
	padding-right: 10px;
	min-height: 518px;
	width: 295px;
	margin-bottom: 10px;
}

.spalte_2 {
border-left: 1px solid grey;
	float: left;
	padding: 0 0 0 15px;
	width: 295px;
margin-bottom: 20px;
}


/* ALT ---- .spalte_1 {
	float: left;
	width: 295px;
	margin-right: 10px;
}

.spalte_2 {
	border-left: 1px solid grey;
	float: left;
	height: 518px;
	padding: 0 0 0 15px;
	width: 295px;
} ------- */

.legende {
	color: whitesmoke;
    left: 27px;
    padding: 0px;
    position: absolute;
    top: 475px;
}	
	

#section_1 {
    left: 382px;
    position: absolute;
    top: 35px;
    width: 600px;
}

#section_4 {
	left: 0;
    position: absolute;
    text-align: right;
    top: 560px;
    width: 356px;
}