/*
 * Stylesheet Avela
 *
 * Datum: 8. Mai 2007
 *
 * Autor: Jochen Brenner
 */

/* Remove padding and margin */

* {
    margin: 0;
    padding: 0; 
}

html {
	font-size: 100%;
	overflow: auto;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

body {
    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    color: #000;    
    background-color: #666;
    overflow: auto;
}

img {
    border: 0; 
}

h1 {
    font-size: 1.8em;
}
    
h2 {
    font-size: 1.4em;    
}
    
h3 {
    font-size: 1.2em;
}
    
h4 {
    font-size: 0.8em;    
}
    
h5 {
    font-size: 0.6em;    
}
    
p {
    font-size: 1.2em;  
    padding-bottom: 1.2em;
}

input, select {
	font-size: 1.0em;
}

li, li li, blockquote {
	font-size: 1.0em;
}

a {
	color: #fff;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	height: 4.5em;
}

#header #logo {
	float: right;
	width: 99px;
	height: 4.5em;
}

#header #name {
	float: left;
	height: 4.5em;
}

#header #name h1 {
	white-space: nowrap;
	margin: 0.5em 0 0 1em;
	color: #fff;
}

/* Navigation
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	border-top: 0.1em solid #e0e0e0;
	padding: 1.4em 1em 1.8em 2em;
	color: #fff;
}

#footer a {
	color: #666;
}


/* Homepage
-----------------------------------------------------------------------------*/

/* Der Content
-----------------------------------------------------------------------------*/

#content {
	background-color: #9a9a9a;
	height: 450px;
	white-space: nowrap;
	overflow: auto;
}

#content .in {
	display: block;
	margin: 14px 2em 0 1em;
}

#content img {
	display: inline;
	margin: 0 0 0 1em;
}

#content div#start {
	display: inline;
	height: 400px;
	width: 1px;
	overflow: hidden;
}

#content div#start a {
	display: inline;
	position: relative;
	left: -20px;
	width: 20px;
}

#content div#end {
	display: inline;
	height: 400px;
	padding: 0;
}
#content div#end a {
	margin: 0 1.5em 0 1em;
	vertical-align: top;
}
#content div#end a img {
	margin: 0;
}

#content div#end a:hover {
	background-color: #fff;
}

/* Tables
-----------------------------------------------------------------------------*/

table {
    font-size: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    font-size: 1.0em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

td p {
	padding-right: 1.5em;
}

th {
    font-size: 1.2em;
    text-align: left;
    width: 23em;
    vertical-align: top;
}