/*******************************************************************************************\
**						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.motorradstrecken.eu/templates/standard/stylesheets/calendar.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/fonts.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/gallery.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/imprint.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/input.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/news.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/offline.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/security.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px;
    background: #111111;
	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;
}

/*######################################
##	Group Box
######################################*/
legend
{
	color: #ffffff;
	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
{
}


/*######################################
##  Motorradstrecken.eu Styles
######################################*/
/*####################
##	Links
####################*/
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #e77b0f;
}

a:hover
{
	text-decoration: underline;
}


/*####################
##	Body
####################*/
#Body
{
    z-index: 0;
    position: absolute;
    top: 0px;
    min-height: 100%;
	width: 100%;
	color: #FFFFFF;
}


/*####################
##	Logo
####################*/
#LogoBG
{
    margin: 0px;
    width: 100%;
    height: 300px;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/logo_bg.png) #000000;
}

/*####################
##	Head Up Information
####################*/
#HuI 
{
    position: absolute;
    z-index: 3000;
    right: 5%;
    width: 200px;
    height: 240px;
    border: 1px solid #e77b0f;
    border-top: 0px;
    padding: 15px 5px;
    color: #ffffff;
    font-size: 11px;
    line-height: 110%;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/transparency.png) #000000;
}


/*####################
##	Main Menu
####################*/
#Menu 
{
    height: 61px;
    width: 100%;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/button.png) repeat-x #000000;
	border-bottom: 1px solid #444444;
	text-align: left;
}

#Menu a
{
    clear: both;
	margin: 0px -2px;
	padding: 23px 7px 23px;
	border-right: 1px solid #000000;
	font-size: 12px;
	color: #747474;
	text-decoration: none;
	font-weight: bold;
	line-height: 61px;
	cursor: pointer; 
}

#Menu a:active, #Menu a:hover, #Menu a.Active
{
	color: #fffffd;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/button_over.png) repeat-x #4f4e4c;
}
/*####################
##	Content
####################*/
#Content
{
    color: #fffffd;
    padding: 10px;
	min-height: 610px;
	vertical-align: top;
	text-align: left;
    border-bottom: 1px solid #2f2f2f;
}

#Content .TextBackground
{
	vertical-align: top;
    margin-right: 170px;
}

* html #Content .TextBackground
{
    margin: 5px;
    padding-right: 170px;
}

/* Use for Sitetitle */
#Content .Head 
{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	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;
}

#Content .TracDetails 
{
    line-height: 120%;
    color: #ffffff;
}

#Content .TracMenu 
{
    width: 180px;
    float: left;
    
}

#Content .TracMenu span 
{
    font-weight: bold;
}

#Content .TTMenu 
{
    width: 170px;
    float: right;
    padding: 3px;
    
}

#Content .TTMenu span 
{
    font-weight: bold;
}

#Skyscraper 
{
    position: absolute;
    z-index: 2000;
    right: 3px;
    top: 366px;
    width: 160px;
    height: 600px;
    float: left;
    text-align: center;
}

#Skyscraper input, #Content .Banner input
{
    width: auto;
}

*html #Skyscraper 
{
    visibility: hidden;
}

#Content .Banner input, #Content .Skyscraper input
{
    width: auto;
}

#TracInfo 
{
    color: #000000;
}
/*####################
##	Footer
####################*/
#Footer 
{
    clear:both;
    margin: 0px 5px;
	color: #747474;
	text-align: right;
	padding: 5px;
	font-size: 9px;
}

#Footer a
{
	text-decoration: none;
	color: #747474;
}


/*####################
##	Google Menu
####################*/
#GoogleMenu
{
    position:absolute;
	top:20px; left:0px;
	margin-top:-1px;
	font-size:12px;
	padding: 6px 4px;
	width:120px;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	border-top:1px solid #e2e2e2;
	display: none;
	cursor:default;
}

#GoogleMenu.highlight {
	width:119px;
	border-width:2px;
}

#GoogleMoreButton {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #b0b0b0;
	border-bottom-color: #c0c0c0;
	width:7em;
	cursor: pointer;
}

#GoogleMoreButton.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-right-color: #6495ed;
	border-bottom-color: #6495ed;
}

#Trac_Map {
    clear: both;
	width: 90%;
	height: 600px;
	color: #000000;
	line-height: 120%;
	margin-top: 120px;
}

* html #Trac_Map
{
	margin-top: 0px;
}


#Trac_Map input 
{
    width: auto;
}