/**************************************
 Gymnasium Eschweiler 
 Print Stylesheet
 Copyright Nicole Putscher-Wentland npw-media.de
 Date: 29.12.2006 
 Modified: 
 
 grün: #A8BD77
 rot: #C73921
   
***************************************/



/* Allgemeine Formatierungen */

* {
  margin: 0;
  padding: 0;
}

body{
  color: #000;
  background: #FFF;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 0;
  margin: 0;
  text-align: left;
}

p{
  font-size: 80%;
  /*padding: 15px 0 0 0;*/
}


#druckrahmen{  
  margin: 0px;
  padding: 0 42px;
  width: 424px;
  background: #FFF;
  background-image: none;
  text-align: left;
}

#druckkopf{ 
  background: #FFF;
  background-image: none;
  border-bottom: 1px dotted #C73921;
}

#druckkopf h1{
  margin-top: 50px;
  font-size: 130%;
  color: #C73921;
  font-style:italic;
}

#druckkopf p{
 padding: 0 15px 0 0;
 margin: 0;
 font-size: 70%;
 text-align: right;
}

/* Spalte 2 */

#druckspalte2{
  float: left;
  width: 424px;
}

* html #druckspalte2{
  width: 466px; /*IE 5.0 + 5.5*/
  w\idth: 424px; /*IE 6*/
}

#druckspalte2 h1{
  padding-top: 20px;
  color: #C73921;
  border-bottom: 1px solid #C73921;
  font-size: 110%;
  /*font-style:italic;*/
  font-weight: bold;
  line-height: 1.5em;
}

#druckspalte2 p {
 line-height: 1.5em;
}


.nachrichten {
 /*border-top: 1px solid #CCC;
 border-bottom: 1px dotted #A8BD77;*/
}

.nachrichten img {
  float:left;
  margin: 0 15px 20px 0;
  padding: 10px;
  border: 1px solid #000;
}

.nachrichten h2 {
  margin: 20px 0;
  color: #000;
  font-size: 90%;
  font-weight: bold;
}

.nachrichten p {
  color: #000;
  font-size: 70%;
  margin: 0;
  padding: 0;
}

.nachrichten .weiterlesen{
  float: right;
  padding: 15px 0;
}

.nachrichten .weiterlesen a{
  color: #C73921;
  text-decoration: none;

}

.nachrichten .weiterlesen a:link    { 
  color: #000;
  /*background: #FFF url(../images/sge-linie-horiz-rot.gif) 0 1.1em repeat-x;*/
}

.nachrichten .weiterlesen a:visited { color: #000;}
.nachrichten .weiterlesen a:focus, .nachrichten .weiterlesen a:hover, .nachrichten .weiterlesen a:active { 
  color: #000; 
  background: #FFF;
}


/* Fusszeile */
#druckfuss { 
  margin-top: 10px;
  padding: 5px 0 20px 0;
  width: 424px;
  border-top: 1px dotted #A8BD77;
}

#druckfuss p {
  padding: 0;
  color: #A8BD77;
  font-size: 60%;
}

#druckfuss p a{
  color: #000;
  text-decoration: none;
}

#druckfuss p a:link    { color: #000;}
#druckfuss p a:visited { color: #000;}
#druckfuss p a:focus, #fuss p a:hover, #fuss p a:active { color: #000; text-decoration: underline;}





/* CSS-Klassen */

.stopFloat{
  display: block;
  float: none;
  clear: both;
  height:1px;
  font-size: 0px;
  line-height: 0px;
}

