/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "adelle", Georgia, Times New Roman, Times, serif;
	font-size: 100,01%;
	font-weight: 400;
	line-height: 100%;
	letter-spacing:0.07em;
	color: #FFF;
	background: #191919;
	border: 0px;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #FFF; font-style:italic; background-color:transparent; padding:2px 3px 1px 3px; display:inline; }
a:hover { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }
a:active { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }
a:visited { text-decoration: none; color: #FFF; font-style:italic; background-color:transparent; padding:2px 3px 1px 3px; display:inline; }
a img { border: none; background-color:transparent; }

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

/* headings */
h1 { font-size: 1.125em; line-height:1.9em; color: #191919; background-color:#FFF; font-weight: 600; display:inline; text-transform:uppercase; padding:3px 5px 2px 5px; letter-spacing:0.08em; }
h2 { font-size: 1.125em; line-height:1.9em; color: #191919; background-color:#999; font-weight: 600; display:inline; text-transform:uppercase; padding:3px 5px 2px 5px; letter-spacing:0.08em; }
h3 { font-size: 0.813em; line-height:1.34em; font-weight: 700; color: #191919; background-color:#FFF; padding:2px 3px 2px 3px; display:inline-block; margin:0 0 5px 0; text-transform:uppercase; }
h4 { font-size: 0.813em; line-height:1.34em; font-weight: 700; color: #191919; background-color:#999; padding:2px 3px 2px 3px; display:inline-block; margin:0 0 5px 0; text-transform:uppercase; }

/* paragraph width */
#index p { margin-bottom: 34px; }
#exhibit p, code, blockquote { margin-bottom: 2.34em; font-size: 0.813em; line-height: 1.34em; }

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

/* 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: 140px; 
	background: transparent;
	font-size: 0.813em;
	font-weight: 400;
	line-height: 2.01em;	
    width: auto;
	height: 100%;
    overflow: auto;
    top: 0px;
	left: 0px;
    position: fixed;
	text-align:left;
	margin: 0;		
	}
#exhibit { margin: 26px 0 0 240px; overflow: hidden; position: relative; }

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

/* the follow rules for index are not required */
/* 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: 2px; }
#index ul#all_tags li a { list-style: none; }

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

/* active exhibit title parts */
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 li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-style: normal !important; font-weight: 700; }

/* 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 { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }
#index a:hover { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }
#index a:active { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }
#index a:visited { text-decoration: none; color: #191919; font-style:italic; background-color:#FFF; padding:2px 3px 1px 3px; display:inline; }

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration:none; background-color:transparent;  } 
#exhibit a:hover { text-decoration:none; color:#191919; } 
#exhibit a:active { text-decoration:none; } 
#exhibit a:visited { text-decoration:none; } 

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

/* this is where you pad them separately */
#index .container {  }
#exhibit .container { width: 746px; padding-top: 52px; }

.img {
	background-color:transparent !important;
	}

.header {
	background-image:url(http://www.kerstinschaefer.com/files/header-bg02.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	height: 35px;
	text-align: right;
	position: fixed;
	width: 100%;
	top: 0;
	z-index:100;
	}
.header a {
	color: #191919;
	font-size: 0.75em;
	text-decoration: none;
	font-style: italic;
	line-height: 30px;
	font-weight: 400;
	margin: 0 20px 0 0;
	background-color:transparent;
	}
	
.links {
	width:358px;
	float:left;
	display:table;
	margin:0 30px 0 0;
	}
.rechts {
	color: #999;
    display: table;
    float: left;
    font-style: italic;
    width: 358px;
	}
.rechts-pic {
	color: #fff;
    display: table;
    float: left;
    font-style: italic;
    width: 358px;
	}

.grey {
	color: #999;
	font-style: italic;
	margin-bottom: 2.34em; 
	font-size: 0.813em; 
	line-height: 1.34em;
	}
				
::selection {
    background:#ff7b1c;
    color:#fff;
}
::-moz-selection {
    background:#ff7b1c;
    color:#fff;
}	