/*******************************************************************************************\
**						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.puppen-sammler.com/templates/standard/stylesheets/calendar.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/fonts.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/gallery.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/imprint.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/input.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/news.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/offline.css");
@import url("http://www.puppen-sammler.com/templates/standard/stylesheets/security.css");

/*######################################
##	Global Definitions
######################################*/
html, body
{
    height: 100%;
    margin: 0px auto;
    background: #ffffff url(http://www.puppen-sammler.com/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: 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 solid;
	vertical-align: top;
}

/* Zeilenfarben */
table.UserTable .Row_1, table.UserTable .Row_1 a
{background-color: #F4F7FF;
}

table.UserTable .Row_2, table.UserTable .Row_2 a
{background-color: #FFFFFF;
}

table.UserTable .Row_1:hover, table.UserTable .Row_1:hover a
{background-color: #F4F7FF;
}

table.UserTable .Row_2:hover, table.UserTable .Row_2:hover a
{background-color: #FFFFFF;
}


/*######################################
##  Puppen-Sammler.com Styles
######################################*/
/*####################
##	Links
####################*/
a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}


/*####################
##	Body
####################*/
#Body
{
	margin: 0px auto;
	width: 100%;
	color: #000000;
}

/*####################
##	Logo
####################*/
#Logo
{
    margin: 0px auto;
	height: 231px;
    width: 990px;
}

#Banner
{
    margin-top: -220px;
    padding-left: 511px;
    width: 468px;
}

* html #Banner
{
    margin-top: -222px;
    padding-left: 500px;
}

#Banner input, fieldset input
{
    width: auto;
}

/*####################
##	Main Menu
####################*/
#Menu 
{
	-moz-opacity: 0.70;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.70;
    margin-top: 130px;
    height: 30px;
    width: 990px;
	background-color: #ffce64;
}

#Menu a
{
    clear: both;
	font-size: 12px;
	padding: 7px 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer; 
}

#Menu a:hover
{
	border: 1px dotted #ff0000;
}

/*####################
##	Sec. Menu
####################*/
#SecMenu 
{
	float: right;
	background-color: #fef0cb;
    width: 170px;
	height: 100%;
	min-height: 100%;
}

#SecMenu .Button
{
	background: url(http://www.puppen-sammler.com/templates/standard/images/index/menu_button.png) no-repeat #fef0cb;
    width: 170px;
    height: 23px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 4px;
}

#SecMenu input
{
    width: auto;
}

/*####################
##	Container
####################*/
#Container
{
    width: 990px;
    margin: 0px auto;
    clear:both;
    height:100%;
    min-height:100%;
    background-color: #fef0cb;
}
/*####################
##	Content
####################*/
#Content
{
	float: left;
    background: url(http://www.puppen-sammler.com/templates/standard/images/index/content_bg.png) repeat-x #ffffff;
    color: #000000;
	padding: 5px;
	width: 805px;
	border: 1px solid #ffffff;
	vertical-align: top;
	text-align: left;
}

/* IE Browser*/
* html #Content {   width: 815px;   }

#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;
}

/* Artist Info */
#Content .Artist
{
    color: #000000;
    height: 110px;
}

#Content .Artist a
{
    color: #000000;
}

/* Doll Info */
#Content .Doll
{
    float: left;
    width: 50%;
    color: #000000;
    height: 110px;
}

#Content .Doll a
{
    color: #000000;
}


/*####################
##	Footer
####################*/
#Footer 
{
    clear: both;
    margin: 0px auto;
	color: #000000;
	background-color: #ffce64;
	width: 990px;
	text-align: center;
	padding: 5px;
	font-size: 9px;
}

#Footer a
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
