/*
  Author: Christian Krause http://www.iloader.de
*/

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: white;
color: black;
font-size: 10pt;
font-family: "Lucida Grande",Verdana,Arial,Helvetica,"sans serif";
margin: auto;
}

/* Zentrieren der Seite */
html,body
{
height: 100%;
margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h1
{
font-size: 14pt;
padding-bottom: 10px;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

a
{
text-decoration: none;
color: black;
}

a:hover
{
text-decoration: none;
color: black;
}

ul
{
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
}

li
{
margin: 0;
padding: 0;
/*display: inline;*/
line-height: 0.5em;
}

p
{
line-height: 1.5em;
}

/* Seiteninhalt */

#container
{
width: 955px;
margin: auto;
}

/* Mittelteil */

#logo
{
position: absolute;
top: 28px;
margin-left: 52px;
}

ul.gruppenbild
{
display: none;
}

#mainmenu
{
display: none;
}

#submenu
{
display: none;
}

/* Text in der Mitte */

#content
{
display: block;
margin-top: 140px;
margin-left: 62px;
}

#scrollbar
{
display: none;
}

/* Linkliste */

#links li
{
margin-left: 0px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
width: 320px;
height: 230px;
list-style-type: none;
list-style-image: none;
}

#links img
{
width: 250px;
border: 1px solid #ccc;
}

#links clear
{
clear: both;
width: 100%;
}

/* Fussnote */

#copyright
{
display: none;
font-size: 8pt;
color: black;
}

#copyright li
{
float: left;
margin-top: 10px;
margin-right: 10px;
}

#copyright a
{
color: black;
}
