/* standard margin des ie deaktivieren */
body {
	margin: 0px;
	padding: 0px;
}

.red {
	color: #B51621;
}

.hidden {
	display: none;
}

/* 
 * äußerstes div, horiziontal mittig zentriert 
 */
#site {
	position: relative;
	width: 796px;
/* Außenrahmen mit 3-D Effekt */
	border-color: #003E86;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
/* Zentrierung */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left; /* IE<7 hack */
/* liegt ganz hinten */
	z-index: 1;
/* hintergrund für die teaser spalte, da das teaser div nicht so groß ist (bzw. sein muss), wie das content div */
	background-image: url(http://www.etu-akademie.at/images/rbg_full.gif);
	background-repeat: repeat-y;
/* default Schriftart */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#site img {
	border: 0px none;
}

/* 
 * Kopfbereich inkl. Suchmaske 
 */
#head {
	height: 218px;
	background-image: url(http://www.etu-akademie.at//images/head.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

/* 
 * Suchmaske 
 */
#search {
	position: relative;
	top: 9px;
	left: 617px;
	width: 179px;
	height: 126px;
	z-index: 100;
	background-image: url(http://www.etu-akademie.at//images/suche.gif);
	background-repeat: no-repeat;
}

/* Label für die Suche */
#search_title {
	border: 0px solid black;
	position: relative;
	top: 45px;
	left: 25px;
	color: #FFFFFF;
}

.search_more {
	font-size: 12px;
}

.search_more a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.search_more a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
.search_more a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
.search_more a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Suchfeld + Button */
#search_box {
	border: 0px solid black;
	position: relative;
	top: 50px;
	left: 25px;
}

/* Sucheingabefeld */
#search_field {
	height: 13px;
	font-size: 11px;
	width: 98px;
}

/* 
 * Navigation (Baum, Breadcrumb, jetzt anmelden) 
 */
#navigation {
	border: 0px;
	z-index: 10;
}

/* 
 * Navigation (Baum und Breadcrumb) 
 */
#menu {
	z-index: 10;
}

/* 
 * Breadcrumb-Navigation 
 */
#navigation_breadcrumb {
	border: 0px;
	border-bottom: 1px solid #CBCBCB;
	background-color: #E3E3E3;
	width: 616px;
	height: 31px;
	padding-top: 5px;
	z-index: 10;
}
.bc_entry {
	font-size: 12px;
	font-weight: bold;
	color: #003E86;
	padding-left: 10px;
	padding-right: 0px;
}
.bc_first_entry {
	font-size: 12px;
	font-weight: bold;
	color: #003E86;
	padding-left: 30px;
	padding-right: 0px;
}
.bc_arrow {
	font-size: 18px;
	font-weight: bold;
	color: #B51621;
	padding-left: 10px;
	padding-right: 0px;
}

/* 
 * Layout der Links in der Breadcrumb-Navigation 
 */
#navigation_breadcrumb a:link {
	color: #003E86;
	text-decoration:underline;
}
#navigation_breadcrumb a:visited {
	color: #003E86;
	text-decoration:underline;
}
#navigation_breadcrumb a:active {
	color: #003E86;
	text-decoration:underline;
}
#navigation_breadcrumb a:hover {
	color: #003E86;
	text-decoration:underline;
}

/* 
 * Baum 
 */
#navigation_left {
	float:left;
	border: 0px;
	z-index: 10;
}

#navigation_tab_offset_left {
	position: relative;
	float:left;
	background-image: url(http://www.etu-akademie.at//images/leistebg.gif);
	background-repeat: repeat;
	width: 22px;
	height: 28px;
}

.navigation_left_tab {
	position: relative;
	float:left;
	background-image: url(http://www.etu-akademie.at//images/button.gif);
	background-repeat: no-repeat;
	width: 126px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

.navigation_left_tab_text {
	position: relative;
	top: 8px;
}

#navigation_tab_offset_right {
	position: relative;
	float:left;
	background-image: url(http://www.etu-akademie.at//images/leistebg.gif);
	background-repeat: repeat;
	width: 90px;
	height: 28px;
}

/* 
 * jetzt anmelden 
 */
#navigation_right {
	float:right;
	border: 0px;
	width: 180px;
	height: 65px;
	background-image: url(http://www.etu-akademie.at//images/anmelden.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

#navigation_right a
{
	position: relative;
	top: 30px;
	left: 36px;
	font-size: 18px;
	font-weight: bold;
}

#navigation_right a:link {
	color: #003E86;
	text-decoration: none;
}
#navigation_right a:visited {
	color: #003E86;
	text-decoration: none;
}
#navigation_right a:active {
	color: #003E86;
	text-decoration: none;
}
#navigation_right a:hover {
	color: #003E86;
	text-decoration:underline;
}

/* 
 * Definition der Überschriften 
 */

/* Überschrift im Teaser-Bereich */
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

/* Überschrift im Content-Bereich */
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #003E86;
}

/* Termin-Überschrift im Teaser-Bereich */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003E86;
	margin: 0px;
	padding: 0px;
}

/* Termin-Kurztext im Teaser-Bereich */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #B51621;
	margin: 0px;
	padding: 0px;
}

/* Termin-Kurztext im Teaser-Bereich */
#main {
	border: 0px;
	z-index: 10;
}

/* 
 * Contentbereich (dynamische Länge) 
 */
#content {
	float:left;
	padding: 30px;
	width: 556px;
	z-index: 10;
	background-image: url(http://www.etu-akademie.at//images/bg2.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}

/* 
 * Teaserspalte (dynamische Länge) 
 */
#teaser {
	position: relative;
	float: right;
	border: 0px;
	border-left-color: #003E86;
	border-left-width: 1px;
	border-left-style: solid;
	width: 149px;
	padding: 15px;
	padding-top: 30px;
	background-image: url(http://www.etu-akademie.at//images/rbg.gif);
	background-repeat: repeat-y;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 
 * Trennlinie für Termine in der Teaserspalte 
 */
.teaser_line {
	color: #FFFFFF;
	width: 80%;
}

/* 
 * Footer 
 */
#footer {
	width: 796px;
	height: 110px;
	background-image: url(http://www.etu-akademie.at/images/footer.gif);
	background-repeat: no-repeat;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#footer p.bodytext {
	display: inline;
}

/* 
 * Adressspalte 1 
 */
#footer_col_1 {
	position: relative;
	float: left;
	top: 15px;
	left: 30px;
	width: 250px;
}

/* 
 * Adressspalte 2 
 */
#footer_col_2 {
	position: relative;
	float: left;
	top: 15px;
	left: 70px;
	width: 50px;
}

/* 
 * Adressspalte 3 
 */
#footer_col_3 {
	position: relative;
	float: left;
	top: 15px;
	left: 70px;
	width: 150px;
}

/* 
 * Adressspalte 4 
 */

#footer_col_4 {
	position: relative;
	float: left;
	top: 15px;
	left: 170px;
	width: 150px;
}

/* 
 * Layout der Links im Footer 
 */
#footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* 
 * Navigation im Footerbereich (Impressum, etc.) 
 */
#footer_navigation {
	top: 40px;
	right: 15px;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003E86;
}

/* 
 * Layout der Links in der Footernavigation 
 */
#footer_navigation a:link {
	color: #003E86;
	text-decoration:underline;
}
#footer_navigation a:visited {
	color: #003E86;
	text-decoration:underline;
}
#footer_navigation a:active {
	color: #003E86;
	text-decoration:underline;
}
#footer_navigation a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* 
 * Eingabefelder 
 */

* input {
	vertical-align: top;
}

/*
 * Suchmaske
 */
.search_col_table {
	border-color: #003E86;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	width: 100%;
}

.search_col_label {
	background-color: #003E86;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.search_col_values {
	background-color: #E3E3E3;
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

#helpdiv {
	display: none;
	background-color: #E3E3E3;
	color: #000000;
	padding: 5px;
}

.hsetu_google_out {
}

.hsetu_google_form_table {
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #ECEFEF;
}

.hsetu_google_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hsetu_google_form_table_label {
	border:2px #DDDEE0 solid;
	background-color: #F8F8FE;
	text-align: right;
}
.hsetu_google_form_table_data {
	border:2px #DDDEE0 solid;
	background-color: #F4F5FF;	
}
.hsetu_google_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hsetu_google_map {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E3E3;
	color: #000000;
	width: 100%;
	height: 400px;
}
.hsetu_google_panel {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

/* Seitenteaser */
.tx-jppageteaser-pi1 a:link { color: #003E86; text-decoration: none; }
.tx-jppageteaser-pi1 a:visited { color: #003E86; text-decoration: none; }
.tx-jppageteaser-pi1 a:active { color: #003E86; text-decoration: none; }
.tx-jppageteaser-pi1 a:hover { color: #003E86; text-decoration: underline; }

.tx-jppageteaser-pi1 h4 { color: #003E86; }
.tx-jppageteaser-pi1 h4 a { color: #003E86; }
.tx-jppageteaser-pi1-list-entry-link-item {}

.tx-jppageteaser-pi1-list-entry-description {
	font-size: 12px;
}
.tx-jppageteaser-pi1-browsebox {
	clear: both;
	font-size: 12px;
	text-align: center;
}

.tx-jppageteaser-pi1-list-entry-image img {
	border: 0px;
}

/* Terminteaser */
.csc-firstHeader {
	font-size: 16px;
	color: #003E86;
	font-style: italic;
	font-weight: bold;
}

.training_entry a:link { color: #003E86; text-decoration: none; }
.training_entry a:visited { color: #003E86; text-decoration: none; }
.training_entry a:active { color: #003E86; text-decoration: none; }
.training_entry a:hover { color: #003E86; text-decoration: underline; }

.training_title {
	font-size: 15px;
	color: #B51621;
}

.training_location {
	font-size: 14px;
	color: #000000;
}

.training_date {
	font-size: 14px;
	color: #000000;
}

/* FCE_Referent */
#refrent_bild img {
	float: right;
}

/* FCE_Kontakt */
.fce_kontakt_seperator {
	margin-top: 20px;
	margin-bottom: 20px;
}

#fce_kontakt_text {
	font-size: 12px;
}

#fce_kontakt_head img {
	float: right;
}

#fce_kontakt_middle_left {
	background-image: url(http://www.etu-akademie.at/fileadmin/bilder/kontakt/adressbox.png);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 15px;
	padding-left: 15px;
	width: 209px;
	height: 165px;
}

#fce_kontakt_middle_right table {
	font-size: 11px;
}

#fce_kontakt_middle_right table td {
	padding-right: 7px;
}

#fce_kontakt_middle_right table th {
	padding-right: 7px;
}

#fce_kontakt_middle_right table p.bodytext {
	display: inline;
}

#div_kontakt_formular {
	font-size: 12px;
}

#div_kontakt_formular th {
	text-align: right;
	padding-right: 10px; 
}

#div_kontakt_formular input[type="text"] {
	width: 430px;
}

#div_kontakt_formular select {
	width: 436px;
}

#div_kontakt_formular textarea {
	width: 430px;
	height: 200px;
}

/* FCE Startseite */
.fce_startseite_bild {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.fce_startseite_content {
	font-size: 12px;
}

.fce_startseite_content a {
	font-weight: bold;
	text-decoration: none;
	color: #003E86;
}

/* FCE Seminar */
.fce_seminar_anmelden a:link { color: #003E86; font-weight: bold; text-decoration: underline; }
.fce_seminar_anmelden a:visited { color: #003E86; font-weight: bold; text-decoration: underline; }
.fce_seminar_anmelden a:active { color: #003E86; font-weight: bold; text-decoration: underline; }
.fce_seminar_anmelden a:hover { color: #003E86; font-weight: bold; text-decoration: underline; }

/* FCE Newsletter */
#fce_newsletter_text {
	font-size: 12px;
}

#fce_newsletter_formular {
	font-size: 12px;
}

#fce_newsletter_formular th {
	text-align: right;
	padding-right: 10px; 
}

#fce_newsletter_formular input[type="text"] {
	width: 430px;
}

#fce_newsletter_formular select {
	width: 436px;
}

#fce_newsletter_formular textarea {
	width: 430px;
	height: 200px;
}

/* FCE Download */
.fce_download_bild {
	float: left;
	width: 75px;
	margin-top: 5px;
	margin-right: 10px;
}
.fce_download_content {
	float: right;
	width: 460px;
	font-size: 12px;
}

/* Akademie Styles */
#content,
.navsec
{
	width: 550px !important;
}
#body_main
{
	overflow: hidden !important;
}

