﻿/*
 * CSS RESET CODE, FROM MEYERWEB
 * v1.0 | 20080212
 * 
 * WE ARE USING THIS TO ELIMNATE BROWSER INCONSISTANCE
 */

body {
	line-height: 1.5;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
}
q {
	quotes: none;
}
blockquote {
	quotes: none;
}
q:after {
	content: '';
	content: none;
}

q:before {
	content: '';
	content: none;
}

blockquote:after {
	content: '';
	content: none;
}

blockquote:before {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * CSS RESET END
 */

.mainWindow
{
	text-align:left;
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.sideA
{
    background-color:#ffffff;
}
.logo
{
    background-image: url('images/emergeitlogo.png');
	background-repeat: no-repeat;
	margin-top:-10px;
	width: 1000px;
	height: 80px;
}
.skygge {
	background-image:url('Images/skygge.png');
	background-position:0px 200px;
	background-repeat:repeat-y;
	width:1018px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.kontakt
{
	background-position: right;
	background-image: url('images/Kontakt.png');
	width: 150px;
	height: 25px;
	margin-left: 850px;
	background-repeat: no-repeat;
}
.english
{
    background-position:right;
    background-image: url('images/English.png');
    width:150px;	
    height: 25px;
    background-repeat:no-repeat;				
    margin-left:850px
}

/* START: Topmenu */
.topMenu
{
	background-image:url('images/menuBG.png');
	height:26px;
	background-repeat:repeat-x;
	width:1000px;
}
.topNav1Item
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width : 100px;
	color:#FFFFFF;
	height:26px;
	text-align:center;	
}
.topNav1Selected
{
	background-image:url('images/menuselectedBG.png');
	height:26px;
	background-repeat:repeat-x;
	
}
.topNav1Selected a
{
	color:#666666;
	background-image:none;

}
topNav1Hover
{
				
}
/* END: Topmenu */
.subMenu
{
    background-image:url('images/submenuBG.png');
    height:26px;
	background-repeat:repeat-x;
	width:1000px;

}
.topNav2Item
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width : 100px;
	color:#666666;
	height:26px;
	text-align:center;		
}
.topNav2Selected
{
	text-decoration:underline;		
}
.topNav2Selected a
{
	background-image:none;
}
topNav2Hover
{
				
}

.main
{
}

.footer
{	
   	clear:both;
	background-image:url('images/emergeitslogan.png');
	background-repeat:no-repeat;	
 	background-position:right;
 	height: 70px;			
}
.partnertext
{
 	float:left;
 	margin-top:8px;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:xx-small;
 	color:#AA5511;				
}
.partners
{
	float:left;
	border-top:2px #AA5511 solid;
	width:650px;
	margin-top:15px;
	margin-left:20px;
	text-align:center;	
}
.partners1
{
	float:left;
	border-top:2px #736F6E solid;
	width:900px;
	margin-top:15px;
	margin-left:20px;
	text-align:center;			
}
#mp_sponsorcontainer
{
	margin-top:10px;
}
#mp_sponsorcontainer UL
{
	float:left;
}
#mp_sponsorcontainer UL LI
{
	display:inline;
	margin-right:20px;
}


.ms-WPHeader
{
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
}
.ms-WPHeader td
{
	border-top: 1px #FF9911 dashed;
	border-bottom: 1px #FF9911 dashed;			
	height:26px;
}
.ms-WPTitle
{
	font-family:Arial, Helvetica, sans-serif;
	color:#aa5511;
	font-size:0.8em;
}


/* START: Main Page */
.mainpageMAIN
{
	float:left;
	width:1000px;
}
.mainpageLEFT
{
	float:left;
	width:320px;
}
.mainpageCENTER
{
	float:left;	
	width:320px;
	margin-left:20px;
	margin-right:20px;
}
.mainpageRIGHT
{
	float:left;
	width:320px;		
}
/* END: Main Page */