/**
 * CSS Document for grays.de
 * Stylesheet: general.css
 * Author: Renaldo Scola
 * Copyright: Renaldo Scola
 * Version: v0.5
 * Last update: 2007-10-11
 * -------------------------
 * Styles for the content
 */

/**
 * Recommended order of style definitions:
 * 
 * layout 
 * borders
 * colors
 * fonts
 * text
 * etc.
 */


/**
 * Elements
 */
p
{
	margin-top:15px;
}


/**
 * Classes
 */
p.first
{
	margin-top:0px;
}
.inner-wrap-team
{
	padding:0;
}
#content-right.sticks
{
	background:#181715;
}
.stick
{
	margin-top:1em;
}
.stick h4
{
	margin-top:0;
	background:#F57921;
	color:white;
	text-align:right;
	padding-right:5em;
}
.stick:hover
{
	border:1px solid #F57921;
	cursor:pointer;
}
.stick:hover h4
{
	background:#181715;
	color:white;
}

.hidden
{
	display:none;
}
.stick-details h4
{
	margin:0;
	margin-bottom:1em;
	background:#F57921;
	color:white;
}
.stick-details dt
{
	color:white;
}
.stick-details dd
{
	border-bottom:1px solid #F57921;
}
.stick-details dt, .stick-details dd
{
	padding:0.1em;
}

/**
 * IDs
 */
#content a
{
	color:#F57921;
}
#content table
{
	width:100%;
}
#content table caption
{
	color:#F57921;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

/**
 * Styles for homepage
 */
#home-katalog
{
	margin-right:10px;
	margin-bottom:2em;
	padding:2em;
	background:#F57921;
	text-align:center;
	
	/* Only visible in Mozilla based browsers */
	-moz-border-radius:0.5em;
}
#home-katalog a
{
	color:white;
	font-size:140%; 
	font-weight:bold;
} 
#malta-2008
{
	margin-right:10px;
	margin-top:2em;
	padding:2em;
	background:#F57921;
	
	/* Only visible in Mozilla based browsers */
	-moz-border-radius:0.5em;
}
#malta-2008 h2, #malta-2008 h3
{
	text-align:center;
}
#malta-2008 *
{
	color:black;
}
#malta-2008 p
{
	padding:0.5em;
	background:white;
	
	/* Only visible in Mozilla based browsers */
	-moz-border-radius:0.5em;
}
#content-right.home-style
{
	background:#181715;
}
#homepage
{
	float:left;
	width:470px;
	padding:10px 0;
}
#homepage dl
{
	float:left;
	margin:10px 20px;
	padding:0;
	width:430px;
	/* IE/Win bugfix */
	display:inline;
}
#homepage dt
{
	float:right;
	width:322px;
	margin:0;
	padding:0;
}
#homepage dt a
{
	color:#F57921;
	font-size:130%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
}
#homepage dt a:hover
{
	text-decoration:underline;
}
#homepage dd
{
	margin:0;
	padding:0;
	line-height:1.5em;
}
#homepage dd.img img
{
	float:left;
	margin:0 8px 0 0;
}
/* Reverse float */
#homepage .alt dt
{
	float:left;
}
#homepage .alt dd.img img
{
	float:right;
	margin:0 0 0 8px;
}

/**
 * Styles for 'Katalog' page
 */
#katalog
{
	text-align:center;
}
#katalog th
{
	background:#F9AF7A;
	color:#808080;
	letter-spacing:0.1em;
}
#katalog td
{
	text-align:center;
}

/**
 * Styles for 'Team Deutschland' page
 */
#content-left.team
{
	border:0;
}
#content-left.team img
{
	border:1px solid #F57921;
}
#profile
{
	text-align:center;
}
#profile dt
{
	padding:0.1em 0.2em;
	background:#F57921; /* #F9AF7A; */
	color:#808080;
	font-weight:bold;
}
#profile dd
{
	padding:0.4em 0.2em;
}