/* Start of CMSMS style sheet 'LJKE : Top menu + 2 columns' */
* {
margin:0;
padding:0;
}

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #cc3300; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #c30;
}

a:hover {
   color: #900;
}

/*****************
basic layout 
*****************/
body {
	margin:2em; /* gives some air for the pagewrapper */
}

div#pagewrapper {
	max-width: 80em; /* IE wont understand these, so we will use javascript magick */
	min-width: 60em;
	background-repeat: repeat-y;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	height: 165px;
	background-image: url(i/kulturwerkstatt-kalmreuth.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fdeecf;
}

div#header h1 a {
	background-position: 24px 20px;
	display: block;
	height: 1px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	background-color: transparent;
	width: 1px;
}

div#search {
	width:100%;
	text-align: right;
	padding-top: 0.7em;
	padding-right: 0em;
	padding-bottom: 0.7em;
	padding-left: 0em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#search label {
	margin-right: 1em;
}
#search input {
	margin-right: 1em;
}

div.breadcrumbs {
	font-size: 90%;
	float: left;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 2em;
	display: inline;
}
div#content {
	margin-right: auto;
	margin-left: 16px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0771d;
}

div#main a, div#menu_horiz a {
   font-weight: bold;
}

div#main {
	margin-left: 270px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 30px; /* and some air on the right */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding-top: 30px;
}

#main p {
margin-bottom: 0.8em;
}

#main img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #f00000;
	margin-bottom: 0.5em;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 250px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #fff;
	background-color: #990000;
}

div#footer p {
	font-size: 0.9em;
	line-height: 2.9em;
	padding-left: 1em;
	display: block;
	margin: 0px;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
div#footer p em a {
        float:right; display:block; 
        margin-top:-2.9em;
        text-transform: uppercase;
        font-style: normal;
	letter-spacing: 0.3em;
	padding-right: 1em;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	border-bottom: 1px solid #d0771d;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

/* relational links under content */
div.left49 {
	float: left;
	width: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 2em;
	display: inline;
}

div.left49 p {
	line-height: 1.6em;
}

div.right49 {

	float: right;
	width: 20%;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #600;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.3em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
        padding-bottom:0.5em;
        border-bottom: 1px solid #f68b20;
}
div#content h3 {
   color: #600; 
   font-size: 1.3em;
   line-height: 1.2em;
   margin: 0.7em 0 0.5em 0;
}
div#content h4 {
   color: #600; 
   font-size: 1.1em;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1em;
   line-height: 1.2em;
   margin: 0 0 0.4em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

#slideshow { float: left; }

/* nur fuer Safari und Opera */
@media screen and (min-width: 0px){
div#footer p em a { margin-top:0em; }   
}

/* End of 'LJKE : Top menu + 2 columns' */

