/*************************
Hadaier - STYLESHEET
florian loimayr
www.networx.at
*************************/

/*** LAYOUT ***/

body {
text-align: center;
width: 100%;
margin: 0px;
padding: 0px;
}

#mainContainer {
width: 780px;
/*background-color: yellow;*/
text-align: left;
background-image: url(../layout/mainbg.gif);
}

#content {
font-size: 12px;
color: black;
font-family: arial;
width: 552px;
margin-left: 191px;
margin-right: 37px;
padding-top: 32px;
padding-bottom: 32px;
}

td, p, ul, li, a {
font-size: 12px;
color: black;
font-family: arial;
}

a {
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #FECA00;
background-color: black;
}

/*** NAVI ***/

#nav1 {
display: block;
width: 89px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_01.gif);
text-decoration: none;
}

#nav1:hover, #nav1akt {
display: block;
width: 89px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_01-over.gif);
text-decoration: none;
}

#nav2 {
display: block;
width: 72px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_02.gif);
text-decoration: none;
}

#nav2:hover, #nav2akt {
display: block;
width: 72px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_02-over.gif);
text-decoration: none;
}

#nav3 {
display: block;
width: 49px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_03.gif);
text-decoration: none;
}

#nav3:hover, #nav3akt {
display: block;
width: 49px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_03-over.gif);
text-decoration: none;
}

#nav4 {
display: block;
width: 61px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_04.gif);
text-decoration: none;
}

#nav4:hover, #nav4akt {
display: block;
width: 61px;
height: 67px;
background-color: white;
background-image: url(../layout/navi_04-over.gif);
text-decoration: none;
}

/*** FORMS ***/

.form1, .form2, .form3, .form4, .form5 {
border: 0px;
border-right: 1px solid #b1a575;
border-top: 1px solid #b1a575;
width: 250px;
height: 25px;
background-color: white;
font-size: 12px;
color: black;
font-family: arial;
vertical-align: middle;
}

.form2 {
width: 81px;
margin-right: 2px;
}

.form3 {
width: 100px;
margin-right: 2px;
}

.form4 {
width: 129px;
}

.form5 {
width: 210px;
height: 198;
}

.submit {
border: 0px;
background-color: #FECA00;
font-size: 14px;
color: black;
font-family: arial;
font-weight: bold;
}

/*** PICS ***/

#pic1, #pic2, #pic3, #pic4, #pic5, #pic6 {
border: 1px solid black;
background: #FECA00;
position: absolute;
left: 20px;
top: 20px;
visibility: hidden;
}

/*** POPUP ***/

#popup {
background-color: white;
}

#closeLink1 {

}

#closeLink2 {
padding-top: 3px;
width: 100%;
display: block;
height: 20px;
}

#popup img {
border: 1px solid black;
}