/* Layout */

body {
text-align:center;
padding:0;
margin:0;
width:100%;
background-color:#193c60;
}

#container {
position:relative;
margin:0 auto;
width:1000px;
height:768px;
/*background-color:#0084ff;*/
background-image:url(images/background.jpg);
text-align:justify;
overflow: hidden;
}

#header {
position:relative;
margin-left:122px;
height:144px;
width:760px;
top:0%;
overflow: hidden;
}

#logo_links {
position:relative;
margin-top:86px;
margin-left:36px;
float:left;
}

#logo_rechts {
position:relative;
margin-top:86px;
margin-left:500px;
}

#linklist {
position:relative;
margin-left:122px;
width:760px;
height:56px;
overflow: hidden;
}

#main {
position:relative;
width:760px;
}

#main_scroll {
position:relative;
margin-left:122px;
width:760px;
height:440px;
background-color:#ffffff;
float:left;
overflow: scroll;
}

#main_hidden {
position:relative;
margin-left:122px;
width:760px;
height:440px;
background-color:#ffffff;
/*float:left;*/
overflow: hidden;
}

#footer {
position:relative;
text-align:center;
margin-left:122px;
width:760px;
height:125px;
overflow: hidden;
float:left;
}

#impressum {
position:absolute;
margin-left:823px;
margin-top:65px;
height:23px;
width:61px;
overflow:hidden;
cursor:pointer;
}

a {
text-align:center;
margin:0px;
padding:0px;
text-decoration:none;
}

/* Infoseite Unterrichtsmaterialien */

#unterricht_info {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
}

#unterricht_inhalt {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
background-color:#ffffff;
overflow:auto;
}

img.unterricht1 {
margin-left:37px;
margin-top:15px;
}

/* Infoseite Vita */

#vita_info {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:398px;
}

#vita_inhalt {
position:absolute;
margin-left:398px;
padding:0px;
height:440px;
width:362px;
background-color:#ffffff;
color:#062c77;
overflow:auto;
text-align:left;
}

table.vita {
width:340px
}

tr.vita {
border:0;}

td.vita1 {
width:75px;
vertical-align:top;
font-weight:bold;
}

td.vita2 {
width:265px;
}

/* Infoseite Bücher */

#buecher_menu {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
}

#buecher_inhalt {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
}

/* Infoseite Menschen */

#menschen_menu {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
}

#menschen_inhalt {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
background-color:#ffffff;
}

/* Infoseite Stillleben */

#stillleben_menu {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
}

#stillleben_inhalt {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
background-color:#ffffff;
overflow:auto;
}

/* Infoseite Reisen */

#reisen_menu {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
background-color:#8d8d95;
}

#reisen_inhalt {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
background-color:#8d8d95;
}

#reisen_bg {
margin: 0px;
padding: 0px;
height: 440px;
width: 760px;
}

#reisen_menu2 {
position:absolute;
margin:0px;
padding:0px;
height:440px;
width:190px;
}

#reisen_inhalt2 {
position:absolute;
margin-left:190px;
padding-left:0px;
height:440px;
width:570px;
}

#norwegen_text {
margin-left: 135px;
margin-top: 156px;
height: 270px;
width: 392px;
overflow: auto;
}



/*
a:link {
display:inline-block;
color:#ff0000;
background-image:url(link.png);
background-repeat:no-repeat;
height:111px;
width:174px;
}

a:visited {
display:inline-block;
color:#ff0000;
background-image:url(link.png);
background-repeat:no-repeat;
height:111px;
width:174px;
}

a:hover {
display:inline-block;
color:#00ff00;
background-image:url(link_active.png);
background-repeat:no-repeat;
height:111px;
width:174px;
}
*/