body { 
/*	background-color:#0C3A8D;	*/
	background: url(http://krogloth.de/alex/images/background.jpg)
}

#banner {
	width:800px;
	margin-top:10px;
	text-align:center; 
	margin-left:auto; margin-right:auto; }

#top {
	background: url(http://krogloth.de/alex/images/top.gif) top center no-repeat;
   width: 800px;
   margin-left:auto; margin-right:auto;
	margin-top:10px; 
	font-family: "Lucida Grande", Verdana, Sans-Serif;
   height: 21px;
   text-align: center;
   border-bottom: 1px solid #8C8C8C;
   overflow: hidden;
   color:#000000; font-weight:bold;  }

#root {
	background: url(http://krogloth.de/alex/images/root.gif) repeat-y #FFF;
	width: 800px;
	margin-left: auto; margin-right: auto;
	margin-bottom: 36px;
	text-align: left; }

#navigation {
   float: left;
   width: 200px;
   padding: 0 0 0 0;
   overflow: hidden; }
	
#content {
	width: 600px;
	overflow: hidden; }

#bottom {
   padding: 3px 10px 4px 10px;
   background: url(http://www.krogloth.de/alex/images/bottom.gif);
   clear: both;
   border-top: 1px solid #ccc;
   font-family: "Lucida Grande", Verdana, Sans-Serif;
   font-size: 11px;
   color: #808080;
   text-align: center;
   overflow: hidden; }

a:link, a:visited { color:#000080; font-weight:bold; text-decoration:none; }
a:hover { color:#0000FF; font-weight:bold; text-decoration:none;}
				
.body {
	margin: 5px 0 0 10px;
	padding: 10px 30px 6px 0;
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	font-size: 12px;
	/*text-align: justify;*/ }

h2 { font-size:14px; margin-top:20px; }
	
div.nav {
	margin: 10px 0 10px 0;
	padding: 0 20px 10px 10px;
	background: url(http://krogloth.de/alex/images/nav.gif) center bottom no-repeat; }
		
div.nav h2 {                                                                                                                                                    
   font-family: "Lucida Grande", Verdana, Sans-Serif;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 10px; }
		
div.nav h3 {
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px; }
					
div.menu {
	font-family: "lucida Grande", Verdana, Sans-Serif;
	font-size: 11px;
	color: #5B5B5B;
	padding-top:10px; 
	text-align: justify; }
					
a:link.nav, a:visited.nav { color:#000080; text-decoration: none; font-size:14px; font-weight:bold; display:block; }
a:hover.nav { color:#0000FF; text-decoration: none; font-size:14px; font-weight:bold;  }
a.tiny { font-size:12px; }
			
div.box { border-style: dotted; border-width:1px; padding:10px; border-color:#000000; margin-top:10px; text-align: justify; }

pre.scriptstyle { background-color: #DCDCDC; position:relative; left:10px; width:560px; }
pre { background-color: #DCDCDC; position:relative; left:10px; width:560px; }
code { background-color: #DCDCDC; }

span.email { font-weight:bold; } span.email span { display:none; }

a img { border-width:0px; padding:10px; }

img.webinterface { padding:10px; border-style: solid; border-width: 1px; border-color:#000000; }

hr { margin-top:20px; margin-bottom:20px; }

div.security { border-style: solid; border-width:2px; border-color:red; padding:10px; font-weight:bold; }

p.problem { font-weight:bold; color:red; }
p.solution { font-weight:bold; color:green; }

