

/* Design-Beschreibung für www.fegabau.at */
/* Copyright 2007 www.w3-s.at */


/********************************* Allgemeine Formatierungen ************************/

/* zuerst wird der body-Bereich definiert, Hintergrundfarbe, Schriftart, ...*/
body{
    margin: 0px 0px 0px 0px;
/* oberer Rand 3%, dann Beginn Darstellung Logo */
    padding: 10px 0px 0px 0px;
    color: #19759E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    background: #FFFFCC;
    text-align: center;
}
table {
	color: #19759E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFF99;
	border: none;
}
.contenttable caption {
	visibility:hidden;
}
td {
	border: none;
}
input, textarea {
	color: #19759E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a{
    color: #ffffff;
	text-decoration:none;
}
a:hover{
    color: #7697B9;
}

h1 span{
    display: none;
}
h2{
    font-size: 18px;
	margin-top:0px;
}
h3{
    font-size: 16px;
	margin-top:0px;
}
h4{
    font-size: 14px;
	margin-top:0px;
}
h5{
    font-size: 10px;
	margin:0px;
}





/************************************ im siteContainer befindet sich die kpl. Website *****************/
#siteContainer{
	position:relative;
    margin: auto;
	width:90%;
	min-width:720px;
    background-color: #FFFFFF;
    text-align: left;
/*    border: 1px ridge silver;	*/
}
* html #siteContainer{
/* nur für IE6 und älter */
    width: 90%;
    w\idth: 90%;
}
/* Abbrüfung auf Mindesbreite, nur bei IE6 und älter */
*html #siteContainer {
	width: expression((body.offsetWidth < 800)?'700px':'90%');
}





/****************************************** der gesamte Logo-Bereich ***********************************/
#siteLogo{
	width:100%;
	/* die Höhe des Images +20px, damit der Text nicht exakt hinter dem Logo verschwindet */
	/* sowie die Hintergrundfarbe des Contents anzeigen */
	height:160px;
	background-color: #706F6D;
}
#siteLogoLeft{
	position:absolute;
	background-image:url(../images/logo_fega1_left.jpg);
	background-repeat:no-repeat;
	width:441px;
	height:160px;
	left:0;
	top:0%;
}
#siteLogoRight{
	position:absolute;
	background-image:url(../images/logo_fega1_right.gif);
	background-repeat:no-repeat;
	width:316px;
	height:140px;
	left:auto;	
	right:10px;
	top:7px;
}





/***************************** der Bereich für den Content *****************************************/
#siteMenuAndContentContainer{
	background-color: #FFFF99;
	padding-top:10px;
}
#siteContent{
	height:350px;
	overflow: auto;
	background-color: #FFFF99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
}
* html #siteContent {
/* nur für IE6 oder älter*/
	height:300px;
}
#siteContent a{
	color: #666666;
}
#siteContent a:hover{
	color: #666666;
	font-weight: bold;
}



/****************************************** Formatierung Navigation ******************************************/
* html #siteMenuBehind {
/* nur für <=IE6*/
/* diese ID ist nur für den vertikalen 20 Pixel hohen Rand für die Menüeinfassung */
	width:201px;
}
#siteMenuBehind{
	height:20px;
	position: absolute;
	width:200px;
	margin:0;
	left: 0px;
	top: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#siteMenu{
	background-image:url(../images/menu_back.jpg);
	background-repeat:no-repeat;
	background-color: #999999;	
	padding-top:40px;
	height:400px;
	overflow: auto;
	position: absolute;
	width:200px;
	margin:0;
	left: 0px;
	top: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
* html #siteMenu {
/* nur für IE6 oder älter*/
	height:330px;
}

/* die DFN-Tags der Menüpunkte unsichtbar stellen */
/* diese Tags dienen zur fortlaufenden Nummerierung der Menüpunkte einer barrierefreien Navigation */
DFN {
	display:block;
	position:absolute;
	left: -3000px;
	height: 0px;
	width: 0px;
}


/*  MENU 1, level 1, normal state (NO) */
DIV#siteMenu DIV.menu1-level1-no {
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV#siteMenu DIV.menu1-level1-act {

  font-size: 12px;
  padding-top:5px;
  padding-left:5px;
}
DIV#siteMenu DIV.menu1-level1-act a {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level1-no a:hover {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level1-act a:hover {
  color: #FFFFFF;
}


/*  MENU 1, level 2, normal state (NO) */
DIV#siteMenu DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:13px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV#siteMenu DIV.menu1-level2-act {
  font-size: 10px;
  padding-left:13px;
}
DIV#siteMenu DIV.menu1-level2-act a {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level2-no a:hover {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level2-act a:hover {
  color: #FFFFFF;
}



/*  MENU 1, level 3, normal state (NO) */
DIV#siteMenu DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:32px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV#siteMenu DIV.menu1-level3-act {
  font-size: 10px;
  padding-left:32px;
}
DIV#siteMenu DIV.menu1-level3-act a {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level3-no a:hover {
  color: #FEC200;
}
DIV#siteMenu DIV.menu1-level3-act a:hover {
  color: #FFFFFF;
}




#siteSpacer{
	height:20px;
	background-color: #FFFF99;
}
#siteSpacer1{
	width:200px;
	height:20px;
	background-color: #999999;
}





/********************************** der Container für Daten des Website-Besitzers *********************/
#siteCompContainer{
	width:100%;
	height:65px;
	background-color: #FFFF99;
}

/* der Bereich für das Copyright */
#siteComp {
	position:absolute;
	width:400px;
	height:65px;
	background-color: #999999;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #404040;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFF66;
}

#siteComp #siteComp1 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:10px;
	top:1em;

}
#siteComp #siteComp3 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:10px;
	top:2.1em;
}
#siteComp #siteComp2 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:10px;
	top:3.2em;
}
#siteComp #siteComp4 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:18em;
	top:1em;
}
#siteComp #siteComp4_1 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:22em;
	top:1em;
}
#siteComp #siteComp5 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:18em;
	top:2.1em;
}
#siteComp #siteComp5_1 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:22em;
	top:2.1em;
}
#siteComp #siteComp6 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:18em;
	top:3.2em;
}
#siteComp #siteComp6_1 p {
	position:absolute;
	margin: 0px 10px 0px 0px;
	color: #FFFF99;
	font-size:11px;	
	left:22em;
	top:3.2em;
}
#siteComp6_1 p a{
	color: #FEC200;
}
#siteComp6_1 p a:hover{
	color: #FFFF99;
}




/********************************** der Container für den Website-Ersteller *****************************/
#siteCreatorContainer{
	width:100%;
	height:40px;
	background-color: #FFFF99;
}
/* Bereich für die Firmenbezeichnung / -anschrift */
#siteCreator{
	position:absolute;
	width:100%;
	height:40px;
	background-color: #999999;
	z-index: 2;	
}
#siteCreator p{
	position:absolute;
    margin: 0px 0px 0px 0px;
	font-size:10px;	
	color: #FFFF99;
	top:10px;
	left:auto;	
	right:10px;
}
#siteCreatorContainer #siteCreator p a{
	color: #FEC200;
}
#siteCreatorContainer #siteCreator p a:hover{
	color: #FFFF99;
}


#siteImage {
	position:absolute;
	background-image:url(../images/content_back_footer.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:70px;
	right:0;
	bottom:39px;
	z-index: 1;
}



/********************************* Formatierungen für das Kontaktformular *****************************/
.csc-mailform {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mailformname, #mailformemail, #mailformcomment, #mailformformtype_mail {
	position:relative;
	display:block;
	left:100px;
	top:-15px;
}

/** Anweisung, dass dies nur gedruckt werden darf **/
.printonly {
  display:none;
}

