

/* Stilar som läggs på ordinarie html taggar */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #000000;
	margin: 0px;
}

input, textarea {
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 80%;
}

input.submit {
	padding: 1px;
	width: auto;
}
img {
	border: 0px;
}



/* Olika IDs som håller designen på plats */
#holder  {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#meny  {
	margin-left: 23px;
	height: 21px;
	width: 589px;
	background-color: #FFFFFF;
	position: relative;
	top: 140px;
}
#header  {
	width: 100%;
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	height: 180px;
}
#footer  {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 48px;
	background-position: bottom;
	clear: both;
}
#main  {
	margin-top: 10px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
	height: 320px;
	min-height: 320px;
}
#text_box_top {
	width: 350px;
	float: left;
	margin-bottom: 10px;
}
#text_box_full {
	float: left;
	width: 100%;
}
#picture_box_right {
	width: 265px;
	float: right;
	clear: right;
}
#text_box_bottom {
	width: 350px;
	float: left;
}
#footer_text  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	text-transform: capitalize;
	margin-left: 23px;
	top: 10px;
}
#meny-sub  {
	margin-left: 28px;
	top: 140px;
	position: relative;
	visibility: hidden;

}
#main-table {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
#main-text-top {
	vertical-align: top;
}
#main-text-bottom {
	vertical-align: bottom;
}
#main-picture {
	width: 300px;
	align: right;
	vertical-align: top;
	text-align: right;
}
#pic_forw {
	float: right;
}
#pic_back {
	float: right;
}


/* Klasser som tar hand om små specifika element */
.picture {
	text-align: right;
}
.picture_text {
	text-align: right;
}
.picture_nav {
	text-align: right;
}
.text {
	vertical-align: top;
}
.error {
    color: #cc3333;
}
.italic {
	font-size: 10px;
	font-style: italic;
}



/* a href element */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}

a.news:link {
	color: #333333;
	text-decoration: none;
}
a.news:visited {
	color: #333333;
	text-decoration: none;
}
a.news:hover {
	color: #000000;
}
a.news:active {
	color: #333333;
	text-decoration: none;
}