/* print.css Irene Hotz */

* {
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
/* outline:none; */
}

body {
  background:#E3F2FF;
  font:normal normal 10pt/110% Verdana,Helvetica,sans-serif;
  text-decoration:none;
}

/* Seitenstruktur */

#page {
  margin:0 auto;
  width:746px;
  background:#E3E4D6;
  padding-bottom:12px;
}

#footer {
clear:both;
}

#header {
  background:url('/img/hotz_header.jpg');
  height:227px;
  display:none;
}

#logo {
  margin-left:26px;
  width:164px;
  padding-top:16px;
  height:211px;
  display:block;
}

#logo .navitem {
  width:164px;
  /*height:16px;*/
  /*em statt px, Höhen passen sich durch Benutzer veränderter Schriftgröße an*/
  height:1.33em;
  line-height:1.33em;
  display:block;
  background:#E3E4D6;
  color:#7E455E;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase; 
  display:none;
}

#sidebar {
  padding-left:26px;
  width:164px;
}

/* Navigation */

#nav {
  list-style:none;
  margin-top:24px;
  margin-bottom:24px;
  display:none;
}

#nav li {
  margin-bottom:8px;
}

#nav a, #nav a:visited {
  width:164px;
  /*height:16px;*/
  /*em statt px, Höhen passen sich durch Benutzer veränderter Schriftgröße an*/
  height:1.33em;
  line-height:1.33em;
  display:block;
  background:#CCB3BE;
  color:#7E455E;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase; 
}

#nav a.current-navitem, #nav a:hover, #nav a:active {
  background:#CCB3BE;
  color:#FFFFFF;
}

#access {
	background:#9c0;
	color:#739900;
	display:none;
}

/* Adressangabe in Sidebar */

#sidebar address {
  padding-top:24px;
  width:160px;
  font-size:8pt;
  text-align:center;
  font-style:normal;
  background:inherit;
  color:#7E455E;
}

/* Content */

#content {
  float:right;
  margin-right:52px;
  margin-top:24px;
  width:430px;
  font-size:10pt;
  line-height:12pt;
  background:inherit;
  color:#333333;
  text-align:left;
}

#content p {
  margin-bottom:18px;
  clear:both;
}

h1.first {
  font-weight:normal;
  font-size:14pt;
  line-height:16pt;
  text-transform:uppercase; 
  letter-spacing:-1pt;
  color:#8A5B6F;
  background:inherit;
  margin-bottom:20px;
}

h1.first {
  background:-74px -24px url(ueberschrift.gif);
  width:430px;
  height:20px;
}

h1.first span {
  visibility:visible;
}

h1 {
  font-weight:bold;
  font-size:10pt;
  background:inherit;
  color:#333333;  
  text-align:left;
  margin-bottom:18px;
}

h2 {
  font-weight:bold;
  font-size:10pt;
  background:inherit;
  color:#7E455E;  
  text-align:left;
  margin-bottom:18px;
}

h3 {
  font-weight:normal;
  font-size:10pt;
  background:inherit;
  color:#7E455E;  
  text-align:left;
  margin-bottom:18px;
}

#content a, #content a:visited {
  font-weight:normal;
  font-size:10pt;
  background:inherit;
  color:#7E455E;
  text-align:left;
} 

#content a:hover, #content a:active {
  font-weight:normal;
  font-size:10pt;
  background:inherit;
  color:#333333;  
  text-align:left;
} 

#content a[href]:after {
  content:" <"attr(href)">";
  background:inherit;
  color:#333333;
} 

#content ul, #content ol {
  font-size:10pt;
  line-height:12pt;
  background:inherit;
  color:#333333;  
  text-align:left;
  margin-bottom:18px;
  clear:both;
}

#content ul {
  padding:0 0 0 18px;
}

#content ol {
  padding:0 0 0 25px;
}

/* Abstand zwischen Listenitems */
#content li {
  padding-bottom:4px;
}

#content img {
  float:left;
  width:193px;
  height:145px;
  padding:7px;
/* Unterschiedliche Vorgaben */
  border:1px solid #7E455E;
  border:1px solid #CBB4BE;
  margin:0 12px 10px 0;
}

cite, blockquote, q {
  font-weight:normal;
  font-style:italic;
  font-size:8pt;
  line-height:10pt;
  background:inherit;
  color:#333333;  
  text-align:left;
}

div.caption blockquote {
  height:159px;
  vertical-align:middle; 
  display:table-cell;  
}

