/* Sommerfest Style-Sheet */

div.block div {
	position: relative;
	font-family: 'Times New Roman', Times, serif;
	line-height: 1.3em;
	}

div.block > div {
	padding-top: 3ex;
	}

h2, h3, h4 {
	position: absolute; top: 0; left: 0;
	margin: 0;
	width: 7.5em;
	padding: 0;
	padding-top: .6ex;
	padding-right: 10px;
	text-align: left;
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	}

h2 {
	padding-top: 2.1em;
	font-size: 1.2em;
	line-height: 1.4em;
	}

h3 {
	width: 6.5em;
	padding-top: 0.1em;
	padding-left: 1em;
	font-weight: normal;
	line-height: 1.3em;
	}

h4 {
	width: 5.5em;
	padding-left: 2em;
	font-weight: normal;
	line-height: 1.3em;
	}

p {
	position: relative; top: 0; left: 0;
	margin: 0;
	margin-top: 1.5ex;
	margin-bottom: .5ex;
	margin-left: 9.5em;
	vertical-align: top;
	}

p.first {
	margin-top: 2ex;
	}

p.first:first-letter {
	padding-top: 0ex;
	font-size: 200%;
	font-weight: bold;
	text-transform: capitalize;
	}

p.first b:first-letter {
	padding-top: 0ex;
	font-size:200%;	
	font-weight: bold;
	text-transform: capitalize;
	}

p.second {
	margin-top: 3.5ex;
	}

p.second:first-letter {
	padding-top: 1.6ex;
	font-size:150%;
	font-weight: bold;
	text-transform: capitalize;
	}

p.second b:first-letter {
	padding-top: 1.6ex;
	font-size:150%;	
	font-weight: bold;
	text-transform: capitalize;
	}

p.em {
	font-style: italic;
	}

p.b {
	font-weight: bold;
	}

p.i {
	font-style: italic;
	font-variant: small-caps;
	}

p.bandinfo {
	font-weight: lighter;
	}

p.link {
	margin-left: 12em;
	font-weight: lighter;
	font-size: small;
	}

span.quote {
	}

blockquote {
	margin: 0 1px;
	font-weight: lighter;
	}

blockquote cite {
	display: block;
	margin-bottom: 3ex;
	font-weight: lighter;
	font-size: small;
	}

blockquote.lyrik {
	margin: 0 2em;
	font-size: smaller;
	font-weight: lighter;
	font-style: italic;
	text-align: justify;
	}

h1 img {
	display: block;
	margin: auto;
	margin-top: 1ex;
	margin-bottom: 1ex;
	}

div.block img {
	float: right;
	clear: right;
	margin: 10px;
	border: 2px solid black;
	}

div.block img.quer {
	clear: none;
	}

div.block object {
	float: right;
	margin: 10px;
	border: 2px solid black;
	}

div.img {
	float:right;
	}

div.img img {
	float:none;
	display:block;
	margin-bottom:0px;
	}

div.links {
	position: relative; top: 0; left: 0;
	margin-top: 8ex;
	margin-left: 2em;
	font-weight: lighter;
	font-size: 80%;
	}

span.min {
	vertical-align: super;
	font-size: small;
	text-decoration: underline;
	}

span.min-alt {
	display: none;
	}

div.block > div > p {
	min-height: 2em;
	}

div.block > div > div > p {
	min-height: 1em;
	}

div.block > div > div > p.kurz {
	min-height: 2.4em;
	}

div.block > div > div > p.kurz3 {
	min-height: 4.4em;
	}

div.block > div > div > ul > li {
	margin-left: 8em;
	}

div.block > div > ul {
	margin-left: 8em;
	}

* html div.block div { height: 7ex; }
* html div.block P.first { text-indent: -4.3em; }
* html div.block P.second { text-indent: -4.3em; }


/* Mobile */
@media only screen and (max-width: 1000px) {
	
	body { 
		background: #f6f6f6;
		max-width: 1000px;
		font-size: 160%;
		}
	
	*.block {
		width: 99%;
		}

	p.link {
		padding-left: 7em;
		}

	}