/*
	© Layout & Code by Alice-Grafixx.de
*/

body {
	margin: 0px; 
	color: #777;
	background: #B5B5B5;
	font: normal 12px Arial, Verdana, sans-serif;
}

#ram {
	background: #fff;
	border: 3px solid #EEE;
	margin: 10px auto;
	text-align: left;
	width: 700px;
	padding: 0px 15px;
}

h1#header {
	height: 80px;
	background: url('logo.jpg') 0px 10px no-repeat;
	border: none;
	padding: 14px 0px 0px 65px;
	margin: 0px;
	font-size: 2.8em;
	color: #79B460;
	margin: 0px;
}

	#header small{
		display: block;
		font-size: 0.4em;
		margin: -5px 0px 0px;
		color: #777;
		padding-left: 0px;
	}


#navigation {
	margin: 15px 0px 15px;
}

.second{ background-color: #F8FAF1;}

/* ----------------------------------  Menu ---------------------------------- */

ul#navi {
    margin: 0px 0px 18px; 
    padding: 10px 0px 5px 15px;
	font: bold 13px Verdana, sans-serif; 
	text-align: left;
}

ul#navi li {
    line-height: 16px;
    list-style: none;
    display: inline;
    margin: 0px; 
    padding: 0px;
}

ul#navi a {
	margin: 0px 0px 0px -4px;
    padding: 4px 10px;
    text-decoration: none; 
    color: #79B460; 
    font-weight: bold;
   	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

ul#navi a.start{
	border-left: 0px solid #eee;
}

* html ul#navi a {
    width: 1em;    /* fuer IE 5.0x  */
    w/idth: auto;  /* fuer IE 6 */
}

ul#navi a:visited {
	color: #79B460;
	text-decoration: underline;
}

ul#navi a:hover, ul#navi a:active {
    color: #fff; 
    background-color: #C0D786;
	text-decoration: none;
}


/* ---------------------------------- Links ---------------------------------- */

A {
	color: #79B460; 
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #5C85BB; 
	font-weight: bold;
	text-decoration: none;
}

A:hover, A:active {
	color: #777; 
	font-weight: bold;
	text-decoration: none;
}

	#footer A, #footer A:visited, #footer A:hover { font-weight: normal; }
	
/* ---------------------------------- Seitennavigation ---------------------------------- */

#navigation A {
	border: 1px solid #B5B5B5;
	padding: 4px 7px;
	color: #777; 
	font-weight: bold;
	text-decoration: none;
}

#navigation A:visited {
	color: #79B460; 
	font-weight: normal;
	text-decoration: none;
}

#navigation A:hover, #navigation A:active {
	border: 1px solid #79B460;
	background: #C9DC98;
	color: #fff; 
	text-decoration: none;
}

.pages, .current {
	border: 1px solid #B5B5B5;
	padding: 4px 7px;
	color: #79B460; 
}

/* ---------------------------------- Headlines ---------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	font-family: 'Century Gothic', Tahoma, Verdana, Sans-serif;
	border-bottom: 1px dotted #DDD;
	font-weight: normal;
	text-align: left;
	color: #79B460;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	text-decoration: none;
}

h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.3em;
}

h3{
	margin: 35px 0px 10px;
	border-bottom: none;
	border-top: 1px dotted #DDD;
	font-size: 1.2em;
}

/* ----------------------------- Login ---------------------------- */

fieldset{
	margin: 0px auto;
	border: 1px solid #B5B5B5;
	padding: 8px;
}

legend{
	font-size: 1.4em;
	color: #5C85BB;
}

#login_form fieldset{
	width: 425px;
}

#login_form input{
	width: 200px;
}

#login_form input.button {
	width: 120px;
}

#setup_form input.button{
	width: 238px;
}
/* ----------------------------- Sonstiges ---------------------------- */

img { 
	border: 5px solid #EEE; 
}

img:hover { 
	border: 5px solid #79B460; 
}

hr { border: 1px solid #EEE;}

p,td {
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 10px;
}

.tab{
	border: 1px solid #EEE;
}
.tab td, .tab th{
	border: 1px solid #EEE;
}

.button{
	border: 1px solid #B5B8BB;
	padding: 3px 12px;
	height: 22px;
}

input {
	color: #79B460; 
	background: #F4F4F4;
	border: 1px solid #B5B5B5;
	font-size: 0.9em;
	height: 18px; 
	margin: 2px 0px 3px 0px;
}

textarea {
	padding: 2px;
	color: #79B460; 
	font-family: verdana, tahoma, sans-serif;
	font-size: 0.9em;
	background: #F4F4F4;
	border: 1px solid #B5B5B5;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus {
	border: 1px solid #79B460;
	color: #5C85BB;
}