/*
Theme: LeMag
Description: Stylesheet for LeMag - The IBPmedien Weblog.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.ibpmedien.de/  
*/

/************** Positioning styles *****************/
body {
	font-size: 62.5%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	text-align: center;
	margin: 0;
}
#header {
padding-top: 0px;
height: 101px;
}
#page {
	width: 795px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#content {
  float:left;
  width:581px;
  height: 100%;
  overflow: visible;
  border:1px solid White;
  background-color: White;
  border-right: 1px dashed #CCCCCC;
}
#sidebar {
  background-color:White;
  width:206px;
  float:right;
  margin: 5px auto;
  padding: 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 1.2em
}

.story p{
	padding: 0px 0px 5px 0px;
}
.textk {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}
.story h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
.story h5 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1px;
	padding: 0 0 0 2px;
}
/************** .header styles ***************/
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}


h3 {
	font-size: 1.3em;
}

h3.sidebar {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.2em;
}
tr,td, table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin : 5 5 5 5;
}
	
/************** .menu styles *****************/

.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}

.menucontainer {
clear: both;
width:180px;
margin:5px;
}
a.menu:link, a.menu:visited
{ 
 color:#000000;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
 color:#737994;
}
a.menu {
 display: block;
 padding:3px;
 border-top:1px solid #FFFFFF;
 text-align:left;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }
 a.home:link, a.home:visited
{ 
 text-decoration:none;
  color:#000000;
}
a.home:active, a.home:hover
{ 
 color:#737994;
}
a.home {
 display: block;
 padding: 5px 0px 2px 10px;
 text-align:left;
 font-weight:bold;
 color:#000000;
 text-decoration:none;
 }