/* InnoMega AG  - GLOBAL PROFIT HUNTER - Public Area Cascading Style Sheet */


/***********************************************/
/* Layout Divs                                 */
/*****************************************border-right: 1px solid #cccccc;******/


SELECT {
	color: #FFFFFF;
	background-color: #61A5CA;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px #006699;
	border-style: solid;
}

.buttn {
	color: #FFFFFF;
	background-color: #61A5CA;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px #006699;
	border-style: solid;
}


INPUT {
	color:#336699;
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px #006699;
	border-style: solid;
}

.inputnoborder {
	color:#336699;
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	border: 0px;
}


TEXTAREA {
	background-color:#FFFFFF;
	font-size: 10px;
	color: #244E82;
	font-weight: normal;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px #006699;
	border-style: solid;
}


#topbar{
	position: absolute;
 	top: 0px;
 	left: 132px;
}

#Logo{
	position: absolute;
 	top: 0px;
 	left: 0px;
}

#addonlinks{
	position: absolute;
 	top: 90px;
 	left: 170px;
}


#content{
	position: absolute;
 	top: 120px;
 	left: 160px;
  	width: 482px; /*462*/
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#headlines{
  	position: absolute;
 	top: 111px;
 	left: 736px;
	width: 131px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color:#334966;
}

.searchform {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
}

.formfield {
	clear: both;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
	border: 1px solid #999;
}

.formfield_yellow {
	clear: both;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
	background-color: #FFFFCC;
	border: 1px solid #999;
}

/************* #grayback styles ********CBCBCB *******/
#grayback{
	padding: 5px 5px 5px 5px;
	background-color: #E7E8E8;
	color:#000000;
	border-bottom: 1px solid #ffffff;
	font-size: 75%;
}


#whiteback{
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	color:#3366CC;
	border-right: 1px solid #DDDDDD;
	font-size: 75%;
}

td.DashedBottomLine { 
	border-bottom: 1px #D8DDE3 dashed; 
	padding: 5px 5px 5px 5px;
}

table.thinborder { 
	border-bottom: 1px #D8DDE3 solid; 
	border-top: 1px #D8DDE3 solid; 
	border-left: 1px #D8DDE3 solid; 
	border-right: 1px #D8DDE3 solid; 
	padding: 5px 5px 5px 5px;
}

.IMimageborder{  border:1px #213984 solid}


/*********** #navBar link styles ***********/

#navBar{
	position: absolute;
 	top: 124px;
 	left: 0px;
	width: 131px;
	height: 570px;
	margin: 0px;
	padding: 0px;
	background-color: #61A5CA; 
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
	id: 1;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#MainLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#MainLinks a {
 	font-weight: bold;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 8px;
}

/* bei Mausberuehrung der Hauptnavigationslinks Hintergrundfarbe wechseln */
#MainLinks a:hover{
	background-color: #5692B3;
	color:#FFFFFF;
}


#SubLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#SubLinks a {
	background-color: #E7E8E8;
	display: block;
	border-top: 1px solid #BBBBBB;
	padding: 2px 0px 2px 8px;
}

#SubLinks img {
	background-color: #DDDDDD;
	display: block;
	padding: 2px 0px 2px 25px;
}

#SubLinks a:hover{
	background-color: #E7E8E8;
}