/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */

/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
  body
  {
  	position:absolute;
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	background: url("streifen2.png") repeat-y scroll center #171717;
	width:100%;
	height:100%;
	/** ab hier 3.3.10**/

	top: 0px;
	left: 0px;
	right:0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/**text-align:center; **/
	z-index:1;
	
	
  }
  /**3.3.10: hg eingefügt**/
  /**#hg{
		position:absolute;
		background-color:#171717;
		/**color:black; 3.3.10**/
		/**z-index:1;
		top:0px;
		left:0px;
		bottom:0px;
		right:0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center; 
	}**/
  
  #zent{


		top:0px;
		bottom:0px;

		height:100%;
		width: 750px;
		margin: 0px auto; /**3.3.10**/
		padding: 50px 0px 0px 0px;
		}

  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 11px; /* 16px x .75 = 12px */ /**/
    line-height: auto; /* 12px x 1.333 = 16px */ /**/
	/*height:550px;*/
	width: 660px;
	/*margin: 30px auto;*/
	background: white;!important
	/**padding:30px; !important**/
    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
  }

  #community_block{
  	text-align:left;
	width: 200px;

	margin-left: 5px;
	float:left;
	/*margin-left:10px;*/
  }
  
  #block-block-4{
  	margin-bottom:0;
  }
  
  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Verdana, sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: Verdana;
	color: #30b2af;
  }

/** headings **/
  h1
  {
    font-size: 11pt;
    line-height: auto;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
	color: #30b2af;
  }
  
   body.front h1.title
  {
    font-size: 0.1px;
    line-height: 0.1px;
    margin: 0;
	height:0.1px;
	width:0.1px;
	overflow:hidden;
	padding:0px;
  }

  h2
  {
    font-size: 9pt; /**3.3.10**/
    line-height:auto;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
	/**color: #30b2af;**/
	color:#000000;/**3.3..10**/
  }

  h3
  {
    font-size: 7pt;!important;
    /**line-height:auto;*/
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
	color: #30b2af;
  }

  h4, h5, h6
  {
    font-size: 8pt;/**/
    line-height: auto;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
	color: #30b2af;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
	color: black; /**/
  }
  
  .startseite{
  margin-top:40px;
  width:250px;
  height:220px;
  }
  
  .startseite p{

  }
  .startseite .du_bist
  {
  	
	margin-top: 85px;
	margin-right: 20px;
	float:right;
	width: 80px;
	font-size: 13px;
	font-weight:bold;
  }
  .startseite .sendung
  {
	margin-top: 130px;
	margin-left: 40px;
	float:left;
	width: 82px;
	font-size: 9px;
	
  }
  
  a.img_buerger, a.img_studenten
  {

  }
  a.img_buerger
  {
	z-index:10;
	position:absolute;
	margin-top: 20px;
	margin-left: 20px;
	height: 120px;
  	width: 120px;
  }
  a.img_studenten
  {
	position:absolute;
	margin-top: 110px;
	margin-left: 120px;
	height: 120px;
  	width: 120px;
  }

  .startseite a:hover
  {
	z-index:99;
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
	color: black;/**/
  }

.content ul.menu {
	padding: 0;
}

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
	color: black;/*#30b2af*/
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
	color: black;/*#30b2af*/
  }

  li
  {
    margin: 0;
    padding: 0;
	color: black;/*#30b2af*/
	font-weight: bold;
	list-style-image: none !important;
	list-style-type: none !important;
	text-decoration:none; !important;
  }
  
 .content ul.menu li {
	font-size: 13px;
	line-height: 20px;
	padding-left: 2em;
  }

  ul.menu li a {
	text-decoration: none;
	font-size:12px;
  }
  li.active-trail ul.menu {
  	width: 145px;
  	padding: 5px 0 0 5px;
	margin-left: -175px;
	margin-top: 14px;
	float: left;
	background: transparent url(border_menu.png) top left no-repeat;
	overflow: visible;
	z-index: 30;
	position: relative;
  }
  
  .menu li.expanded {
  background: transparent url(border_menu.png) -90px 14px no-repeat;
  }
  
  li.active-trail ul.menu li {
  	font-size: 11px;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
	color: black; /*#30b2af*/
  }
  #aggregator
  {
 margin-top: 37px;
  
  }
  
  .links
  {border-top:2px solid #83D1CF;
	margin-bottom:45px;
	margin-top:5px;
	padding-top:3px;
	text-align:right;
	font-weight:bold;
	  
  }
  
  #aggregator .item-list ul li
  {
  	list-style: disc outside none !important;
	padding: 3px 0;
	margin-bottom: 20px; 
  }
  #aggregator .item-list ul li a/* Drupal override */
  {
    margin: 0px;
    padding: 0;
    list-style: inherit;
	text-decoration: none;
	color:#000000;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
	color: black; /*#30b2af*/
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  	color: #30b2af;
	
  }

  a:visited
  {
  	color: #30b2af;
  }

  a:hover
  {
  	color: #9e9e9e;
	}
  a:focus
  {color: #9e9e9e/*#00CC33* <-- alt :-(*/;
  }

  a:active
  {color: #9e9e9e;
  }
  

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }
  .feed-icon{
  text-align:right;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
/* sendeplan elemente*/

.view-sendeplan, .view-Schulungen{
	text-align:left;
	}
	
#block-views-sendeplan-block_1, #block-views-Schulungen-block_1{
	/* runde Box*/
 	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	border:2px solid #C0C0C0;
	margin:0px 10px 0 0px;
	padding:10px 10px 10px 20px;
	overflow-y:auto;
	overflow-x:hidden;
}
	


.view-sendeplan table.views-table, .view-Schulungen table.views-table{

	margin-bottom:10px;

	
}

.view-sendeplan table.views-table tr, .view-sendeplan table.views-table tr, .view-Schulungen table.views-table tr, .view-Schulungen table.views-table tr{
	width:470px;
	border-bottom:none;

}

.view-sendeplan table.views-table .views-field a, .view-Schulungen table.views-table .views-field a{
	text-decoration:none;
	color:#000000;
}

.view-sendeplan table.views-table .views-field, .view-Schulungen table.views-table .views-field{
	padding: 0 8px;
	background-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}

.view-sendeplan table.views-table .views-field-title, .view-Schulungen table.views-table .views-field-title{

	padding-left:20px;
	width:300px;
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom-color:white;
	border:0;
	
}

.view-sendeplan table.views-table caption, .view-Schulungen table.views-table caption{
	text-align:left;
	color: #30B2AF;
	font-size:10pt;
	font-weight:600;
	margin-bottom:5px;
	border-bottom:solid 1px;
	border-bottom-color:#30B2AF;
	margin-top:12px;
}

/*Sendungen Elemente*/

.view-sendungen table.views-table .views-field-title, .view-Termine table.views-table .views-field-title{

	background-color:#FFFFFF;
	font-size:12px;
	
}
.view-sendungen views-field views-field-teaser, .view-Termine td.views-field-field-date-value, .view-Termine td.views-field-field-date-value td.active{
	background-color:#FFFFFF;
}

.view-sendungen table.views-table tr{
	border-bottom-color:#30B2AF;
}

.view-Termine table.views-table tr{

	border:none;
}

/* News Listen*/
.views-field-view-node{
	margin-bottom: 15px;
	font-weight:bold;
	font-size:x-small;

	text-decoration:none !important;
	}
	
.views-field-teaser{

	font-weight:100;
	font-size:10px;
	background-color:#FFFFFF;
	
	}
	
.view-Termine .views-field-title{

	font-weight:100;
	padding-left:20px;
	background-color:#FFFFFF;
	text-decoration:none !important;
	
	}
	
.views-field-title-1{
font-weight:600;
	font-size:11px;
	text-decoration:none;!important
	}
/*Datum von News List*/


.views-field-created{

	font-size:8px;
	font-weight:100;
	margin-bottom:5px;
	margin-top:-5px;
}

div.view-news div.item-list ul, div.view-newslist-cr div.item-list ul, div.view-newslist-mira div.item-list ul{
	margin-top:40px;
	padding:0;
}

div.view-news div.item-list div.views-field-view-node, div.view-newslist-cr div.item-list div.views-field-view-node, div.view-newslist-mira div.item-list div.views-field-view-node{
	margin-bottom:30px;
	border-top:2px solid #83D1CF;
	margin-top:5px;
	padding-top:3px;
	text-align:right;
}


div.view-news div.item-list div.views-field-title-1, div.view-newslist-cr div.item-list div.views-field-title-1, div.view-newslist-mira div.item-list div.views-field-title-1{
	font-size:12px;

}


div.view-news div.item-list div.views-field-created, div.view-newslist-cr div.item-list div.views-field-created, div.view-newslist-mira div.item-list div.views-field-created{

	/**border-top:1px solid black;
	border-bottom:1px solid black;**/
	padding:1px;
	margin-bottom:10px;
	background-color:#83D1CF;
	color:#FFFFFF;
	font-weight:bold;
}
/*Feed Elemente*/
.feed-url{
font-size:x-small;
font-weight:300;
}
.feed-updated{
font-size:x-small;
font-weight:300;
}
.feed-source{
margin-top:10px;
}
.feed-item-title{
font-size:small;!important;
font-weight:500;!important;
}
.feed-item-meta{
	font-size:x-small;
	font-weight:300;
	
}
.age{
	font-weight:300;
	font-size:x-small;
	
	
}
.feed-item-body{
font-size:x-small;
font-weight:normal;
margin-bottom:30px;
}


#cr_header{
height: 155px;
width:750px;

background-image: url(welle.png);
background-position:bottom;
background-repeat:no-repeat;
}

#cr_logo{
height: 85px;
width:223px;
float:right;
margin-right:20px;
margin-top:10px;
}
#fh_logo{
	margin-top:30px;
	margin-bottom:15px;
	text-align:center;
}

#cr_schrift{
height: 30px;
width:218px;
float:right;
margin-right:20px;
margin-top:35px;
}

#cr_welle{
float:clear;
}


#block-block-9{

width:280px;
height:20px;
margin-left:155px;
margin-top:-50px;
text-align:center;
font-weight:bold;
font-size:11px;
color:#808080;
vertical-align:middle;
}

#klammer_links, #klammer_rechts{
width:20px;
height:20px;
}

#klammer_links{
margin-left:-20px;
margin-top:0px;
float:left;
font-weight:bold;
font-size:13px;
color:#30B2AF;
}

#klammer_rechts{
margin-right:-20px;
margin-top:0px;
float:right;
font-weight:bold;
font-size:13px;
color:#30B2AF;
}

#klammer_clear{
font-size:0.1px;
height:0.1px;
width:0.1px;
border:none;
background: none;
overflow:hidden;
float:clear;
}

#imp
{
	
	float:right;

	margin-right:150px;
	color:#CCCCCC;
	font-size:11px;
}

#imp a
{
	
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

#imp a:active, #imp a:hover
{
	color:#30B2AF;
	text-decoration:underline;
}

body.front div#content-inner
  {
	/*padding-top:0px;
	padding-bottom:0px;*/

  }
 
  
  div.view-newslist div.views-field-title-1{
	font-weight:normal;
	line-height: 1em;
  }
  
  .rundbox {
  	display:block;
  	padding:5px;
	-moz-border-radius:5px;
	border:2px solid #C0C0C0;
	text-align:center;
	text-decoration:none;
	font-size:14pt;
	font-weight:bold;
	background:none;
  }
  
  .rundbox h2{
	color:#30B2AF;
	font-size:13.5 pt;
  }
  
  .rundbox.left{
  	width:120px;
	
	margin-left: 15px;
	margin-top:30px;
	margin-bottom:10px;
}



a.rundbox.left.stream{
  	background: url("streambg.png") no-repeat bottom;
	height:80px;
}

/**writing-mode: tb-rl;**/