@charset "ISO-8859-1";
/*

STYLES.CSS för Majami.se
Copyright © Majami.se
Design av DigitalOne Solutions - www.digitalone.se

*/

/* HTMLTAGS */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #d8d8d8;
	background-image: url(images/shader.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
a:link, a:visited {
	color: #A4DD33;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #A5DE33;
	margin-top: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
h2 {
	font-size: 13px;
	color: #A5DE33;
	margin-top: 0px;
	display: block;
	padding-left: 15px;
	padding-top: 25px;
}
.error {
	color: #FF0000;
}
p {
	font-size: 12px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	border: 1px solid #555;
}

/* HEADER ID's */
#headwrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #252525;
}
#headwrap .logo {
	float: left;
}
#accbar {
	background-color: #FFFFFF;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#accbar form {
	float: right;
	margin-top: -33px;
}
#accbar .badlogin {
	color: #FF0000;
	float: right;
	padding-right: 5px;
	margin-top: -33px;
}
#accbar .logout {
	float: right;
	margin-top: -35px;
}

/* NAVIGATION */
#navcontainer {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}
#navcontainer ul {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navcontainer ul li {
	list-style-type: none;
	display: block;
	text-align: center;
	float: left;
	width: 111px;
	line-height: 26px;
	margin-left: 1px;
}
#navcontainer a {
	color: #787878;
	text-decoration: none;
	display: block;
}
#navcontainer li#active {
	background-image: url(images/tab_active.gif);
	background-repeat: no-repeat;
	color: #333333;
}
#navcontainer li#active a {
	color: #333333;
}
#navcontainer a:hover {
	color: #FFFFFF;
}
#sec-navcontainer {
	margin-left: 15px;
}

/* MID ID's */

#sec-navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}
#sec-navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#sec-navcontainer a {
	display: block;
	background-image: url(images/arrow_link.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f2f2f2;
}

#sec-navcontainer a:link, #sec-navlist a:visited {
	color: #666666;
	text-decoration: none;
}
#sec-navcontainer a:hover {
	background-image: url(images/arrow_link.gif);
	color: #000000;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#extenedmid {
	height: 150px;
	background-image: url(images/midbg.png);
	background-repeat: repeat-x;
}
#midcontainer {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #252525;
}
#midcontent {
	width: 379px;
	float: right;
	background-color: #252525;
	height: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: right 32px;
}
#midcontent h1 {
	font-size: 14px;
	font-weight: bold;
	color: #787878;
	display: block;
	margin-left: 15px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A5DD33;
	margin-bottom: 10px;
	margin-top: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
#midcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	margin-left: 15px;
	padding-right: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#midcontainer img {
	float: left;
}

/* CONTENT ID's */
#contentwrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 90%;
	height: auto;
}
* html #contentwrap {
	height: 90%;
}
#content-left {
	width: 365px;
	margin-left: 15px;
	float: left;
	padding-right: 15px;
	margin-top: 25px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D8D8D8;
	position: relative;
}
#content-left-menu {
	float: left;
	width: 180px;
}
#content-right {
	width: 350px;
	margin-right: 15px;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
#content-right-menu {
	width: 550px;
	margin-right: 15px;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
#bottcontent {
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #252525;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
}#bottcontent span {
	float: right;
	margin-top: -25px;
	display: block;
	line-height: 20px;
}
.d1logo {
	vertical-align: text-top;
}
.clear {
	clear: both;
	margin-left: 3px;
}
.datespan {
	color: #AADF38;
	font-style: italic;
}
.it {
	display: none;
}
.statistik {
	display: none;
}
