body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-style:normal;
	text-align: left; 
	color: #000000;
	margin: 0px;
	background: #f1f7fb url(images/background_page.gif) top repeat-x;
	}
	
* {
	padding: 0;
	margin: 0;
}
	
p {
	padding: 20px 20px 0;
	}
	
img {
	border: 0px;
	}

A:Link {color:#2a5ab0;font-style:bold;text-decoration:underline;}
A:Visited {color:#2a5ab0;font-style:bold;text-decoration:underline;}
A:Hover {color:#a40000;font-style:bold;text-decoration:underline;}

/* --- BASIC ELEMENTS --- */

.mainContainer {
	width: 970px;
	margin: 40px auto 0;
	}
	
.left {
	float: left;
	width: 170;
	}
	
.right {
	float: left;
	width: 787px;
	}

.logoContainer {
	float: left;
	width: 171px;
	height: 45px;
	background: url(images/logo_inphorms.gif);
	}

.mainMenuContainer {
	float: left;
	width: 747px;
	height: 45px;
	background: url(images/background_mainmenu.gif) top no-repeat;
	padding: 0 0 0 40px;
	}
	
.header {
	float: left;
	height:122px;
	width:769px;
	padding-left: 9px;
	padding-right: 9px;
	background: url(images/background_header.gif) top no-repeat;

	}
	
.teaser {
	float: left;
	height:175px;
	width:769px;
	padding: 0 9px;
	background: url(images/background_teaser.gif) top no-repeat;
	valign: top;
	text-align: left;
	}
	
.teaserHome {
	float: left;
	height:175px;
	width:769px;
	padding: 0 9px;
	background: url(images/background_teaser_home.gif) top no-repeat;
	valign: top;
	text-align: left;
	}
	
.teaserHome H5 {
	color: #2a5ab0;
	}

.content {
	float: left;
	width:769px;
	padding: 0 9px;
	background: url(images/background_content.gif) top repeat-y;
	valign: top;
	text-align: left;
	}
	
.contentBottom {
	float: left;
	width: 787px;
	height: 12px;
	background: url(images/background_bottom.gif) no-repeat;
	}
	
.footer {
	height:;
	width:;
	clear: both;
	padding: 10px 0 10px 100px;
	font-size:11px;
	font-style:normal;
	color: #000000;
	valign: top;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	line-height: 16px;
	}

/* --- MAIN MENU ELEMENTS --- */

#mainMenu {
	height: 45px;
}

#mainMenu ul {
	list-style: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	}
	
#mainMenu li {
	float: left;
	}
	
#mainMenu a {
	display: block;
	color: #505354;
	text-shadow: #fff 0px 1px 1px;
	text-decoration: none;
	padding: 0 20px;
	line-height: 45px;
	}
	
	
#mainMenu a:hover {
	display: block;
	color: #000;
	padding: 0 20px 0;
	line-height: 45px;
	background: url(images/mainmenu_over.gif) top no-repeat;
	}
	
	
#mainMenu #selected {
	background: url(images/mainmenu_on_2.gif) right no-repeat;
	}
	
#mainMenu #selected a {
	padding-top: 0;
	background: url(images/mainmenu_on_1.gif) no-repeat;
	color: #fff;
	line-height: 45px;
	text-shadow: #5d8cc9 0 1px 0;
	}


/* --- SUB MENU ELEMENTS --- */


.subMenu {
	float: left;
	width: 780px;
	height: 28px;
	margin: -28px auto 0;
	text-align: right;
	}

.subMenu a, .subMenu a:Visited {
	float: right;
	width: 114px;
	height: 28px;
	padding-right: 5px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	background: url(images/submenu_off.gif) no-repeat;
	}
	
.subMenu a:hover {
	color: #a40000;
	}
	
.subMenu a#selected {
	float: right;
	width: 114px;
	padding-right: 5px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #a40000;
	font-weight: bold;
	background: url(images/submenu_on.gif) no-repeat;
	}




A.MenuLink {
	background-image: url(images/navigation/bullet_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-size: 11px;
	font-style:normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	line-height: 20px;
	}


A.MenuLink:Hover {
	background-image: url(images/navigation/bullet_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #2a5ab0;
	}


A.MenuLink:Active {
	background-image: url(images/navigation/bullet_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #2a5ab0;
	}


/* --- COLUMNS --- */


.TwoColumnsL {
	clear: left;
	float: left;
	width: 345px;
	margin-left: 0;
	padding: 5px 0 20px 20px;
}
	
.TwoColumnsR {
	float: left;
	width: 345px;
	margin-left: 24px;
	padding: 5px 10px 20px;
	}
	
	
.TwoColumnsL H1, .TwoColumnsR H1 {
	font-size: 24px;
	padding: 0;
	margin: 0 0 20px;
}

.TwoColumnsL H2, .TwoColumnsR H2 {
	font-size: 20px;
	padding: 0;
	margin: 0 0 20px;
}


.ThreeColumnsL {
	clear: left;
	float: left;
	width: 219px;
	margin-left: 0;
	padding: 10px 0 20px 20px;
	}
	
.ThreeColumnsR {
	float: left;
	width: 220px;
	margin-left: 15px;
	padding: 10px 10px 20px;
	}	

.ThreeColumnsL H1, .ThreeColumnsL H2, .ThreeColumnsL H3, .ThreeColumnsR H1, .ThreeColumnsR H2, .ThreeColumnsR H3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0;
}





.homeTeaser1 {
	clear: left;
	float: left;
	width: 215px;
	height: 350px;
	margin-left: 12px;
	margin-right: 0;
	padding: 10px 10px 20px 10px;
	background: url(images/hometeaser_01.gif) top no-repeat;
	}
	
.homeTeaser2 {
	float: left;
	width: 215px;
	height: 350px;
	margin-left: 10px;
	margin-right: 0;
	padding: 10px 10px 20px;
	background: url(images/hometeaser_02.gif) top no-repeat;
	}	

.homeTeaser3 {
	float: left;
	width: 215px;
	height: 350px;
	margin-left: 10px;
	margin-right: 0;
	padding: 10px 10px 20px;
	background: url(images/hometeaser_03.gif) top no-repeat;
	}

.homeTeaser1 H2, .homeTeaser2 H2, .homeTeaser3 H2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.homeTeaser1 ul, .homeTeaser2 ul, .homeTeaser3 ul {
	padding-top: 10px;
	padding-left: 15px;
	}

.homeTeaser1 li, .homeTeaser2 li, .homeTeaser3 li {
	padding-bottom: 5px;
	}
	
.homeTeaser1 a, .homeTeaser2 a, .homeTeaser3 a {
	font-weight: bold;
	text-decoration: none;
	}



h5 { 
	color:#a0b2b8;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 35px;
	line-height: 25px;
	text-align: left;
	top: 20px;
	position: relative;
}
	
h1 { 
	color:#a40000;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	position: relative;
	top: 15px;
}

h2 {
	color:#a40000;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	padding: 20px 20px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 20px 0;
	font-size: 16px;
	font-weight: bold; 
	text-align: left; 
	line-height: 16px;
	color: #000;
}

h4 {
	color:#000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

strong {
	color:#000000;
}

.Standardtext {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal; 
	text-align: left; 
	line-height: 18px;
	color: #000000;
	}

.HighlightText {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold; 
	text-align: left; 
	line-height: 20px;
	color: #50595d;
	}
	
	
.formbox_Large {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
        border: solid 1px #a0b2b8;
	background-color: #fafafa;
	width: 400px;
}