/***********************************************/
/* kds.css                                     */
/* Use for kunst-der-stunde.de                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

hr {
  margin-left: 0px;
  width: 100%;
  height: 1px;
  color: #cccccc;
}

p, li {
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/************** header tag styles **************/
h1{
 margin: 0px;
 padding: 0px;
}

h2{
 margin: 0px;
 padding: 0px;
}

h3{
 margin: 0px;
 padding: 0px;
}

h4{
 margin: 0px;
 padding: 0px;
}

h5{
 margin: 0px;
 padding: 0px;
}

address {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 2em;
}

/*************** list tag styles ***************/

ul{
  list-style-type: square;
}

ul ul{
  list-style-type: disc;
}

ul ul ul{
  list-style-type: none;
}

/********* form and related tag styles *********/

form {
  border: 1px solid #cccccc;
  margin: 0;
	padding: 0.5em;
	width: 40em;
	overflow: visible;
}

form fieldset {
  line-height: normal;
	border: 1px solid #CCCCCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

form fieldset legend {
  color: #000000;
	font-style: italic;
	margin-bottom: 0.5em;
}

form, input, textarea {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif; 
}

form input, form select, form textarea {
  /*display: block;*/
	/*float: left;*/
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.buttonSubmit {
  /*margin-left: 9em;*/
	margin-right: 1em;
}

form label {
  display: block;
	text-align: right;
	font-weight: normal;
	float: left;
	width: 10em;
}

form label.dummylabel { visibility: hidden; }
form br {
  clear: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrap {
}

#header {
  padding: 0px 0px 0px 0px;
}

.utilities {
  font-size: small;
  margin: 0px;
  padding: 0.5em;
}

#naviBar {
  clear: both;
  float: left;
  width: 10em;
  border-right: 1px solid #cccccc;
}

#rightSideBar {
  float: right;
	width: 160px;
	margin: 0.5em;
}

#rightSideBar div {
	font-size: small;
	margin-bottom: 0.5em;
	padding: 0;
}

#rightSideBar p { line-height: 110%; }

#rightSideBar .textBox {
	color: #FFFFFF;
	background-color: #333333;
  border: 1px dashed #cccccc;
	padding: 0 0.5em 0.25em 0.5em;
}
#rightSideBar div a:link { color: #CCCCCC; }
#rightSideBar div a:visited { color: #CCCCCC; }
#rightSideBar div a:hover { color: #CCCCCC; }

#rightSideBar .imgBox {
  text-align: center;
	color: #FFFFFF;
	background-color: #333333;
  border: 1px dashed #cccccc;
	padding-bottom: 0.25em;
}
#rightSideBar .imgBox img { border: none; }

#pageCell {
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #cccccc;
}

#content {
  font-size: medium;
  /*text-align: inherit;*/
  padding: 0em 1em 1em 1em;
  margin: 0em 0em 0em 10em;  /* left margin prevents text floating under the naviBar */
  border-left: 1px solid #cccccc;
}

#footer {
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: small;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  text-align: center;
}

/***********************************************/
/* Content Divs of #header                     */
/***********************************************/

#logoLeft {
  float: left;
}

#logoRight {
  float: right;
}

#title {
  margin-right:150px;
  padding-top: 10px;
}

#siteTitle {
  margin: 0em 0em 0em 10em;
  padding-left:1em;
  background-image:url(../images/black.gif);
  background-repeat:repeat-y;
  background-position: top right;
}

#header img {
  margin: 0px;
  padding: 0px;
  float: right;
  clear: both;
}

#pageTitle {
  border-top: 1px solid #cccccc;
  clear: both;
  text-align: right;
  padding-right: 20px;
}

/***********************************************/
/* Component Divs of #content                  */
/***********************************************/
/*
#content p, #content li {
  line-height: 150%;
}
*/
.confirm {font-size: larger; font-weight: bold;}

.paraStart {
  font-weight: bold;
}

.kdsLogo {
  float: right;
  border: 2px solid #000000;
}

.download {
  padding-right: 24px;
  text-align: right;
  font-size: small;
  background-image: url(../images/pdf_s.gif);
  background-repeat: no-repeat;
  background-position: center right;
}

.eventTable {
	/*width: 100%;*/
}

.eventTable caption {
	font-size: larger;
	font-weight: bold;
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	*/
	padding: 5px 10px 5px 10px;
}
.firstCol { width: 12em; }
.eventTable tr td.subheading {
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.eventTable tr {
  vertical-align: top;
  border-bottom-color: #FF0000;
  border-bottom-width: thin; 
  border-bottom-style: solid;
  margin: 5px;
}

.eventTable tr.altRow {
  background-color: #dddddd;
}

.eventTable tr td {
	padding: 5px 10px 5px 10px;
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	*/
}

.eventDate {
  font-weight: bold;
	vertical-align: top;
}
.eventDate p {margin-top: 0;}
.eventTitle { 
  display: block;
  font-style: italic;
  font-weight: bold;
	margin-bottom: 1em;
}
.eventArtist {
  display: block;
  margin-bottom: 0.5em;
}
.eventDescr {
	display: block;
	font-size: smaller;
	line-height: normal;
	margin-bottom: 0.5em;
}
.eventLocation {
	display: block;
	font-size: smaller;
	line-height: normal;
	margin-bottom: 0.5em;
}

.imgLeft  { float: left; padding-right: 1em;  font-size: small;}
.imgRight { float: right; padding-left: 1em ;  font-size: small;}
.imgCentered { display: block; margin-left: auto; margin-right: auto; }

.centeredText { text-align: center; }
.leftText { text-align: left; }
.rightText { text-align: right; }
.indentedText { margin-left: 1em;}

/* Table with silhouettes of all KDS stroytellers */
#storytellers {
}

#storytellers caption {
  font-size: small;
  font-style: italic;
}

#profile {
  min-height: 240px; /* min-height = height of the silhouettes*/
  _height: 240px; /* hack for IE */
}

#profile h3 {
  margin-bottom:0.5em;
} 

#profile img {
  float: right;
  margin: 0px 0px 10px 10px;
}

#profile address {
  clear: both;
}

/***********************************************/
/* Content Divs of #naviBar                    */
/***********************************************/

#naviLinks{
  font-size: small;
  margin: 0px;
  padding: 0px;
}

#naviLinks h3{
  padding: 10px 0px 2px 10px;
  border-bottom: 1px solid #cccccc;
}

#naviLinks a:link, #naviLinks a:visited {
  display: block;
  background-color: #999999;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding: 3px 0px 3px 10px;
}

/* Undo above IE hack, as it causes problems with NN 6+ anf IE5 for Mac :-( */
html>body #navigation ul li a {
  width: auto;
}

#naviLinks a:hover{
  border-top: 1px solid #cccccc;
  background-color: #CCCCCC;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#home a#lnkHome,
#projekt a#lnkProjekt,
#programm a#lnkProgramm,
#reservierung a#lnkReservierung,
#veroeffentlichungen a#lnkVeroeffentlichungen,
#mailingliste a#lnkMailingliste,
#newsfeed a#lnkNewsfeed,
#erzaehlerinnen a#lnkErzaehlerinnen,
#individuelleTermine a#lnkIndividuelleTermine,
#gaestebuch a#lnkGaestebuch,
#kontakt a#lnkKontakt {
  background-color: #CCCCCC;
  color: #000000;
}

.aktuell {
	/*
	border-top: 3px #cccccc dashed;
	border-bottom: 3px #cccccc dashed;
	*/
	border: 3px #ccc dashed;
	width: 75%;
	padding: 0.5em;
}
/********************* end **********************/

