/*
File Name: kulturtransport.css
Author: Dierk Onken
Version: 17-03-2009
Mediatype: Screen (Bildschirmausgabe)
Description: Styles for http://www.kulturtransport.de (all pages)
*/

/* 
global settings
----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
}
body, p, div, th, td, ul, li, blockquote {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
hr {
	color: #555555;
}
form {
	margin-bottom: 0;
}
textarea {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #009922;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.NoPrint {
}


/* 
#----------------------------------------------------
# Main
#----------------------------------------------------
*/
.center {
	text-align: center;
}
.Center {
	text-align: center;
}
.Right {
	text-align: right;
}
/* SEITENTITEL */
h1#Seitentitel {
	border-bottom: #000 solid 2px;
	color: #00AA11;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0.4em 0;
	margin: 0 0 0.45em 0;
}
.Kopftitel {
	color: #00AA11;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin-bottom: 0;
}
.Kopftitel a {
	text-decoration: none; /* Keine Hervorhebung bei <a name=top> */
}
.Kopftitel hr {
	color: #333333;
	background-color: #333333;
	border: 0;
	height: 2px;
}
/* ABSATZUEBERSCHRIFT NEU */
h2 {
	color: #444444;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
}
/* ABSATZUEBERSCHRIFT, EINTRAG TERMIN UND TITEL */
h3, 
.Head3, 
.Medium, 
.Events td strong {
	color: #444444;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.Events .EventsTitle {
	/*background-color: blue;*/
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 118%;
	font-weight: normal;
	text-align: center;
}
/* INFOSEITE TABELLE VERANSTALTUNGSDATEN */
td.InfoFacts h2 {
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 9px;
}
td.InfoFacts {
	background-color: #CCFFFF;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 18px;
}
#InfoFacts .Subline {
	font-size: 84%;
}

#InfoFacts h2 {
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 9px 0;
}
div#InfoFacts {
	margin-bottom: 1.5em;
}
#InfoFacts {
	background-color: #CCFFFF;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 9px 9px 9px 18px;
	margin: 0;
}

/* INDEXSEITE KOMMENDE VERANSTALTUNGEN */
td.ComingEvent {
	background-color: #DFDFDF;
	padding: 4px;
}
/* INDEXSEITE BILDER 80pix */
img.Index {
	margin-right: 6px;
	/*float: left;*/
	border: 0;
}

/*INPUT:focus, TEXTAREA:focus, SELECT:focus {	background-color: #fcffef;}*/

/* FORMULARBUTTON */
input.FormButton {
	background: #888888;
	color: #99FF66;
}

.TextSmall {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#ContentWrapper {
	text-align: left;
	padding: 15px 15px 0 15px;
}

/* FORMULAR-TABELLEN*/
.FormTable th,
.FormTable td {
	padding: 2px 2px 15px 2px;
	/*background-color: yellow;*/
}


/* 
#----------------------------------------------------
# Menu
#----------------------------------------------------
*/
.Menu {
	color: #FFFFFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}
/* MENU HINTERGRUND */
td.MenuBg {
	background-color: #666666;
}

/* MENU MENUEINTRAEGE        outdated? */
td.MenuBig {
	font-size: 14px;
	padding-right: 11px;
}
/* MENU TEXT STANDARD        outdated? */
.MenuSmall {
	margin-top: 5px;
	color: #FFFFFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#MenuHead {
	/*background-color: blue;*/
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 13px;
	color: #FFFFFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-align: left;
}
.MenuAddress {
	margin-top: 4px;
	margin-left: 3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.MenuEntries {
	margin-top: 14px;
}
.MenuItem, .MenuItemLast {
	width: 136px;
	border-top: 1px solid #DDDDDD;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 14px;
}
.MenuItemLast {
	border-bottom: 1px solid #DDDDDD;
}
.MenuText {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

a.MenuLink {
	text-decoration: none;
}
a.MenuLink:link {
	color: #99FF66;
}
a.MenuLink:visited {
	color: #66CCFF;
}
a.MenuLink:active {
	color: #FFFFFF;
}
a.MenuLink:hover {
	color: #DDDDDD;
}


/* 
#----------------------------------------------------
# Pressekritiken
#----------------------------------------------------
*/
.PressPaper {
	background-color: #EEEEE9;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #DDDDDD;
}
.PressSource {
	color: #555555;
	font-family: Courier, "Courier New", "Andale Mono", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.PressSource hr {
	background-color: #000000;
	color: #000000;
	border: 0;
	height: 1px;
}
.PressAuthor {
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
div.PressAuthor2 {
	width: 100%;
	background-color: #CCCCC9;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
.PressText {
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


/* 
#----------------------------------------------------
# Meldungen
#----------------------------------------------------
*/
.MsgError {
	color: #CC0000;
	font-style: italic;
}
.MsgWarn {
	color: #FF6633;
	font-style: italic;
}
.MsgOkay {
	color: #009933;
	font-style: italic;
}


/* 
# ---------------------------------------------------
# Footer
# ---------------------------------------------------
*/
.FooterLinks {
	margin-top: 0;
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}
#FooterPoweredby {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
#FooterPoweredby, 
#FooterPoweredby a {
	margin-bottom: 4px;
	color: #F0C040;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}
#FooterPoweredby a:hover {
	color: #993300;
}

.FooterNavi {
	margin: 0;
	margin-bottom: 4px;
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
#FooterCopy {
	margin: 0;
	padding: 1.5em 0 0 0;
	color: #333333;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.FooterPoweredby {
	text-align: center;
}
.FooterPoweredby, 
.FooterPoweredby a {
	color: #F0C040;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}
.FooterPoweredby a:hover {
	color: #993300;
}


/* 
# ---------------------------------------------------
# Gaestebuch
# ---------------------------------------------------
*/
.SgbLeftRow {
	background-color: #EBEBEB;
	padding-left: 5px;
}
.SgbRightRow {
	background-color: #F3F3F3;
	padding-left: 5px;
}


/* 
#----------------------------------------------------
# Hide (Gaestebuch Admin-Links)
#----------------------------------------------------
*/
div.hide {
	color: #FFFFFF;
	font-size: x-small;
}
a.hide:link, 
a.hide:visited {
	color: #FFFFFF;
	font-size: x-small;
}
a.hide:hover {
	color: #999999;
	font-size: x-small;
}


/* 
#----------------------------------------------------
# Sphider
#----------------------------------------------------
*/
#result_report {
	background-color: #E5ECF9;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-bottom: 14px;
}

hr {
	color:#000066;
}
hr.powered {
	/*width: 550px;*/
	color: #000066;
}

#powered_by {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	/*margin: 0 auto;*/
	margin-top: 20px;
}

.divline {
	border-bottom: 1px solid #DDDDDD;
	margin-top: 20px;
	margin-bottom: -5px;
}

/* Page descriptions */
.description {
	font-size: 13px;
}

/* Small urls */
.url {
	color: #115599;
	font-size: 11px;
}
