@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.2
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/* my personal stuff */

/* general modifications of the layout */
#wiki__text{ 
	font-size: 130%;
	width:100%;
}
div.dokuwiki{ overflow:hidden }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
h1 a:hover,h2 a:hover,h3 a:hover,
h4 a:hover,h5 a:hover,h6 a:hover {
	color: inherit;
	text-decoration: inherit;
}
a:focus {
	outline: 0;
}
div.dokuwiki code, div.dokuwiki pre {
	color: black;
	font-size: 100.01%;
}

/* left menu */
div#col1 ul{ margin: 0; }
div#col1 ul li:first-child {
	border-top: 1px dashed;
}
div#col1 ul li{
	margin: 0;
	list-style-type: none;
	border-bottom: 1px dashed;
	width:150px;
}
div#col1 ul li div a {
	text-decoration: none;
	color: #555555;
	display: block;
	width: 150;
	padding: 5px;
}
div#col1 ul li div a:hover {
	text-decoration: none;
	color: black;
	background-color: #dddddd;
}
div#col1 ul li ul li{
	border-bottom: none;
	border-top: 1px dashed;
}
div#col1 ul li ul li a{
	background-color: #eeeeee;
	height: 16px;
	padding-left:20px;
}
div#col1 ul li ul li ul li a{
	background-color: #f7f7f7;
	padding-left:32px;
}

/*edit bar */
div.editbar{
	display: block;
	background-color: #ffcc00;
	padding: 0px;
	width:100%;
}
div.editbar a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	height: 14px;
	background-color: #ffcc00;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 23px;
	color: black;
	text-decoration: none;
	border-left: 1px solid #ffee99;
	border-right: 1px solid #ff9900;
}
div.editbar a:hover {
	background-color: #ffee99;
	text-decoration: none;
}
div.editbar a.edit { background-image: url(../images/icons/edit.png); }
div.editbar a.history { background-image: url(../images/icons/history.png); }
div.editbar a.settings { background-image: url(../images/icons/settings.png); }
div.editbar a.create { background-image: url(../images/icons/create.png); }
div.editbar a.folder { background-image: url(../images/icons/folder.png); }
div.editbar a.back { background-image: url(../images/icons/back.png); }
div.editbar a.logout { background-image: url(../images/icons/no.png); }
div#nav div.editbar{
	line-height: 1.5em;
	display: inline;
}
div#nav div.editbar a{
	background-position: 2px 2px;
	height: 1.5em;
}

/*beautify*/
h1, h2, h3, h4, h5, h6 {font-family: "Verdana"; }
li, p, tr, td {font-size: 13px;}
table {border:0px;}
div.dokuwiki table.inline th, div.dokuwiki table.inline td,
	table td, table th {border: 1px solid #999999;}
div.dokuwiki table.inline th {background-color: #eeeeee; }
h1 a:visited , h2 a:visited , h3 a:visited , h4 a:visited ,
	h5 a:visited , h6 a:visited {color:#333333;}
a {color: #333399;}

