@charset "utf-8";
html,body	{
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
max-height: 100%;
width: 100%;
max-width: 100%;
overflow: hidden;
line-height: 135%;
}
body {
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
cursor: auto;
color: #E3DEDB;
background-color: #000037;
}
.klappmenu { font-size: 0.76em;}
.layoutrahmen {
position: relative;
top: 0px; bottom: 0px;
height: 100%;
max-width: 90%;
margin: 0 auto;
overflow: auto;
text-align: left;
z-index: 100;
}
.inhalt {
position: absolute;
top: 75px; bottom: 0px; left: 0px; right: 0px;
overflow: auto;
text-align: center;
padding: 10px 10px;
}
div.StartSeite div.inhalt div.retourbutton { display: none; position: absolute; top: 4px; right: 6px; font-size: 0.86em;}
div.StandardContent div.inhalt div.retourbutton { display: block; position: absolute; top: 4px; right: 6px; font-size: 0.86em;}
.footer	{
letter-spacing: 0.1em;
}
td	{ text-align: left; vertical-align: top;}
nobr	{ white-space: nowrap; }
a	{ text-decoration: none; color: #eeeeee;}
a:hover	{ text-decoration: none; color: #eeeeee;}
a:visited	{ text-decoration: none; color: #dddddd;}
