/**
*	CSS Stylesheet for bermann coaching - common style definitions
*
*	@author	Markus Konrad <mako@mako-home.de>
*/

/* MISC */
.highlighted
{
	color:				#B7B7B7;
	font-size:			16px;
	font-weight:		bold;
}

.initial
{
	color:				#620C4D;
	font-size:			18px;
	font-weight:		bold;
}

.nowrap
{
	white-space:		nowrap;
}

.mini
{
	font-size:			10px;
}

.error
{
	color:				#AA0000;
}

.ok
{
	color:				#00AA00;
}

div.spacer
{
	clear:				both;
}


img
{
	border:				0px;
}

img.icon
{
	border:				0px;
	width:				16px;
	height:				16px;
}

img.icon_l
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-left:		5px;
}

img.icon_r
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-right:		5px;
}

img.icon_margin
{
	width:				16px;
	height:				16px;
	margin:				3px;
}

img.country_flag
{
	width:				18px;
	height:				12px;
}

object, embed
{
	margin:				0px;
	padding:			0px;
}

/* GENERAL PAGE LAYOUT */

html, table
{
	font-size:			14px;
	font-family:		Georgia, arial, helvetica, sans-serif;
}

div.content
{
	padding:			5px;
	padding-left:		10px;
}

div.intro
{
	margin-top:			50px;
	margin-bottom:		50px
	background-position:top right;
	background-repeat:	no-repeat;
	text-align:			center;
}

/* TYPOGRAPHY */

h2
{
	font-size:			18px;
	font-family: 		georgia, verdana, lucida, arial, helvetica, sans-serif;
	font-weight:		normal;
	text-decoration:	underline;
}

h3
{
	font-size:			16px;
	font-family: 		georgia, verdana, lucida, arial, helvetica, sans-serif;
	font-weight:		normal;
	text-decoration:	underline;
}

p, q
{
	margin-bottom:		40px;
	line-height:		1.5;
}

p.big, div.big
{
	font-size:			16px;
}

ul
{
	margin-left:		20px;
}


hr
{
	color:				#7D7D7D;
	border-color:		#7D7D7D;
	background-color:	#7D7D7D;
}