/* @override https://twokinds.se/liu/fileupload/stylesheets/labs.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************** End of Eric Meyer reset ***************/

body
{
	background-image: url("headerimg.png");
	background-repeat: repeat-x;
}

#container
{
	min-width: 770px;
	max-width: 1200px;
}

#header
{
	height: 105px;
	padding: 30px;
	position: relative;
}

#header img
{
	float: left;
}

#sub-header
{
	margin: 15px 30px;
	text-align: center;
}

#sub-header a
{
	text-decoration: none;
}

#login
{
	font: 0.9em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	float:right;
	margin: 8px;
	position: relative;
	top: -25px;
}

#login a
{     
   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 1em;     
   margin: -1em; 
}

#main_outer
{
	height: 350px;
	/*width: inherit;*/
}

#main a
{     
   display: inline-block;     
   position: relative;    
   z-index: 1;     
}

#main
{
	background-color: white;
	height: 350px;
	padding: 20px 0 0 10px;
	font: 1.1em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 2em;
	position: relative;
	text-align: center;
	width: 400px;
	margin: 0px auto;
}

#main a
{
	text-decoration: none;
}

.listing
{
	border: 2px solid #aaa; padding: 10px; width: 400px; text-align:left; font: 80% 'Lucida Grande', verdana, arial, sans-serif; line-height: 1.2em;
}

h1
{
	font: 2.4em "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

h2, h2 a
{
	color: #058;
	font: 1.2em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 10px;
}

h3
{
	font: 1.0em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 10px;
}

h4
{
	font: 0.8em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin-top: 15px;
}

.tillfalle
{
	float:left;
	width: 240px;
	background-image: url("headerimg.png");
	background-repeat: repeat-x;
}
.groups
{
	min-height: 40px;
	widtdth:639px;
	float:left;
	xbackground-color: #ff0;
}
.group
{
	float: left;
	margin-left: 25px;
	text-align: left;
	width: 105px;
	xbackground-color: #9f9;
}

.anmalningsruta
{
	float: left;
	margin: 0 0 0 10px;
	text-align: left;
	width: 490px;
	xbackground-color: orange;
}

input[type=text] {
    width: 70%;
    padding: 9px 5px;
    height:  43px;
    margin: 0px 0;
    box-sizing: border-box;
	font: 1.0em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
}

.form-submit-button
{
	/*background-image: url("headerimg.png");
	background-repeat: repeat-x;
	color: #000;
	/*border: 1px solid #000;
	text-shadow:none;
	margin-left: 20px;*/
	font: 0.8em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	/*position: relative;
	bottom: 10px;*/
}

.form-submit-button:hover
{
	background: #058;
	color: #fff;
	/*border: 1px solid #eee;*/
	text-shadow: none;
	margin-left: 20px;
	font: 0.8em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	position: relative;
	bottom: 10px;
}

.mytextarea
{
	color: #bbb;
	width: 331px;
	xheight: 20px;
	border: 1px solid #bbb;
	font: 1.0em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	padding: 5px;
}
