/*
-----------------------------------------------
Florentine Schara
Author:   www.2oc.de
Version:  4/6/06

----------------------------------------------- */

/* STANDARD
----------------------------------------------- */

/*
* {
	padding:0;
	margin:0;
}
*/

body {
	font: 11px/15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #6E2D2D url(images/background.jpg);
	
	margin: 0px;
	padding: 0px;
}

/* TYPO
----------------------------------------------- */

h1 {
	font: bold 12px/18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #F77511;
	margin-bottom: 18px;
}

h2 {
	font:  11px/18px "Georgia", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 26px;
}

p {
	font: 9pt "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


td {
	font-size: 9pt;
	line-height: 15px;
}


/* CUSTOM
----------------------------------------------- */

.text {
	font-style: normal;
	font-weight: normal;
}
.textbold {
	font-style: normal;
	font-weight: bold;
}
.textitalic {
	font-style: italic;
	font-weight: normal;
}
.headline {
	font-style: normal;
	font-weight: bold;
}
.invisible {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
.texthighlite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;
}
.textboldhighlite {
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
}

.bottom_grau {
	color: #e7e6e6;
}


/* LINKS
----------------------------------------------- */
a:link, a:visited, a:active {
	color: #F77511; 
	text-decoration: none;
}

a:hover {
	color: #F77511;
	text-decoration: underline;
}

