@charset "UTF-8";

/* Basis-Stylesheets einbinden */
@import url(yaml/base.css);
@import url(yaml/print_base.css);

/* ### Struktur ### */
/* Linke Spalte (Abschalten)  */
/*#col1 { display:none; }
#col1_content { display:none; }*/

/* Linke Spalte */
#col1 {	width: 150px;
/*	background: #DDDDDD 	*/
/*	background: #E4FBE3 */
	background: #FFFFFF }

#col1_content {	
	margin-left: 1em;	
	margin-right: 1em; 
	min-height: 350px;
	}

/* Rechte Spalte (News) */
#col2 {	width: 150px;
/*	background: #DDDDDD 	*/
	background: #E4FBE3 }
#col2_content {	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em; }

/* Mittlere Spalte (Hauptinhalt) */
#col3 {
  	margin-left: 150px; 
   	margin-right: 150px; 
	border-left: 0px dotted #DDDDDD;
	border-right: 0px dotted #DDDDDD;
}
#col3_content { margin-left: 1.5em;
	margin-right: 1em; 
	margin-bottom: 0.5em}

/* Randabstände anpassen */
#main { background: #FFFFFF;
	padding: 0em; } 
#footer {
	margin: 0em;
/*	padding: 8px 20px;		*/
/*	height: 1em; 	*/
	padding: 4px 0 4px 1.5em;

}

/* Formatierung der Seite */
body { text-align: center;
	background: #9999AA;
	padding: 10px;
	width: 774px;
	margin: 10px auto; }
body * { text-align: left }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden 61em */
#page{ border: 1px #666677 solid;
	background: #FFFFFF; }
#page_margins { border: 1px #888899 solid;
	min-width: 756px; 
	max-width: 773px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	padding-top: 0px }

/* Formatierung der Kopfbereiches */
#header { height: 70px; 
	color: #FFFFFF; 
	background: #339900;}
#header img { margin: 0px;
	font-size:208%; }

#header .caption
{	font-family: Trebuchet; 
	text-align: center; 
	padding-top: 8px; 
	font-size: 1.4em; 
	color: #FFFFFF;
}

/* Formatierung der Fusszeile */
#footer { color: #888888;
	background: #A9E386;
/*	border-top: 1px #DDDDDD solid; */
/*	line-height: 2em; 	*/
	line-height: 1.5em; 
}

/* ### Navigation ### */
#nav
{
	margin: 0;
/*	font-size: 95%;	*/
/*	font-size: 9pt;*/
	background-color: #A9E386;
	padding: 4px 0;
}

#nav ul
{
	margin: 0;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}

#nav a:link, #nav a:visited
{
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #990000;
	background-color: transparent;
	text-decoration: underline overline;	
}

#col2_content a:link, #col2_content a:visited
{
	background-color: #E4FBE3;
	text-decoration: none;
}

#col2_content a:hover, #col2_content a:active
{
	background-color: #E4FBE3;
	text-decoration: underline overline;	
}


/* ### Textformate ### */
body { color: #444444; 
	font-size: 81.25%; 
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; } /* 13px */
	
h1, h2, h3, h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-weight:normal; }
h1 { font-size: 1.6em; 
	color: #000066; 
	margin: 0 0 0.25em 0; 
	padding-top: 1.5em; }
h2 { font-size: 1.4em; 
	color: #660000; 
	margin: 0 0 0.25em 0; 
	padding-top: 0.9em; 
   	border-bottom: 2px #DDDDDD solid; }
h3 { font-size: 1.0em; 
	color: #660000; 
	margin: 0 0 0.25em 0; 
	padding-top: 0.5em;
	padding-bottom: 0.5em; 
	font-weight:bold; }
	
h4 { font-size: 0.8em; 
	color: #660000; 
	margin: 0 0 0.30em 0; 
	margin-top: 1.5em; 
	font-weight:bold; 
	border-bottom: 1px #DDDDDD solid;}
h5 { font-size: 1.0em; 
	color: #888888; 
	margin: 0 0 0.30em 0; 
	font-style:italic; }
h6 { font-size: 1.0em; 
	color: #888888; 
	margin: 0 0 0.30em 0; 
	font-style:italic; }

p, ul, dd, dt { line-height: 1.5em; }
p { line-height: 1.5em; 
	margin: 0 0 1em 0; }

strong, b { font-weight: bold; }
em, i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; 
	line-height: 1.5em; 
	margin: 0 0 1em 0; }

hr { 
	color: #FFFFFF; 
	background: transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border: 0; 
	border-bottom: 1px #EEEEEE solid; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #CC0000;
	cursor: help;
}

/* Bereichsbezogene Formate */

#col2_content p
{	font-size: 85%;
	line-height: 1.1em;
	margin-bottom: 0;
}

#col2_content li
{	font-size: 9pt;
	line-height: 1.2em;
	margin-left: 0;
}

#col2_content h3
{	padding-top: 1.5em;
}
#col3_content table {	
/*	border: 1px #cccccc solid;	*/
	border-collapse: collapse;
}


#col3_content td, #col3_content th	{
	border: 1px #cccccc solid;
}

#month table, #month td, #month th {	
/*	border: 1px #cccccc solid;	*/
	border-style: none;
}

#termine td
{	font-size: 8pt;
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 5px;
}

#veranstaltungen th, #termine th
{	background-color: #F5F5DC;
	vertical-align: top;
	color: #660000;
	padding-left: 5px;
}

#termine /*td*/.month
{	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 2px;
	background-color: #EBEBBA;
	color: #660000;
	font-size: 10pt;
	font-weight: bold;
}

tr:nth-child(odd) {background-color: #FFFFFF;}
tr:nth-child(even) {background-color: #F5F5DC;}


#veranstaltungen tr.white, #termine tr.white, #month tr.white
{	background-color: #FFFFFF;
	vertical-align: top;
}

#veranstaltungen tr.grey, #termine tr.grey
{	background-color: #F5F5DC;
	vertical-align: top;
}

#veranstaltungen td
{	padding-left: 5px;
	vertical-align: top;
}

#links ul
{	list-style-type:none;
}

#markt td
{	border-width: 0px;
}

/* Bildpositionierung */
img.float_left { float: left; 
	margin-right: 1em; 
	margin-bottom: 0.15em; 
	border:0; }
img.float_right { float: right; 
	margin-left: 1em; 
	margin-bottom: 0.15em; 
	border:0; }
img.center { text-align: center; 
	background: #FFFFFF; 
	padding: 4px; 
	border:1px #DDDDDD solid; }
img.framed { padding: 3px; 
	border: 1px #DDDDDD solid;
	background: #F4F4F4 }

/* Auszeichnung lokaler und Externer Links */
a, a em.file { color: #990000;
	text-decoration:none; }
/*	#main a:hover { background-color: #FFFFFF; 
	text-decoration:underline; }
	#main a:focus { background-color: #FFFFFF; 
	text-decoration:underline; }	*/

#col2_links a:link, #col2_links a:visited
{
	font-size: 10pt;
	color: #990000;
	background-color: transparent;
	text-decoration: none;
	padding-left: 10px;
}

#col2_links a:hover, #col2_links a:active
{
	font-size: 10pt;
	color: #990000;
	background-color: transparent;
	text-decoration: underline overline;
}

/*	
#footer a { color: #666699; }
#footer a:hover { background-color: #EEEEFF; }
#footer a:focus { background-color: #EEEEFF; }
*/

#footer a { color: #990000; }
#footer a:link, #footer a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { background-color: transparent; 
	text-decoration: underline overline; }
	
/*	#footer a:focus { background-color: #FFFFFF; }	*/

a[href^="http:"]
{
	padding-left: 12px;
	background-image: url('../pict/extern.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}

a[href^="http://www.lkgbezglauchau.de"]
{
	padding-left: 0px;
	background: none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/* Formulare und Tabellen */
table { border-collapse: collapse; 
	width: 100%; 
	margin-bottom: 0.5em; }
form { overflow: hidden;}
input, textarea {
    width: auto;
	border: 1px #CCCCCC solid;
    background: #FAFAFA;
	padding: 3px;
	color: #777777;
}
input[type=text]:focus, textarea:focus {
	background: #F0F0F0;
	color: #333333;
	border-color: #666666;
}
