/* 
    Document   : style
    Created on : 16.06.2013, 18:33:40
    Author     : Michael Kaml
    Description:
        Purpose of the stylesheet follows.
*/

a:link, a:visited, a:focus, a:hover, a:active  
{ 
    font-weight:normal;  
    text-decoration:none; 
    color: black;
}

img
{
	border: 0px;
}

body {
	background-color: #FFFFFF;
	margin: 0 auto auto 0;
	font-family: Arial;
}

root { 
    display: block;
}

#overAllDiv
{
	display: none;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* IE 5-7 */
	filter: alpha(opacity=95);
	/* Netscape/FireFox */
	-moz-opacity: 0.95;
	/* Safari 1.x */
	-khtml-opacity: 0.95;
	/* aktuelle Browser */
	opacity: 0.95;

	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000000;
	text-align: center;
	
	z-index: 200;
}

#outTopDiv
{
}

#outDiv
{
    width: 70%;
    padding-left: 15%;

}

#inStyle, #inTopStyle
{
    text-align: center;
}

#topPic
{
    width:100%;
	height: 400px;
}

#inMiddleDiv
{
    margin: 40px auto auto 0;
}

#inBottomDiv
{
    color: #EEEEEE;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: left;
	clear: left;

}

#loginA, #impressum
{ 
	color: #EEEEEE;
    text-align: center;	
}

#homePic,#hofPic,#almPic,#galeryPic,#kontaktPic
{
    height: 70px;
    width: 18%;

}

#almWinterPic, #almSommerPic
{
    height: 35px;
    width: 9%;
}

#menuDivEntry
{
	margin: -87px auto auto 0;
}

#inNavDiv
{
	margin: -90px auto auto 0;
}

#menuBG
{
	width: 100%;
	height: 100px;
}

#table
{
    text-align: center;
}

#inMiddleLeftDiv
{
    float: left;
    margin-bottom: 36px;
    position: relative;
    width: 15%;
	top: 30px;
}

#inMiddleRightDiv
{
	width: 15%;
	float: left;
    margin-bottom: 36px;	
	margin-top: -900px;
    position: relative;
}

#inMiddleMiddleDiv
{
    margin-bottom: 36px;
    margin-left: 20%;
    position: relative;
    width: 70%;
	top: 10px;
}

#salzburgerLandLogo, #shuttlebergLogo, #skiAmadeLogo, #absolutParkLogo
{
	width: 100%;
	border-style: none;
}

#cssVal
{
	border:0;
	width:44px;
	height:15px;

	vertical-align:middle;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape/FireFox */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* aktuelle Browser */
	opacity: 0.5;
}

#transparentPic
{
    bottom: 0;
    height: 80px;
    position: fixed;
    width: 100%;    
}

#overAllPic
{

}

#menuSubDivEntry
{
	margin-top:-30px;
}

#textBGPic
{
    margin-left: 10%;
    margin-top: -20px;
    position: absolute;
    width: 80%;    
	left: 0;
}

#picHofSommer, #picAlmSommer
{
	width: 100%;
}