/*
Dunkles gelb: #E0DA9E
Helles gelb #EDE9C4
Blau:	#08284E
*/

html,body{margin:0;padding:0}

body {
	color: black;
	background-color: white;
	font-size: 13px;
	font-family: Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 17px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}


/* darin lÃÂÃÂ¤uft alles ab */
div#Seite {
	background-image: url(../img/hintergrund.gif);
	background-repeat: repeat-y;
	text-align:left;
	width: 980px;
	margin: 0 auto;
	}

/* Kopfzeile */
div#header {
	width: 980px;
	height: 170px;
	}

div#textPic {
	width: 195px;
	height: 170px;
	float: left;
	}

div#mainPic {
	height:170px;
	width: 785px;
	float: left;
	}

/* Inhaltsbereiche */
div#contentR {
	float:right;
	width: 785px;
	min-height: 350px;
	}

div#content {
	margin: 20px 20px 0;
	padding: 0;
	}

div#contentL{
	float:left;
	width: 190px;
	margin-top: 32px;
	}

div#subContent {
	margin: 10px;
	padding: 0;
	}

div#main-menu {
	width: 785px;
	background-color: #E0DA9E;
	}


/* Abschliessende Zeile */
div#footer a:link,
div#footer a:visited {
	text-decoration: none;
	}

div#footer a:hover,
div#footer a:active
	{
	text-decoration: underline;
	}

div#footer{
	clear:both;
	width:980px;
	text-align: left;
	}

div#lang {
	background-image: url(../img/ASH_logo-blau.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
	float: left;
	padding-top: 50px;
	padding-bottom: 5px;
	text-align: center;
	}

div#rootline_wrap {
	background-color: #e0da9e;
	width: 640px;
	float: left;
	margin-top: 45px;
	height: 40px;
	}

div#rootline {
	margin-top: 10px;
	margin-left: 20px;
	}

div#area_wrap {
	background-color: #e0da9e;
	width: 150px;
	float: left;
	margin-top: 45px;
	height: 40px;
	}

div#area {
	margin-top: 10px;
	margin-left: 10px;
	}


.clear {
	clear:both;
	}



/* Content */
/* Linkereien  Hauptbereich */
a:link {
	color: black;
	text-decoration: underline;
	}

a:visited {
	color: black ;
	text-decoration: none;
	}

a:hover {
	color: #08284e ;
	text-decoration: none;
	}

a:active {
	color: #08284e ;
	text-decoration: none;
	}

/* Linke Spalte */
#contentL a:link {
	color: #E0DA9E;
	text-decoration: none;
	}

#contentL a:visited {
	color: #E0DA9E;
	text-decoration: none;
	}

#contentL a:hover {
	color: #EDE9C4;
	text-decoration: none;
	}

#contentL a:active {
	color: #EDE9C4;
	text-decoration: none;
	}

/* Ueberschriften */
.csc-header  {
	}

h1 {
	font-size: 15px;
	color: black;
	text-transform: uppercase;
	margin: 20px 0 10px;
	}

#contentL h1 {
	font-size: 15px;
	color: #EDE9C4;
	margin: 20px 0 10px;
	text-align: center;
	}

.csc-textpicHeader {
	margin-bottom: 15px;
	}

 /* Texte */
#contentR p.bodytext {
	text-align: justify;
	}

#contentRs div {
	text-align: left;
	}

#contentL p.bodytext,
#contentL ol,
#contentL ul,
#contentL li,
#contentL div {
	color:  #ede9c4;
	text-align: left;
	}

#contentL img {
	margin-bottom: 20px;
	}

ul {
	margin: 0;
	padding: 0 0 0 15px;
	}

li {
	margin: 0;
	padding: 0 0 0 15px;
}

/* bildunterschriften */
.csc-textpic-caption {
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	margin: 0 15px 0 0;
	}

/* Tabellen */
table.contenttable {
	border-color: #EDE9C4;
	border-width: 1px;
	border-style: solid;
	background-color: #08284E;
	width: 100%;
	}

/* Zellen immer */
.contenttable td {
	margin: 0;
	padding: 4px;
	}

/* Layout normal */
/* 1.spalte dunkelgelb */
.contenttable-0 .tr-0, .contenttable-1 .tr-0 {
/*	font-weight: bold; */
	}

.contenttable-0 tr p, .contenttable-1 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-0 .tr-even, .contenttable-1 .tr-even {
	background-color: #EDE9C4;
	}

.contenttable-0 .tr-odd, .contenttable-1 .tr-odd {
	background-color:  #EDE9C4;
	}

	/* Erste spalte */
.contenttable-0 .td-0 {
	background-color: #E0DA9E;
	width: auto;
	}

.contenttable-0 .td-1,
.contenttable-0 .td-2,
.contenttable-0 .td-3,
.contenttable-0 .td-4,
.contenttable-0 .td-5,
.contenttable-0 .td-last {
	width: 100px;
	text-align: center;
	}

 /* Layout 1 */
 /* Alle Zellen gleiche Farbe */
.contenttable-1 td {
	table-layout: auto;
	text-align: center;
	width: 50%;
	background-color: #E0DA9E;
	}

.contenttable-1 .td-0 {
	}

/* Formulare */
form label {
/* border: 1px solid green; */
}


/* Admin Panel */
body > form {
	text-align: left;
	}
	
/*
Dunkles gelb: #E0DA9E
Helles gelb #EDE9C4
Blau:	#08284E
*/




