/*#######################################
	Fritz Holoubek
	www.holoubek.at
	20.07.2009
#######################################*/

/********************************************************************
* Style section														*
********************************************************************/

html,body
	{
		width: 100%;
		height: 100%;
	}

body
	{
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
	}

#choiceBox .gallery a
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 69px;
		height: 13px;
		background: url('../gfx/btn_gallery.gif') 0 0 no-repeat;
		display: block;		
	}

#choiceBox .contact a
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 74px;
		height: 13px;
		background: url('../gfx/btn_contact.gif') 0 0 no-repeat;
		display: block;		
	}

#choiceBox .gallery a:hover, #choiceBox .contact a:hover
	{
		background-position: 0 -13px;
	}


#contactOuterLimit .line3 .button a
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 121px;
		height: 27px;
		background: url('../gfx/btn_email.gif') 0 0 no-repeat;
		display: block;
	}

#contactOuterLimit .line3 .button a:hover
	{
		background-position: 0 -27px;
	}


.clearence
    {
        clear: both;
    }

/* Def END *********************************************************/



/********************************************************************
* Layout section													*
********************************************************************/

#contentOuterLimit
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 703px;
		height: 500px;
		margin: -250px 0px 0px -351px;
		border: 0px solid red;
	}

#headerBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 438px;
		height: 30px;
		margin: 0px 0px 45px 182px;
	}

#choiceBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 166px;
		height: 13px;
		margin: 5px 0px 0px 254px;
	}

#choiceBox .gallery
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 69px;
		height: 13px;
		float: left;
	}

#choiceBox .pipe
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 23px;
		height: 13px;
		float: left;
	}

#choiceBox .contact
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 74px;
		height: 13px;
		float: left;
	}


#contactOuterLimit
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 745px;
		height: 500px;
		margin: -250px 0px 0px -372px;
	}

#contactOuterLimit .line1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 744px;
		height: 27px;
		margin-bottom: 28px;		
	}

#contactOuterLimit .line2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 745px;
		height: 257px;
		margin-bottom: 28px;		
	}

#contactOuterLimit .line2 .left
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 255px;
		height: 257px;
		float: left;
	}

#contactOuterLimit .line2 .right
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 490px;
		height: 257px;
		float: left;		
	}

#contactOuterLimit .line3
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 744px;
		height: 27px;
		margin-bottom: 70px;
		background: url('../gfx/gfx_contline2.gif') 0 0 no-repeat;
	}

#contactOuterLimit .line3 .button
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 121px;
		height: 27px;
		margin-left: 500px;
	}











/* Def END *********************************************************/