

/*
sql_edit.php

	rot: ad233a
	gruen: 34764a
*/



/* allg. Linkfarben (Inhaltsbereich + angezeigte Untermenues) */
a:visited { color: #0000aa; text-decoration: underline; }
a:link { color: #0000aa; text-decoration: underline; }
a:active { text-decoration: none; }
a:hover { color: #0000ff; text-decoration: none; }

/* Default colors */
span.email {
	cursor: default;
	text-decoration: none;
	color: #00a;
}
span.email_js {	/* only for browsers with javascript, see inc_header.php */
	color: #0000aa;
	text-decoration: underline;
	cursor: pointer;
}

/* Hauptmenues */
a.hmenue:visited { color: #0000aa; text-decoration: none; }
a.hmenue:link { color: #0000aa; text-decoration: none; }
a.hmenue:active { text-decoration: none; }
a.hmenue:hover { color: #31A018; text-decoration: none; }

/* Untermenues */
a.umenue:visited { color: #0000aa; text-decoration: none; }
a.umenue:link { color: #0000aa; text-decoration: none; }
a.umenue:active { text-decoration: none; }
a.umenue:hover { color: #00f; text-decoration: none; }

/* aktuelles Hauptmenue */
a.aktmenue:visited { color: #31A018; text-decoration: none; }
a.aktmenue:link { color: #31A018; text-decoration: none; }
a.aktmenue:active { text-decoration: none; }
a.aktmenue:hover { color: #00f; text-decoration: none; }

/* footer */
a.footer:visited { color: #000; text-decoration: none; }
a.footer:link { color: #000; text-decoration: none; }
a.footer:active { text-decoration: none; }
a.footer:hover { color: #00f; text-decoration: none; }

/* nicht sichtbare schwarze Links */
a.black:visited { color: #000; text-decoration: none; }
a.black:link { color: #000; text-decoration: none; }
a.black:active { color: #0000aa; text-decoration: underline; }
a.black:hover { color: #0000ff; text-decoration: underline; }

/* allg. Linkfarben (Inhaltsbereich + angezeigte Untermenues) */
a.no_underline:visited { text-decoration: none; }
a.no_underline:link    { text-decoration: none; }
a.no_underline:active  { text-decoration: underline; }
a.no_underline:hover   { text-decoration: underline; }


.ij {	/* rot */
	color: #ad233a;
	font-weight: bold;
}
.cscl {	/* gruen */
	color: #34764a;
	font-weight: bold;
}
.ijcscl { /* grau */
	color: #555;
	font-weight: bold;
}

.para {
	padding: 0;
	margin: 0;
}
html, body {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font: 10pt/14pt "Trebuchet MS", georgia, sans-serif;
	/* font: 0.9em/1.7em "Trebuchet MS",arial,sans-serif; */

	background: #AFAFAF url(images/verlauf.gif) fixed repeat-x;
	/*background: #E5879A url(images/verlauf.jpg) fixed repeat-x;*/
}


p, ul {
/*	font: 12pt/18pt "Trebuchet MS",georgia, sans-serif; */
	margin-bottom: 8px;
	margin-top: 1px;
}
p.abstand_klein {
	margin-bottom: 2px;
}


#pagewidth {	/* umfasst den gesamten inneren Bereich, einschl. header und footer */
	width: 740px;
	text-align: left;
	/* min-width: 500px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #777;
	margin-top: 20px;
	background: #fff;
	/*background: #fff url(test.jpg) 20px 50px repeat-y;*/
}

#header {
	height: 100px;
	width: 100%;
	background-color: #ECECEC;
	margin-bottom: 20px;
	border: 1px dashed #555;
}

#kopf_logo {
	float: left;
	position: relative;
	width: 209px;
	height: 64px;
	top: 32px;
	left: 10px;
}
#kopf_titel {
	float: left;
	position: relative;
	top: 64px;
	left: 120px;
	font: 10pt/18pt "Trebuchet MS",georgia, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0px;
}


#footer {
	height: 22px;
}

#footer, .footer_wiki {

	width: 100%;
	padding-top: 6px;
	padding-bottom: 0px;
	background: #ECECEC;
	font: 10pt/11pt "Trebuchet MS",georgia, sans-serif;
	margin-top: 20px;
	border: 1px dashed #555;
}
#footer .abstand, .footer_wiki .abstand {
	padding-right: 20px;
	padding-left: 20px;
}

#navigation {	/* Navigation */
	float: left;
	width: 180px;
	border-right: 1px solid #999;
	text-align: right;
	margin-top: 37px;
	line-height: 150%;
	padding-right: 16px;
	position: relative;
	margin-bottom: 16px;
	/* background-image:url(images/schatten_rechts.gif); background-repeat: repeat-y; background-position: left; */
}

#content {	/* Inhaltsbereich neben Navigation */
	margin-left: 212px;
}



h1 {	/* Titel des Hauptmenues als Ueberschrift (rechts; navigation: Leerzeile) */
	font: 14pt/18pt "Trebuchet MS",georgia, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
	letter-spacing: 1px;
	color: #F33354;
}
h2 {	/* Titel des Hauptmenues als Ueberschrift (rechts; navigation: Leerzeile) */
	font: 13pt/16pt "Trebuchet MS",georgia, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
	letter-spacing: 1px;
	color: #4D8856;
}
h3 {	/* Titel des Hauptmenues als Ueberschrift (rechts; navigation: Leerzeile) */
	font: 12pt/14pt "Trebuchet MS",georgia, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
	letter-spacing: 0px;
	color: #579A61;
}


.clear {clear: both;}


/*printer styles*/
@media print {
	/*hide the left column when printing*/
	#navigation, #header, #footer {display: none;}
	#outer     { border-left: 0;}
	#pagewidth { width: 100%; border: none; padding: 0px; margin: 0px; }
	#content   { margin-left: 0px; }
	html, body { background: #fff url(); }
	h1, h2, h3 { color: #000; }
}

@media screen {
	.print {	/* span-Elemente nur im Ausdruck anzeigen */
		display: none;
	}
}

.letter {
	letter-spacing: 1px;
}
h2.smaller {
	font-size: 90%;
}
.smaller {
	font-size: 9pt;
	line-height: 12pt;
}


.nfett {
	font-weight: normal;
}
.fett {
	font-weight: bold;
}
a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */


/* Journal Contents START */
	p span.caption, fieldset legend {
		font-weight: bold;
		color: #555;
		color: #46794D;
	}
	p.title {
		font-weight: bold;
		margin-top: 2em;
		background: #ddd;
		padding: 3px 8px;
		/*padding-right: 30px;*/
		border-left: 3px solid #777;
	}
	p.title_over {	/* onmouseover: light blue */
		background: #E8E8FF;
	}
	p.authors {
	/*
		font-weight: bold;
		font-size: 80%;
	*/
	}
	p.footnotes {
		margin-top: 3em;
	}

	fieldset#full_version {
		background: #f3f3f3;
		border: 1px solid #999;
		margin-top: 1.5em;
		padding: 10px;
	}
	fieldset#full_version legend {
		background: #e1e1e1;
		padding: 0px 6px;
		border: 1px solid #999;
		border-left: 3px solid #777;
	}
/* Journal Contents END */

	p.einzug {
		text-indent: 2em;
	}


	#news {
		border: 1px solid #447A4C;
		border-width: 1px 0;
		padding: .5em 4em .9em;
		margin: 2em 0;
		border: 0;
		background: #fff;
		padding: 0;
	}
	#news h2 {
		border-bottom: 1px solid #447A4C;
		padding-bottom: .4em;
		width: 80%;
		margin-left:1.5em;
		padding-left: 1em;
	}