/*
 * normal.css
 * Standardstylesheet fuer Frost International
 * 
 * by bsc comm - Brandstetter OEG / http://www.bsc.at/
 *
 * @version	2009-04-21
 * @author	Elisabeth Schatke <elisabeth@schatke.at>
 * @author	Manfred Brandstetter <m.brandstetter@bsc.at>
 */

html,body {
	margin:0;
	padding:0;
}

body {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #867474;
	background-color: #f1eded;
}



/* Container-Definition und -Anordnung */
div {
	position:static;
}

/*div.main {
	background-color: #f1eded;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}*/

div.left {
	float: left;
	width: 220px;
	text-align: right;
	margin: 0px;
	padding: 0px;

}

div.text {
	float: left;
	background-color:#ffffff;
	width: 520px;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;
}



/*  Textformatierung */


a {
	text-decoration:none;
	font-weight:normal;
	color:#8592B5;
}

a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#867474;
}


.strong {
	color: #8592B5;
	font-weight:bold;
}





