/***********************************************/
/* simapp.css.css                              */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, Lucida, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed;
}

a:link, a:visited, a:hover{
	font-weight: bold;
}

#wrapper {
	width: 920px;
	margin: 15px auto;
}

#langselect a{
   font-size: 9pt;
	 font-weight:bold; 
	 color:#000;
}

#langselect a:hover {
  color: #fff;
}


#breadcrumbs {
   font-size: 9pt;
	 font-weight:bold;
}

#language{
	font: 75% Verdana,sans-serif;
	position: absolute;
	right: 0px;
	top: 60px;
	color: #919999;
}

#language a{
	color: #000;
}

#language a:hover{
	text-decoration: underline;
}


/*** main table ****/

#banner{
    width: 920px;
    border: 0px none;
}

#maintable{
    width: 920px;
	border: 1px solid #000;
	padding: 0px;
}

#divmaintable{ 
	width: 920px;
	padding: 0px;
	border: 0px;
}

#left{
    width: 178px;
	padding: 0px;
	background-color:#EEEEEE;
	border-right: 1px solid #cccccc;
}

#content{
    width: 742px; 
	height: 600px;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	border: 0px none;
	background-color: #FFFFFF;
	font-size: 10pt;
}


/************ mainLinks styles **************/

#mainLinks{
	margin: 0px;
	padding: 0px;
	font: small Verdana,sans-serif;
}

#mainLinks a:link, #mainLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	background-color:#eeeeee;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color:#000080;
	text-decoration: none;
}

#mainLinks a:hover{
	background-color:#FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

#itemLinks {
  display:none;
	font: small Verdana,sans-serif;
}

#itemLinks a:link, #itemLinks a:visited {
	display: block;
	padding-left: 20px;
	font-weight: normal;
	background-color:#FFFFCC;
	color:#000000;
}

#itemLinks a:hover{
	background-color:#FFFF33;
	text-decoration: none;
}

#Links {
	padding-left: 10px;
	padding-top: 10px;
}

#Einstein {
    border: 1px none #000;
	background-color: #92ADC8;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

/**** content styles *****/

#pagecaption {
	font-size: 20pt;
	/*color: #333;*/
	color: #333333;
	//padding-top: 1em;
	border-bottom: solid 3px #A5B5C6;	
	margin-bottom: 20px;
	//text-align: left;  /* center von body wieder aufheben */
}

/**** footer styles ****/

#footer {
	border-top: 1px solid #000;
	padding: 10px;
	background-color: #000088;
	font: bold small Verdana, sans-serif;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
   color: #FFFFFF
}

#footer a:hover {
   color:#FFFF00;
}





/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

courierbold {
	font: bold, "Courier New", Courier, mono
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
.input { /* needed for textarea NS7 */
	font-family: Verdana, Geneva, Arial, Helvetica, Lucida, sans-serif;
	font-size: 10pt;
}
			

h1, h2, h3, h4{
 color:#000080;
}


h1{
 font-size: 16pt;
}

h2{
 font-size: 14pt;
}

h3{
 font-size: 12pt;
}


.skipLinks {display: none;}

#errtext {
  color:#EE0000;
	font-weight:bold;
}

textarea, select, input {
	font-family: Verdana, Geneva, Arial, Helvetica, Lucida, sans-serif;
	font-size: 10pt;
}




/********************* end **********************/

