body 
{
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	background-image:url(Bilder/gradblur.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p  {margin-top:0px;
    text-indent: 5px;
	line-height: 12px}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:35px;
 text-indent:5px;
}

pre
{
	font-size:12px;
	color:#666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}

/* Die Titelzeile */
#logo {
	height:30px;
	padding:5px;
	text-align:center;
	background-color:#5F5F5F;	
}


#bildbox {
	margin:10px auto;
	padding:5px;
	text-align:left;
	font-style: normal;
	background-image: url(Bilder/bildbox_hg.gif);
	height:155px;
}
/* Das Menü */
#menu {
	color:#ffffff;
	text-align:center;
	padding:10px 0px;
	margin-bottom:40px;
	background-image: url(Bilder/gradblur.gif);
	margin-top: 10px;
}
/* Der Inhalt */
#content {
	background-color:#004455;
	padding:15px;
	background-image: url(Bilder/seitenlayout.gif);
}

#unten {
	background-image: url(Bilder/schatten_unten.gif);
	height: 8px;
	width: 760px;
}