/* CSS OMINIRA
http://ominiraisfullofnoises.org
start: 01.06.2010
last changes: 21.10.2015 McFly
*/

/* reset
---------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* globals & typo
---------------------------------------- */
html {
	background: #000;
	list-style-type: none;
}

body {
	background: #000;
	font-size: 75%;
}

html>body {
	font-size: 14px;
	color: #FFF
}

a:link {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	font: 1em Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font: 1em Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
}

a:hover {
	background: #FFFFFF;
}

/* macht die gepunktetet linie um geklickte links unsichtbar
---------------------------------------- */
a:focus {
	outline: none;
}

/* vertikaler rhythmus basierend auf 12px basisgröße für den fließtext
---------------------------------------- */
p {
	font: 1em Garamond, Hoefler Text, Times New Roman, Times, serif;
	margin: 0 0 1em 0;
}

om {
	font: 2.25em Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-style: italic; 
}

h1 {
	font: 2.25em Times, serif;
	list-style-type: none;
}

h2 {
	font: 1.25em Times, serif;
}

h3 {
	font: 1.25em Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-style: italic; 
}

h4 {
	font: 0.75em Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-style: italic;
	text-transform: uppercase;
}

/* bilder und verlinkte bilder ohne rahmen
---------------------------------------- */
img, a img {
	max-width: 100%;
	padding: 0 0 5px 0;
}

/* links- bzw. rechtsausrichtung für elemente
---------------------------------------- */
.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

	
/* layoutelemente
verwenden sie overflow: hidden; um nötige floats auszulösen.
---------------------------------------- */
#wrapper {
	background: #000;
	margin: 0 auto;
	padding: 10px;
	width: 560px;
	position: left;
	max-width: 100%;
}

#subinfo {
	background: #000;
	float: left;
	width: 560px;
	margin: 20px 10px 0px 10px; 
}

#content {
	float: left;
	display: inline;
	width: 560px;
	background: #000;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#imprint {
	float: left;
	clear: both;
	width: 560px;
	text-align: center;
	padding: 100px 0px 10px 20px;
	}
