/*
Print - Stylesheet
*/

/*
* 0. Grundlegende Deklarationen 
*/


html {
	height: 100.1%;
	width: 100%;
}
	
body {
	background-color: #FFFFFF;
	color: #2e2e2e;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:  12px;
	height: 100.1%;
	margin: 0;
	padding:0;
	width: 100%;
}

/*
* 1. Allgemeingültige Element-Formatierungen
*/

input {
   font-family: verdana,arial,helvetica,sans-serif;
}

h1 {
  color: #C00004;
  font-size: 20px;
  font-weight: normal;
}

h2 {
  background-color: #f4f3ef;
  font-size: 12px;
  font-weight: normal;
	padding: 2px;
	padding-left: 4px;
}

h3 {
  color: #C00004;
  font-size: 14px;
}


img {
	border: 0px;
	display: block;
}

a {
  color: #C00004;
}

a:hover {
  color: #C00004;
}

/*
* 2. Allgemeingültige Klassen-Angaben
*/

/*
* 3. IDs (von oben nach unten)
* ---
*/
#wrapper {
  margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 998px;
}

/*
* 3. IDs (von oben nach unten)
* ---
* 3.1 Header
*/

#header a {
  color: #FFF;
  text-decoration: none;
}

#header #logo {
  display: none;
}


#header #headimage {
  display: none;
}

#header #headimage #headerlink {
  display: none;
}

#header #MalteserLogo {
  left: 0px;
  position: relative;
  top: 0px;
}


#breadcrumb {
 display: none;
}



#col1 {
  display: none;
}

/*
* 3. IDs (von oben nach unten)
* ---
* 3.2 Content Mitte
*/

#col2 {
  float: left;
  line-height: 140%;
  margin-left: 25px;
  width: 590px;
}

.bigContent #col2 {
  width: 789px;
}


/*
* 3. IDs (von oben nach unten)
* ---
* 3.3 Content Rand
*/

#col3 {
  display: none;
}


/*
* 3. IDs (von oben nach unten)
* ---
* 3.4 Footer
*/

#footer {
  display: none;
}

.bigContent #footer {
  width: 789px !important;
}


/*
* 3. IDs (von oben nach unten)
* ---
* 3.5 Bildunterschriften
*/

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption 
{
	background:#D2CFC2 none repeat scroll 0 0;
	font-size:10px;
	margin:0;
	padding-left:3px;
	padding-right:3px;
}

p.csc-caption {
  margin-top: 0;
}

/*
* 4. Spezielle Elemente
* ---
* 4.1 Newsarchiv
*/
.newsarchiv_teaser {
	height: 95px;
	padding-bottom: 5px;
}

.newsarchiv_teaser .pic{
	float: left;
	width: 160px;
}

.newsarchiv_teaser .Text{
	float: left;
}

.newsarchiv_teaser .pic .border {
	height: 95px;
}

.pagenav .act {
	font-weight: bold;
}

/*
* 4. Spezielle Elemente
* ---
* 4.2 2-Spaltiger Inhalt
*/

.sp_2content_left {
  float: left;
  margin-right: 10px;
  width: 290px;
}

.sp_2content_right {
  float:left;
  width: 290px;
}


/*
* 4. Spezielle Angaben
* 4.3 Gallery
*/

.tx-chgallery-pi1 .pagebrowser .text {
  height: auto;
  padding-bottom: 5px;
}

.imageGallery {
	margin-top: 5px;
}

.tx-chgallery-pi1 .singleNew {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 182px;
}

.tx-chgallery-pi1 .singleNew span{
  display: none;
}

.tx-chgallery-pi1 .singleNew .img {
	border: 1px solid #DBDBDB;
	height: 158px;
	padding: 5px;
	width: 175px;
}

.tx-chgallery-pi1 .singleNew .img .align {
	display: block;
	text-align: center;
}

/*
* 4. Spezielle Angaben
* 4.3 Kontaktformular
*/


fieldset {
  border: 1px dotted;
  margin-bottom: 10px;
  padding: 8px;
}

fieldset legend {
  background-color: #FFF;
  color: #C00004;
  font-weight: bold;
}
fieldset label {
 display: block;
}

fieldset input{
  width: 400px;
}

fieldset textarea{
  width: 400px;
  height: 80px;
}

.tx_powermail_pi1_fieldwrap_html {
  margin-bottom: 12px;
}

.powermail_captcha {
  margin-top: 10px;
}

.powermail_submit {
  width: auto;
}

