﻿@CHARSET "UTF-8";

/**************************************************
 * empira.de-content.css
 *
 * layout of www.empira.de (Non-Silverlight) MasterPage
 ********************************************************************************/
 
/*  
----------------------*/
#content
{
	color: #555555;
	font-family: Verdana, Serif;
	font-size: 11px;
	line-height: 16px;
}

#mainArea
{
	position: relative;
	width: 555px;
	min-height: 100%;
	padding-right: 30px;
	float: left;
	border-right: 1px solid #dcdcdc;	
}

#rightArea
{
	position: relative;
	left: -1px;
	width: 270px;
	height: 100%;
	padding-left: 20px;
	padding-top: 37px;
	border-left: 1px solid #dcdcdc;	
}

h1
{
	font-size: 22px;
	line-height: normal;
	color: #b5530e;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:-6px;
}

h2
{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #b5530e;	       
	font-weight: bold;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
}

h5
{
  font-weight: bold;
}

p
{
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

.small
{
	font-size: 80%;
	margin: 0px;
	padding-bottom: 0px;
}

ul
{
	position: relative;
}

.imgLeft
{
	width: 240px;
	height: 150px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.orange
{
	color: #b5530e;
}

.listHalf
{
	position: relative;
	width: 261px;
	float: left;
}

.listHalf + .listHalf
{
	padding-left: 30px;
}

#rightArea ul
{
	/*width: 300px;*/
}

li
{ 
  margin-left: 2em;
  padding-bottom: 5px;
  list-style-image: url(http://res.empira.de/global/empira/images/Bullet.png);  
}

.strong
{
	font-weight: bold;
}

a.simpleLink
{
	color: #b5530e;
	/*font-weight: bold;*/
}

.glowLink_table
{
	font-weight: bold;
	width: 100%;
}

.glowLink_icon
{
	color: #b5530e;
	width: 10px;
}

.glowLink_line
{
	height: 1px;
	background: url(http://res.empira.de/global/empira/images/HorizontalLine.png) top left repeat-x;
}

.glowLink
{
	font-family: Verdana, Serif;
    font-size: 10px;
}

.glowLink_comment
{
	font-family: Verdana, Serif;
  font-weight: normal;
  font-size: 9px;
  line-height: normal;
}

a.glowLink:hover
{
	text-decoration: none;
}

a.glowLink
{
  color: #555555;
}

.italic
{
  font-style:italic;
}

.underlined
{
  text-decoration:underline;
}

a
{
	text-decoration: none;
	color: #b5530e;
}
a:hover
{
	color: #b5530e;
	text-decoration:underline;
}
a:focus
{
	color: #b5530e;
}

blockquote
{
  margin-left:1.5em;
}

.highlighted
{
  /*color: #b5530e;*/
  font-weight: bold;
}


.sitemap
{
	font-family: Verdana, Serif;
  font-size: 9px;
  line-height: normal;
}

.sidebar_icon
{
	color: #b5530e;
	width: 10px;
}

.sidebar_indented
{
	font-family: Verdana, Serif;
  font-weight: normal;
  font-size: 9px;
  line-height: normal;
}

.sidebar_indented > p
{
	font-family: Verdana, Serif;
  font-weight: normal;
  font-size: 9px;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: -4px;
}

blockquote.sidebar_indented
{
  margin-top: 4px;
  margin-bottom: 7px;
}

a.sidebar:hover
{
	text-decoration: none;
}

a.sidebar
{
  color: #555555;
}


.first_p_after_imgLeft
{
  margin-top:-1px;
}

.clear_with_upwards
{
  clear:both;
  margin-top:-11px;
}

.sb
{
  font-family: Verdana, Serif;
  font-size: 11px;
  line-height: 16px;
  margin-top:12px;
}


.sitemap
{
	font-family: Verdana, Serif;
  font-size: 10px;
  line-height: normal;
}

.sitemap_icon
{
	color: #b5530e;
	width: 10px;
}

.sitemap_table
{
	font-family: Verdana, Serif;
  font-size: 10px;
  line-height: normal;
	font-weight: normal;
	width: 100%;
  margin-bottom: 0px;
  margin-top: -4px;
}

.sitemap_indented
{
	font-family: Verdana, Serif;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

.sitemap_indented > p
{
	font-family: Verdana, Serif;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: -4px;
}

blockquote.sitemap_indented
{
  margin-top: -4px;
  margin-bottom: 0px;
}

a.sitemap
{
  color: #555555;
}


/* Special styles for Silverlight HtmlLoader */

/* SL_... activates links in Silverlight */
a.SL_link
{
}

/* SL_horiz... activates links in Silverlight - link must fit in a single line! */
a.SL_horiz_link
{
}


/*table, td, tr, tbody
{
  border: 0px;
  border-spacing: 0px;
}*/