/*******************************************************************************

	Project		:	straussorkester.org

	*******************************************************************************/
/*
// JavaScript Document

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;
*/



/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
h2, { font-size:1.5em; font-weight:normal; color:#555555; margin-top: 2em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
h1 { font-size:2em; font-weight:bold; color:#555555; width: 700px;}
p  { font-size:1.2em; font-weight:normal; margin-bottom:1em; color:#555555; width: 700px;}
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }
body { margin-top: 20px; color:#2f4f4f;}

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a       { color:#808080; }
a:hover { text-decoration:none; color:#C04040; }
                             


/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	rem background-image:url(bg_body.jpg);
	background-color: #CD853F;
        font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	text-align:center; /* fuer Netscape 4 und MS IE */
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/** Dreispalter mit Textile
* @package Dreispalter
* @name DS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0.1
**********************************************************************/

.dreispalter {
  width: 720px;
}

.dreispalter_1 {
  width: 150px;
}

.dreispalter_2 {
  width: 400px;
  margin-left: 10px;
}

.dreispalter_3 {
  width: 150px;
  margin-left: 10px;
}

.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}


/*	wg site
*******************************************************************************/
.pagetable {
        width: 100%;
        background-color:#CD853F;
	margin-left:auto;
	margin-right:auto;
}

.pagetd {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	horizontal-align:center; 
}

#contenttable {
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:680px;
	color:#000;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:130px;
	background-image:url(bg_header.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-image:url(bg_content.jpg);
	background-repeat:repeat-y;
}

#main {
	float:left;
	width:680px;
}

#main-block {}

#main-block2 {
	padding:14px;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.5em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#090;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:780px;
	background-image:url(bg_body.jpg);
	background-position:0 -100px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#555555;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:250px;
}
.footer .col-right {
	float:left;
}



/*	login form
------------------------------------------------------------------------------*/
.login {
	margin:0.8em 0 0.8em 0;
	width:780px;
	background-color:#f7f7f7;
	font-size:1.1em;
	line-height:1.0em;
        padding:10px 0 0px 0px;
}

.login2 {
	padding:10px 0 5px 5px;
}

.logintable {
        width: 100%
}

.logintext {
        color:#606060;
        float:right;
        padding:1px 5px 0 0;
}

.loginfootertext {
        color:#FF00FF;
        float:left;
        padding:1px 200px 0 15px;
}


.login label {
	display:inline;
	clear:both;
	margin-top:0px;
	color:#606060;
}

.login input {
	float:left;
	margin:0px 0;
	width:80px;
        height:14px;
	border:1px solid #606060;
	background-color:#ffffff;
}


.login input.submit { 
	border:none;
	background:none;
	color:#606060;
	text-decoration:none;
        font-size:1.0em;
	cursor:pointer;
        padding:0 0 0 0;
        font-family: sans-serif, helvetica, arial, verdana;
        letter-spacing:1pt;
}

.login a
{
Color: #606060;
}


/* mail-Verschluesselung
*******************************************************************************/
#button {
	font-size:1em;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#C04040;
	border: 0;
	background:#fff;
	text-decoration:none;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}


/* Hasso-Galerie Bibi
*******************************************************************************/

#hassoGallery {
	margin-left: 5px;
	padding: 0;
	font-size: small ;
	
	
}


#hassoNav {
	display: block;
	text-align:left;

}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	margin-left: 0.5em;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
	background-color:silver;
}

#hassoNav #active {
	display: block;
	background-color:silver;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 770px;
	margin: 0px;
	border:0px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 10px 5px;
	border:0;
	height: 110px;
	width: 143px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 8px;
	width: 749px;
	margin: 0px;
	border:0px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:center;
	
}

#hassoPic .hassoDescription {
	text-align:left;
        padding-bottom: 8px;
        text-align:center;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 740px;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
}


/* Pinnwand
 **************************************************/

#pinnwand{
	border: solid 1px #FFFFFF;
	background: url(../files/pinnwand_kork_bg3.jpg);
	padding: 5px;
	position: relative;
	overflow: auto;
	height: 400px;
	width:760px;
}
.pinnwandeintrag, .pinnwandneuereintrag{
	background-color: #FFFF99;
	border: solid 1px #000000;
	margin: 5px;
        padding: 10px 0 10px 0;
	float: left;
	position: relative;
	overflow: auto;	
	width: 736px;
	height: 22em;
}
.pinnwandneuereintrag{
	width: 368px;
	height: 16em;
}
.pinnwandneuereintrag textarea{
	width: 95%;
}
.pinnwandneuereintrag input{
	width: 95%;
}
.pinnwandeintrag p{
	margin: 5px;
}
.pinnwandeintrag a{
	Color: #6869FF;
	text-decoration:underline; 
}
.pinnwandeintrag a:hover{
	Color: #FF0000; 	
}
.pinnwandadmin{
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.pinnwand_human{
	background-color: #FFFFFF;
	width: 70%;
	margin-left: 15%;
	padding: 5px;
	border: 1px solid #000000;
}
.pinnwand_human_error{
	font-weight: bold;
	color: #FF0000;
}
.pinnwanddate{
	font-size: 0.7em;
	position: relative;
	bottom: 0px;
	left: 0px;
	background-color: #FFFF99;
}
.pinnwanderror{
	display: block;
	background-color: #ff0000;
	color: #ffffff;
	border: solid 1px #000000;
	margin: 5px;
	padding: 3px;
}


/* Veranstaltungskalender
 **************************************************/

td.eltitle
{	font-weight: bold;
}
td.eltitle a
{	color: #333333;
}

td.elDate,
td.elDateMore 
{ width: 18%;
}
td.eltitle 
{ width: 40%;
}
td.elcat 
{ width: 20%;
}
td.elvenue 
{ width: 22%;
}

p.eltitel
{	float: left;
	font-weight: bold;
}
p.eldesc 
{	margin-left: 7em;
}
a.zurueck, a.vor
{	margin-right: 10px;
}

/* Newsmodul
 **************************************************/

.news {
 width: 740px;
}

.newswrapper {
 width: 740px;
 margin: 1em 0;
 border: 0px solid #666;
}

.pag {
 width: 430px;
 height: 16px;
 margin: 1em 0;
 border: 1px solid #666;
 font-weight: bold;
 background-color: #eee;
 padding: 10px;
}

.pag-left, .pag-right {
 float: left;
 width: 50%;
}
.pag-right {
 text-align: right;
}

.newstop {
 border-bottom: 0px solid #666;
 background-color: #ffffff;
 padding: 5px;
}

.newsheader {
 font-size: 1.9em;
 font-weight: bold;
 color:#555555;
}

.newsmain {
 padding: 5px;
} 

.news-pic {
border: 0px solid #666;
padding: 35px 0 15px 0;
} 
.news a{
	Color: #FF0000;
	text-decoration:none; 
}
.news a:hover{
	Color: #6869FF; 	
}


/* Multilanguage Sitemap
 **************************************************/

#sitemap{
	//float: left;
	width:600px;
	padding:0 0 0 160px;

}
#sitemap .langsitemap{
	float: left;
	width:200px;
	padding:14px;
}

#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
}

#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
	Color: #555555;
	text-decoration:underline; 
}
#sitemap a{
	Color: #555555;
	text-decoration:none; 
}
#sitemap a:hover{
	Color: #6869FF; 	
}

/* gerenderte headline modul
 **************************************************/

/* Ausgabe am Bildschirm */
@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}


