/*******************************************************************************************\
**						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.AM-Software.eu                                 					   **
\*******************************************************************************************/

@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/calendar.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/fonts.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/gallery.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/imprint.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/input.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/news.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/offline.css");
@import url("http://www.am-webdesign.eu/templates/standard/stylesheets/security.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px auto;
    background: #010304 url(http://www.am-webdesign.eu/templates/standard/images/index/bg.png) repeat-x top center;
	text-align:center;
    cursor: default;
    line-height: 120%;
}

* 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
}

img, div, table
{
	border: 0px none;
}

hr
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 105%;
	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
######################################*/
/* TablesHead (Statistic, ...) */
.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, ...) */
.TableItem
{
	padding-left: 4px;	
	vertical-align: middle;	
}


/*######################################
##  AM-Software.eu Styles
######################################*/
/*####################
##	Links
####################*/
a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a.external_link
{
	background: url(http://www.am-webdesign.eu/templates/standard/images/index/external_link.png) 0 3px no-repeat;
    padding-left: 15px;
    color: #0000ff;
    text-decoration: underline;
}

a.external_link:hover
{
    text-decoration: none;
}


/*####################
##	Body
####################*/
#Body
{
	margin: 0px auto;
	width: 100%;
	color: #000000;
}


/*####################
##	Top Menu
####################*/
#Top 
{
    height: 33px;
	background: url(http://www.am-webdesign.eu/templates/standard/images/index/hotspot_bg.png) repeat-x;
}

#Top .Navigation
{
    margin: 0px auto;
    width: 900px;
    height: 33px;
    text-align: right;
    padding-top: 8px;
	background: url(http://www.am-webdesign.eu/templates/standard/images/index/top_menu.png) no-repeat;
}

#Top a
{
    color: #57a0c9;
    font-weight: bold;
    padding: 0px 10px;
	background: url(http://www.am-webdesign.eu/templates/standard/images/index/arrow.png) no-repeat;
}

#Top span
{
	margin-top: 10px;
}

#Top a:hover
{
    text-decoration: underline;
}


/*####################
##	Logo
####################*/
#Logo
{
    margin: 0px auto;
	height: 169px;
}

/*####################
##	Main Menu
####################*/
/* Menu */
#MenuBG
{
    margin: 0px auto;
    height: 52px;
	background: url(http://www.am-webdesign.eu/templates/standard/images/index/menu_bg.png) repeat-x bottom;
}

#Menu 
{
    margin: 0px auto;
    height: 52px;
    width: 900px;
}

#Menu ul
{
	margin: 0px auto;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#Menu ul li
{
	float: left;
	margin: -3px 0px;
}

#Menu ul li a span
{
	font-size: 11px;
	padding: 10px 7px 0px 7px;
	height: 29px;
	float: left;
}


/* Primary Menu */
#Menu ul li a
{
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px;
	height: 33px;
	cursor: pointer; 
}

#Menu a:hover, #Menu a:active, #Menu a.Active
{
    background: url(http://www.am-webdesign.eu/templates/standard/images/index/activ.png) no-repeat top right;
}


/*####################
##	Content
####################*/
#Content
{
    margin: 0px auto;
    background-color: #FFFFFF;
    color: #000000;
	vertical-align: top;
	padding: 10px 105px;
	width: 700px;
	text-align: left;
}

/* IE Browser*/
* html #Content {   width: 900px;   }

#Content .TextBackground
{
	vertical-align: top;
	padding: 5px;
	width: 100%;
}

/* 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;
}

#Content .Slogan 
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 30px;
	vertical-align: top;
}

/* Spezial Text at own Pages */
#Content .HeaderText 
{
    border: 1px dotted #000099;
    padding: 5px;
}


/*####################
##	Footer
####################*/
#Footer 
{
    margin: 0px auto;
	color: #ffffff;
	background-color: #5088a9;
	width: 900px;
	text-align: left;
	padding: 5px;
	font-size: 9px;
}

#Footer a
{
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}