/*******************************************/
/*
/*  Stylesheet f�r FVS
/*
/*  Startseite
/*
/* (c) Sunbeam Gmbh, 
/* Autor: RGS
/* Date: 6 November 2006
/* Change(s): 29|30| January 2007
/* jf last: 10.4.12
/*
/*******************************************/

/**
* Import von Basisstyle f�r alle Seiten und f�r News-Termine
*/


/* === formats === */
#top a.focus-in {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 -20000px;
}

#top a.focus-in:focus {
	margin: 0 0 0 20px;
	z-index: 1000;
}

/* = header = */
#header img.bildlogo { display: none; }

#header ul#language {
	float: right;
	width: auto;
	margin: 20px 100px 0 0;
}
#header ul#language li { display: inline; }

#header ul#language li.lang {
	display: inline-table;
	vertical-align: bottom;
	line-height: 1;
}

#header ul#language li.lang a,
#header ul#language li.lang a:hover {
	background-color: #fff;
	color: #000;
	border: 0 none;
	padding: 0 0 0 10px;
}



/* Breadcrumb - Hacks f�r den legend�ren IE 7 */
*+html #breadcrumb  {
	margin-top: 2em;
	margin-bottom: 1.7em;	
}


/* = content area = */

/* 2-column newsblock */
#content .newsblock1, #content .newsblock2 {
	float: left;
	width: 47%;
	min-width: 200px;
	z-index: 100;
}
#content .newsblock1 { margin-right: 12px; }
#content .newsblock2 { margin-left: 12px; }

#content .newsblock1 h3, #content .newsblock2 h3 {
	font-size: 125%;
	background-color: #fff;
	color: #004b8c;
	padding: 0px 0px 0px 5px;
}
#content .imgbox-sm {
	float: left;
	width: 60px;
	border: 1px solid #004b8c;
	margin: 15px 15px 0px 5px;
	padding: 1px;
	background-color: #dae4ee;
	color: #004b8c;
}

/* = teaser area (right column) = */
#rechts h3.term { background: url(../images/clock-mini.gif) no-repeat 1% 50%; }
#rechts h3.press { background: url(../images/zeitung-mini.gif) no-repeat 1% 50%; }
#rechts h3.publi { background: url(../images/book-mini.gif) no-repeat 1% 50%; }


/* HomePage Pic */
/* = homepage pic = */
#content .hp {
	height: 121px;
	background: url(../../bilder/hp.jpg) no-repeat #729dc8;
}

/* Box Hack - Anpassung an �-Schrift */


/* ==================== */
/* ===== IE-fixes - ONLY STARTPAGE! ===== */

/* header (margin bug) */
* html #header ul#language { margin-right: 55px; }
* html #header .claim { margin-right: 10px; }

/* for topmenue */
* html #topmenu ul.mainmenue { float: right; }
* html #topmenu ul.mainmenue li { width: 32%; }
* html #topmenu ul li.form { width: 32.5%; }

* html #topmenu input.radio {
	background: none;
	border: 0 none;
}
* html #topmenu input.submit { width: 80px; }
* html #topmenu ul li.form .trenner {
	position: relative; /* Anpassungen, pd 2007 */
	height: 1px;
	line-height: 1px;
	font-size:1px;
}
/* end IE-fixes */


/* Zus�tzliche Klassen f�r das BE im RTE, FVS, pd 2007 */
.break {
  font-family: Arial, Helvetica, sans-serif; 
  margin: 0 0 0 0;
}

.color1 {
  font-family: Arial, Helvetica, sans-serif; 
  color: #0067AF;
}



