/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2009 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/***** You can put your own style stuff here in this file 

       For questions see www.phpcomasy.com *****/





/********************************* General styles ******************************/

#phpcomasy {

	background: #c5d099;

}

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font: 13px/21px Trebuchet MS, Helvetica, Verdana;
}

/*******************************************************************************/





/************************************ Basic ************************************/

div#accessibility_helper {
    float: right;
    width: 40px;
    text-align: right;
}
div#accessibility_helper a {
    text-decoration: none;
}


div#container {

	width: 848px;
	margin: 65px auto 0px auto;

	text-align: left;

}



div#header {

	background: #006bac;

	height: 115px;

	vertical-align: bottom;

}


div#inline_container {
    background: white url(../img/leben_im_alter.jpg) bottom right no-repeat;
    padding-bottom: 45px;
}


div#footer {
    padding: 4px 0px 12px 0px;

	font-size: 12px;
	text-align: right;

}

div#footer a {

	font-size: 12px;
	text-decoration: none;

}

/*******************************************************************************/




/* wraps and page ressources --------------------------------------------------- */
div#content div.page-ressource-container {
	padding: 0;
	border: 1px solid #fff;
}
div#content .page-ressource-container:hover {
	border-color: #fff;
}
.page-ressource-background {
  display: block;
  background: #fff;
	border: none;
}
.page-ressource-link {
	border: none;
}
div.page-ressource-subtitle {
	display:none;
}
.form_error label {
  color: #ADB578;
  font-weight: bold;
}
.message img {
  display: none;
}
.message {
  border: 1px solid #ADB578;
  background: #ebedda none;
  color: #959d5d;
}
