/* Reset */

* {padding: 0;margin: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;background: transparent;}
:focus {outline: 0;}
body {line-height: 1;}
ul {list-style: none;}

body 
{
	background-color: #fff;
	background-image: url("http://abwaesser.ch/theorie/images/splashy_trashy.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 100px 100px 0 100px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #2a2a2a;
}


#content 
{
	
	width: 700px;
	background-color: #fff;
}

#content p, #content h2, #content h3
{
	clear: both;
	padding: 0 40px 1.5em 40px;
}

#content .quellen
{
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-bottom: 2em;
}

#content .quellen p 
{
	padding-bottom: 0.5em;
}

#content .quellen .literatur 
{
	padding-bottom: 0.5em !important;
}

#content .quellen .links 
{
	display: none;
}

#content .footnotes, #content #footer
{
	margin-top: 3em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}



#content .footnotes .note 
{
	clear: both;
	padding-top: 1.2em;
	padding-left: 20px;
}

#content .footnotes .note .number 
{
	float: left;
	width: 20px;
}

#content .footnotes .note .text 
{
	float: left;
	width: 555px;
}

#content .footnotes .note .arrow 
{
	float: right; 
	width: 15px;
}

#content .footnotes .noteblock 
{
	clear: both;
}

#footer 
{
	padding-bottom: 40em;
}


.code 
{
	padding: 1.5em 40px 1.5em 40px;
	display: none;
}

#content ul 
{
	padding: 0 40px 1.5em 40px;
	list-style-type: circle;
}

blockquote 
{
	padding: 0 80px 0.5em 80px;
}

/* TYPO */

#content p, #content ul li
{
	line-height: 1.6em;
	font-size: 14px;
}

#content div.lead 
{
	color: #555;
	line-height:1.5em;
	font-size:12px;
}

#content h2 
{
	font-size:18px;
	font-style: italic;
}

.footnotes, .footnotes p
{
	font-size:11px !important;
}

#footer p
{
	font-size: 11px;
}

em 
{
	font-style: italic;
}

strong 
{
	font-weight: bold;
}

blockquote 
{
	font-style: italic;
	font-size:14px;
	line-height:1.5em;
}

sup {
	line-height: 0.8em;
}


.label 
{
	font-size: 11px;
	color: #555;
}

/* links */
#content a
{
	color: #00f;
}


#content a:hover 
{
	color:#72bb00;
}

#content a.ext
{
	padding-left: 11px;
	background-image: url("http://abwaesser.ch/theorie/images/ext.gif");
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#content a.ext:hover 
{
	background-position: 0 -16px;
}


a.cee_close 
{
	display: block;
	padding: 3px;
	font-style: Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
	color: #fff;
}

a.cee_close:hover 
{
	color: #72bb00;
}

#footer a 
{
	color: #555;
}

.label a 
{
	color: #555 !important;
}

.label a:hover 
{
	color: #72bb00 !important;
}


/* footnote */
sup a
{
	color: #00f !important;
}



/* logo */

#content p.logo a
{
	
	display: block;
	width: 143px;
	height: 57px;
	background-image: url("http://abwaesser.ch/theorie/images/abwaesser_logo_l.gif");
	background-position: 0 0;
}

#content p.logo a:hover 
{
	background-position: 0 -57px;
}

#content p.logo 
{
	padding: 40px 0 20px 39px;
}

/* ceebox */

img.cee_img { border: 5px solid white !important;}
