/* screen.css
-----------------------------------------------------------------------*/


/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #4289c5 url(../img/body_bg.gif) left top repeat-x;

}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;			
}

h1 {
	color: #000;
	font-weight: bold;
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

iframe.myiframe {
	width:605px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}




/* general site containers 
--------------------------------------------------------------------- */

#site {
	width: 820px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	width: 800px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}


/* header  mit logo
--------------------------------------------------------------- */

#header {
	width: 800px;
	height: 250px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#header .logo {
	width: 200px;
	height: 133px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 100;
}

#header .logo_oebv {
	width: 200px;
	height: 87px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 153px;
	z-index: 100;
}



/* header  mit logo
--------------------------------------------------------------- */
#navigation {
	width: 800px;
	height: 30px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

#navigation ul { 
	background: #eaeaea;
	border: 1px solid #ccc;
	width: 798px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#navigation ul li { 
	overflow: hidden;
	padding: 5px 20px;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

#navigation ul li a { 
	display: block;
	overflow: hidden;
	padding: 0 0 4px 0;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#navigation ul li a:hover, #navigation ul li a.active { 
	background: url(../img/subnav_hover.gif) left bottom repeat-x;
	color: #003867;
}



#textarea {
	width: 800px;
	overflow: hidden;
	padding: 0;
}


#textarea h1 {
	width: 800px;
	overflow: hidden;
	color: #003867;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 0 0 0;
	margin: 0 0 5px 0;
}

#textarea .startimageblock {
	width: 800px;
	overflow: hidden;
	padding: 10px 0 ;
}

#textarea .contentblock {
	width: 800px;
	overflow: hidden;
	color: #444;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 ;
}

#textarea .contentblock .img_block {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
#textarea .contentblock .img_block .b_img {
	width: 200px;
	margin: 0 0 10px 0;
}

#textarea .contentblock .img_block .b_img img {
	width: 200px;
	display: block;
}

#textarea .contentblock h2 {
	overflow: hidden;
	color: #003867;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#textarea .contentblock h3 {
	overflow: hidden;
	color: #444;
	font-size: 11px;
	margin: 10px 0 5px 0;
}

#textarea .contentblock a {
	overflow: hidden;
	color: #003867;
	text-decoration: none;
}
#textarea .contentblock a:hover {
	color: #003867;
	text-decoration: underline;
}

#textarea .contentblock ul {
	overflow: hidden;
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 10px;
}

#textarea .contentblock ul li {
	background: url(../img/list.gif) left 5px no-repeat;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 10px;
}

#textarea .contentblock table {
	overflow: hidden;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px 0 5px 1px;
	padding: 0;
	color: #444;
	width: 99%;
}

* html #textarea .contentblock table {
	margin: 1ßpx 0 5px 0;
}

#textarea .contentblock table th {
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #eaeaea;
	color: #444;
}

#textarea .contentblock table td {
	padding: 3px 5px;
	border: 1px solid #ccc;
	color: #444;
}



#textarea .teamblock {
	width: 800px;
	overflow: hidden;
	color: #444;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 ;
}

#textarea .teamblock .img_block {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}
#textarea .teamblock .img_block .b_img {
	width: 200px;
	margin: 0 0 10px 0;
}

#textarea .teamblock .img_block .b_img img {
	width: 200px;
	display: block;
}

#textarea .teamblock h2 {
	overflow: hidden;
	color: #003867;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#textarea .teamblock h3 {
	overflow: hidden;
	color: #444;
	font-size: 11px;
	margin: 10px 0 5px 0;
}

#textarea .teamblock a {
	overflow: hidden;
	color: #003867;
	text-decoration: none;
}
#textarea .teamblock a:hover {
	color: #003867;
	text-decoration: underline;
}


/* Footer
--------------------------------------------------------------- */
#footer {
	background: #fff;
	width: 800px;
	height: 14px;
	overflow: hidden;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}

#footer .links  {
	width: 500px;
	overflow: hidden;
	padding: 0;
	float: right;
}

#footer .links a {
	color: #444;
	text-decoration: none;
	margin: 0 0 0 15px;
	float: right;
}

#footer .links a:hover {
	color: #333;
	text-decoration: none;
}

#footer .copyright  {
	width: 250px;
	overflow: hidden;
	color: #444;
	padding: 0;
	text-align: left;
	float: left;
}


