/* Keramik Posner *2011 Julia Faulde */

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	line-height: 140%;
	}
body {
     background: #008993;
    background-image: url(images/bg.gif);
    background-repeat:repeat-x;
    background-position:20px 0;
  	text-align:left;
	}

/* Inhalt */
#global {
	background-image: url(images/hinten.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
	width:894px;
	height:440px;
	padding:0;
	margin:0;
	z-index:0;
	}
#logo {
	position:absolute;
	width:329px;
	height:91px;
	padding:0;
	margin:34px 0 0 49px;
	z-index:10;
	}

#bilder {
	position:absolute;
	width:892px;
	height:278px;
	padding:0;
	margin:134px 0 0 43px;
	z-index:10;
	}

#inhalt {
	position:absolute;
    background: #fff;
	margin:440px 0 0 43px;
	width:830px;
	height:850px;
	padding:0;
	z-index:10;
	}
p {
		text-align:left;
		font-family: Arial, Verdana, sans-serif;
		font-size:13px;
		font-weight:normal;
		line-height:150%;

		margin:5px 0 15px 0;
	}
h1 {
		text-align:left;
		font-family: Arial, Verdana, sans-serif;
		font-size:13px;
		font-weight:bold;
		line-height:150%;
		color:#097a82;
		margin:0 0 15px 0;
	}
a {
	text-decoration:none;
	color:#78b230;
	}
a:hover {
	text-decoration:none;
	color:#097a82;
	}
	
p#links {
	position:absolute;
	margin:30px 0 0 0;
	width:335px;
	text-align:right;
	color:#097a82;
	}
#rechts {
	position:absolute;
	margin:30px 0 0 365px;
	width:454px;
	text-align:right;
	color:#09585e;
	}