/* 
    Document   : StyleSheets
    Created on : 15.03.2012, 21:15:34
    Author     : Christoph Gerstner <development@christoph-gerstner.de>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
    font-family: Helvetica, sans-serif;;
    src: url(Helvetica, sans-serif;font.ttf) format("truetype");
}



root { 
    display: block;
    font-family: Helvetica, sans-serif;;
}

*{
    padding: 0px;
    margin: 0px;
}
body{
    background-color: lightgrey;
	margin-left:50px;
	padding-bottom:70px;
	font-family: Helvetica, sans-serif !important;
}


a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-bottom: 1px solid black;
	color:black;
}

a:visited{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
	color:black;
}



#currentMenu{
    color: black;
    border-bottom: 1px dotted black;

}


a:hover{        
    color: black;
    border-bottom: 1px dotted black;

}



h1{
    font-family: Helvetica, sans-serif;;
    font-weight: normal;
    font-size:18px;
    line-height: 20px;
    /*border-bottom: 1px solid black;*/
}


h2{
    font-family: Helvetica, sans-serif;;
    font-size: 12px;
    font-weight: normal;
    color: red;

}

/*  HEADER */

#head{
    font-family: Helvetica, sans-serif;
    z-index:10;
    font-size: 13px;
    color: #000000;
    position: fixed;
    width: 100%;
    height: 40px;
    padding-left:140px;
    background-color: lightgrey;
    line-height: 17px;
    display:block;

}

#logo{
	margin-left: 25px;
    width: 220px;
    float:left;
    margin-top:14px;
}

.menuItem{
    float:left;
    padding-right: 28px;
    margin-top:14px;

}


.menuPopAbout{
    float:left;
    padding-left:60px;
    padding-right:28px;
    padding-top:14px;


}



/*  MAIN CONTENT */

#content{
	padding-top:0px;
	margin: 0 auto; 
	width:900px;
background-color: none;
}

.pub{
	margin-top:70px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:820px;
	padding-bottom:70px;

	height:582px;
    position:absolute;
    margin-left: 0px;
    background-color: none;
        background-image: url('http://mirkos.at/pozadina.png');
    background-repeat: no-repeat;
    background-position: 4px -2px;

}


.pub .pubScene{
    position:absolute;
    z-index:2;
    top:30px;
    left:30px;
    cursor: pointer;
    height: 510px;
    opacity :0;
    filter:alpha(opacity=0); /*IE*/
    background-color: none;
    transition-property: opacity;
    transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    background-image: url('http://mirkos.at/pozadina.png');
    background-repeat: no-repeat;
}
.pub .pubSceneVisible{
     position:absolute;
    z-index:3;
    top:30px;
    left:30px;
    cursor: pointer;
    background-color: none;
    height: 510px;
    opacity :1;
    filter:alpha(opacity=100); /*IE*/

    transition-property: opacity;
    transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
        background-image: url('http://mirkos.at/pozadina.png');
    background-repeat: no-repeat;
}


.pub .title{
    font-family: Helvetica, sans-serif;;
    padding-top: 580px;
    margin-top: -20px;
    padding-left: 70px;
    font-size: 13px;
    line-height: 17px;
    width:300px;
    margin-bottom:50px;
    z-index:1000;
}

.pub .counter{
    /*display: none;*/
    position:absolute;
    font-family: Helvetica, sans-serif;;
    top: 560px;
    width:50px;
    text-align: right;
    left: 380px;
    border:none;
    font-size: 13px;
    line-height: 17px;
    background-color: lightgrey;

}

.pubArrowLeft{
	cursor: pointer;
	padding-top:55px;
	opacity :0;
    filter:alpha(opacity=0); /*IE*/
	position:absolute;
	z-index:0;
}
.pubArrowRight{
	cursor: pointer;
	padding-top:55px;
	opacity :0;
    filter:alpha(opacity=0); /*IE*/
	position:absolute;
	z-index:0;	
}
.pubArrowLeftVisible{
	cursor: pointer;
	padding-top:75px;
	padding-left: 30px;
	opacity :1;
    filter:alpha(opacity=100); /*IE*/
	position:absolute;
	z-index:5;
}
.pubArrowRightVisible{
	cursor: pointer;
	padding-top:75px;
	padding-left: 30px;
	opacity :1;
    filter:alpha(opacity=100); /*IE*/
	position:absolute;
	z-index:4;	
}



#contact{
    z-index:5;
    font-size: 13px;
    line-height: 20px;
    font-family: Helvetica, sans-serif;;
    padding-top:70px;
    padding-left:5px;
    height:640;
    background-color: none;

}

.contact td{
    padding-right:50px;
    min-width:200px;
    vertical-align: baseline;
}

img{
    border: none;
}



#about{
    z-index:5;
    font-size: 13px;
    line-height: 17px;
    font-family: Helvetica, sans-serif !important;
    padding-top:70px;
    padding-bottom:50px;
    height:640;
    background-color: none;
    padding-left:5px;

}

.about td{
	cursor: text;
    padding-right:40px;
    min-width:255px;
    max-width:255px;
    vertical-align: baseline;
}