@import "reset.css";

* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body  {
  font-size:14px;
  font-family: Verdana;
  text-align: center;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background-color: #FFF;
}

#wrap
{
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
	max-width:926px;
	margin-left: auto;
	margin-right: auto;
	//margin-bottom:20px;
	//margin-top:10px;
}



#table
{
	height:100%;
}

#tableborderbottom
{
  background: #FFFFFF url(../grafik/footer.gif) repeat-x;
  height:50px;
  width:100%;
}

#logo
{
  background: #FFFFFF url(../grafik/interena.png) no-repeat right;
  height: 68px;
  margin-top:15px;
  padding-right:0px;
  margin-right:0px;
  padding-bottom:10px;
  margin-bottom:10px;
}

#headerimg 
{
  text-align:center;
  //background-color:#FFF;
  border-top:2px solid #000000;
  margin-top:2px;
  padding-top:8px;
  padding-bottom:5px;
}

#headercaption
{
  text-align:left;
  font-size:16px;
  height:20px;
  width:100%;
  //background-color:#FFF;
  margin-top:10px;
  margin-bottom:5px;
  font-weight:bolder;
  background: #FFFFFF url(../grafik/slogan.png) no-repeat left;
}

#tablecontent 
{
	z-index:1;
	//border: 2px solid #CCCCCC; 
	height:100%;
	max-width:926px;
	background: #FFFFFF;
	margin-bottom:auto;
 }

#menurow
{
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	padding-top:10px;
	//margin-left:5px;
	padding-left:10px;
	width:100%;
	width:100%;
	font-size:14px;
	overflow:visible;
}
#menuframe
{
	height:25px;
	overflow:visible;
}

#contentcol
{
	height:100%;
	width:100%;
}

#contentframe
{
	text-align: left;
	padding:10px 15px 5px 20px;
	min-height:400px;
	font-family: Georgia;
	font-size:13px;
	font-weight:normal;
	line-height: 18px;
	zoom: 1;
	*display: inline;
}

#newscol
{
	text-align:left;
	height:100%;
	width:350px;
	padding-bottom:30px;
}

#newsframe
{
	background-color:#F4F4F4;
	margin-top:10px;
	padding:10px 10px 10px 10px;
	text-align:left;
	width:350px;
	font-family:Verdana;
	height:100%;
	//display:inline-block;
}

#newsframe img {display:inline-block; margin-bottom:15px;}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.main_act {
  color:black;
  text-decoration:none;
  padding-left:10px;
  padding-right:15px;
  font-weight:bold;
}

.main_actback {
  background-image: url(menu_selector.gif);
  background-repeat: repeat-x;
  display:inline-block;
  zoom: 1;
  *display: inline;
  height:25px;
  clear: left; 
}

.main_no {
  color:black;
  text-decoration:none;
  padding-left:10px;
  padding-right:15px;
  font-weight:bold;
}

.main_noback {
  display:inline-block;
  height:25px;
  clear: both; 
  zoom: 1;
  *display: inline;
}

.main_noback:hover {
  background-image: url(menu_selector.gif);
  background-repeat: repeat-x;
}

.sub_spacer { font-size:1.5em; margin:5px 0 5px 0; }

h1  { 
  padding:0px;
  margin:0px;
  font-size:20px;
  font-weight:bold;
  font-family: Verdana;
  margin:5px 0 5px 0;
}

h2  { 
  font-weight:bold;
  font-family: Verdana;
  color:black;
  padding:0px;
  margin:0px;
  font-size:15px;
  margin-bottom:-20px;
}

h2 a
{
  text-decoration:none;
}

h3  { 
  font-size:15px;
  font-weight:bold;
  line-height: 1.8;
  letter-spacing:1.5pt;
  word-spacing:3pt;
  font-family: Verdana;
  color:black;
  padding:0px;
  margin:0px;
}

h4  { 
  font-size:15px;
  font-weight:normal;
  font-family: Verdana;
  color:black;
  padding:0px;
  margin:0px;
  padding-top:5px;
  padding-bottom:20px;
}

h5  { 
  padding:0px;
  padding-bottom:10px;
  margin:0px;
  font-size:20px;
  font-weight:bold;
  font-family: Verdana;
  margin:5px 0 5px 0;
}

p { margin:20px 0 20px 0; line-height:1.8em; }
.textblock  { border-left:10px solid darkorange; padding-left:10px; }

csc-form-labelcell {
	padding-bottom:5px;
	margin-bottom:5px;
}

.searchlabel
{
	padding-top:10px;
	line-height:25px;
}

.searchbutton
{
	padding-top:15px;
}

/* RSS Formatierung */

.rss_header a {
font-weight: bold;
color: #000;
text-decoration:none;
font-size:10px;
font-family:Verdana;
line-height:1.8;
}

.rss_header a:hover {
color: #f28f1a;
}

.rss_summary {
font-size:10px;
font-weight:normal;
font-family:Verdana;
line-height:1.8;
}

.rss_more {
font-size:10px;
font-weight:normal;
font-family:Verdana;
line-height:1.8;
border-bottom:1px solid #666;
padding-bottom:15px;
margin-bottom:15px;
}

.rss_more a{
color: #000000;
text-decoration:none;
font-weight:bold;
}

.rss_more a:hover{
color: #f28f1a;
font-weight:bold;
}

.rss_more {
color: #000000;
text-decoration:none;
font-weight:bold;
}

.rss_more:hover{
color: #f28f1a;
font-weight:bold;
}

.rss_full {
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	line-height: 18px;
}

.rss_full a{
color: #000000;
text-decoration:none;
font-weight:bold;
}

.rss_full a:hover{
color: #f28f1a;
}

.rss_link a{
color: #000000;
text-decoration:none;
font-weight:bold;
font-family: Verdana;
font-size:10px;
}

.rss_link a:hover{
color: #f28f1a;
font-weight:bold;
}

.rss_link {
color: #000000;
text-decoration:none;
font-weight:bold;
font-family: Verdana;
font-size:10px;
}

.rss_link:hover{
color: #f28f1a;
font-weight:bold;
}


.rss_pubbox {
background-color:#F00;
}
/* hide unwanted stuff */
.rss_title{
display:none;
}
.rss_description {
display: none;
}
.rss_date, .rss_author, .rss_category {
display:none;
}
.

