/*******************************************************************************************\
**						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/editor.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");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/socialmedia.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/starrating.css");
@import url("http://www.motorradstrecken.eu/templates/standard/stylesheets/user.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px;
    cursor: default;
    font-size: 13px;
	color: #000000;
}

* 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

img, div, table
{
	border: 0px;
}

hr
{
	margin: 15px 0px;
	width: 99%;
	border: 0px;
	border-bottom: #ee3217 1px solid;
}

/* Global Font-Color and Background-Style */
ul,ol
{
	margin: 0px;
	padding-left: 20px;
}

/*######################################
##	Group Box
######################################*/
fieldset {
    border:1px solid #bbb;
    padding:5px 10px 15px 20px;
    border-radius:6px;
}

legend {
	color:#3d6192;
	margin-left:-9px;
	padding:0 7px;
	font-weight:bold;
	font-family:arial;
	outline:none;
}

/*######################################
##	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;
    z-index: 5000;
    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;
	vertical-align: top;
	width: 100%;
}

/*Kopfzeilen einer Tabelle*/
table.UserTable .UTHead
{
	font-weight: bold;
	width: 10%;
}

table.UserTable td
{
	padding: 5px;
	border-bottom: #e7e7e7 1px solid;
	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
{
}


/*######################################
##	NewLine
######################################*/
.ClearLeft
{
    clear: left;
}

.ClearRight
{
    clear: right;
}

.ClearBoth
{
    clear: both;
}

/*######################################
##  Motorradstrecken.eu Styles
######################################*/
/*####################
##	Background Images
####################*/
#BackgroundImg
{
    position: fixed;
    width: 100%;
    height: auto;
 }
 
/*####################
##	Links
####################*/
a:link, a:visited, a:active
{
	color: #5482e6;
}

a:hover
{
	color: #f10000;
	text-decoration: underline;
}


/*####################
##	Body
####################*/
#Body
{
    position: relative;
    z-index: 1;
	width: 940px;
    margin: 0px auto;
}

/*####################
##	Logo & Menu
####################*/
#LogoMenu
{
    vertical-align: top;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/header_box.png) no-repeat bottom;
	width: 100%;
}
#LogoMenu img
{
    padding: 5px 25px 20px 5px;
}
#TopSlogan
{
    position: absolute;
    margin: 142px 0px 0px 10px;
    line-height: 110%;
    color: #fc3417;
	font-size: 13px;
	font-weight: bold;
    text-shadow: black 0.01em 0.01em 0.1em;
}

/*####################
##	Main Menu Button
####################*/
#SlideMenu {
    position: absolute;
    margin: -40px 0px 0px 570px;}

#SlideMenu ul {
    padding:0;
    margin:0; 
    list-style:none;
    height:30px;
    float:left;
    position:relative;
    z-index:500;}

#SlideMenu ul li {
	display:block;
	float:left; }

#SlideMenu ul li span {
    position:relative;
    z-index:501;
    text-align: center;
    color: #fff;
    font-weight: bold;
	width: 170px;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/btn.png) no-repeat left top !important;
	display:block;
	float:left;
	height:25px;
	padding:5px 10px 0 0;
    text-shadow: black 0.01em 0.01em 0.1em;}

#SlideMenu ul li:hover > span {
    background:url(http://www.motorradstrecken.eu/templates/standard/images/index/btn.png) no-repeat left bottom !important;
    color: #3d71b8;
    text-shadow: 0 0; }

#SlideMenu ul li:hover > .container{
    border: 1px solid #3d71b8;
    border-top: 0;
    z-index:500;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;}

#SlideMenu ul li .container {
    text-align: left;
    font-weight: normal;
    width:352px;
    height: 0px;
    position:absolute;
    left: 0px;
    z-index:0;
    top:30px;
    overflow:hidden;
    background: url(http://www.motorradstrecken.eu/templates/standard/images/index/menu_bg.png) repeat-x #ffffff;
    transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }
    
/* Hight by slide out*/
#SlideMenu ul li:hover .container {
    height:300px;
    left:-2px; }

#SlideMenu ul li .container .sub {
    width:150px;
    position:relative;
    height:260px;
    padding:15px 5px;
    top:0px;
    float: left;
    border-right: 1px solid #bebebe;
    transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }

#SlideMenu ul li:hover .container .sub {top:0;}
/*####################
##	Head Up Advertisement
####################*/
#HuA
{
    float: right;
    text-align: right;
    padding: 6px;
	width: 470px;
}

#HuA input, #SuperBanner input
{
    width: auto;
}

#HuA div
{
	line-height: 100%;
}

#HuA img
{
	padding: 0px;
}

/*####################
##	SuperBanner
####################*/
#SuperBanner
{
    margin: 0px 106px 15px;
}


/*####################
##	Content
####################*/
#Content
{
    margin-top: 5px;
    padding-left: 5px;
    width: 99.8%;
	vertical-align: top;
	text-align: left;
	background: #fff;
    border: 1px solid #bebebe;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
}

#Content .TextBackground
{
	padding: 5px;
	vertical-align: top;
	color: #222222;
}

#Content .TextBackground img
{
	padding: 2px;
}

* html #Content .TextBackground
{
    margin: 2px;
}

/* Use for Sitetitle */
#Content .Head 
{
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #3d6192;
	margin-left: -5px;
	padding-left: 5px;
	text-align: left;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/head.png) no-repeat;
    background-position:center center;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
}

/* Use for Text */
#Content .Headline 
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	border-bottom: #abc7ec 1px solid;
}

#Content .Slogan 
{
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 10px;
}

#Content .TTMenu 
{
    width: 180px;
    float: right;
    margin: 10px;
    padding: 2px;
    border: 1px solid #3d71b8;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/menu_bg.png) repeat-x #ffffff;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
}

#Content .TTMenu a
{
    color: #000000;
	text-decoration: none;
}

#Content .TTMenu a:active, #Content .TTMenu a:hover
{
	text-decoration: underline;
}

#Content .TTMenu span
{
    font-weight: bold;
    font-size: 13px;
	border-bottom: #000 1px dashed;
}

/*####################
##	Footer
####################*/
#Footer 
{
    margin: 5px auto;
	color: #fff;
	text-align: right;
	font-size: 9px;
	width: 930px;
	background: #606060;
    border: 5px solid #606060;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#Footer a
{
	text-decoration: none;
	color: #fff;
	font-size: 9px;
}


/*####################
##	Google Menu
####################*/
.GoogleButton {
    border: 1px solid #abc7ec;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	background: url(http://www.motorradstrecken.eu/templates/standard/images/index/transparency_white.png);
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

.GoogleButton .IconOff {
    border: 1px solid #abc7ec;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
    background: 0;
}

.GoogleButton .IconOn {
    background: #fae59e;
    border: 1px solid #ee3217;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

.GoogleButton a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.POILink {
    text-decoration: none;
    margin: 3px 0px;
    width: 100%;
    cursor: pointer;
}

#Big_Map {
	width: 99%;
	height:410px;
    margin-bottom: 10px;
    border: 1px solid #abc7ec;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#Track_Map {
	width: 99%;
	height:410px;
    margin-bottom: 10px;
    border: 1px solid #abc7ec;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#Mini_Map {
    float: left;
    margin-right: 10px;
	width: 300px;
	height: 300px;
    border: 1px solid #abc7ec;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#New_Map {
	width: 99%;
	height:500px;
    margin-bottom: 10px;
    border: 1px solid #abc7ec;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#New_Map:hover, #Mini_Map:hover, #Track_Map:hover {
    border: 1px solid #ee3217;
}

#Track_Map input, #Mini_Map input, #New_Map input
{
    width: auto;
}

#TrackInfo 
{
    width: 400px;
    min-height: 80px;
}

#TrackInsert
{
    width: 510px;
    min-height: 80px;
    height: 320px;
}

.TrackDetails 
{
    float: left;
    margin-right: 0.2%;
    margin-bottom: 10px;
    width: 31.6%;
  	padding: 5px;
  	min-height: 81px;
    border: 1px solid #3d71b8;
    border-bottom: 0px;
    border-top: 0px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}

.TrackDetails60 
{
    float: left;
    width: 64.3%;
    margin-right: 0.2%;
    margin-bottom: 10px;
  	padding: 5px;
  	min-height: 81px;
    border: 1px solid #3d71b8;
    border-bottom: 0px;
    border-top: 0px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
