
a:link, a:visited, a:active {
	text-decoration: none;
	color: #4169E1;
}

a:hover {
	border-bottom: 1px solid #4169E1;
	text-decoration: none;
}


#bigpic {
	display: block;
	
	position: absolute;
	top: 5em;
	left: 10px;
	
	width: 153px;
	height: 159px;

	background-image: url(/images/jonasw.png);
}


#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	
	padding-bottom: 15px;
	width: 100%;
	padding-top: 20px;

	text-align: left;

	padding-left: 100px;

	background-color: #FFFFFF;

	z-index: 98;
}


#pagetitle {
	position: absolute;
	left: 10px;
	top: 10px;
}

#pagetitle, #pagetitle a, #pagetitle a:visited, #pagetitle a:link, #pagetitle a:active {
	color: gray;
	font-size: 24px;
	font-style: italic;

	text-decoration: none;
}

h1 {
	margin-top: 2em;
	padding-bottom: 1em;
	padding-left: 50px;
	text-align: left;
}

#navigation_bar {
        position: absolute;
        left: 0;
        top: 60px;

        padding: 0.9em 0 1.1em 20%;
        margin: 0;

        width: 80%;
        height: 1em;

        background-image: url(/images/navbar_back.png);
	background-size: 100%;

	border-top: 0.3em #333333 solid;
	border-bottom: 0.3em #333333 solid;

        text-transform: lowercase;
}


#navigation_bar ul {
        list-style-type: none;
}

#navigation_bar ul li {
        display: inline-block;
        height: 1em;
/*      padding-top: 0.4em;
        padding-bottom: 0.6em;*/

        padding-right: 10px;

        color: #DEB887; /* for active link */
}

#navigation_bar ul li:before {
        content: "[";
        color: black;
}

#navigation_bar ul li:after {
        content: "]";
        color: black;
}

#navigation_bar a:link, #navigation_bar a:visited {
        color: white;
}

#navigation_bar a:hover, #navigation_bar span.inactiveLink span {
        color: #DEB887;
}

#navigation_bar a:active {
        border: 0;
        text-decoration: none;
}

label { 
        display: block;
        cursor: pointer;
        font-size: 80%;
        margin-top: 1em;
}
label.checkbox {
        display: inline;
        padding-left: 10px;
        padding-right: 30px;
}


input, textarea {
        font-family: monospace;
        margin-bottom: 0em;
        border: 1px solid #3333FF ; /*#8C8C8C;*/
}
textarea.message {
        height: 10em;
        width: 300px
}
input:focus, textarea:focus {
        background-color: #EAEAFF;
}

input[type="submit"], input[type="reset"] {
        border: 2px solid #3333FF;
        background-color: #EAEAFF;
        padding: 1px 2px;
        margin-top: 1em;
        width: 100px;
}

#YouAreHere {
        text-align: left;
        text-transform: lowercase;
        margin-left: 10px;
}
#YouAreHere #YouAreHereLast
{       
        font-weight: bold;
}
#YouAreHereText {
        text-transform: none;
        font-weight: normal;
}

#submenu {
        margin-right: 0px;
        width: 10%;
        position: absolute;
        top: 170px;
        right: 0;
        padding-left: 10px;
        padding-bottom: 15px;
        border-left: 1px solid #4169E1;

        min-height: 10em;
}

#submenu ul {
        list-style-type: none;
        margin-bottom: 15px;
        margin-top: 2px;

}

#submenu div {
        font-weight: bold;
}


#content {
	position: absolute;

	top: 8em;
	left: 300px;

	width: 70%;

	font-size: 1.2em;


	padding-bottom: 50px;
}



#lang_selector {
	position: fixed;
	top: 10px;
	right: 10px;
}

#lang_selector ul {
	list-style-type: none;
}

#lang_selector a, #lang_selector a:visited, #lang_selector a:link {
}



body {
	font-family: monospace;
}

