/* Sommerfest Style-Sheet */

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

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: 4.5ex;
	font-size: 120%;
	}

h3 {
	width: 6.5em;
	padding-top: 0.4ex;
	padding-left: 1em;
	font-weight: normal;
	}

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

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

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: 11em;
	margin-bottom: 4ex;
	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;
	}


/* für denjenigen ders immer noch nicht kapiert */

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

