/**
 * Style sheet photo-emotion-base
 */

/**
 * html
 */
body
{
	margin:30px 0px 0px 0px;
	padding:0px;
	background-color:#666;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:10pt;
}

/* Format H1 */
h1
{
	color:#ffcc00;
}

/* Format H2 */
h2
{
	color:#ffcc00;
}


/**
 * Layout
 */
/* Header Image Format */
#headerImage
{
	width:796px;
	height:106px;
	border:2px solid #fff;
}

/* Formatierung des Schritzug DIV's */
#logo
{
	width:39px;
	height:182px;
	position:relative;
	float:left;
	margin-top:19px;
	margin-left:-41px;
}

/* Formatiern des Main Inhaltebereicht */
#main
{
	margin:12px;
	font-weight:normal;
	font-size:10pt;
}

/* Container */
#container
{
	background-color:#ffffff;
	border:2px solid #000;
}


/**
 * Navigation
 */
/* Format Hauptnavigation */
.mod_navigationMain
{
	width:772px;
	height:18px;
	margin-top:9px;
	padding:0px 14px;
	text-align:left;
	vertical-align:middle;
	background-color:#ffcc00;
	font-weight:bold;
	font-size:8pt;
	color:#000;
	line-height:18px;
}

/* Formatieren der Links in der Hauptnavi */
.mod_navigationMain a
{
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
	color:#000;
}

/* Format Subnavigation */
.mod_navigationSub
{
	width:772px;
	height:18px;
	margin-top:9px;
	padding:0px 14px;
	text-align:left;
	vertical-align:middle;
	background-color:#99cc33;
	font-weight:bold;
	font-size:8pt;
	color:#000;
	line-height:18px;
}

/* Formatieren der Links in der Subnavi */
.mod_navigationSub a
{
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
	color:#000;
}

/* Rechteck vor jedem Menuepunkt */
#navActive
{
	margin:0px;
}

/* Spacer nach jedem Menuepunkt */
#navSpacer
{
	margin:0px 0px 0px 20px;
}

