/*Allt innehåll*/
#idAll {width:100%; text-align:center;}

/*Loggan högst upp*/
#idLogotyp {margin-top:1%; text-align:center; width:800px; overflow:hidden;}

/*Huvudmenyn*/
#idMeny {text-align:center; width:800px; margin-top:2%; background-color:#FFFFFF;}

/*Innehållet*/
#idContent {text-align:left; width:800px; background-color:#FFFFFF; margin-top:4%;}

/* Menylänkar */
a.clsMeny:link {color:#4F4B69; font-weight:bold; text-decoration:underline;}
a.clsMeny:visited {color:#4F4B69; font-weight:bold; text-decoration:underline;}
a.clsMeny:hover {color:#4F4B69; font-weight:bold; text-decoration:underline;}

/* Underlänkar */
a.clsUnderMeny:link {font-weight:normal; text-decoration:underline;}
a.clsUnderMeny:visited {font-weight:normal; text-decoration:underline;}
a.clsUnderMeny:hover {font-weight:normal; text-decoration:underline;}

/* Egenskaper för aktiv länk i menyn */
i {color:#FFFFFF; font-style:normal; font-weight:bold; text-decoration:none; background-color:#CCCC66;}

/* Felmeddelanden */
.clsRedText {color:#CC0000;}

p {font-size:70%; color:#333333;}
h1 {font-size:80%; color:#333333;}
h2 {font-size:70%; color:#333333; font-weight:bold;}
strong {font-size:100%; color:#333333; font-weight:bold;}
img {border:none;}
input {font-size:100%; color:#333333;}
.clsInput {font-size:100%; width:80%;}
textarea {font-size:100%; color:#333333; width:90%; overflow:auto;}
body {font-family:Arial; background-color:#FFFFFF;}