/*******************************************************************************************
* Projekt: Teddystiftung
* Web: 
* Datei: screen.css
* Media: screen, projection 
* 
* Datum: 
* Autor: Katharina hirsch 
* Mail:  kontakt@webandbreakfast.de
* Web:   http://www.webandbreakfast.de
* ------------------------------------------------------------------------------------------ 
*                                 
* =0 AUFBAU:
* 1. Allgemeine Formatierungen (--> spezielle Formatierungen bei 3+4)
* 	11. *, body, html
*	12. Ueberschriften
*	13. Text (p, strong, em, cite, address,...)
*	14. Listen (ul, ol, dl)
*	15. Links
*	16. Formularelemente
*	17. Tabellen
*	18. Sonstiges (hr,...)
* 2. Hilfsklassen (floats, clearer, unsichtbar,...)
* 3. Layoutbereiche und deren Inhalte
*	31. Grundaufbau (Layout der Seite)
*	32. Header
*	33. Navi
*	34. Content
*	35. Footer
*	36. Sonstige
* 4. Spezielle Seiten
*
*******************************************************************************************/
/****************************************************************************************
	=1. Allgemeine Formatierungen (--> spezielle Formatierungen bei 3+4)
*****************************************************************************************/
/*	=11 *,HTML, BODY */
* {
	margin: 0; /* Rueckstellung von Abstaenden */
	padding: 0;
}

html {
	height: 100%; 
	margin-bottom: 1px; /* In Firefox Scrollbalken erzwingen */
}

body {
	background: #fff url(../images/bg_body.gif) repeat;
	color: #000;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

img {
	border: none;
}

/*	=12 UEBERSCHRIFTEN */


/*	=13 TEXTE (p, strong, em, cite, address,...) */

#content p {
	margin-bottom: 1em;
}


/*	=14 LISTEN (ul, ol, dl) */

#content ul {
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content ul.bullet li {
	background: transparent url(../images/liBullet.gif) no-repeat left center;
	padding-left: 13px;
}

#content dl {
	margin: 0 15px;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
}

/*	=15 LINKS */

a:focus {
	outline: none !important;
}

#content a {
	color: #309;
	text-decoration: none;
	border-bottom: 1px solid #309;
}

#content a:hover, #content a:focus {
	outline: none;
	border-bottom-style: dashed;
}

#content a:visited {
	color: #999;
	border-bottom-color: #999;
}

#content p#artikelnav a:visited {
	color: #309;
	border-bottom-color: #309;
}

p.more a {
	background: transparent url(../images/bga2.gif) no-repeat left center;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
}

a.pdf {
	background: transparent url(../images/pdf.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}

a.top {
	text-decoration: none;
	border-bottom: none !important;
}

a.arrow, #content ul a {
	background: transparent url(../images/bga.gif) no-repeat left center;
	padding-left: 13px;
	text-decoration: none;
}

a.arrow:visited, #content ul a:visited {
	background-image: url(../images/bgavis.gif);
}

#content a.extern {
	background: transparent url(../images/bgaext.gif) no-repeat left center !important;
	padding-left: 13px;
	text-decoration: none;
}

#content a.extern:visited {
	background-image: url(../images/bgaextvis.gif) !important;
}

#content ul.bullet a {
	background: none;
	padding-left: 0;
}

#page4 #content p a, #page6 #content p a, #page31 #content p a, #page3 #content p a, #page28 #content p a {
	background: transparent url(../images/bga.gif) no-repeat left center;
	padding-left: 13px;
	text-decoration: none;
}

#page4 #content p a:visited, #page6 #content p a:visited, #page31 #content p a:visited, #page3 #content p a:visited, #page28 #content p a:visited {
	background-image: url(../images/bgavis.gif);
}

#footer a:hover, #footer a:focus {
	outline: none;
	text-decoration: underline;
}

#breadcrumb a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#breadcrumb a:hover, #breadcrumb a:focus {
	border-bottom-style: dashed;
}

/*	=16 FORMULARELEMENTE */

form {
	width: 80%;
}

input {
	width: 22em;
	padding: 2px;
	background-color: #e0e0e0;
}

input#captcha {
	width: 4em;
}

input#name, input#email, input#captcha {
	border: 1px solid #999;
}

input#name:focus, input#email:focus, input#captcha:focus {
	border-color: #6e6e6e;
}

input.senden {
	width: auto;
	padding: 2px 5px;
}

textarea {
   width: 23em;
	border: 1px solid #999;
	padding: 2px;
	background-color: #e0e0e0;
}

textarea:focus {
	border-color: #6e6e6e;
}

label {
	font-weight: bold;
	display: block;
}

/*	=17 TABELLEN */

/* =18 SONSTIGES */




/****************************************************************************************
	=2. Hilfsklassen
*****************************************************************************************/
 ul#skipnavi {
 	list-style-type: none;
 }
 
.unsichtbar, ul#skipnavi a {
	width: 0;
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
}

ul#skipnavi a:focus {
	width: auto !important;
	background-color: #ca0000 !important;
	background-image: none !important;
	color: #fff !important;
	font-weight: bold !important;
	line-height: 1.4em !important;
	text-decoration: underline !important;
	height: 1.4em !important;
	left: -2px !important;
	top: -2em !important;
	z-index: 10 !important;
	padding: 3px;
	outline: none;
}

.clearer {
	clear: both;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	font-size: 0px !important;
	height: 0 !important;
}

.clear {
	overflow: hidden;
	margin-bottom: 1em !important;
	padding-bottom: 10px;
}

#page3 div.clear, #page6 div.clear, #page28 div.clear, #page49 div.clear {
	border-bottom: 1px dashed #999;
}

#page49 div.clear {
	padding-bottom: 1em;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.center {
	text-align: center;
}

#breadcrumb {
	margin-left: 258px;
	margin-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #2e2e2e;
}

div.image {
	margin-left: 15px;
	padding-top: 3px;
	text-align: center;
}

div.image p {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.text100 {
	margin-left: 110px;
}

.text150 {
	margin-left: 160px;
}

.text200 {
	margin-left: 210px;
}

.text250 {
	margin-left: 260px;
}

.trenner {
	border-bottom: 1px dashed #999;
	padding-bottom: 1em !important;
}

.trennertop {
	border-top: 1px dashed #999;
	padding-top: 1em !important;
}

p.more {
	margin-top: 5px;
}

.abstandoben {
	margin-top: 1em;
}

/****************************************************************************************
	=3 LAYOUTBEREICHE UND DEREN INHALTE (keien allg. Formatierungen -->1)
*****************************************************************************************/
 
/*	=31 GRUNDAUFBAU */

#wrapper {
	font-size: 75%;
	background-color: #ca0000;
	color: #2e2e2e;
	width: 760px;
	padding: 0 15px;
	margin: 2em auto 15px auto;
	border: 2px solid #999;
	position: relative;
}

#nav {
	background-color: #fff;
	margin: 0 -15px;
	padding: 12px 15px 8px 15px;
	border-bottom: 5px solid #f93;
	text-align: right;
	color: #309;
	font-size: 0.9em;
	font-weight: bold;
}

#header {
	background-color: #fff;
	height: 80px;
	padding: 15px;
	margin: 0 -15px;
	position: relative;
}

#content {
	width: 500px;
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	background-color: #f7f7f7;
	line-height: 1.4em;
	border: 1px solid #999;
}

#column {
	width: 245px;
	float: left;
	background-color: #ca0000;
	margin-top: 10px;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#footer {
	clear: both;
	padding: 10px 15px;
	background-color: #fff;
	color: #2e2e2e;
	border-top: 5px solid #f93;
	margin: 15px -15px 0 -15px;
}

/*	=32 HEADER */

#header img {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header h1 {
	width: 530px;
	height: 83px;
	position: absolute;
	top: 5px;
	right: 0;
	background: #fff url(../images/bg_h1.gif) no-repeat;
	text-indent: -999em;
}

/*	=33 NAVI */

#nav ul {
	list-style-type: none;
	text-transform: uppercase;
}

#nav li {
	display: inline;
	margin-left: 10px;
}

#nav li a {
	color: #309;
	text-decoration: none;
}

#nav li a:hover, #nav li a:focus {
	text-decoration: underline;
	outline: none;
}

#nav a.current {
	background: transparent url(../images/zeiger.gif) no-repeat bottom center;
	padding-bottom: 8px;
}



/* Unternavi Seitenspalte */

ul#sub {
	list-style-type: none;
	margin-bottom: 1em;
}

ul#sub li {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	background: transparent url(../images/bulletwhite.gif) no-repeat left center;
	padding-left: 14px;
}

ul#sub a {
	text-decoration: none !important;
	border-bottom: none !important;
}

ul#sub a:focus, ul#sub a:hover {
	text-decoration: underline !important;
}

ul#sub li.active a {
	text-decoration: underline !important;
}

/*	=34 CONTENT */

#content h2 {
	color: #ca0000;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 15px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

#content h3 {
	color: #f93;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 15px;
	margin-bottom: 5px;
}

#content h6 {
	font-size: 0.8em;
	color: #2e2e2e;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
}

#content p {
	padding: 0 15px;
}

p#backtop {
	padding: 10px 15px 0 15px !important;
	margin: 10px 0;
	border-top: 1px dashed #999;
}

#page40 p#backtop, #page3 p#backtop, #page6 p#backtop, #page28 p#backtop, #page49 p#backtop, #page1 p#backtop {
	border-top: none;
	padding-top: 0 !important;
}

p#artikelnav {
	padding: 0 15px 10px 15px !important;
	border-bottom: 1px dashed #999;
}

p#backtop a {
	background: transparent url(../images/top.gif) no-repeat left center !important;
	padding-left: 13px !important;
	color: #309;
	text-decoration: none;
	border-bottom: none;
}

p#backtop a:hover, p#backtop a:focus {
	border-bottom: 1px dashed #309;
}

/*	=35 FOOTER */

#footer a {
	color: #2e2e2e;
	text-decoration: none;
}

/*	=36 SONSTIGE */ 


/****************************************************************************************
	=4 SPEZIELLE SEITEN
*****************************************************************************************/

/* Seitenspalte */

div.teaser, p.teaser {
	border-bottom: 1px dashed #f93;
	border-top: 1px dashed #f93;
	margin-top: -1px;
	padding: 10px 0;
}

#column h3 {
	font-size: 1.2em;
	color: #f93;
	font-weight: bold;
	margin-bottom: 5px;
}

#column p.abstandunten {
	margin-bottom: 10px;
}

#column a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#column a:focus, #column a:hover {
	border-bottom-style: dashed;
	text-decoration: none;
}

#column .teaser a:visited {
	color: #2e2e2e;
	border-bottom-color: #2e2e2e;
}

#column p.more a:visited {
	background-image: url(../images/bga2vis.gif);
}

div.teaser ul {
	list-style-type: none;
}

div.teaser dt {
	font-weight: bold;
}

div.teaser dd {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Einsatzberichte */

#page40 blockquote {
	font-style: italic;
}

/* Terminübersicht */

table.eventlist {
	margin: 0 15px 1.5em 15px;
	width: 99%;
}

table.eventlist td {
	vertical-align: top;
}

.eventlist th {
	text-align: left;
}

th.date {
	width: 9em;
	padding-right: 10px;
}

th.title {
	width: auto;
	padding-right: 10px;
}

th.town {
	width: 10em;
}

dl#eventdetail {
	overflow: hidden;
}

dl#eventdetail dt {
	width: 7em;
	clear: left;
	float: left;
}

dl#eventdetail dd {
	float: left;
	margin-left: 0;
}

dl#eventdetail dd p {
	padding: 0;
	margin-bottom: 0;
}

dl#eventdetail dt#beschreibung {
	display: block;
	float: none;
	width: auto;
}

/* Inhalt */

#page70 a.level1 {
	color: #f93;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#page70 ul.sitemaplevel1 ul {
	list-style-image: url(../images/bga.gif);
}

#page70 ul.sitemaplevel1 ul a {
	padding-left: 0;
}

#page70 ul ul ul {
	list-style-image: none !important;
}

#page70 ul ul ul li {
	font-style: italic;
}

#page70 #content ul a {
	background-image: none !important;
	padding-left: 0 !important;
}

/* Einsatzorte */

/*#page29 p.more, #page59 p.more, #page60 p.more, #page61 p.more, #page62 p.more, #page63 p.more, #page64 p.more, #page65 p.more,
#page66 p.more, #page67 p.more, #page68 p.more, #page69 p.more {
	display: none;
}*/

/* Förderer */

ul.articlelist {
	overflow: hidden;
	border-bottom: 1px dashed #999;
	margin-left: 0 !important;
	padding-left: 15px;
	padding-bottom: 1em;
}

ul.articlelist a {
	background-image: none !important;
	padding-left: 0 !important;
}

ul.articlelist li {
	float: left;
	margin: 0 4px;
}

/* News */

p.date {
	color: #999;
	font-size: 0.85em;
	font-weight: bold;
}

p#pagnav {
	border-bottom: 1px dashed #999;
	padding-bottom: 1em;
}

/* News Startseite */

#page1 #content {
	padding-top: 0 !important;
}

#page1 #content div.clear {
	padding-top: 15px;
	border-bottom: 1px dashed #999;
}

div.content_teaser {
	border-bottom: 1px dashed #999;
}

div.sub {
	padding: 10px 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.sub img {
	float: left;
}

div.sub h6, div.sub h3, div.sub p {
	margin-left: 210px;
	padding-left: 0 !important;
}

#content h6 {
	font-size: 0.8em;
	color: #2e2e2e;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
}

/* Shop */

div.shop {
   float: left;
	text-align: center;
	width: 210px;
	margin-left: 15px;
	padding: 5px;
}

#content div.shop p {
	margin-bottom: 0.3em;
}

/*Bilder deaktivieren*/

#page24 #content .clear img, #page25 #content .clear img {
	display: none;	
}


