/*
 * screen.css (c) 2005 by Guy Sagnes  -  http://www.united-disaster.de
 * 2008.02.16 GSA update menü
 *
 *********************************************************************/

/*
 * The default stylesheet for hund-in-bewegung.de
 */
table {
  font-size: 100%;
  padding:0;
  margin:0;
}

tr,td,th {
  padding:0; 
  margin:0;
}


img {
	margin: 0;
	border: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
}

input,pre {
	color: #222;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}

body {
	color: #222;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	background: #F0F8FF url(images/body_background.png) repeat fixed top center;
}

.EmptyBody {
	background: #F0F8FF;
}

div.dokuwiki {
    width: 800px;
    margin: 0 auto 0 auto;
    border: none;
    border-top: none;
}

/**********************************************************************/

div.stylehead {
	background: #90BABF;
}

div.header1 {
    width: 700px;
    margin: 0 auto 0 auto;
    height: 6px;
    #background: url(images/header.png);
    border: none;
    line-height: 6px;
    font-size: 1pt;
}

div.header {
    background: #DD1900;
}

div.bar {
    background: #90BABF;
    padding:2px;
}

.bar {
    background: #FADA8C;
    padding:2px;
}

.bar-bottom {
    height:25px;
    margin:10px;
}

.bar-left {
    float:left;
    height:25px;
    padding-top: 0pt;
}

/* ---------------------- */
.bar-right {
    float:right;
    mheight:12px;
    width:40%;
    text-align:right;
    padding-top: 60pt;
    padding-right: 10px;
}

.bar-right .edit {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.bar-right .button {
  border: 1px #58b solid;
}

div.subtitle {
	background: #888 url(images/header_background.png);
	margin: 0 0 0 0;
	padding: 7pt 7pt 7pt 7pt;
	height: 100px;
}

div.subtitle a {
	color: #2C38C4;
}

div.subtitle a:visited {
	color: #3340D1;
}

div.subtitle a:hover {
	color: blue;
}

div.logo {
	text-align: center;
	background: transparent;
	position: absolute;
}

div.search {
	margin: 0 0 0 0;
	float: right;
}

div.search input {
	display: none;
}

div.search .edit {
	display: inline;
	padding: 0;
	margin: 0;
	border: #58b 1px solid;
}

/* --- Content --- */
div.content {
	padding: 0 7pt 14pt 155pt;
}

div.content H1
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	MARGIN-BOTTOM: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: 130%;
	FONT-WEIGHT: bold;
	border-bottom: 1px solid Green;
	background-color: #90BB90;
	color: White;
}

div.content H2
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	MARGIN-BOTTOM: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: 120%;
	FONT-WEIGHT: bold;
	border-bottom: 1px solid #346590;
	background-color: #80AA80;
	color: White;
}

div.content H3
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	MARGIN-BOTTOM: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: 120%;
	FONT-WEIGHT: bold;
	border-bottom: 2px solid Green;
}

div.content H4
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	MARGIN-BOTTOM: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: 110%;
	FONT-WEIGHT: bold;
	border-bottom: 1px solid Green;
}

div.content H5
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	MARGIN-BOTTOM: 5px;
	MARGIN-TOP: 5px;
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	border-bottom: 1px dotted Green;
}

.secedit {
	display: none;
}

#input.edit {
	border: 1px #222 solid;
}

#input.button {
	border: 1px #58b solid;
}


/* --------- buttons ------------------- */

#input.edit,select.edit {
  font-size: 100%;
  border: 1px solid #8cacbb;
  height: 18px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  color: Black;
  background-color: white;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

input.missing {
  font-size: 100%;
  border: 1px solid #8cacbb;
  height: 18px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  color: Black;
  background-color: #ffcccc;
  vertical-align: middle;
  padding: 1px;
  display: inline;
}

/* ---------------  Footer ---------------- */
form {
  border: none;
  margin: 0;
  display: inline;
}

.stylefoot {
    background: #eee;
    border-top: solid 1px #ccc;
    text-align: center;
}

input.button, button.button{
  border: 1px solid #8cacbb;  
  color: Black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  font-size: 100%;
  cursor: pointer;
  height: 22px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  margin: 1px;
  display: inline;
}

div.secedit input.button {
  border: 1px solid #8cacbb;
  color: black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  cursor: pointer;
  height: 15px !important;
  max-height: 15px !important;
  min-height: 15px !important;
  float:right;
  display: inline;
}

/* --------------- Links ------------------ */

a {
	color: #5F9EA0;
	text-decoration: none;
}

a:visited {
	color: Teal;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}


/* -- external link -- */
a.urlextern{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
	padding: 1px 0px 1px 16px;
	color: #4169E1;
	text-decoration: none;
}

a.urlextern:visited {
	color: Gray;
}

a.urlextern:hover {
  color:black;
  text-decoration:underline;
}

/* -- windows share -- */
a.windows{
    background: transparent url(images/windows.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
    color:#436976;
    text-decoration:none;
}

a.windows:visited {
  color:Purple;
}

a.windows:hover { 
  text-decoration:underline;
}

/* -- interwiki link -- */
a.interwiki{
    background: transparent url(images/interwiki.png) 0px 1px no-repeat;
	padding-left: 16px;
    color:#436976;
    text-decoration:none;
}

a.interwiki:visited {
  color:Purple;
}

a.interwiki:hover {
  text-decoration:underline;
}

/* -- link to some embedded media -- */
a.media {
  color:#436976;
  text-decoration:none;
}

a.media:hover {
  color:#436976;
  text-decoration:underline
}

/* -- email link -- */
a.mail {
  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color:#436976;
  text-decoration:none;
}
a.mail:hover {
  text-decoration:underline;
}

/* -- existing wikipage -- */
a.wikilink1:link    { color:#4682B4; text-decoration:none; }
a.wikilink1:visited { color:#4682B4; text-decoration:none }
a.wikilink1:hover   { color:#4682B4; text-decoration:underline }

/* -- not existing wikipage -- */
a.wikilink2:link    { color:#FF3300; text-decoration:none }
a.wikilink2:visited { color:#FF3300; text-decoration:none }
a.wikilink2:hover   { color:#FF3300; text-decoration:underline }

/* -- inline tables -- */
table.inline {
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
	padding: 3px;
	border: 1px solid #478747;
	background-color: #778777;
	color: White;
}

table.inline td {
	padding: 3px;
	border: 1px solid #478747;
	background-color: #C7D7C7;
}

.leftalign{
  text-align: left;
}

.centeralign{
  text-align: center;
}

.rightalign{
  text-align: right;
}

/* ---------- table of contents ------------------- */
/* ---------- table of contents ------------------- */

div.toc {
  margin-left: 0em;
  margin-top: 1.2em;
  margin-bottom: 0;
  width: 200px;
  font-size: 80%;
  clear:both;
  position: absolute; 
  top: 130px; 
  right: 10px;
  float: right;
}

div.tocheader  {
	padding: 3px;
	border: 1px solid #483D8B;
	background-color: #4682B4;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
	color: White;
}

div.toctoggle img {
  width:0.8em;
  height:0.8em;
  padding-right: 0.7em;
  
}

#toc__inside {
	border: 1px solid #4682B4;
	background-color: #ADD8E6;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	color: #191970;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.toc li {
  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left:0.4em;
}

ul.toc li.clear {
  background-image: none;
  padding-left:0.4em;
}

a.toc {
  color: #31618A;
  text-decoration: none;
}

a.toc:hover {
  color: #000000;
  text-decoration:underline; 
}

/* ---------- AJAX quicksearch ----------- */

div.ajax_qsearch {
	position: absolute;
	right: 8px;
	width: 200px;
	opacity: 0.9;
	display: none;
	font-size: 90%;
	line-height: 1.2em;
	border: 1px solid #8cacbb;
	background: #305D85;
	text-align: left;
	padding: 4px;
	z-index: 1;
}

@font-face {
    font-family: "arial rounded MT Bold";
    src: url("http://praxis-sorge.de/ps2007/script/ARLRDBD.TTF")
}


.lefttoolbar {
	position: absolute;
	width: 10em;
	height: 245;
	//myfont-family: "arial rounded MT Bold";
	font-size: 100%;
	padding-top: 0px;
}

.lefttoolbar div {
	width: 140pt;
	margin: 0 0 14pt 3pt;
	padding: 7pt 0 7pt 0;
	-moz-border-radius-topright: 7pt;
	-moz-border-radius-bottomright: 7pt;
	mbackground: #CCDBEA;
}

.lefttoolbar div a {
	color: #0000A0;
	display: block;
	width: 125pt;
	padding: 0 7pt 0 7pt;
    padding: 2pt 7pt 2pt 7pt;
	margin: 1pt 0pt 1pt 0pt;
}

.lefttoolbar div .asorge1 {
	background: #efbf8e;
	border: none #FF7F00;
	border-bottom: 1pt solid #FF7F00; 
	border-right: 1pt solid #FF7F00;
	border-left: 4pt solid #FF7F00;
}

.lefttoolbar div .asorge1s {
	background: #ffcf9e;
	border: none #FF7F00;
	border-bottom: 1pt solid #efbf8e; 
	border-right: 1pt solid #efbf8e;
	border-left: 4pt solid #efbf8e;
}

.lefttoolbar div .asorge2 {
	background: #b19ed0;
	margin-top: 7pt;
	border: none #300080;
	border-bottom:  1pt solid #300080;
	border-right:  1pt solid #300080;
	border-left:  4pt solid #300080;
}

.lefttoolbar div .asorge2s {
	background: #c1aee0;
	border: none #300080;
	border-bottom:  1pt solid #a18ec0;
	border-right:  1pt solid #a18ec0;
	border-left:  4pt solid #a18ec0;
}

.lefttoolbar div .asorge3 {
	background: #eFaDaD;
	border: none #cd3939;
	border-bottom:  1pt solid #cd3939;
	border-right:  1pt solid #cd3939;
	border-left:  4pt solid #cd3939;
}

.lefttoolbar div .asorge3s {
	background: #FFb7b7;
	border: none #cd3939;
	border-bottom:  1pt solid #dF9D9D;
	border-right:  1pt solid #dF9D9D;
	border-left:  4pt solid #dF9D9D;
}

.lefttoolbar div .asorge4 {
	background: #82C06F;
	margin-top: 7pt;
	border: none #4E883C;
	border-bottom:  1pt solid #4E883C;
	border-right:  1pt solid #4E883C;
	border-left:  4pt solid #4E883C;
}
.lefttoolbar div .asorge4s {
	background: #A7D399;
	border: none #82C06F;
	border-bottom:  1pt solid #82C06F;
	border-right:  1pt solid #82C06F;
	border-left:  4pt solid #82C06F;
}

.lefttoolbar div .asorge5 {
	background: #6B9FcC;
	margin-top: 12pt;
	border: none #FF7F00;
	border-bottom: 1pt solid #3B6F9C; 
	border-right: 1pt solid #3B6F9C;
	border-left: 4pt solid #3B6F9C;
}

.lefttoolbar div .asorge5s {
	background: #e2a9a9;
	border: none #807755;
	border-bottom:  1pt solid #807755;
	border-right:  1pt solid #807755;
	border-left:  4pt solid #807755;
}

.lefttoolbar div .asorge6 {
	background: #ca98ca;
	margin-top: 7pt;
	border: none #2e46dc;
	border-bottom:  1pt solid #2e46dc;
	border-right:  1pt solid #2e46dc;
	border-left:  4pt solid #2e46dc;
}

.lefttoolbar div .asorge6s {
	background: #daa8da;
	border: none #2e46dc;
	border-bottom:  1pt solid #B586B5;
	border-right:  1pt solid #B586B5;
	border-left:  4pt solid #B586B5;
}

.lefttoolbar div a:visited {
	text-decoration: none;
	color: #101010;
}

.lefttoolbar div a:hover {
	color: #fff;
	background: #4682B4;
	text-decoration: none;
}

.lefttoolbar div .button {
	margin: 0;
	width: 144pt;
	text-align: left;
	border: 0;
	color: #48b;
	background: transparent;
}

.lefttoolbar div .button:hover {
	background: #3B6F9C;
	color: #fff;
}

.lefttoolbar div .logo {
	text-align: center;
	background: #4682B4;
}

.lefttoolbar .logo a {
	text-align: center;
	background: transparent;
}

.lefttoolbar .logo a:hover {
	background: black;
}

.lefttoolbar .adminglobal a {
	color: #3B6F9C;
	display: block;
	width: 130pt;
	padding: 0 7pt 0 7pt;
}

.lefttoolbar .adminglobal a:visited {
 	text-decoration: none;
}

.lefttoolbar .adminglobal a:hover {
 	color: #fff;
	background: #3B6F9C;
	text-decoration: none;
}

.leftheader
{
	FONT-FAMILY: verdana,helvetica,arial,sans-serif;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0pt;
	padding-left: 0px;
	noline-height: 50pt;
}

.leftheader a {
	color: #0000A0;
	display: block;
	background: #3B6F9C;
	width: 100pt;
	padding: 0 7pt 0 7pt;
    padding: 2pt 7pt 2pt 7pt;
	margin: 1pt 0pt 1pt 0pt;
}

.leftheader a:hover {
 	color: #fff;
	background: #4682B4;
	text-decoration: none;
}

.leftheader .asorge1 {
	background: #6B9FcC;
	border: none #FF7F00;
	border-bottom: 1pt solid #3B6F9C; 
	border-right: 1pt solid #3B6F9C;
	border-left: 4pt solid #3B6F9C;
}

#bar_topleft .leftheader a {
	color: white;
}

/* -------------- Media Popup ---------------------- */

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #8cacbb;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
	margin-left:0.5em;
}

div.mediaref .search_result {
	padding-left:1em;
}

.mediaref_ref {
	color:#009900;
}

div.mediaref_hidden {
	margin-top:1em;
	text-align:center;
	font-size:1.2em;
	color:#BB0000;
}

div.mediaref_footer {
	margin-top:1em;
	text-align:center;
}

/* ----------------------------------------------------- 2006.04.24 ---*/
/* code blocks by indention */
pre.pre {
	font-size: 100%;
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: Black;
	background-color: #f7f9fa;
	overflow: auto;
}

/* code blocks by code tag */
pre.code {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

/* inline code words */
code {
  font-size: 100%;
}

/* code blocks by file tag */
pre.file {
  font-size: 100%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #dee7ec;
  overflow: auto;
}

/* ================================= Media distance ================================= */
.mediaright {
	float: right;
	margin: 1em;
}
.medialeft {
	float: left;
	margin: 1em;
}

.mediacenter {
  	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

/* edit form */
div.dokuwiki div.toolbar, div.dokuwiki div#wiki__editbar {
   margin:2px 0;
   text-align: left;
}
div.dokuwiki div#size__ctl {
   float:right;
   width:40px;
   height:2.7em;
}
div.dokuwiki #size__ctl img {
   cursor: pointer;
}
div.dokuwiki div#wiki__editbar div.editButtons {
   float: left;
   padding: 0 1.0em 0.7em 0;
}
div.dokuwiki div#wiki__editbar div.summary {
   float: left;
}
div.dokuwiki .nowrap {
   white-space:nowrap;
}

/* --------- Toolbar -------------------- */
button.toolbutton{
  background-color: __white__;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid __dark__;
  cursor: pointer;
}

div.picker {
  width: 250px;
  border: 1px solid __dark__;
  background: __light__;
}

button.pickerbutton {
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}


.DivCenter {
  text-align: center;
}

/*
 * eof
 */

