/*******************************************************************************************\
**						Gargoyle CMS von AM-Webdesign.eu								   **
**	Copyright: 		© by AM-Webdesign 2002-2008 All Rights Reserved						   **
**	Entwicklung:	Andy "Djsammy" Müller												   **
**	Lizenz:			www.AM-Webdesign.eu													   **
**	Kontakt:		www.AM-Webdesign.eu		|	andy@AM-Webdesign.eu					   **
**	Projekt:		www.Motorradstrecken.eu                                 			   **
\*******************************************************************************************/

@import url("http://www.actiondiving.at/templates/standard/stylesheets/calendar.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/fonts.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/gallery.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/imprint.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/input.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/news.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/offline.css");
@import url("http://www.actiondiving.at/templates/standard/stylesheets/security.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px;
    text-align: left;
    background: #0f3170 url(http://www.actiondiving.at/templates/standard/images/index/bg.png) repeat-x top center;
	color: #ffffff;
    cursor: default;
    line-height: 120%;
}

* 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 13px;
}

img, div, table
{
	border: 0px;
}

hr
{
	margin: 5px 0px;
	width: 90%;
	border: #999999 1px solid;
}

/* Global Font-Color and Background-Style */
ul,ol
{
	margin: 0px;
	padding-left: 20px;
}

/*######################################
##	Group Box
######################################*/
legend
{
	color: #000000;
	font-weight: bold;
}

/*######################################
##	PopUp`s
######################################*/
/* Position of a PopUp-Window */
div#error, div#info, div#warning
{
	position: fixed;
	z-index: 9999;
	top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -50px;
    width: 500px;
    line-height: 16px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #333333;
    text-align: left;
    font-size: 12px;
    padding: 5px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

* html div#error, div#info, div#warning
{
	position: absolute;
}

div#ToolTip
{
    position: absolute;
    width: 250px;
    line-height: 16px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #333333;
    text-align: left;
    font-size: 12px;
    padding: 2px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}


/*######################################
##	Table
######################################*/
table.UserTable
{
	empty-cells: show;
	font-size: 11px;
	vertical-align: top;
    	
}

/*Kopfzeilen einer Tabelle*/
table.UserTable .UTHead
{
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	width: 10%;
	padding-right: 10px;
}

table.UserTable td
{
	padding: 5px;
	empty-cells: show;
	border-bottom: #4a4a4a 1px dotted;
	vertical-align: top;
}

/* Zeilenfarben */
table.UserTable .Row_1, table.UserTable .Row_1 a
{
}

table.UserTable .Row_2, table.UserTable .Row_2 a
{
}

table.UserTable .Row_1:hover, table.UserTable .Row_1:hover a
{
}

table.UserTable .Row_2:hover, table.UserTable .Row_2:hover a
{
}


/*######################################
##  Dive-Services.at Styles
######################################*/
/*####################
##	Links
####################*/
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #ffdd0e;
}

a:hover
{
	text-decoration: underline;
}

/*####################
##	Body
####################*/
#Body
{
    z-index: 0;
    position: absolute;
    top: 0px;
    min-height: 100%;
	width: 100%;
	color: #FFFFFF;
}

* html #Body {    height: 100%;     }

/*####################
##	Top Left Picture
####################*/
#TopLeft 
{
    z-index: 0;
    position: absolute;
    float: left;
	width: 320px;
}


/*####################
##	Top Right Picture
####################*/
#TopRight 
{
    z-index: 3;
    position: absolute;
    top: 0px;
    right: 0px;
	width: 444px;
}

/*####################
##	Menu
####################*/
#Menu 
{
    z-index: 10;
    position: absolute;
    margin: 260px 15px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
}

/*####################
##	Logo
####################*/
#Logo
{
    z-index: 5;
    position: absolute;
    margin: 0px;
	height: 255px;
}

/*####################
##	Content
####################*/
#Content
{
    z-index: 8;
    position: relative;
    color: #FFFFFF;
	vertical-align: top;
	margin: 260px 10px 80px 210px;
	max-width: 80%;
	font-size: 12px;
	text-align: left;
}

*html #Content
{
	margin: 0px;
	padding: 260px 10px 80px 210px;
}

#Content img
{
	margin: 4px;
}


#Content .TextBackground
{
	vertical-align: top;
	padding: 5px;
	width: 75%;
}

/* Use for Sitetitle */
#Content .Head 
{
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0px;
	vertical-align: top;
	text-align: left;
}

/* Use for Text */
#Content .Headline 
{
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	padding-bottom: 5px;
}

#Content .Slogan 
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 30px;
	vertical-align: top;
}

#Content .Banner 
{
    margin: 20px auto 0px;
    width: 900px;
	text-align: center;
}

#Skyscraper 
{
    position: fixed;
    z-index: 1;
    top: 3px;
    right: 3px;
    width: 120px;
    height: 600px;
    float: right;
}

#Content .Banner input, #Skyscraper input
{
    width: auto;
}

* html #Skyscraper 
{
    position: absolute;
}
/*####################
##	Footer
####################*/
#Footer 
{
    clear:both;
    margin: 0px 3px;
    border-top: 1px solid #fff;
	color: #fff;
	width: 99%;
	text-align: right;
	font-size: 9px;
}

#Footer a
{
	text-decoration: underline;
	color: #fff;
}


/*Offers*/
#box_related_small
{
    float: left;
    margin: 10px 25px;
    width:183px;
    height:183px;
    overflow:hidden;
    z-index:9;
    position:relative;
}

#box_related_small img
{
	margin: 0px;
}

#box_related_small .link_image
{
    z-index:9;
    position:absolute;
    display:block;
    width:183px;
    height:183px;
    padding: 1px 0px 0px 1px;
    overflow:hidden;
}

#box_related_small .link_image:hover
{
    border:1px solid #999;
    padding: 0px;
    width:182px;
    height:182px;
}

#button_box
{
    z-index:10;
    margin:0px 10px;
    position:absolute;
    display:block;
    text-align:center;
    cursor:pointer;
    color:#FFF;
    line-height:normal;
}

#button_box .text
{
    z-index:15;
    position:absolute;
    float:left;
    margin:0px auto;
    background-color:#000000;
}

#button_box .gradient
{
    z-index:10;
    position:absolute;
}

#button_box .link
{
    z-index:13;
    position:absolute;
    width:163px;
    height:16px;
    display:block;
    margin:0px auto;
    border:1px solid #999;
    border-bottom:0px;
    font-size:8pt;
    font-weight:bold;
    color:#FFF;
    text-decoration:none;
    text-transform:uppercase;
}

/* IE */

* html #button_box .link
{
    width:164px;
    height:16px;
}

#button_box .corners
{
    z-index:14;
    width:164px;
    position:absolute;
    margin:16px auto 0px auto;
}

#button_box .shadow
{
    z-index:10;
    position:absolute;
    margin:0px auto;
    display:block;
    width:172px;
    height:29px;
}
