/* 
SCREEN style for Equinis website 
by ARIF solutions / Andreas Steidle 2007
*/

/*---------------------------- page layout -------------------------*/

.PrintOnly {
  display: none;
}

body {
	font-family: "lucida sans unicode",verdana, sans-serif;
	font-size: 10pt;
	margin-top: 20px;
	text-align: center;  /* center PageContainer for IE */
}

#PageContainer {
	width: 779px;
	margin: 0 auto;  /* center PageContainer for Mozilla */
	text-align: left;
}

#Menu {
	font-family: verdana, sans-serif;
	height:28px;
	padding-left:32px;
	background-image: url(../images/menu_bar.jpg);
	background-repeat: no-repeat;
}

#PageContent {
	border: solid #cccccc;
	border-width: 0px 1px;
	padding: 1px;	
 	/*background:#ddf;*/
}

/*--------------------- content and text layout -------------------*/

/* we have 2 headlines with icon on the left */
h1, h2 {                
	font-family	: Verdana;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -35px;
	padding-left: 35px;
}
.NoIdent {
	margin-left: -35px;
}    
h1 {                    /* blue page headline */
	font-size: 130%;
	color: #2D2F77;
	background-image: url(../images/h1_backg.gif);
	height:23px;
}
h2 {                    /* paragraph headline */
	font-size: 100%;
	color: #444;
	background-image: url(../images/h2_backg2.gif);
	margin-top:2em;
	margin-bottom:0.5em;
	height:20px;
	clear:both;
}


h3 {
	font-family: verdana;
	font-size: 100%;
	color: #555;
	font-weight:bold;
	margin-top:0.7em;
	margin-bottom:0.5em;
}

p, .CompactList {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.CompactList {
    margin-left:1em;
    padding-left:1em;
}
/*.CompactList li {
    margin-left:0em;
    padding-left:0em;
}*/

a {
    text-decoration:none;
}  

img {
	border:none;
}

img.RightFloat {
	float: right;
	padding: 2px 0 5px 12px;
}

.Trivia {
    font-size:80%; 
}

/* general content type 1 */

.TextContent {
    padding-left: 35px;
    DEBUG-background:#dfd;
}
.TextContent p, .TextContent li {
    text-align: justify;
}

.NarrowText {
    margin-top: 50px;
    margin-left: 60px;
    margin-right: 80px;
    margin-bottom: 60px;
}

.WideText {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
}

/* general content type 2 */

.BigTableContent {   
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: 20px;
  	margin-right: 20px;
    DEBUG-background:#dfd;
}
.BigTableContent h1 {
    margin-left: 0px;
}


/*--------------------- footer layout ---------------------------*/


#PageFooter {
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
	clear:both;
}

#Copyright {
	font-family: verdana;
	font-size: 60%;
	color: #666666;
	font-weight:bold;	
	height: 18px;
	text-align: center;
	padding-top: 22px;
}


