@charset "utf-8";
/* CSS Document - styles */

body {
	background-image : url('../images/bg-tile.jpg');
	margin-left: 2em;
	margin-right: 4em;
	cursor:url(sword.cur);
}

.header{
height:9em;
border-style: groove;
border: 4px solid #0B0B3B;
}

.picture_left{
left: 2em;
top: 1em;
height: 11em;
border: 4px solid #0B0B3B;
border-style: groove;
float:left;
}

.picture_right{
right: 2em;
top: 1em;
height: 10em;
border: 4px solid #0B0B3B;
border-style: groove;
float:right;
}

.navi {
    width: 10em;
    float: left;
    margin-left: 0em;
    margin-top: 5em;
    margin-right: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
    background-image : url('../images/content.jpg');
	border: 2px solid #0B0B3B;
	position: absolute;
}

.content {
    border: 2px solid #0B0B3B;
    margin-left: 10em;
    margin-top: 2em;
    background-image : url('../images/content.jpg');
	padding-left: 4em;
	text-align: center;
	padding-right: 4em;
	min-height: 500px;
}

.content.disclaimer {
	text-align: justify !important;
}

.tooltip {
  position: absolute;
  color: #0B0B3B;
}

p {
	color: black; 
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

h1{
font-size: 25pt;
font-style: italic; 
text-decoration: underline;
text-shadow:black 3px 2px 4px; font-size:3em; color:black;
}

h2{
font-size: 15pt;
font-style: italic;
}

.clickable{
cursor: pointer;
width: 450px;
}

.initial {
height: 1em;
text-align: center;
font-size: 20pt; color: brown;
font-style: italic; 
}

a{
color: black;
}

a.menue
{
padding-bottom: 0px;
}

a.menue:link a.menue:visited
{
text-decoration:underline;
}

a.menue:hover a.menue:active
{
color: orange;
}

a.download:link a.download:visited
{
text-decoration: overline;
}

a.download:hover{
color: black;
}

a.weiter:link a.weiter:visited
{
text-decoration: line-through;
}

a.weiter:hover {
color: brown;
}