/* Developed for the Emscherland Accordion Orchestra   */
/* Frank Berke, April 2010                             */

/* WEITERE STYLE-SHEETS EINBINDEN */

@import url("forms.css");


/*****GLOBAL******/

@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family:Delicious;
	src:url('fonts/Delicious-Roman.otf');
}

@font-face {
	/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family:Delicious;
	font-weight:bold;
	src:url('fonts/Delicious-Bold.otf');
}

body {
	background:#555 url(img/background.png);
	background-repeat:repeat-x;
	color:#2b2b2b; /* Textfarbe!!! */
	margin:0;
	font-family:verdana, helvetica, arial, sans-serif;
	/*text-align:center;*/
	font-size:.8em;
	padding-bottom:10px;
}

#umschluss {
	margin:auto;
	width:740px;
	text-align:left;
	background-color:#f9f9f9;
	border:1px solid #555;
	-moz-box-shadow:#777 0 0 7px;
	-moz-border-radius:7px;
	-opera-box-shadow:#777 0 0 7px;
	-opera-border-radius:7px;
	-webkit-box-shadow:#777 0 0 7px;
	-webkit-border-radius:7px;
	box-shadow:#777 0 0 7px;
	border-radius:7px;
}


/***** KOPFBEREICH ******/

#kopf {
	margin:auto;
	height:90px;
	width:740px;
	padding: 25px 5px 10px 15px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

#kopf h1 {
	font-family:Delicious, sans-serif;
	color:#fff;
	margin:0;
	letter-spacing: .15em;
	/*word-spacing: .25em;*/
	-moz-text-shadow: #101010 2px 2px 5px;
	-opera-text-shadow: #101010 2px 2px 5px;
	-webkit-text-shadow: #101010 2px 2px 5px;
	text-shadow: #101010 2px 2px 5px;
	/*font-size:1.7em;*/
	font-size:2em;
}

#kopf h1 span {
	letter-spacing:.1em;
	font-size:.6em;
	line-height:2.5em;
}

#kopf img.kopflogo {
	float:left;
	border:0;
	width:120px;
	height:84px;
}



/********COLUMNS********/
#inhalt {
	/*background:#fff url(img/background_inhalt.png);
	background-repeat:repeat-x;*/
	background-color:#fff;
	padding:0 20px 10px 10px;
	width:550px;
}

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h1 {
	font-family:Delicious, sans-serif;
	color:#2b2b2b;
	letter-spacing:.05em;
	padding: .8em 0 .5em 0;
	margin: 0;
}

#inhalt h1 span, #inhalt h2 span, #inhalt h3 span {
	font-size:.8em;
}

#inhalt h1 {
	font-size:2em;
}

#inhalt h2 {
	font-size:1.6em;
}

#inhalt h3 {
	font-size:1.2em;
}


#inhalt p {
	line-height:1.3em;
	/*overflow:hidden;*/
}

#inhalt a {
	text-decoration:none;
	color:#777;
	border-bottom:1px dotted green;
}

#inhalt a:hover {
	border-bottom:1px solid green;
	color:green;
}

#inhalt .links {
	float:left;
}

#inhalt .rechts {
	float:right;
}

#inhalt .green {
	color:green;
}

#inhalt .red {
	color:red;
}

#inhalt div.umschluss {
	overflow:hidden;
}

#inhalt div.linkespalte, #inhalt div.rechtespalte {
	margin:0;
	border:0;
	padding:0;
	width:270px;
}

#inhalt div.linkespalte {
	float:left;
	margin-right:5px;
}

#inhalt div.rechtespalte {
	float:right;
	margin-left:5px;
}

#inhalt ul.leiter li {
	margin-top:20px;
}

#inhalt li.listenabstand {
	margin-top:10px;
}

#inhalt th {
	background-color:#efefef;
}

#inhalt td {
	vertical-align:top;
	padding-bottom:1em;
	padding-right:.5em;
}

/* interagiert in nav.css mit ul#lit_navi */
#inhalt td.gliederung {
	vertical-align:bottom;
	background-color:#353535;
	color:#f2c304;
	text-align:center;
	font-weight:bold;
	padding:0;
}

tbody.programm span {
	font-size:.8em;
	font-style:italic;
}

#inhalt table th.prog_links {
	width:200px;
}

#inhalt table th.prog_rechts {
	width:320px;
}

#inhalt table.tontraeger a, #inhalt table.tontraeger a:hover {
	border:0;
	background:none;
}

#inhalt table.tontraeger th {
	width:260px;
}

#inhalt table.literatur td {
	padding-bottom:.2em;
}

/******* EXTRA-STYLES FUER KONZERTREISEBERICHT ******/

#inhalt .pre {
	border:1px solid #353535;
	padding:.5em;
	margin:.25em;
}

#inhalt .pre h2, #inhalt .pre h3, #inhalt .pre h4 {
	margin:0;
}

#inhalt .pre p {
	margin-bottom:0;
}

#inhalt .pre span{
	font-weight:bold;
	color:gray;
}

#inhalt .green {
	color:green;
}

#inhalt .red {
	color:red;
}



/******* SPALTENTRENNER RECHTS *********/
#inhalt a.picturelink {
	border:0;
}

.picturelink img { /* same styles as in imagegallery's css */
	display:block;
	border:2px solid #efefff;
	margin:.5em 1em 1em .5em;
	-moz-box-shadow:#777 5px 5px 5px;
	-opera-box-shadow:#777 5px 5px 5px;
	-webkit-box-shadow:#777 5px 5px 5px;
	box-shadow:#777 5px 5px 5px;
}
.picturelink img:hover {
	border:2px solid green;
}



/******* SPALTENTRENNER RECHTS *********/

#rechts {
	clear:both;
	float:right;
	width:160px;
	color:#fff;
	line-height:20px;
	word-spacing:2px;
}



/******* NEWS COLUMN *********/

#neues {
	padding:20px 3px 0px 3px;
	line-height:1em;
}


#neues p {
	font-size:.9em;
	color:black;
}

#neues p a {
	display:block;
	text-decoration:none;
	color:gray;
}

#neues p a:hover {
	text-decoration:underline;
	color:#333;
}


/******* GUESTBOOK, SEARCH RESULTS AND NEWS ENTRY COMMON STYLES *********/
#inhalt div.gaestebuch,
#inhalt div.newsbeitrag {
	/*border-bottom:1px solid grey;*/
	margin-bottom:1em;
	padding:.2em;
	padding-bottom:.5em;
	border-bottom:1px dotted #eee;
	-moz-border-radius:3px;
	-opera-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#inhalt div.gaestebuch.farbe1 {
	/*background-color:#f9f9f9;*/
}

#inhalt div.gaestebuch.farbe2 {
	/*background-color:#f9f9f9;*/
}

#inhalt div.gaestebuch h2,
#inhalt div.newsbeitrag h2,
#searchresults h2 {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:1.2em;
	letter-spacing:none;
	margin:.8em 0 .2em 0;
}

#inhalt div.gaestebuch h2 a,
#inhalt div.newsbeitrag h2 a,
#searchresults h2 a {
	/* style for anchored headings */
}

#inhalt div.gaestebuch p,
#inhalt div.newsbeitrag p,
#searchresults p {
	margin:.2em 0 .1em;
}

#inhalt div.gaestebuch p.message,
#inhalt div.newsbeitrag p.message {
	/* style for message block */
}

#inhalt div.gaestebuch p.more,
#inhalt div.newsbeitrag p.more,
#searchresults p.more {
	margin:0;
	font-size:.8em;
	color:#555;
}


/******* ADVANCED SEARCH *********/

#searchoptions {
	margin:1em 0;
	overflow:hidden;
}


/******* SEARCH RESULTS *********/

#searchresults p.results {
	text-align:right;
	border-bottom:2px solid #eee;
	margin:.5em 0;
}


/******* NEWS OVERVIEW *********/

#inhalt div.newsbeitrag h2 span {
	float:right;
	font-size:.8em;
	color:grey;
}

#inhalt p.systeminfo {
	margin:0;
	padding:0;
	line-height:normal;
	font-size:.8em;
	color:grey;
}

/******* FOOTER *********/
#seitenende {
	background:#353535;
	text-align:center;
	color:#f0ede3;
	font-size:0.9em;
	padding: 10px 3px;
	line-height:.5em;
	clear:both;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-opera-border-radius-bottomleft:7px;
	-opera-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	/**/
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	/**/
	border-radius-bottomleft:7px;
	border-radius-bottomright:7px;
}

#seitenende a {
	color:#f0c102;
	text-decoration:none;
}

#seitenende a:hover {
	color:#f9f9f9;
	border-bottom:1px solid green;
}


