/*  
Theme Name: EIRENE Deutschland
Theme URI: http://eirene-deutschland.org/
Description: Red is beautiful
Version: 0.1
Author: Mirko Vogel
Author URI: http://www.redredblue.de/
*/

/* General */
  body { margin:0; color:black; background-color:white; }
  td, p, h1, h2, h3, div, textarea { font-family:"Arial, sans-serif"; }
  td, p, textarea { font-size:13px; }
  h1 { font-size:22px; margin: 10px 0px 10px 0px; }
  h2 { font-size:13px; margin: 5px 0px 5px 0px; }
  p { margin: 0px 0px 10px 0px; }

  a:link, a:visited, a:hover, a:active, a:focus { color:#000000; text-decoration:underline; }
  a.noline:link, a.noline:visited { color:#000000; text-decoration:none; }	
  a.noline:hover, a.noline:active, a.noline:focus { color:#000000; text-decoration:underline; }

	span.news_date { font-weight:normal; font-size: 10px; }
  p.news_title { font-weight:bold; margin: 12px 30px 3px 0px; }
  div.news_text p { margin: 0px 30px 3px 0px; }

  img.left { border: 1px solid black; float:left; margin: 0px 7px 7px 0px; }
  img.right { border: 1px solid black; float:right; margin: 0px 7px 7px 0px; }
  img.noline { border: 0; }

  hr { color:black; background-color:black; border:0px; height:1px; width:30%; margin-top: 25px; margin-bottom: 10px; text-align: center; }

  input, textarea, select { border:1px solid black; background-color:#e6606a;}
  input, textarea { padding: 3px;}

  table.invisible td { border: none; vertical-align: top; }


/* Layout table*/
  table { border-spacing: 0px; }

  td { text-align: left; border-spacing: 0px; padding: 5px 15px 5px 15px; border-right: 1px solid black; border-bottom: 1px solid black; }
  td.logo { text-align: center; }
  td.content { border-right: 0px; border-bottom: 0px; padding-left:15px; padding-right:10%; text-align: left; vertical-align: top; }
  td.footer { border: 0px; height:15px; font-size:10px; color:gray; text-align:center; }

  td.definition { text-align: left; border-right: 0px;	padding: 20px 30px 20px 30px; vertical-align:center; }
  td.definition p { font-size: 11px; }
  td.definition a:link, td.definition a:visited { color:#be242f; text-decoration:none; }	
  td.definition a:hover, td.definition a:active, td.definition a:focus { color:#be242f; text-decoration:underline; }	

/* Left side menu*/
  td.menu0 { background-color:#cc333e; height:23px; }
  td#content_m0 { background-color:#cc333e; }

  td.menu1 { background-color:#d9414c; height:23px; }
  td#content_m1 { background-color:#d9414c; }
  td.menu1_dots { border-bottom: 1px dotted black; background-color:#d9414c; height:23px; }

  td.menu2 { background-color:#e6505b; height:23px; }
  td#content_m2 { background-color:#e6505b; }
  td.menu2_dots { border-bottom: 1px dotted black; background-color:#e6505b; height:19px; }

  td.menu3 { background-color:#f2616c; height:23px; }
  td#content_m3 { background-color:#f2616c; }
  td.menu3_dots { border-bottom: 1px dotted black; background-color:#f2616c; height:23px; }

  td.menu_spacer { border-bottom: 0px; }
  td#selected { font-weight: bold; border-right: 0px; }

	tr.fixed_height { height: 25px; }


