/* CSS Document */

/* CSS Document */


/**************************************************************************
	General setup of Page
**************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif normal;
	font-size:10pt;
	line-height:1.3em;
}

img {
	border:none;
	margin:0;
	padding:0;
}

img.left {
	float:left;
	margin-right:1.5em;
}

a {
	text-decoration:none;
	color:#666666;
}

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

h1{
	font-size:150%;
	font-weight:bold;
	margin:0 0 0 0;
}

h2{
	font-size:115%;
	font-weight:bold;
	margin:0 0 0 0;
}

h3 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 0 0;
}

p{
	margin:0 0 1.2em 0;
}

p.footnote {
	font-style:italic;
	color:#9e9e9e;
	font-size:90%;
}

p.bildunterschrift {
	color:#9e9e9e;
	font-size:90%;
}

.anmerkung {
    font-style:italic;
	color:#9e9e9e;
	font-size:90%;
}

/**************************************************************************
	General picture in content-column definitions
**************************************************************************/
.pic_text_left{
	float:left;
	width:100%;
	margin:0 0 1em 0;
}

.pic_text_left .image {
	float:left;
	margin:0 1.5em 0 0;
}

.pic_text_left .image img {

}
.pic_text_left .image p {
	margin: 0.5em 0 0 0;
	color:#9e9e9e;
}

.pic_text_left>h2{
	margin-top:0;
}

.picline {
	float:left;
	margin:0.5em 0 0.5em 0;
	width:100%;
}

.picline div {
	float:left;
	margin:0 20px 0 0;
}

.picline div.fixed {
	width:110px;
	margin:0 15px 0 0;
}

.picline div img {
	margin-bottom:0.3em;
}

/* TXTformat ua. für FastenbegleiterInnen unter Fotos */

.picline div p {
	font-size: 85%;
	color:#B6B6B6;
}


/**************************************************************************
	Containers for the overall div elements
**************************************************************************/

#yellow, #blue {
	margin: 0 auto;
	text-align:center;
	padding:20px 0 0 0;
	width:16cm;
}

/**************************************************************************
	Header definition and substyles
**************************************************************************/

#header {
	float:left;
	color:#a7a7a7;
	margin-bottom:15px;
	width:100%;
}

#header * a {
	display:none;
}

 #header img#logo {
	margin:0 0 15px 0;
	float:left;
}

 #header #righttext {
	margin: 38px 0 0 0;
	padding:0;
	font-size:90%;
	float:left;
}


#header #headright {
	display:none;
}

 #colourline {
	display:none;
}

/**************************************************************************
	Banner-image definition and substyles
**************************************************************************/

#banner {
	display:none;
}

#trenner {
	display:none;
}

/**************************************************************************
	Main-Container
**************************************************************************/

#container {
	text-align:left;
	float:left;
	color:#000000;
	padding:35px 0 0 0;
	margin-bottom:15px;
	width:100%;
}

/**************************************************************************
	Navigation definition and substyles
**************************************************************************/

 #container #left {
	display:none;
}

/**************************************************************************
	Content-column definition and substyles
**************************************************************************/

 #container #content {
	width:auto;
	min-height:410px;
	margin:0 29px 25px 0 !important;
	margin:0 15px 25px 0
}

#container #content * img{
	border:#FFFFFF 3px solid;
}

#container #content * img.noborder{
	border:none;
}

 #container #content>p {
	margin-top:0;
}
 #container #content>h1 {
	margin-top:0;
}

 #container #content .audioplayer {
	float:left;
}

#container #content .navline {
	float:left;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:#818282 1px solid;
	width:100%;
}

#container #content .navline h2 {
	float:left;
}

#container #content .navline .navgroup {
	float:right;
}

#container #content .navline .navgroup .back a{
	background:url(../img/basis/arrow_back_filled_yellow.gif) center left no-repeat;
	padding:0 8px 0 15px;
	border-right:#e0e0e0 1px solid;
}

#container #content .navline .navgroup .forth a{
	background:url(../img/basis/arrow_filled_yellow.gif) center right no-repeat;
	padding: 0 15px 0 8px;
	border-left:#e0e0e0 1px solid;
}

#container #content .navline .navgroup .overview a{
	padding:0 8px 0 8px;
}

/**************************************************************************
	footer definition and substyles
**************************************************************************/

#footer {
	display:none;
}

#icon_flash_player {
	display:none;
}

#icon_adobe_reader {
	display:none;
}


/**************************************************************************
	Formular der Fastenbegleiter
**************************************************************************/

form#fasten {
}

form#fasten textarea,input.textinput {
	display:block;
	width:500px;
	background:#757575;
	border:#CCFF00 1px solid;
	margin-bottom:1em;
	padding:0 0.5em 0 0.5em;
	color:#e0e0e0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	overflow:auto;
}

form#fasten p.inputtext{
	color:#e5f53f;
	font-weight:bold;
	margin-bottom:0.3em;
}

form#fasten .picline .fixed p {
}

form#fasten input.submit {
	border:#CCFF00 1px solid;
	background:#757575;
	padding: 3px;
	color:#e0e0e0;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

form#fasten input.radio {
	display:block;
	float:left;
	margin-right:0.4em;
	margin-bottom:1em;
}


/**************************************************************************
	Overrides for yellow version of site
**************************************************************************/

#yellow * h1 {
	color:#000000;
}

#yellow * h2 {
	color:#000000;
}

#yellow * h3 {
	color:#000000;
}

#yellow em {
	color:#000000;
font-style: italic;
font-weight:normal;
}

#yellow #footer ul li a:hover {
	color:#000000;
}

#yellow #container #content * a {
	color:#000000;
}

#yellow #container #content * a:hover {
	text-decoration:underline;
}

#yellow #container #content .navline .navgroup * a{
	color:#000000;
}