body {
	margin: 0px; 
	color: #000;
	font-family: trebuchet;
	font-size: 12px;}

#ram {
	background: #fff;
	margin: 10px auto;
	text-align: left;
	width: 700px;
	padding: 0px 15px;
}

h1#header {
	height: 90px;
	background: url('logo.jpg') left no-repeat;
	border: none;
	padding: 13px 0px 0px 115px;
	color: #4d5496;
	margin: 0px;
}

#header small{
	display: block;
	font-size: 0.4em;
	margin: 0px;
	color: #000;
	padding-left: 15px;
}


#navigation {
	margin: 15px 0px 15px;
}

.second{ background-color: #F8FAF1;}


/* ---------------------------------- Links ---------------------------------- */

A {
	color: #000; 
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	color: #ccc; 
	font-weight: normal;
	text-decoration: none;
}

A:hover, A:active {
	color: #ccc; 
	text-decoration: underline;
}

/* ---------------------------------- Seitennavigation ---------------------------------- */

#navigation A {
	border: 1px solid #efe2d7;
	padding: 4px 7px;
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}

#navigation A:visited {
	color: #000; 
	font-weight: normal;
	text-decoration: none;
}

#navigation A:hover, #navigation A:active {
	border: 1px solid #4d5496;
	color: #000; 
	text-decoration: none;
}

.pages, .current {
	border: 1px solid #efe2d7;
	padding: 4px 7px;
	color: #4d5496; 
}

/* ---------------------------------- 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: #4d5496;
}

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 #efe2d7;
	padding: 8px;
}

legend{
	font-size: 1.4em;
	color: #4d5496;
}

#login_form fieldset{
	width: 425px;
}

#login_form input{
	width: 200px;
}

#login_form input.button {
	width: 120px;
}

#setup_form input.button{
	width: 238px;
}

/* ----------------------------- Sonstiges ---------------------------- */

.error{
	padding: 5px;
	border: 3px solid #ccc;
}

.line{
	padding: 5px;
	border-bottom: 1px solid #EEE; 
}

img { 
	border: 5px solid #EEE; 
}

img:hover { 
	border: 5px solid #4d5496; 
}

hr { border: 1px solid #EEE;}

p,td {
	line-height: 1.5em;
	margin: 1.2em 10px;
}

.tab{
	border: 1px solid #EEE;
}
.tab td, .tab th{
	border: 1px solid #EEE;
}

input {
	height: 18px; 
	margin: 0px 0px 3px 0px;
}

textarea {
	padding: 2px;
	border: 1px solid #efe2d7;
}

textarea:hover, textarea:active, textarea:focus {
	border: 1px solid #4d5496;
	color: #000;
}
