/* ----------------------------------------------------------------------*/
/* Standard CSS Antrag24.de .............................................*/
/* ----------------------------------------------------------------------*/

/* COLOR-SCHEME
   ============
   blue
   ============
   #006699 main
   #003366 dark
   #99CCFF light

   #888888 darkgray
   #CCCCCC lightgray

   #CC3300 darkred
   #FF3300 lightred

   ============ ============ ============
   red
   ============
   #990000 main
   #FF0000 light

   #999999 darkgray  888   333 666 999
   #CCCCCC lightgray

   #006699 blue
   #00CC00 green
*/
/* ----------------------------------------------------------------------*/
/* Init .................................................................*/
/* ----------------------------------------------------------------------*/

html,body,p,h1,h2,h3,h4,h5,ul,ol,span,a,table,td,th,form,img
{  margin		: 0px;
   padding		: 0px;
   font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color                 : #333 ;
}
html, body
{  xbackground		: #fff url(body_bg.gif) no-repeat;
   font-size		: 101%;			/* bugfix ..............*/
}
/* ----------------------------------------------------------------------*/
/* Project-Standards ....................................................*/
/* ----------------------------------------------------------------------*/

a:link, a:visited
{  color			: #069;
   text-decoration	: none;
   font-weight		: bold;
}
a:hover
{  color			: #900;
   text-decoration	: underline;
}
a:hover .nohover
{  text-decoration	: none;
}
a:active
{  color			: #069;
   text-decoration	: underline;
}
/* ----------------------------------------------------------------------*/
h1,h2,h3
{  font-size             : 1.6em;
   color                 : #666;
   padding-left		: 16px;
   margin-bottom	  	: 16px;
   border           	: 0px solid #900;
   border-bottom    	: 1px solid #900;
   border-left      	: 8px solid #900;
}
h1
{  border-width          : 0px;
   padding               : 5px;
}
h3
{  margin	  	: 0px;
}
h4
{  font-size             : 1.2em;
   color                 : #666;
   margin-bottom	  	: 16px;
}
h5
{  font-size             : 1.2em;
   color                 : #f00;
}
/* ----------------------------------------------------------------------*/
td,th
{  font-size             : 0.7em;
   font-size             : 11px;
}
th
{  background-color      : #990000 ;
   color                 : #FFFFFF ;
   padding               : 5px;
   xborder           	: 5px solid #fff;
   xborder-bottom         : 0px solid #fff;
   xborder-left           : 0px solid #fff;
}
/* ----------------------------------------------------------------------*/
hr
{  color			: #990000;
   margin 		: 0px;
   padding		: 0px;
}
p, ul
{  margin		: 16px 0px;
}
ul
{  margin : 0px 0px 0px 24px;
}
ul, li
{  list-style-type       : square;
   xlist-style-image     : url(list_style_image.gif);
}
img
{  border		: 0;
}
.center
{  text-align		: center;
}
.small
{  font-size		: 0.8em;
   color			: #999;
}
.light
{  color		   	: #999 ;
}
.right
{  text-align		: right;
   float                 : right;
}
.top
{  vertical-align  	: top;
}

/* ----------------------------------------------------------------------*/
/* Project-Definitions ..................................................*/
/* ----------------------------------------------------------------------*/
.active
{  background-color      : #990000 ;
   color                 : #FFFFFF ;
   white-space           : nowrap;
}
.active a:link, .passive a:link
{  color			: #FFFFFF;
   font-weight		: normal;
}
.active a:visited, .passive a:visited
{  color			: #FFFFFF;
   font-weight		: normal;
}
.active a:hover, .passive a:hover
{  xcolor		: #FFFFFF;
   xtext-decoration	: underline;
   xbackground-color	: #003366;
}
/* ----------------------------------------------------------------------*/
.passive, .passive a:link, .passive a:visited
{  background-color      : #ccc ;
   color			: #666 ;
   color			: #900 ;
}
/* ----------------------------------------------------------------------*/
.content
{  background-color      : #FFFFFF ;
   border                : 1px solid #ccc;
   border-left-width     : 0px;
   padding               : 20px 20px 20px 0px;
   height                : 100%;
}
/* ----------------------------------------------------------------------*/
.info
{  background-color      : #FFFFFF ;
   border                : 1px solid #ccc;
   border-left-width     : 0px;
   border-right-width    : 0px;
   padding               : 20px 5px 5px 5px;
   height                : 100%;
   background-image      : url(../img/back_logo.jpg);
   background-repeat     : no-repeat;
   background-attachment : fixed;
   background-position   : top left;
}
.empty
{
}
.lo /*links oben Grafik für Rundung */
{  position 		: static;
   top			: 0px;
   left			: 0px;
}
.line1
{  background-color      : #CCCCCC ;
   xborder-color         : #000000 ;
}
.line2
{  background-color      : #CCCCCC ;
   xborder-color         : #000000 ;
}
/* ----------------------------------------------------------------------*/
input,textarea,select
{  font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color                 : #333 ;
   font-size             : 0.99em;
}
.button
{  background-color      : #aa0000 ;
   color                 : #FFFFFF ;
   font-weight           : bold;
   border-color          : #aa0000 ;
   border-style          : outset;
   xfont-size             : 0.8em;
}
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
.block
{  width			: 100%;
   xheight		: 100%;
   border        	: 0px solid #ccc;
}
.modul
{  width			: 45%;
   xheight		: 100%;
   border        	: 0px solid #fcc;
   xposition		: relativ;
   xtop			: 0px;
   xleft			: 0px;
   float			: left;
   xoverflow: auto
}
.blatt
{  background-color 	: #ccc ;
   width			: 100%;
   xheight		: 100%;
   border        	: 1px solid #999;
   padding		: 16px;
   xmargin 		: 5px;
   margin-left		: 0px;
}
/* ----------------------------------------------------------------------*/
/* END ..................................................................*/
/* ----------------------------------------------------------------------*/
