html * {
padding: 0;
margin: 0;
}
body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ececec;
	font: 12px Arial,Verdana,Helvetica;
}

/* Layout */

#container
{
	width: 970px;
	margin: 10px auto 10px auto;
	color: #333;
	background-color: #E0F4E8;
	text-align: left;
    border-top: 10px solid #01A743;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
#container .borders
{

}
#top
{
	margin-top: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	display: block;
}
#topmenu
{
	margin-top: 0;
	padding: 5px;
	height: 15px;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #E0F4E8;
}
.topleft 
{
		text-align: left;
		float:left;
		width: 200px;
		margin-left: 6px;
}
.topright
{
		text-align: right;
		margin-right: 6px;
}
#leftnav
{
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #E0F4E8;
	position:absolute;
}

#mycontent
{
	float:right;
width: 750px;
	padding: 5px;
	background-color: white;
	min-height: 600px;
	line-height: 130%;
	height: 100%;
}
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #fff;
	background-color: #01A743;
}

#leftnav p { margin: 0 0 1em 0; }



/* Navigation */
#navcontainer
{
	margin-top: 8px;
}

#navcontainer ul
{
	margin: 5px 0 0 0;
	padding: 0;
}
.navlist
{
	padding: 1px;
	margin-left: 0;
}

.navlist li
{
	list-style-type: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-align: left;
}

.navlist li a
{
	display: block;
	padding-left: 0.9em;
	padding-right: 0.9em;
	text-decoration: none;
}


.navlist li a:hover
{
background: url(../img/li_hover.gif) no-repeat left;
}
.navlist .margin
{
	margin-left: 5px;
}

.navlist .margin li
{
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*Bli medlem sidan*/
.headinfo {
	font-family : verdana, Geneva, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: #116DAB;
	padding-bottom: 8px;
	}
.medlemsform
{
	background-color: #eaf2f5;
	border: 1px solid #d9e6ee;
	width: 99%;
}
.medlemsform input
{
	border: 1px solid #c5d2da;

}

.sendbutton
{
	width: 520px;
}
a.infobox:hover { cursor:help; color:#c30; background:white; }
a.infobox span { visibility:hidden; position:absolute; left:40em;
                   margin-top:1.5em; padding:1em; width: 300px;text-decoration:none; }
a.infobox:hover span { visibility:visible; border:1px solid #ccc;
                         color:#fff; background:#6aa316; }


/* Loginpage columns */
.loginleft
{
	float: left;
	width: 45%;
}
.loginright 
{
	padding-left: 10px;
	width: 40%;
}

/* Default css */
h1
{
	font-size: large;
}
h2
{
	font-size: large;
	margin: 0 0 .5em 0; 
	border-bottom: 1px solid #E0F4E8;
	text-transform: uppercase;
	line-height: 130%;
}
h3
{
	font-size: medium;
	margin: 0 0 .5em 0; 
}
img
{
	border: none;
}
A:LINK {color: #008D38; TEXT-DECORATION: none;}	
A:VISITED {color: #008D38; TEXT-DECORATION: none;}
A:ACTIVE {color: #008D38; TEXT-DECORATION: none; }
A:HOVER {color: #000; TEXT-DECORATION: none;}

A.menylink:LINK {color: #000; TEXT-DECORATION: none;}	
A.menylink:VISITED {color: #000; TEXT-DECORATION: none;}
A.menylink:ACTIVE {color: #000;  TEXT-DECORATION: none; }
A.menylink:HOVER {color: #008D38; TEXT-DECORATION: none;}

A.menysel:LINK {color: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none;background: url(../img/li_selected.gif) no-repeat left;}	
A.menysel:VISITED {color: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none;background: url(../img/li_selected.gif) no-repeat left;}
A.menysel:ACTIVE {color: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none;background: url(../img/li_selected.gif) no-repeat left;}
A.menysel:HOVER {color: #008D38; FONT-WEIGHT: bold; TEXT-DECORATION: none;background: url(../img/li_selected.gif) no-repeat left;}

A.whitelink:LINK {color: #fff; TEXT-DECORATION: none;FONT-WEIGHT: bold;}	
A.whitelink:VISITED {color: #fff; TEXT-DECORATION: none;FONT-WEIGHT: bold;}
A.whitelink:ACTIVE {color: #fff; FONT-WEIGHT: bold; TEXT-DECORATION: none; }
A.whitelink:HOVER {color: #227C46; TEXT-DECORATION: none;FONT-WEIGHT: bold;}

.cmdbutton
{
	border: 1px solid #000;
	background-color: #E0F4E8;
	padding-right: 5px;
	padding-left: 5px;

}
.txtfield
{
	border: 1px solid gray;
	font-size: 1.1em;
}


.droplisttable
{
	font-size: smaller;
	border: 1px solid gray;
	border-collapse: collapse;
}
.red
{
	color: red;
}
#mycontent UL, ul
{
	padding-left: 20px;
}
/* bli medlem form */

.roundcont {
	width: 100%;
	background-color: #BED7FC;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(http://www.astmaoallergiforbundet.se/ge_bidrag/img/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(http://www.astmaoallergiforbundet.se/ge_bidrag/img/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.gridstyles
{
	border: 1px solid #ebe4d2;
}
#allergikort
{

}
#allergikort #firsttable
{
	margin-left: 100px;	
	margin-top: 10px;
	height: 130px;
}
#allergikort #secondtable
{
	margin-left: 15px;	
	margin-top: 10px;
}
/* Klass för chattsidan - färger på rader mm*/
.xl68
	{mso-style-parent:style0;
	font-size:8.0pt;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	background:#F6F5EE;
	mso-pattern:black none;}
	
.printheader
{
    display:none;
}	
