/* egx stylesheet */

html, body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

/* links */
	
a:link {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #FE4C10;
	text-decoration: none;
	}
	
a:active {
	color: #222222;
	text-decoration: none;
	}
	
/* navigation links */


.nav_index {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a9384;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:2px;
	line-height: 150%;
	}
	
.nav_index a:link {
	color: #8a9384;
	text-decoration: none;
	}

.nav_index a:visited {
	color: #999999;
	text-decoration: none;
	}

.nav_index a:hover {
	color: #FE4C10;
	text-decoration: none;
	}

.nav_index a:active {
	color: #999999;
	text-decoration: none;
	}


.nav {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a9384;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	}
	
.nav a:link {
	color: #8a9384;
	text-decoration: none;
	}

.nav a:visited {
	color: #999999;
	text-decoration: none;
	}

.nav a:hover {
	color: #FE4C10;
	text-decoration: none;
	}

.nav a:active {
	color: #999999;
	text-decoration: none;
	}
	
.nav_on {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE4C10;
	font-weight: bold;
	line-height: 150%;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.nav_on a:link {
	color: #FE4C10;
	text-decoration: none;
	}

.nav_on a:visited {
	color: #8a9384;
	text-decoration: none;
	}

.nav_on a:hover {
	color: #8a9384;
	text-decoration: none;
	}

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


	
/* plain text */
	
.text_s {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}

.text_s_dark {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	}
	
	
.balken_white {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: auto;
	width: 138px;
	background-image: url(../media/layout/hint_balken.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
.text_m {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
.text {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	}

.text_bold_orange {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE4C10;
	font-weight: bold;
	line-height: 150%;
	}
	
.text_einrueck {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	list-style-position: outside;
	list-style-image: url(../media/layout/list_points.gif);
	}
	
.title_s_dark {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	}
	
.title {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE4C10;
	font-weight: bold;
	}
	
.title_light {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	}

.text_versalien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 200%;
	text-transform: uppercase;
	}

		
/* background colors */

.bg_lines {
	background-color: #999999;
	}

/* editable */

.editable {
	background-color: #e0f0ff;
	border-width: 1;
	border-color: #d0e0ff;
	border-style: dashed;
	}
	
/* abstand*/

.margin_top_tease { margin-top:10px; }

