/********************************************/
/**                                        **/
/**  Projekt:       kern-haus.de           **/
/**  Stylesheet:    TYPO CSS               **/
/**  Erstellt:      05/2008                **/
/**                                        **/
/********************************************/

html {
	color: #727e8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

body {
	font-size: 69%;
	line-height: 1.6em;
	color: #626a76;
	/*[if EDITOR]
	padding: 20px 20px 20px 50px;
	[endif]*/
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px #bdc9da solid;
}

h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

.link {
	padding-left: 10px;
	background: url(../img/arrow_link.gif) no-repeat left;
	font-weight: bold;
}

table {
	padding: 0;
}

table td {
 	/* background-color: #f3f4f5; */
	font-size: 11px;
	line-height: 1.3em;
}

table th {
	background-color: #dcdfe3;
	font-size: 11px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

#content ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	/* border-bottom: 1px #BDC9DA solid; */
}

#content ul li{
	padding: 3px 0 3px 10px;
	margin: 0;
	list-style: none;	
	/* border-top: 1px #BDC9DA solid; */
	background: url(../img/bg_li_content.gif) no-repeat top left;
}

.morelink {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(../img/arrow_link.gif) left no-repeat;
}

.bild_links {
	float: left;
	margin: 10px 40px 10px 0;
}

.bild_rechts {
	float: right;
	margin: 10px 0 10px 40px;
}

.bild_rahmen {
	margin: 0 20px 0 0 ;
	padding: 5px 5px 5px 5px;
	border: 1px #BDC9DA solid;
}

.zitat_links {
	width: 200px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;	
	line-height: 1.3em;
	margin: 10px 40px 10px 0;
	background: url(../img/qoute.gif) top left no-repeat;
	/*[if EDITOR]
	text-indent: 2em;
	[endif]*/
}

.zitat_rechts {
	width: 170px;
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;		
	line-height: 1.3em;
	margin: 10px 0 10px 40px;
	background: url(../img/qoute.gif) top left no-repeat;
	/*[if EDITOR]
	text-indent: 2em;
	[endif]*/
}

.zitat {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;		
	line-height: 1.3em;
}

.zitat_block_anfang{
	padding: 0 0 0 50px;
	display: block;
	background: url(../img/quoteBig.gif) bottom left no-repeat;	
}

.zitat_block_ende{
	padding-right: 30px;
	display: block;
	background: url(../img/quoteBig.gif) bottom right no-repeat;
}

.fussnote{
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px #8894a5 solid;
	font-size: 9px;
	color: #8894a5;
}