/*******************************************************************************
Name:   font.css
Datum:  2011.03.11
Kunde:  signographie.de
*******************************************************************************/
@import url('http://www.signographie.de/wf/andron_web.css');

body {
	font-family: "AndronCorpus", "Georgia", "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color:#101010;
	}
	
ul, ol, dl, p, h1, h2, h3, h4 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

table {
	font-size: 110%;
}

h1 {
	font-size: 190%;
	line-height: normal;
	padding-bottom: 2px;
}

h2 {
	font-size: 160%;
	padding-bottom: 2px;
}

h3 {
	font-size: 130%;
	padding-bottom: 2px;
}

h4 {
	font-size: 100%;
	padding-bottom: 2px;
}

code {
	font-family: "Courier New", Courier, monospace;
}

#innerFooter {
	text-align: center;
	font-size: 0.9em;
	}

body {
	font-size: 100.1%;
}

html>body {
	/* Opera's default font size is typically 10% smaller than IE or Mozilla
	 * so we correct for this here, since we're using percentages 
	 * everywhere. And we do this because pixel-based fonts don't resize
	 * under IE/Win and percentages/ems are essentially the same, and I like
	 * percentages for fonts.
	 */
	font-size: 110%;
}

body:last-child, * html body {
	/* of course the previous selector for Opera's fix is caught by more 
	 * than a few other browsers, so we reset that value here.
	 */
	font-size: 100.1%;
}

#rightColumn .inside {
	font-size: 90%;
}

#pageWrapper {
	font-size: 80%;	/* default font size hier setzen */
	}

.bestell {
	border-left: 8px;
	border-left-color: #4F89BC;
	border-left-style: solid;
	padding-left: 10px;
}

.smalltext {
	font-family: "AndronCorpus", "Georgia", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}