/* global */
html{height: 100%;}

body {
    behavior: url("js/csshover3.htc"); /*IE fix for li:hover*/
    font-family: verdana, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .85em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: verdana, arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img {
    border: 0px;
    margin-top:	5px;
}

a {
    outline: none;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 

}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main {
    width: 864px;
}

/* links above the logo / footer */
#links, #footer
{ width: 805px;
  height: 20px;
  font-size: 88%;
  /*text-transform: uppercase;*/
  padding: 8px 35px 3px 10px;
  margin-left: 7px;
}

#links
{
    text-align: right;
}

#footer
{ text-align: center; 
  border-top: 2px solid;
  padding-top: 3px;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ text-decoration: none;
}

/* logo */
#logo
{ width: 850px;
  height: 200px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 28px 0px 0px 139px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 5px 0px 0px 139px;
  font-size: 108%;
}

/* navigation menu */
#menu {
    position: absolute;
    height: 20px;
    width: 741px;
    margin-top: -33px;
    margin-left: 77px;
}


#menu li
{
    
    float: left;
    width: 85px;
    margin: 0px 5px 0px 0px;

    list-style: none;
}

#menu a
{ display: block;

  height: 20px;
  text-decoration: none;
  padding: 6px 4px 2px 4px;
  text-transform: uppercase;
  font-size: 88%;
  border-bottom: 1px solid;
}

/*
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 22px;
  padding: 6px 19px 2px 19px;
  border: 0px;
}
*/

#menu ul li ul {
    display: none;
}

#menu ul li:hover ul {
    display: block;
}

#grossesBild {
    height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#bilderNavi {
    margin-left: 156px;
}

#bilderNavi li {
    list-style-type: none;
    float:left;
    margin: 0px 0px;
    padding: 0px 20px;
}

/* main content */
#content
{ 
    width: 791px;
    overflow: hidden;
    margin-left: 60px;
    margin-top: 12px;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 218px;
  margin: 25px 10px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

#diaryEntries p#last {
    line-height: 21px;
    margin-top: 5px;
}

#diaryEntries p {
    padding-bottom: 10px;
}

#diaryEntries .entity {
    line-height: 1em;
}

#info{
    font-size: 70%;
}

.sidebaritem {
    text-align: left;
    width: 224px;
    float: left;
    margin: 0px 10px 25px 0px;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p {
    margin: 0px 8px 8px 10px
}

.sidebaritem h1 {
    font-weight: normal;
    padding: 8px 0px 3px 0px;
    text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding-left: 20px;
  padding-bottom: 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 0px 19px;
  text-decoration: none;
}

.sbilinks li
{ list-style:   none;
  padding:      0px 0px 0px 19px;
  text-indent:  -19px;
  margin-left:  29px;
  margin-right: 10px;
}

.sbilinks li:hover
{ list-style:   none;
  padding:      0px 0px 0px 0px;
  text-indent:  -19px;
  margin-left:  29px;
  margin-right: 10px;
  padding-left: 19px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* column 2 - page content */
#column2
{ /*text-align: justify;*/
  width: 478px;
  float: left;
  padding: 0px 3px 15px 19px;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 a:hover
{
    border-bottom: 1px solid;
}

#column2 h1 a {
    border: 0px;
}

#column2 h1 a:hover {
    color: #E89634;
    border-bottom: 0px;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom
{
    display: block;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}
