/*  Div-Layer Bereich !!!
    Aussehen, Werte und Optionen vom Layer
    können hier verändert werden. */
#root {
    width: 600px;
    height: 800px;
    margin: auto;
}
#banner {
    height: 180px;
    background-image: url(../images/head.png);
    background-repeat: no-repeat;
    border-style: none;
}
#nav {
    height: 28px;
}
#body {
    height: 507px;
    background-image: url(../images/body.png);
    background-repeat: no-repeat;
    border-style: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 5px;
}
#footer {
    height: 75px;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    border-style: none;
	padding-top: 6px;
	text-align: center;
}
#footer p {
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #46a2e1;
	padding-top: 7px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer img.ip {
	display: none;
}

body {
    background-color: #2e2e2e;
    margin: auto;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
  /*  color: #46a2e1; */
}

/*  Navigartions Bereich !!!
    Hier kann man Eigenschaften, Werte und Optionen
    nach belieben verändern. */
a,a:visited {
    color: #c3c3c3
}

a:hover {
    color: white
}

#navigation {
    padding-top: 0px;
    /*padding-left: 180px;
    padding-right: 130px;*/
	text-align: center;
	margin: auto;
    height: 28px;
    background-image: url(../images/nav_board.png)
}

#navigation a,#navigation a:visited {
    padding-bottom: 0px;
    border-color: #8c8c8c;
    border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
	margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    width: 80px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    display: block
}

#navigation a:hover {
    background-image: url(../images/nav_hover.png);
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid
}

#navigation ul {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
	text-align: center;
    list-style: none
}

#navigation li {
    margin: auto;
    float: left;
}

/*  Eigenschaften von Text und Links !!!
    Alles änderbar natürlich ^^*/
#text {
    color: #46a2e1;
  /*  font-size: 3;  */
}

i.klick {
	color: #46a2e1;
	font-size:8pt;
}

img {
    border: 0px;
}

/* Seiten spezifische Einstellungen */
#linksroot {
    margin: auto;
}
#linksleft {
	width: 80px;
	border-style: none;
}
#linksright {
	width: 80px;
	border-style: none;
}