/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#topBody {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_body.jpg) fixed;
}

#topSelectionSpace {
	height: 30px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font: bold 114% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4 {
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5 {
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

.trenner {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #666666;
	top: 5px;
	padding-top: 5px;
	position: relative;
}

/*************** list tag styles ***************/

ul {
	list-style-type: square;
	margin-left: 20px;
	margin-top: 0px;
}

ul ul {
 	list-style-type: disc;
}

ul ul ul {
 	list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label {
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
input {
	font-family: Arial,sans-serif;
}

iframe.thinbox {
	position: relative;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	border-top: thin inset #CCCCFF;
	border-right: thin none #CCCCFF;
	border-bottom: thin outset #CCCCFF;
	border-left: thin inset #CCCCFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/*
 * Tags moved to Section CSS
 *
 * #pageNav
 *
 */

#pagecell1 {
	background-color: #ffffff;
}

#tl {
	position:relative;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#topUtility {
	font: 75% Verdana,sans-serif;
	color: #919999;
}

#topUtility a {
	color: #ffffff;
}

#topUtility a:hover {
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	color: #cccccc;
	margin: 0px;
	padding-top: 4px;
	background-image: url(glob_nav_background.gif);
}

#globalNav img {
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#gnc {
	position: relative;
	top: auto;
	right:auto;
	background-color: #000000;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

#globalLink {
	height: 28px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}


a.glink_praxis, a.glink_pi, a.glink_sgt, a.glink_praxis:visited, a.glink_pi:visited, a.glink_sgt:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 4px 5px 8px 5px;
	border-right: 1px solid #8FB8BC;
	text-align: center;
	float: left;
	width: 206px;
	position: fest;
}

a.glink_praxis:hover {
	text-decoration: none;
	background-image: url(bg_nav_praxis.jpg);
}

a.glink_pi:hover {
	text-decoration: none;
	background-image: url(bg_nav_pi.jpg);
}

a.glink_sgt:hover {
	text-decoration: none;
	background-image: url(bg_nav_sgt.jpg);
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 20px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input {
	font-size: 70%;
	margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover {
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb {
	font: x-small Verdana, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#breadCrumb a {
	color: #FFFFFF;
}

#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

td.featureTitle {
	min-width: 640px;
	color: #000000;
	padding: 0px 0px 0px 10px;
	background-image: url(glob_nav_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
}

td#feature {
	padding: 10px;
	font-size: 80%;
	min-height: 200px;
	height: 20px;
	text-align: justify;
}

td#feature h1 {
	color: #000000;
	padding: 5px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

td#feature h2 {
	font: bold 100% Arial,sans-serif;
	color: #000000;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	white-space: nowrap;
}

td#feature p {
	display: compact;
	margin-bottom: 6px;
	margin-top: 4px;
}

td#feature ul {
	display: compact;
	margin-right: 36px;
}

td#feature img.bereich_logo {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}

td#feature img {
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
}

td#feature img#inline {
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	float: none;
	vertical-align: text-bottom;
}


/*************** story styles ******************/

td#story {
	padding: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 80%;
}

td#story h1 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

td#story h2 {
	font: bold 100% Arial,sans-serif;
	color: #000000;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	white-space: nowrap;
}

td#story h3 {
	font: italic 100% Arial,sans-serif;
	color: #000000;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	white-space: nowrap;
}

td#story p {
	display: compact;
	margin-bottom: 6px;
	margin-top: 4px;
	text-align: justify;
}

td#story a.capsule {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

td#story a.capsule:hover {
	text-decoration: underline;
}


/************** siteInfo styles ****************/

#topSiteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#topSiteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks {
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
/*	background-image: url(bg_nav.jpg); */
	font-weight: normal;
	padding: 3px 0px 3px 7px;
	color: #000000;
}

#sectionLinks a:hover {
	border-top: 1px none #cccccc;
	font-weight: bold;
	text-decoration: none;
}

#subSectionLinks a:link, #subSectionLinks a:visited {
	font-weight: normal;
	text-indent: 10px;
	font-size: 9pt;
}

#subSectionLinks a:hover {
	text-decoration: underline;
}

/************* relatedLinks styles **************/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
	color: #000000;
}

.relatedLinks a {
	display: block;
	color: #000000;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

table#infobox {
	background-color: #EEEEEE;
	border: thin solid #333333;
	margin: 5px 10px;
}

table#infobox TD {
	padding: 0px 5px 5px;
	vertical-align: top;
}

table#infobox IMG {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td#feature p {
	display: compact;
	margin-bottom: 6px;
	margin-top: 4px;
	margin-right: 5px;
	vertical-align: top;
	color: #333333;
}


table#infobox TH {
	padding: 5px 5px 0px;
	height: 10px;
}
table#tabelle {
	background-color: #EEEEEE;
	border: thin solid #333333;
	margin: 5px 10px;
}
table#aktuellbox {
	border: thin solid #333333;
	margin: 5px 0px;
	filter: Glow(Color=#347722, Strength=50);
}
.kleine_Schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #000000;
}
.® {
	font-size: 80%;
	font-style: normal;
}
