   /**************************************************************************/
   /* Scriptinfo:                                                            */
   /* ===========                                                            */
   /* Author: Julian Mollik                                                  */
   /* Email: jule@creative-coding.net                                        */
   /* Website: http://www.creative-coding.net/                               */
   /* Created: 12/2018                                                       */
   /*                                                                        */
   /* Copyright 2018 Julian Mollik                                           */
   /* Illegal distribution prohibited                                        */
   /**************************************************************************/

body {
	background-color: #333333;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-image: url(../graphic/background_site.gif);
}

span.nodisplay {
    display: none;
}

a, a:visited, a:active {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: normal; /* otherwise internet explorer would inherit the bold from h1 */
}

/* ---------- container ----------------------------------------------------------------------------------------------------------------------------- */
#container {
	width: 740px;
	margin: 40px auto 0px auto;
}

/* -------------- header ---------------------------------------------------------------------------------------------------------------------------- */
#header {
	background-color: #FFFFFF;
	width: 514px; /* 520px minus 2 x 3px padding */
	height: 52px; /* 58px minus 2 x 3px padding */
	border: solid #336600;
	border-width: 3px 3px 0px 3px;
	padding: 3px 3px 3px 3px;
	background-image: url(../graphic/background_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 {
    font-size: 20px;
}

/* -------------- navigation ------------------------------------------------------------------------------------------------------------------------ */
#navigation {
	background-color: #FFFFFF;
	width: 520px;
	height: 36px;
	border: solid #336600;
	border-width: 0px 3px 0px 3px;
}

#navigation li {
    float: left;
    width: 127px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border: solid #336600;
    border-width: 3px 3px 3px 0px;
}

#navigation li:hover {
    background-color: #EEEEEE;
}

#navigation li.last {
    border-right: 0px;
    width: 130px;
}

#navigation li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

/* -------------- content --------------------------------------------------------------------------------------------------------------------------- */
#content {
    float: left;
    width: 480px; /* 520px minus 2 x 20px padding */
    min-height: 600px;
    border: solid #336600;
    border-width: 0px 3px 0px 3px;
    background-color: #FFFFFF;
    font-size: 10px;
    padding: 25px 20px 20px 20px;
	background-image: url(../graphic/background_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content h1 {
    margin: 0px 0px 10px 0px;
}

#content h2 {
    margin: 0px 0px 10px 0px;
}

#content img {
    border: double #336600;
    border-width: 3px 3px 3px 3px;
}

#content img.welcome {
    margin: 0px 0px 12px 12px;
    float: right;
}

#content img.right {
    margin: 0px 0px 12px 12px;
    float: right;
}

#content img.left {
    margin: 0px 12px 12px 0px;
    float: left;
}

#content p {
    line-height: 130%;
    text-align: justify;
    margin: 0px 0px 6px 0px;
}

#content p.linkleft {
    text-align: left;
    text-indent: 0px !important;
}

#content p.linkright {
    text-align: right;
    text-indent: 0px !important;
    margin: 0px 0px 10px 0px;
}

#content div.welcome {
    margin: 0px 0px 20px 0px;
}

#content div.entry {
    padding: 0px 6px 6px 6px;
    margin: 0px -6px 20px -6px;
}

#content div.entry p {
    text-indent: 12px;
}

#content div.entry p.date {
    text-align: right;
}

#content div.entryheader {
    width: 100%;
    height: 20px;
    padding: 6px 6px 0px 6px;
    margin: 0px -6px 0px -6px;
}

#content div.entryheader div.h1 {
    float: left;
}

#content div.entryheader div.control {
    float: right;
}

#content div.entryheader div.control div {
    margin: 0px 0px 3px 0px;
}

#content div.contact {
    width: 276px;
    margin: 100px auto 0px auto;
}

#content div.contact h1, #content div.contact p {
    margin-left: 18px;
    margin-top: 11px;
}

#content div.contact ul.contact {
    margin: 11px 0px 0px 18px;
}

#content div.contact ul.contact li {
    width: 230px;
    height: 13px;
}

#content div.contact ul.contact li div.bullet {
    float: left;
}

#content div.contact ul.contact li div.link {
    float: right;
}

#content div.contact ul.contact li div.link a {
    display: block;
    margin: 0px 0px 3px 0px;
}

#content div.contact ul.badges {
    margin: 11px 0px 0px 0px;
}

#content div.contact ul.badges li {
    width: 88px;
    float: left;
    margin: 0px 4px 0px 0px;
}

#content div.contact ul.badges li img {
    border: none;
}

#content ul.cv {
    line-height: 130%;
}

#content ul.cv li.subentry {
    padding: 6px 6px 6px 6px;
    margin:  0px -6px 0px -6px;
}

#content ul.cv li.subentry2 {
    padding: 0px 6px 0px 6px;
    margin:  0px -6px 0px -6px;
    /*background-color: none;*/
}

#content ul.cv div.subentrycontrol {
    float: left;
    width: 150px;
}

#content ul.cv div.subentrycontent {
    float: right;
    clear: right;
    width: 330px;
}

#content ul.cv ul li {
    text-indent: -10px;
    padding: 0px 0px 0px 10px;
}

#content ul.cv .clear {
    clear: both;
}

#content ul.sitemap {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content ul.sitemap li {
    float: left;
    width: 218px;
    margin: 0px 10px 5px 10px;
    line-height: 130%;
}

#content ul.sitemap ul {
    margin: 0px 0px 0px 0px;
}

#content ul.sitemap ul li {
    width: 208px; /* 218px minus 10px margin of ul.sitemap li */
    text-indent: -10px;
}

#content div.sitemapclear {
    clear: both;
    height: 20px;
}

/* ----------------- info column -------------------------------------------------------------------------------------------------------------------- */
#info {
    float: right;
    margin-top: -3px;
    width: 180px; /* 200px minus 2 x 10px padding */
    min-height: 600px;
	border: solid #336600;
    border-width: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 25px 10px 10px 10px;
	
	background-image: url(../graphic/background_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#info h1 {
    margin: 20px 0px 10px 0px;
}

#info div.entryheader h1 {
    margin: 0px 0px 10px 0px;
}

#info div.entryheader {
    width: 100%;
    height: 23px;
}

#info div.entryheader div.h1 {
    float: left;
    line-height: 130%;
    width: 140px;
}

#info div.entryheader div.control {
    float: right;
}

#info div.entryheader div.control div {
    margin: 0px 0px 3px 0px;
}

#info ul.links li {
    width: 100%;
    height: 20px;
}

#info li div.link {
    float: right;
}

#info li div.link a {
    display: block;
    margin: 0px 0px 3px 0px;
}

#info li div.bullet {
    float: left;
    margin: 0px 0px 10px 0px;
}

/* ----------- footer ------------------------------------------------------------------------------------------------------------------------------- */
#footer {
    clear: left;
    width: 480px; /* 520px minus 2 x 20px padding */
    height: 28px;
    border: solid #336600;
    border-width: 0px 3px 3px 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 0px 20px 0px 20px;
	background-image: url(../graphic/background_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 0px 10px 0px;
}

#footer li {
    float: left;
    width: 190px;
    text-align: center;
}

#footer ul {
    margin-left: 60px;
    padding-top: 12px;
}

#footer li.first {
    text-align: left;
    width: 140px;
}

#footer li.last {
    width: 90px;
    text-align: right;
}

#footer li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

/* ---------- banner -------------------------------------------------------------------------------------------------------------------------------- */
#banner {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

/* ---------- help ---------------------------------------------------------------------------------------------------------------------------------- */
#help {
    width: 130px;
    height: 24px;
    font-size: 10px;
    padding: 6px 0px 6px 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-image: url(../graphic/background_help.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#help li a {
    text-decoration: none;
    color: #000000;
}

#help li {
    float: left;
    text-align: center;
    padding: 6px 3px 2px 3px;
    margin: 0px 3px 0px 0px;
    border: 1px solid #333333;
    height: 13px;
    vertical-align: bottom;
}

#help li.small:hover, #help li.medium:hover, #help li.large:hover {
    background-color: #EEEEEE;
}

#help li.small {
    width: 14px;
}

#help li.small span {
    font-size: 10px;
    font-weight: bold;
}

#help li.medium {
    width: 14px;
    padding-top: 3px;
    padding-bottom: 5px;
}

#help li.medium span {
    font-size: 13px;
    font-weight: bold;
}

#help li.large {
    width: 14px;
    padding-top: 1px;
    padding-bottom: 7px;
    
}

#help li.large span {
    font-size: 16px;
    font-weight: bold;
}

#help li.help {
    width: 15px;
    border-color: #FFFFFF;
    font-size: 20px;
    background-image: url(../graphic/help.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#help li.help:hover {
    background-image: url(../graphic/help_hover.gif);
}

#help li.help div, #help li.print div {
    margin-top: -5px;
    margin-left: -2px;
}

#help li.print {
    width: 15px;
    border-color: #FFFFFF;
    font-size: 20px;
    background-image: url(../graphic/print.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#help li.print:hover {
    background-image: url(../graphic/print_hover.gif);
}
	
/* ---------- accessibility ------------------------------------------------------------------------------------------------------------------------- */
	
#accessibility {
    height: 150px;
    border: solid #336600;
    border-width: 0px 0px 3px 0px;
    background-color: #FFFFFF;
    font-size: 10px;
    padding: 0px 50px 0px 16px;
    font-size: 15px;
    line-height: 130%;
}

#accessibility div.close {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background-image: url(../graphic/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
	
#accessibility div.close:hover {
    background-image: url(../graphic/close_hover.gif);
}

#accessibility div.close a {
    text-decoration: none;
}

#accessibility_container {
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    width: 630px;
    background-image: url(../graphic/accessibility_map.gif);
	background-repeat: no-repeat;
	background-position: 450px 5px;
}

#accessibility h1 {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
}

#accessibility h2 {
    display: inline;
    font-weight: bold;
}

#access_1, #access_2, #access_3, #access_arrow {
    padding: 1px 0px 0px 26px;
    height: 25px;
    background-repeat: no-repeat;
	background-position: left center;
}

#access_1 em, #access_2 em, #access_3 em, #access_arrow em {
    cursor: help;
    border-bottom: 1px dashed black;
}

#access_1 {
    background-image: url(../graphic/accessibility_1.gif);
}

#access_2 {
    background-image: url(../graphic/accessibility_2.gif);
}

#access_3 {
    background-image: url(../graphic/accessibility_3.gif);
}

#access_arrow {
    background-image: url(../graphic/accessibility_arrow.gif);
}
	
span.addshift:before {
    content: "+shift";
}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	