 
/* Initial styles 2.1 by Faruk Ates - www.kurafire.net */

/* Neutralize styling: */
   
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

code {
	font: 10pt Courier, Courier New, monospace;
}

h1, h2, h3, h4, h5, h6, #pageTitle {
	font-family: Georgia, serif;
	font-style: italic;
}

/* Neutralize styling: Elements with a vertical margin: */
   
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0 0 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
   
li, dd, blockquote {
	margin-left: 1em;
}





/* Miscellaneous conveniences: */

form label, form input[type=submit], form input[type=checkbox] {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Main CSS styles */

html, body {
	background: url(icon-hilfe.png) center top no-repeat;;
}

input[type=text], input[type=password] {
	background-color: #fff;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #fefefe;
	padding:20px;
}



#siteTitle  {
	float: right;
	font-size: 10px;
	color: #333;
	margin: 0 0 10px 0;
}

#siteTitle a{
	font-size: 10px;
	color: #000;
}


#siteTitle a:hover {
}


#Menu {
	margin:0 0 0 90px;
}

#homebutton {
	position: absolute;
	top: 20px;
	width: 100px;
	height: 90px;
	margin-left: -50px;
}

#Menu a{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:1px 1px 0 #FFFFFF;
	-webkit-box-shadow:1px 1px 0 #FFFFFF;
	background:url("ctabuttonback.png") repeat-x scroll center center #fff;
	border:1px solid #AAAAAA;
	color:#333333;
	font-family:Verdana,sans-serif;
	font-size:12px;
	line-height: 26px;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	text-transform: capitalize;
}

#Menu a:hover{
	background-color:#ddd;
}


#topnav {
	max-width: 800px;
	margin: auto;
	padding: 10px 40px 40px 40px;
}


#topnav #searchForm {
	float:right;
	position: relative;
}

#searchField {
	width: 234px;
	height: 18px;
	padding: 3px 2px;
	border: 1px solid #aaa;
	border-left: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	position:absolute;
	right: 0;
}

#searchForm input:hover, 
#searchForm input:focus {
	background-color:#FEFDE2;
	color:#000000;
}

#topnav #searchForm label {
	font-size: 12px;
	color:#333;
	text-shadow:1px 1px 0 #FFFFFF;
	background:url("ctabuttonback.png") repeat-x scroll center center transparent;
	text-transform: capitalize;
	border: 1px solid #aaa;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	position:absolute;
	right: 239px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}

#pageTitle h1 a {
	text-decoration: none;
}


.editsection a, 
#pageTitle span a{
	float: right;
	background-color: #eee;
	font-size: 10px;
	padding: 0 6px;
	text-shadow: #fff 1px 1px  0px;
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	text-decoration: none !important;
	font-family: Verdana;
	border: 1px solid #aaa;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#emptyDiv + .editsection {
	margin-top: 0;
	padding-top: 3px;
}

blockquote + .editsection {
	margin-top: 15px;
}

blockquote + .editsection + a + h2 {
	margin-top: 0;
	padding-top: 22px;
	_padding-top: 21px;
}

blockquote + .editsection + a + h3 {
	margin-top: 0;
	padding-top: 22px;
	_padding-top: 24px;
}

p + .editsection + a + h3 {
	margin-top: 0;
	padding-top: 9px;
	_padding-top: 10px;
}

/* Main Page Styles */


#bodyDiv {
	padding: 40px;
	padding-top: 0;
	margin: auto;
	max-width: 800px;
}

#bodyContent {
	clear: both;
	font-size: 12px;
}

#bodyContent p {
	font-size: 12px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #333;
	line-height:20px;
}

#bodyContent ul {
	list-style-type: disc;
}

#bodyContent li {
	margin-bottom: 6px;
	font-size: 12px;
	line-height:20px;
	color: #333;
}

#bodyContent a {
	color: #000;
}

#bodyContent a:visited {
	color: #333;
}

#bodyContent .new {
	color: red;
}


/* footer */

#subnav {
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#subnav a{
	color: #000;
}

.adminmenu {
	margin: 5px 0 0 0;
	font-size:10px;
	color: #aaa;
}

.adminmenu a {
	color: #999;
	text-transform: capitalize;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	display: block;
	margin-top:40px;
}

#pageTitle h1 { font-size: 32px; margin-top:0;}
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }




p, ul, dl, ol, blockquote {

}

blockquote ul, blockquote dl, blockquote ol {
	margin-left: 0px;
}

ul {
	list-style-position: outside;
	margin: 20px 0 20px -10px;
}

li {
}

ul ul {
	margin: 5px 0;
}

dl {
	margin:10px 20px;
}

dt {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

dd {
	font-size: 12px;
	margin-bottom:10px;
}


blockquote {
	margin: 15px 30px 0 0;
	padding-left: 20px;
	_padding-left: 15px;
	border-left: 5px solid #CCCCCC;
}

pre {
	padding: 10px;
	font: 11px Courier, Courier New, monospace;
	border: 1px solid #aaa;
	background-color: #efefef;
}

blockquote pre {
	font: 10pt Courier, Courier New, monospace;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	margin-left: -20px;
	padding: 10px;
	line-height: 100%;
}

#toc, .toc {
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#togglelink {
	font-size:10px;
}

#toc h2, .toc h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
	color: #666;
}

#toc ul, .toc ul {
	clear: both;
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 3px 0;
	padding: 7px 0 0 0;
	_padding: 0;
	margin-top: 7px;
	_margin-top: 3px;
	text-align: left;
}

#toc ul ul, .toc ul ul {
	padding-top: 0px;
	margin: 0 0 0 1em;
}

#toc li {
	font-size: 10px;
	margin: 0;
	line-height: 14px;
}

#toc li {
	margin-top: 4px;
}


#toc li {
	margin-bottom: 5px;
}

#toc li a{
	text-decoration: none;
}


#toc li li {
}

#toc .toctoggle, .toc .toctoggle {
	display: inline;
	float: right;
	margin-left: 10px;
	font-size: 10px;
	line-height: 16px;
	color: #666 !important;
}

.printfooter {
	display: none;
	visibility: hidden;
}

#lastmod {
	font-size: 85%;
	line-height: 100%;
	_line-height: 130%;
	display: block;
	width: 100%;
	clear: both;
	text-align: right;
	color: #999999;
	margin: 20px 20px 0 0;
}

/* Editing and Previewing */

#toolbar {
	display: none;
}

#editform {
	margin-top: 20px;
}

#editform em {
	font-size: 110%;
}

textarea {
	font: 10pt Courier, monospace;
	width: 100%;
	height: 350px;
	border: 1px solid #999999;
}

#editform textarea {
	margin-bottom: 10px;
}

input {
	border: 1px solid #999999;
}

input[type=checkbox] {
	border: 0px;
}

input[type=submit] {
	border: 1px outset #666666;
	background-color: #CCCCCC;
}

#editpage-copywarn p {
	font-size: 90%;
	margin: 20px 0 0 0;
	line-height: 130%;
}

#editpage-copywarn p br {
	display: none;
}

input[name=wpMinoredit], label[for=wpMinoredit] {
	display: none;
}

input[name=wpWatchthis], label[for=wpWatchthis] {
	display: none;
}

#wpSave, #wpPreview {
	font-size: 120%;
	background-color: #DDDDDD;
}

#wpSave {
	margin-right: 5px;
}

#wpSave:hover, #wpPreview:hover {
	border-color: red;
}

#wpDiff {
	display: none;
}

#wpPreview {
	margin-right: 10px;
}

label[for=wpMinoredit] {
	padding-right: 10px;
}

#editform em a {
	font-style: normal;
}

.previewnote, .error {
	display: block;
	color: red;
	padding: 5px;
	background-color: #f8d1d1;
	text-align: center;
	font-weight: normal;
	list-style-type: none;
}

.error li {
	padding: 0;
	margin: 0;
}

/* From MonoBook */


#bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] {
	background: url(extern.gif) center right no-repeat;
	padding-right: 13px;
}

/*
#bodyContent a[href ^="https://"], .link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}


#bodyContent a[href ^="mailto:"], .link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}   

#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}   

#bodyContent a[href ^="ftp://"], .link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}

#bodyContent a[href ^="irc://"], .link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
*/

#homeLink {
	display: block;
}

#dropLink {
	display: block;
	padding-right: 14px;
}

/* Diff Rendering */

table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}

td.diff-addedline {
	background: #cfc;
	font-size: smaller;
}

td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}

td.diff-context {
	background: #eee;
	font-size: smaller;
}

span.diffchange {
	color: red;
	font-weight: bold;
}

/* Page history styling */
/* the auto-generated edit comments */

.autocomment {
	color: gray;
}   

#pagehistory span.user {
	margin-left: 1.4em;
	margin-right: .4em;
}   

#pagehistory span.minor {
	font-weight: bold;
}

#pagehistory li {
	border: 1px solid white;
}

#pagehistory li.selected {
	background-color: #DDDDDD;
	border: 1px solid white;
}

/* User Preferences */

#preftoc {
	float: left;
	margin: 1em;
	width: 13em;
}

#preftoc li {
	border: 1px solid white;
}

#preftoc li.selected {
	background-color: #DDDDDD;
	border: 1px solid white;
	padding: 4px 0 0 4px;
}

fieldset {
	border: 1px solid #A6A6A6;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}

#preftoc a, #preftoc a:active {
	display: block;
}

#prefcontrol {
	clear: both;
	float: left;
	margin-top: 1em;
}

div.prefsectiontip {
	font-size: 95%;
	margin-top: 1em;
}

fieldset.operaprefsection {
	margin-left: 15em;
}

/* Search */

#searchContent small {
	font-size: 100%;
}

#searchContent ol {
	padding-bottom: 3px;
}

#searchContent ol li a {
	font-weight: bold;
}

#searchContent p:first-child + p {
	display: none;
}

#searchContent p:first-child {
	display: none;
}

#searchContent br {
	display: none;
}

#searchContent li br {
	display: inline;
}

#powersearch {
	display: none;
}

/* Login */

#userlogin table td:last-child p {
	padding-top: 0;
	margin-top: 0;
}

#userlogin table td:last-child p input {
	margin-top: 20px;
	font-size: 100%;
}


/* Special Pages */

.namespaceoptions {
	padding-top: 10px;
}

textarea[name=wpUploadDescription] {
	height: 100px;
}

textarea[name=wpReason] {
	height: 100px;
}

/* Thumbnails */

div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: transparent;
	_border: 0;
	width: auto;
}

div.thumb div {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

div.thumb div a img { 
	border: 1px solid #ccc;
}

div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
	font-size:10px;
}

div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

div.tright {
	clear: right;
	float: right; 
	border-width: .5em 0 .8em 1.4em;
	_border: 0px;
	_margin: .5em 0 .8em 1.4em;
}

div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
	_border: 0px;
	_margin: .5em 1.4em .8em 0;
}

.hiddenStructure {
	display: none;
}

img.tex {
	vertical-align: middle;
}

span.texhtml {
	font-family: serif;
}

/* Misc Styling */

.image {
}




div[class=fullImageLink] a:last-child {
	display: block;
	padding-top: 10px;
}

.rcoptions {
	line-height: 150%;
}

span.searchmatch {
	color: red;
}

#relatedChanges a:first-child {
	font-size: 120%;
	font-weight: bold;
}

#relatedChanges a:first-child:before {
	content: "for ";
}

#relatedChanges hr {
	display: none;
}

#catlinks {
	margin-top: 20px;
	border: 1px solid #aaa;
	background-color: #EFEFEF;
	padding: 5px;
	padding-left: 7px;
}

#catlinks p {
        margin: 0;
        padding: 0;
}

#catlinks a[title="Special:Categories"] {
        font-weight: bold;
}

.googlerefer {
	margin-bottom: 30px;
	padding: 20px;
	background-color:#FEFDE2;
	border: 1px solid #FC0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#000000;
}