/*******************************************************************************************\
**						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.vip-diving.eu                           						   **
\*******************************************************************************************/

@import url("http://www.vip-diving.eu/templates/standard/stylesheets/calendar.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/fonts.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/gallery.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/imprint.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/input.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/news.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/offline.css");
@import url("http://www.vip-diving.eu/templates/standard/stylesheets/security.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px auto;
    text-align: center;
    background: #000000 url(http://www.vip-diving.eu/templates/standard/images/index/bg.png) repeat-x;
	color: #ffffff;
    cursor: default;
    line-height: 120%;
}

* 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
}

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;
}


/*####################
##	Font-Sytles
####################*/

/* Normal Link */
a:link, a:visited, a:active 
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family	: Verdana, "Time New Roman";
	text-decoration: none;
}

/* MouseOver Link */
a:hover 
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family	: Verdana, "Time New Roman";
	text-decoration: none;
}

/* Navigations Link Style */
a.navi:link, a.navi:visited, a.navi:active 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a.navi:hover 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}


/*####################
##	Group Box
####################*/
legend
{
	color: #38648F;
	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
######################################*/
/* TablesHead (Statistic, ...) */
td.TableHead
{
	font-weight: bold;
 	font-size: 11px;
 	padding: 3px;
	vertical-align: top;	
}

/* TablesHeadLeft (Statistic, ...) */
td.TableHeadLeft
{
	font-weight: bold;
 	font-size: 11px;
 	padding: 3px;
	padding-left: 4px;	
	vertical-align: top;	
}

/* TablesItem (Statistic, ...) */
td.TableItem
{
	padding-left: 4px;	
	vertical-align: middle;	
}


/*####################
##	Navigation
####################*/

/* Navigation Top */
.ContentNavigationTop 
{
	-moz-opacity: 0.70;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.70;
	background-color: #1E2937;
	height: 30px;
	vertical-align: bottom;
}

#menu_top a, #menu_top a:visited , #menu_top a:active 
{
	display: block;
	color: #FFFFFF;
	text-decoration	: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: solid 1px #fff;
	line-height: 30px;
	text-align: center;
}
#menu_top a:hover 
{
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	border: solid 1px #fff;
}

td.ContentNavigationRight 
{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #3f6b8e;
	background-repeat: repeat-y;
	background-position: top left;
	border-left: solid 0px #fff;
}

#menu_right ul, #menu_right li
{
	list-style-type: square;
	margin-left: 10px;
	padding: 0px;
	color: #fff482
}


/*####################
##	Content
####################*/

/* Body Table */
table.Body
{
	width: 740px;
	border: solid 1px #fff;
	color: #FFFFFF;
}

/* Head Text (News, Imprint, Downlads) */
table.Body .Head 
{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	font-family	: Georgia, Verdana;
}

/* Head Text (News, Imprint, Downlads) */
table.Body .Slogan 
{
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 40px;
	vertical-align: top;
	font-family	: Verdana, "Time New Roman";
}

/* Content Footer / Copyright */
table.Body .Footer 
{
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
}

/* Content Footer / Copyright Link */
table.Body .Footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/* Content Background */
table.Body .Content
{
	vertical-align: top;
	text-align: left; 
	padding: 10px;
	width: 100%;
}

/* Content TablesHead (Statistic, ...) */
td.TableHead
{
	color: #FFFFFF;
 	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #38648F;
	border-right: 1px dotted #38648F;
	vertical-align: top;	
}

/* Content TablesHeadLeft (Statistic, ...) */
td.TableHeadLeft
{
	color: #FFFFFF;
	font-weight: bold;
 	font-size: 11px;
	border-bottom: 1px dotted #38648F;
	border-right: 1px dotted #38648F;
	padding-left: 4px;	
	vertical-align: top;	
}

/* Content TablesItem (Statistic, ...) */
td.TableItem
{
	color: #FFFFFF;
	border-bottom: 1px dotted #38648F;
	border-right: 1px dotted #38648F;
	padding-left: 4px;	
	vertical-align: middle;	
}

table.Logo
{
	background-image: url(http://www.vip-diving.eu/templates/standard/images/index/logo.png);
	height: 200px;
	color: #FFFFFF;
}

/* Spezial Text at own Pages */
#DiveArea 
{
    text-align: left;
    color: #000000;
}

/* Spezial Text at own Pages */
#DiveArea a
{
    color: #000000;
}
