/* $Id: common.css,v 1.8 2004/09/20 14:36:53 unconed Exp $ */


@font-face {
font-family: GraublauWeb;
src: url(http://serifenlos.de/drupal2006wir/fonts/GraublauWeb.otf) format(truetype);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(http://serifenlos.de/drupal2006wir/fonts/GraublauWebBold.otf) format(truetype);
}

/*
** HTML elements
*/
/* links links oben == suche inhalt privat */ 
a, a:link, a:active {
font-weight: bold;
text-decoration: none;
/* font-size:0.3em; */
}
a:hover {
text-decoration: none;
}


body {
  margin: 0;
  padding: 1em;
  font-size: 0.8em;
/*grimm20050409-basis-groesze*/
  line-height: 1.2em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1.0em;
}
pre {
 font-size: 3.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
 margin-left: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
}
h1 {
/* grimm 20050411-titel edit */ 

  	font-size: 3.0em;
}
h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
	font-family:GraublauWeb, Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
  	font-size: 1.1em;
}

h5, h6 {
  font-size: 0.75em;
  color: #ccc;
  
}

p {
	font-family:GraublauWeb, Arial, Helvetica, Verdana, sans-serif;
  	margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  /* grimm20050407-margin-bottom: 2em; */
	margin-left:100px;
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
   margin:5px auto;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 10px;
}
#main {
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
.links {
 	/* font-size: 0.1em; */
 	/* line-height: 1.25em; */
  	/* color: #999; */
  	/* separatoren == |*/
}
.block {
  width: 180px;
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em;
  clear: both;
}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em;
}
.secondary a {
  font-size: 0.9em;
  padding: 0em 0.5em 0em 0em;
}

/*
** Logo Image Positioning
*/
#header img {
  /* float: right; */
padding: 0em 2em 0em 15em;
}

#header {
/* clear: both; */
margin:10px auto;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed {
  border: 1px solid gray;
  padding: 1em;
}



/* grimm20060901_styles.css */
/* grimm20050407-chameleon */
/* hex  	gruen #33cc66  	rot #ff3300  	blau #0099cc */

/* $Id: style.css,v 1.2 2004/08/20 09:34:52 dries Exp $ */
/*
** HTML elements
*/
/* links links */ 
a, a:link, a:visited {
	color:#333;
	text-decoration:underline;
	}

a, a:hover, active, {
	color:#333;
	text-decoration:underline;
	}

a, a:focus {
	color: #900;
	text-decoration: underline;
	border:1px, dashed, red;
	}

body {
  padding: 2em 0 0 3em;
  	background: #FFF url(../../update_bg_aktuell/bg.jpg) no-repeat fixed;
 	/* background-repeat: repeat-x; */
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  border-top: 0px solid gray;
}
ul {
  list-style-type: square;
}

/*
** Page layout blocks / IDs
*/
#main {
  /* grimm20050407-width: 500px; */
  width: 500px;

}
#sidebar-left {
  border-right: 1px solid gray;
}
#sidebar-right {
  border-left: 1px solid gray;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
/* grimm20050407*/
  font-size: 0.9em;
  font-weight: bold;
  padding-top: .75em;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #f00;
}
#header .title a:hover {
	text-decoration: underline;
  	color: #600;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 2.8em;
}
.node .title {
  font-size: 1.2em;
  margin-top: 30px;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: bold;
}
.node .title a:hover {
	color: #600;
  text-decoration: none;
}
.links {
  	margin: 0.0em 0em 5em 0.5em;
  	/* grimm20051125_  text-align: right; */
  	text-align: left;
	font-size:0.8em;
	color: #999;
 }
 /*grimm 20061126 */
 .links a{
 	color: #999;
 
 }
 
h7 {
	font-size: 1px;
	color: #ccc;
}
 
.comment .content, .block .content, .menu {
  font-size: 1.0em;
  /*grimm20050409-navigation*/
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 0.9em;
/*grimm20050409-navigation-titel*/

}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}
#aggregator .source {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
}

dfn {
padding-left: 10px;
}

/* grimm20080727 */
.bildschatten {
  background: url(../../../pics2008/bildschatten418.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
}
