/*==============================================================
 *
 *  NeXT.css
 *
 *  Everything is so square... and gray.
 *  Try to get some real design to a webpage.
 *
 *  $Id: NeXT.css,v 1.3 2006/02/22 17:53:40 arwagner Exp $
 *
 *  Last change: <Tue, 2006/04/04 13:33:55 arwagner wubi101>
 *
 *  Author     : Alexander Wagner
 *  Language   : HTML CSS
 *
 *----------------------------------------------------------------
 *
 *    Copyright (C) 2006 by Alexander Wagner
 *
 *    This is free software; you can redistribute it and/or modify it
 *    under the terms of the GNU Genereal Public License as published
 *    by the Free Software Foundation; either version 2, or (at your
 *    option) any later version.
 *
 *    This program is distributed in the hope that it will be usefull,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 *    General Public License for more details.
 *
 *    You should have recieved a copy of the GNU General Public 
 *    License along with this program; if not, write to the 
 *    Free Software Foundation Inc., 675 Mass Ave, Cambridge, MA 
 *    02139, USA.
 *
 *==============================================================
 */

a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom: 1px dotted #787878;
}
a:visited {
	text-decoration: none;
	font-style:italic;
	color: black;
	border-bottom: 1px dotted #787878;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: black;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

a:link.hlink { color:#FFFFFF }
a:visited.hlink {
	text-decoration: none;
	font-style:italic;
	color: #FFFFFF;
}
a:hover.hlink {  
	color: #FFFFFF;
	background-color: black;
}

body {
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	background-color: #b0b0b0; 
}

a,li,body,table {
	font-family: Verdana,sans-serif;
	font-size: 100%;
}

b {
	font-weight: bold;
}

i {
	font-style:italic;
}

h1 {
	text-decoration:none;
	font-family: Verdana,sans-serif;
	font-size: 250%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #407090;
	left: 0;
	top: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid black;
	text-align: center;
	border-top: 1px solid black;
	color: #a0d0e0;
}
h2 {
	text-decoration: none;
	font-family: Verdana,sans-serif;
	font-size: 200%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #407090;
	border: 10px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	text-align: center;
}
h3 {
	font-family: Verdana,sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #407090;
	margin: 0;
	width: 100%;
	border: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}
h4 {
	font-family: Verdana,sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #407090;
	margin: 0;
	width: 100%;
	border: 10px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}
h5 {
	font-family: Verdana,sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #407090;
	margin: 0;
	width: 100%;
	border: 10px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

div.indented{
	font-family: "Courier New",monospace;
   background: #b0b0b0;
   margin: 2%;
   width: 80%;
	border-top: 1px solid gray; 
	border-bottom: 1px solid gray;
   text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 5em;
}

div.inpre{
	background: #b0b0b0;
	margin: 2%;
	width: 80%;
	border-top: 1px solid gray; 
	border-bottom: 1px solid gray;
	text-align: left;
	color: black;
}

div.update{
background: #407090;
margin: 0;
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: right;
color: #a0d0e0;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

div.main {
 margin: 10px;
 background-color: #b0b0b0;
}

.table { 
background-color: #b0b0b0;
}

.menu {
	background: #a0a0a0;
	border: 1px solid black;
}

.oddline {
	background-color: #eff3c6;
}

.evenline {
	background-color: #f7f7de;
}
