/* ############################################################################################## */
/* slooten-startseite                                                                             */

/* ********************************************************************************************** */
/* file: ./all-content.css                                                                        */
#content ul.startpage,#content li.startpage {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li.startpage {
	float: left;
	margin-right: 30px;
	width: 220px;
}

div.startpage {
	font-weight: bold;
}

div.startpage li {
	background-image: url('../img/startpage-li-green.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-type: none;
	line-height: 1.25em;
	padding-left: 20px;
}

#startpage-left h1,#startpage-left h1 a {
	color: #e2001a;
}

#startpage-left li {
	background-image: url('../img/startpage-li-red.png');
}

#startpage-right h1,#startpage-right h1 a {
	color: #018000;
}

#startpage-right li {
	background-image: url('../img/startpage-li-green.png');
}

/* ********************************************************************************************** */
/* file: ./all-editor.css                                                                         */
* {
	margin: 0;
	padding: 0;
}

body,button,input,select,table,textarea {
	font-family: Arial;
}

body {
	font-size: 12px;
}

button,input,select,table,textarea {
	font-size: 1em;
}

body,a {
	color: #313131;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5,h6 {
	font-size: 0.9em;
}

/* ********************************************************************************************** */
/* file: ./all-layout-diashows.css                                                                */
#diashows ul,#diashows li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#diashows li {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	width: 510px;
}

#diashows li.firstChild {
	
}

#diashows li.lastChild {
	margin-right: 0;
}

#diashows div.diashow {
  overflow: hidden;
  position: relative;
}

#diashows div.diashow-mask {
	background-image: url('../img/startpage-mask.png');
	background-repeat: no-repeat;
	height: 271px;
	width: 1024px;
	position: absolute;
}

#diashow-left {
	margin-top: 50px;
}
#diashow-left div.diashow-mask {
  top: -227px;
  left: 0;
}
#diashow-right div.diashow-mask {
  top: -177px;
  left: -514px;
}

/* ********************************************************************************************** */
/* file: ./all-layout-flags.css                                                                   */
#flags ul,#flags li {
	list-style-image: none;
	list-style-type: none; margin : 0;
	padding: 0;
	margin: 0;
}

#flags li {
	float: left;
	margin-right: 16px;
}

#flags li.firstChild {
	
}

#flags li.lastChild {
	margin-right: 0;
}

#flags a {
	background-image: url('../img/startpage-flag-de-nl.gif');
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
	width: 44px;
}

a#flag-de {
	background-position: 0 0;
}

a#flag-nl {
	background-position: -44px 0;
}

/* ********************************************************************************************** */
/* file: ./all-layout.css                                                                         */
.clear {
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

#page {
  border-top: 27px solid #e2001a;
	margin: 0 auto;
	min-height: 560px;
	overflow-x: hidden;
	width: 1008px;
	position: relative;
}

#page-bg {
	background-image: url('../img/startpage-mask.png');
  background-repeat: no-repeat; 
  height: 271px;
  margin-left: -512px;
  width: 1024px;
  position: absolute;
  top: 0;
  left: 50%; 
  z-index: -1;
}

#body {
	padding: 16px 32px;
	position: relative;
}

#flags {
	position: absolute;
	right: 32px;
	top: 21px;
}

#footer {
	height: 300px;
	margin-left: -512px;
	width: 1024px;
	position: absolute;
	top: 177px;
	left: 50%;
	z-index: -1;
}

#logo {
	background-image: url('../img/startpage-logo-slooten.png');
	background-repeat: no-repeat;
  height: 93px;
  margin-left: -512px;
  outline: none;
  width: 1024px;
	position: absolute;
	top: 467px;
	left: 50%;
}

/* ********************************************************************************************** */
/* file: ./all-message.css                                                                        */
#system_message,.message-H,.message-W,.message-E {
	background-color: #fff;
	border: 1px solid #e2001a;
	line-height: 14px;
	padding: 3px;
	margin: 1em 0 10px 0;
}

.message-H div,.message-W div,.message-E div {
	margin: 0;
	padding: 0 0 0 20px;
}

.message-H div div,.message-W div div,.message-E div div {
	padding: 0;
}

.message-H { /* Hinweis*/
	
}

.message-W { /* Warnung*/
	
}

.message-E { /* ERROR */
	
}
