/*
  StyleSheet	fonts.screen.css
  Projekt: www.naju-bayern.de
  Medium:  Screen
  Autor:   Thomas Jahn <thomas.jahn@naju-bayern.de>
  Datum:   2007-09-17
*/

body{
  /* SCHRIFT */
  /* Serifenlose Schrift zu Gunsten der Lesbarkeit */
  font-family:sans-serif;
  font-size:90%
}

#topmenu{
  /* SCHRIFT */
  /* Gelbe Schrift */  
  font-family:sans-serif;
  text-align:right;
  color:#0000dd;
  line-height:20px;

  /* SCHRIFT */ 
  font-family:sans-serif;
  font-weight:bold;
  font-size:80%;
  color:#ffdf00;
text-align:right;
  line-height:20px;
}
#topmenu a{
  /* Keine Unterstreichung! */
  text-decoration:none;
}
#topmenu a:link { 
  color:#ffdf00;
}         
#topmenu a:visited{
 color:#ffdf00;
}        
#topmenu a:hover{
 color:#ffdf00;
 background:#0000dd;
}
#topmenu a:active{
 color:#ffdf00;
}
#topmenu a:focus{
 color:#ffdf00;
 background:#0000dd;
}

#head{  
}

#body{
}

#links{
  /* SCHRIFT */ 
  font-family:sans-serif;
  font-weight:bold;
  font-size:90%;
  color:#ffdf00;
}
#links p{
  line-height:110%;
  padding:20px;
  font-family:sans-serif;
}

#links h1{
  /*font-size:120%;
  text-align:center;*/
  
  /* EINE ART RAHMEN */
 /* width:100%;
  border-top-style:solid;
  border-bottom-style:solid;
  border-width:1px;
  border-color:#ffdf00;
  margin-top:50px;
  margin-bottom:0px;*/
}
#links .navi1{
  padding-left:10px;  
  width:100%;
  font-size:85%;
  line-height:150%;
/* background-color:red; */
}
#links .navi2{
  margin-left:30px;
  font-size:85%;
  display:list-item;
  list-style-image:url('../grafiken/pfeil.gif');
}
#links .navi3{
  font-size:85%;
  margin-left:50px;
  display:list-item;
  list-style-image:url('../grafiken/pfeil.gif');  
}

#links .pw{
  padding-left:10px;
  font-size:85%;
  display:list-item;
  list-style-image:url('../grafiken/schluessel.gif');
}

#links a div {
  text-decoration:none;
/* font-weight:bold; */
}
#links a:link div { 
  color:#ffdf00;
}         
#links a:visited div{
  color:#ffdf00;
}        
#links a:hover div{
/*   color:#dd0000; */
	color:yellow;
  background-color:#2222cc;
/* border:1pt green solid; */
}
#links a:active div{
  color:#dd0000;
}
#links a:focus div{
  color:#dd0000;
}

#links .layout1{
  border-bottom:1pt green solid;
  
  margin:20pt;
  font-family:sans-serif;
  font-size:90%;
}
#links .layout1 a:link{
  text-decoration:underline;
  text-color:red;
}

#text{
  /* SCHRIFT */
  font-family:sans-serif;
  font-size:100%	
}

#text h1{
  font-size:160%;
  line-height:110%;
  font-family:sans-serif;
  font-weight:normal;
  color:#dd0000;
}
#text h2{
  font-size:120%;
  margin-bottom:0px;
  font-family:sans-serif;
  font-weight:normal;
  color:#dd0000;
}
#text h3{
  /* H3 wird eigentlich nicht benutzt, aber man kann ja nie wissen ... */
  font-size:120%;
  line-height:150%;
  font-family:sans-serif;
  font-weight:bold;
  color:#dd0000;
  bottom:0px;
}
#text p{
  margin-top:10px;
  margin-left:5px;
}

#text p.align-center{
  text-align:center;
}

#text table p{
  margin:0px;
}

#text a:link {
  color:navy;
  text-decoration:none;
}
#text a:visited{
 color:blue;
 text-decoration:none;
}
#text a:hover{
 color:#dd0000;
 text-decoration:underline; 
}
#text a:active{
 color:#dd0000;
}
#text a:focus{
 color:#dd0000;
}


#text td{
  background-color:#dddddd;
  padding:5px;
  font-size:90%;
}
#text th{
  background-color:#dddddd;
  padding:5px;
  color:#dd0000;
  font-size:100%;
  font-family:sans-serif;
  font-weight:normal;
}
#text table.csc-loginform td{
background-color:#efefef;
}
/*#text td.csc-form-fieldcell{
background-color:#efefef;
}*/
#text table.csc-loginform{
  border:solid red 1px;
}

#klickpfad{
  color:gray;
  font-size:80%;
}

#streifen{
}

img{
  border-width:0px;
}
