/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* * * * * * * * * * * * BODY * * * * * * * * * * * */
body, table {
font-family:			arial ,sans-serif;
font-size:				11px;
}

body {
background-color:		#ffffff; 
/*background-image:		url('../../../img/bg.jpg');*/
background-repeat:		no-repeat;
}

/* * * * * * * * * * * * FORM BUTTONS * * * * * * * * * * * */
input {
color:					#ffffff;
border: 				1px dotted #000000;
font-family:			arial ,sans-serif;
font-size:				11px;
background-color:		#b2ccdc;
}
input:hover {
color:					#ffffff;
background-color:		#0fb5e8;
}

/* * * * * * * * * * * * FORM * * * * * * * * * * * */
.contactform {
font-size:				11px;
padding:				2px;
width:					400px;
color:					#666666;
border:					1px dotted #000000;
background-color:		#ffffff;
}

/* * * * * * * * * * * * LOGO * * * * * * * * * * * */
#wikilogo {
position:				absolute;
width:					125px;
left:					40px;
top:					15px;
}


/* * * * * * * * * * * * NAVIGATION * * * * * * * * * * * */
#wikileft {
font-size:				10px;
position:				absolute;
width:					620px;
top:					95px;
margin-left:			20px;
text-transform:			uppercase;
height:					17px;
line-height:			17px;
background-image:		url(http://dieweltverstehen.ch//pub/skins/zhms175/bg_lightblue.gif);

}

#wikileft a {
text-decoration:		none;
color:					#ffffff;
margin-left:			10px;
letter-spacing: 		0.05em;
padding-right: 			4px;
}

#wikileft a:hover {
text-decoration:		none;
color:					#266a9a;
border-bottom:			0px dotted #50c1ea;
}

#wikileft .grouplink {
color:					#266a9a;
}

/* * * * * * * * * * * * SUBNAVIGATION * * * * * * * * * * * */
#submenu {
width: 					665px;
color:					#bdd2e1;
font-size:				11px;
position: 				absolute;
top:					-37px;
margin-left:			-2px;
}

#submenu a {
color: 					#266a9a;
margin-right:			20px;
}


#submenu a:link {
color: 					#266a9a;
}

#submenu a:visited {
color: 					#266a9a;
}

#submenu a:hover {
color: 					#bdd2e1;
}

#submenu .active {
color: 					#bdd2e1;
}

/* * * * * * * * * * * * Projekte * * * * * * * * * * * */
#projects { 
position:				absolute;
width:					290px;
top:					95px;
left:					677px;
background-image:		url(http://dieweltverstehen.ch//pub/skins/zhms175/bg_darkblue.gif);
background-image:		url(http://dieweltverstehen.ch//pub/skins/zhms175/dotted.gif);

}

#projects td {
color:					#00568b;
font-size:				10px;
text-transform:			uppercase;
height:					17px;
line-height:			17px;
vertical-align:			top;
padding-left: 			15px;
}

/* * * * * * * * * * * * METANAVIGATION * * * * * * * * * * * */
#wikihead { 
position:				absolute;
top:					16px;
left:					267px;
width: 					700px;
}

#wikihead td {
font-size:				10px;
text-transform:			uppercase;
height:					17px;
line-height:			17px;
vertical-align:			top;
}

#wikihead a {
font-size:				10px;
text-decoration:		none;
color:					#999999;
margin-right:			10px;
letter-spacing: 		0.05em;
}

#wikihead a:hover {
text-decoration:		none;
color:					#266a9a;
border-bottom:			0px dotted #50c1ea;
}

#wikihead input { 		
font-size:				10px; 
color:					#ffffff;
background-color:		#b2ccdc;
border:					0px;
padding-left: 			5px;
padding-right:			5px;
padding-top:			3px;
width:					100px;
margin-left:			10px;
height:					13px; /* eigentlich 15px;*/
} 

#wikihead input:focus { 		
background-color:	#0fb5e8;
}


/* * * * * * * * * * * * METAINFO * * * * * * * * * * * */
#metainfo { 
font-size:				11px;
color:					#666666;
position:				absolute;
width:					290px;
top:					125px;
left:					677px;
line-height:			17px;
/* background-color:		green;*/
}


.metainfo_title {
font-size:				13px;
color:					#00568b;
padding-left:			10px;
padding-bottom:			4px;
white-space:			nowrap;
}

.metainfo_box { 
width:					270px;
border-top:				1px dotted #000000;
padding-top:			10px;
padding-left:			10px;
padding-right:			10px;
padding-bottom:			18px;
margin-bottom:			33px;
background-image:		url(http://dieweltverstehen.ch//pub/skins/zhms175/dotted.gif);
margin-top:				-4px;
}

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

.metainfo_box a:hover {
text-decoration:		none;
color:					#266a9a;
border-bottom:			0px dotted #50c1ea;
}

.metainfo_box img {
margin:					5px 10px 5px 0px;
border:					0px;
}

/* * * * * * * * * * * * INHALT * * * * * * * * * * * */
/*#projecttitle{
position:				absolute;
top:					35px;
left:					440px;
color:					#000000;
font-size:				120%;
}*/

.pagetitle {
font-size:				14px;
color:					#00568b;
padding-bottom:			4px;
}

h2 {
font-size:				11px;
color:					#000000;
font-weight: 			bold;
padding-bottom:			4px;
}

#wikimid {
font-size:				11px;
position:				absolute;
width:					635px;
top:					150px;
left:					30px;
line-height:			17px;
}

#wikitext {
padding-top:			0px;
width:					600px;
margin-top:				8px;
line-height:			1.6em;
padding-bottom:			25px;
}

#wikitext table { 					  /* For MSIE 5.5 */
line-height:			20px;
}

#wikitext img {
margin-bottom:			20px;
margin-top:				5px;
}

#wikitext a {
text-decoration:		none;
border-bottom:			none;
color:					#50c1ea;
border-bottom:			0px dotted #50c1ea;
}

.timetable {
white-space:			nowrap;
}

#wikitext a:hover {
text-decoration:		none;
border-bottom:			1px dotted #ff00ff;
color:					#266a9a;
border-bottom:			0px dotted #266a9a;
}

.wikimid_footer {
border-top:				1px dotted #000000;
width: 					618px;
}

.wikimid_footer td {
color:					#666666;
width:					521px;
margin-bottom:			30px;
white-space:			nowrap
}
.wikimid_footer td a {
color:					#666666;
text-decoration:		none;
border-bottom:			0px;
}

.wikimid_footer td a:hover{
padding-top:			4px;
color:					#266a9a;
border-bottom:			0px dotted #266a9a;
margin-top:				15px;
}

.contactform {
width:					580px;
}

.tabtable td {
text-align:				center;
}

.tabtable_white td {
text-align:				center;
border-color:			#ffffff;
}


#maplogoline {
display: 				none;
color: 					#666666;
}

#maplogoline a img {
margin-right:			8px;
height: 				22px;
padding-bottom:			10px;
}


#maplogoline td {
white-space:			nowrap;
vertical-align:			top;
}

#adresse {	
display: 				none;
}


/* * * * * * * * * * * * Metanav Map * * * * * * * * * */
.metaflashmap {
color: red;
display: 				none;
}

#wikihead .metaflashmap .anleitung a {
color:					#ff00ff;
text-decoration:		none;
font-weight: 			bold;
}

/* * * * * * * * * * * * News * * * * * * * * * */

.fpltemplate {
font-size:				11px;
}
.blogpost {
font-size:				11px;
}

.blogpost-title {font-size:11px;padding-bottom:0px;}
.blogpost-meta {font-size:10px; margin-top:-15px; color:#999999;font-style:italic;}
.blogpost-date {}
.blogpost-time {}
.blogpost-commentlink {}
.blogpost-editlink {}
.blogpost-content {padding-bottom:10px;}

/* * * * * * */
/* * * * * * * * * * * * * * * */
/* * * * * * * * * * * * HIDDEN * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * FOOTER * * * * * * * * * * * */



/* These control the fixed-width text elements of the page */
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0em; }
h1, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, code, h3 code, h4 code { font-size:1em; }
h1 { font-size: 120%; }
h2 { font-size: 120%; }
h3 { font-size:	120%; }
h4 { font-size:	120%; }
h5 { font-size:	120%; }
h6 { font-size:	120%; }



.pagegroup { margin-top:8px; margin-bottom:2px; }
.wikiaction { margin-top:4px; margin-bottom:4px; }


/* These are for the edit form. */
#wikiedit form { margin:0px; width:98%; }
#wikiedit textarea { width:98%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikilogo {margin:0px;}
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

