/* ----------------------------------------------------

   AUTHOR           :   Horst Prote
   TEMPLATE NAME    :   Infos
   VERSION          :   2.0
   LAST MODIFIED    :   Juli 29, 2016

------------------------------------------------------- */

/* -----------------------------------------
   LAYOUT
-------------------------------------------- */
#text {
  margin: 0;
  padding: 0;
  border:0; /* This removes the border around the viewport in old versions of IE */
  width:100%;
  min-width:900px; /* Minimum width of layout */
  height:100%;
  /* The min-width property does not work in old versions of Internet Explorer */
  font: 70%/1.6em Verdana, Tahoma, arial, sans-serif;
  color: #000000;
  background-color: #CCC;
}

/* header */
#header {
  width: 100%;
  height: 103px;
  clear: both;
  float: left;
  text-align: left;       
  margin: 0 auto; padding: 0;
  background: #CCC url(../images/headert.jpg) repeat-x 0 0;
}
#header h1#logo-text a {
  position: absolute;
  background-image:url(../images/Logo_infos-new.png);
  background-position: center center;
  background-repeat: no-repeat;
  width:190px;
  height:72px;
  margin: 0; padding: 0;
  font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -2px;
  color: #FFF;
  text-transform: none;
  text-decoration: none;

  
  /* change the values of top and left to adjust the position of the logo*/
  top: 25px; left: 25px;  
}
#header p#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #FFF;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 70px; left: 55px;    
}

/* header links */
#header #header-links {
  position: absolute;
  top: 20px; right: 30px;  
  color: #000000;
  font-size: 10px;  
}
#header #header-links a {  
  color: #000000;
  text-decoration: none;  
}
#header #header-links a:hover {
  color: #d2232a;  
}

/* Menu */
#menu {
  float: left;
  width: 100%;
  background: url(../images/menu.jpg) repeat-x left bottom; 
  clear: both;  
  margin: 0 auto; padding: 0;
}
#menu ul {
  float: left;
  list-style: none;
  margin:0; padding: 0;
  height: 37px;           
}
#menu ul li {
  float: left;
  margin:0; padding: 0;
  height: 37px;           
}
#menu ul li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
  color: #000000;  
  font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
  text-decoration: none;
}
#menu ul li.last a {
  padding-right: 20px;  
}
#menu ul li a:hover {
  color: #d2232a;  
}
#menu ul li#current a {  
  color: #d2232a;
}

/* column container */
.colmask {
  position:relative;      /* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width:100%;             /* width of whole page */
  overflow:hidden;        /* This chops off any overhanging divs */
}
/* common column settings */
.colleft {
  float:left;
  width:100%;
  height: 100%;
  position:relative;
}
#main,
#sidebar {
  float:left;
  position:relative;
  padding: 5px 0 5px 0;
  margin: 0;
  overflow:hidden;
  min-height: 100%;
}
/* 2 Column (right menu) settings */
.rightmenu {
  background:#e0e0e0;   /* right column background colour */
}
.rightmenu .colleft {
  right:27%;         /* right column width (100% minus left column width) */
                     /*        27%         = 100%  -     73%              */
  background:#fff;   /* left column background colour */
}
.rightmenu #main {
  width:69%;  /* left column content width (left column width minus left and right padding) */
              /*           69%             =        73%         -    2%   -    2%           */
  left:29%;   /* (right column width) plus (left column left padding) */
              /*        29%            +              2%              */
}
.rightmenu #sidebar {
  width:26%;  /* right column content width (right column width minus left and right padding) */
              /*             25%            =         27%        -     1%   -     0%          */     
  left:32%;   /* (right column width) plus (left column left and right padding) plus (right column left padding) */
              /* =        27%           +                2%   +    2%            +            1%                 */
}


/* Main Column */
#main h2, #main h1 {
  margin-top: 10px;
  font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
  color: #000000; 
  padding: 5px 0 5px 0px;   
  border-bottom: 1px solid #EFF0F1;
  /*background: #FFF url(../images/square-green.png) no-repeat 3px 50%;  */
  text-transform: none;
}
#main h2 a {
  background: none;
  color: #000000;
  text-decoration: none;
}

#main ul li {
  list-style-type:square;
}

/* Sidebar */  
#sidebar h3 {
  margin-top: 10px;
  padding: 5px 5px; 
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #000000;  
}
#sidebar ul.sidemenu {
  list-style: none;
  text-align: left;
  margin: 7px 4px 8px 0; padding: 0;
  text-decoration: none;    
  border-top:dashed 1px;
}
#sidebar ul.sidemenu li {
  list-style: none;
  border-bottom:dashed 1px;
  padding: 4px 0 4px 5px;
  margin: 0 2px;  
  color: #000000;  
}
* html body #sidebar ul.sidemenu li {
  height: 1%;
}
#sidebar ul.sidemenu li a {
  text-decoration: none;  
  background-image: none;  
  color: #000000;    
}
#sidebar ul.sidemenu li a:hover {  
  color: #d2232a;  
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* Footer */  
#footer {
  float:left;
  color: #666666;
  background: #CCC url(../images/footert.jpg) repeat-x 0 0;
  height: 65px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 92%;
}
#footer a { 
  color: #666666;
  text-decoration: none; 
}
#footer .footerlist li {
  border-right: 1px solid #CCCCCC;
  display: inline;
  line-height: 1.4em;
  list-style-type: none;
  padding: 0 5px;
}
#footer .footerlist li:last-child {
  border-right: none; }
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* ----------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------- */

/* Top Elements */

/* links */
a, a:visited {
  text-decoration: underline;
  color: #000000;
  background: inherit;
}
a:hover {
  color: #d2232a;
  background: inherit;
  text-decoration: none;
}
a.red, a.red:visited {
  text-decoration: underline;
  color: #ff0000;
  background: inherit;
}
a.red:hover {
  color: #d2232a;
  background: inherit;
  text-decoration: none;
}
a.email, a.email:visited, a.email:hover, a.email:active, .email {
  background: url("../../RUS2.0/res/img/mailtoicon.gif") no-repeat scroll left center transparent;
  padding-left: 16px;
  padding-right: 3px;
}

/* headers */
h1, h2, h3 {
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;       
}
h1 {
  font-size: 150%;  
  font-weight: normal;
  color: #000000;
}
h2 {
  font-size: 140%;
  text-transform: uppercase;
  color: #000000;
}
h3 {
  font-size: 120%;
  color: #000000;
}

/* images */
img {
  padding: 8px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
  padding: 10px;    
  margin: 0;
}
ul, ol {
  margin: 5px 20px;
  padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  margin: 10px;
  padding: 0 0 0 28px;  
  border: 1px solid #f2f2f2; 
  background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
#text table.awards,
#tinymce table.awards {
  font-weight: bold;
  border-color: grey;
  border: none;
  border-spacing: 4px 2px;
  border-collapse: separate;
}
#text table.awards tr,
#tinymce table.awards tr {
  text-align: left;
}
#text table.awards th,
#tinymce table.awards th {
  font-size: 15px;
  border: 0px none grey;
  padding: 1px 12px;
}
#text table.awards td,
#tinymce table.awards td {
  font-size: 13px;
  border: 0px none grey;
  padding: 1px 12px;
}

/* termin elements */
#text table.termin,
#tinymce table.termin {
  border-spacing: 0;
  border: 0px;
  border-collapse: collapse;
}
#text table.termin tr,
#tinymce table.termin tr {
  height: auto;
}
#text table.termin th,
#tinymce table.termin th {
  background: #FFFFFF !important;
  /* color: #555; */
  font-weight: bold;
  border: 0px;
  padding-left: 19px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: top;
}
#text table.termin th.datum,
#tinymce table.termin th.datum {
  width: 19ex;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: top;
}
#text table.termin td,
#tinymce table.termin td {
  background: #FFFFFF;
  border: 0px;
  padding-left: 19px;
  padding-right: 0px;
}
#text table.termin td.vortrag,
#tinymce table.termin td.vortrag {
  padding-top: 10px;
  padding-left: 19px;
  padding-right: 0px;
  padding-bottom: 10px;
  text-align: center;
  /* color: #555; */
  font-weight: bold;
}
#text table.termin td.redner,
#tinymce table.termin td.redner {
  padding-left: 19px;
  padding-right: 0px;
  padding-bottom: 10px;
  text-align: center;
  /* color: #555; */
  font-weight: normal;
}

table {
  border-collapse: collapse;
  margin: 10px;  
}
th strong {
  color: #fff;
}
th {
  background: #CCCCCC;
  height: 29px;
  padding-left: 12px;
  padding-right: 12px;
  color: #000000;
  text-align: left;
  border-left: 1px solid #B6D59A;
  border-bottom: solid 2px #FFF;
}
tr {
  height: 30px;
}
td {
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #FFF;
  border-bottom: solid 1px #ffffff;
}
td.first,th.first {
  border-left: 0px;
}
tr.row-a {
  background: #F8F8F8;
}
tr.row-b {
  background: #EFEFEF;
}
/* end - table */

/* form elements */
/* disabled here; see Mailform.css
form {
  margin:10px; padding: 0 5px;
  border: 1px solid #f2f2f2; 
  background-color: #FAFAFA;   
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding:2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}
textarea {
  width:480px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 24px;
  margin: 0;
  padding: 2px 3px;
  color: #000000;
  
  border:solid 1px #333333;
}
*/

/* search form */
.searchform {
  background-color: transparent;
  border: none;  
  margin: 0; padding: 5px 0 15px 0;  
  width: 190px;  
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
  width: 120px;
  color: #777; 
  height: 18px;
  padding: 2px;  
  border: 1px solid #E5E5E5;
  vertical-align: top;
}
.searchform input.button { 
  width: 60px;
  height: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

/* infos red */
.infosred {
  color: #d2232a;
}
