/* CSS Document */
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#333333;
 text-align:center;
}

h1 {font-size:18px;color:#5b110e;margin:0px;}
h2 {font-size:14px;color:#5b110e;}
h3 {font-size:14px;color:#5b110e;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#ccffff;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#ccffff;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#5b110e;
  font-size:12px;
}
a:active, a:hover
{
  color:#e2ac3b;
}
a.menu:link, a.menu:visited
{
  color:#e2ac3b;
  font-size:16px;
}
a.menu:active, a.menu:hover
{
  color:#bf5b00;
  font-size:16px;
}

/* Die Titelzeile */
#title {
padding-top:15px;
height:63px;
color: #e2ac3b;
}

/* Das Menü */
#menu {
color:#e2ac3b;
text-align: center;
padding:10px 0px;
border-top:1px solid #e2ac3b;
clear:right;
}

/* Der Inhalt */
#content {
	height:90%;
	border:1px solid #ffffff;
	padding:5px;
	color:#5b110e;
	background-image: url(images/bg.png);
	background-repeat: repeat;
    overflow: auto;
}

/* Der Footer */
#footer {
	position: relative;
	text-align: right;
	font-size: smaller;
	color: #e2ac3b;
}
