/********************************************************************************************/
/* Reset
/* Page layout
/* Typography and links
/* Common and reusable styles
/* Page or/and section specific styles
/********************************************************************************************/
/* Reset
/********************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, 
code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0; 
	margin: 0; 
	padding: 0; 
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

caption, th { 
	text-align: left; 
}

/********************************************************************************************/
/* Page layout, graphics and navigation
/********************************************************************************************/

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #878787;
	font-family: Georgia, Nimbus Roman No9 L,serif;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Page layout */

#pageHeader {
	height: 350px;
	margin: 0 auto 50px;
	position: relative;
	width: 900px;
}

#pageBody {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#pageFooter {
	background: #000;
	clear: both;
	color: #fff;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#pageFooterContent {
	background: #000;
	color: #fff;
	height: 360px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

/* Logotype */

#logotype {
	display: block;
	margin: 0 45px 0 0;
	height: 250px;
	left: -80px;
	position: absolute;
	top: 0px;
	width: 220px;
}

/* language selector */

.lang {
	display: block;
	margin: 0 0 0 0;
	height: 80px;
	position: absolute;
	right: -30px;
	text-indent: -9999px;
	top: 10px;
	width: 97px;	
}

.langSwedish {
	background: url(Images/bg_lang_swedish.png) 0 0 no-repeat;
}

.langSwedish:hover {
	background: url(Images/bg_lang_swedish.png) 0 -99px no-repeat;
}	

.langEnglish {
	background: url(Images/bg_lang_english.png) 0 0 no-repeat;
}

.langEnglish:hover {
	background: url(Images/bg_lang_english.png) 0 -100px no-repeat;
}	

/* pageHeader headlines */

#pageHeader hgroup {
	float: left;
	margin: 0 0 40px 185px;
}

#pageHeader h1 {
	border-top: 1px solid #135779;
	border-bottom: 1px solid #135779;
	color: #000;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 59px;
	font-size: 5.9rem;
	line-height: 100%;
	margin: 85px 0 20px 0;
	padding: 4px 15px 5px;
	width: 580px;
}

#pageHeader h2 {
	color: #878787;
	font-size: 21px;
	font-size: 2.1rem;
	width: 660px;
}

/* pageFooter Contactinfo */

#pageFooter .pageFooterLogo {
	clear: both;
	float: left;
	margin: 80px 0 50px 0;
}

#pageFooter .colWrapper {
	clear: both;
	float: left;
	width: 500px;
}

#pageFooter .col {
	color: #d7d7d7;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 140%;	
	margin: 0 20px 0 0;
	width: 200px;
}

#pageFooter .col h2 {
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 100%;
	margin: 0 0 10px 0;
}

/* pageFooter note */

#pageFooter .note {
	background: url(Images/bg_note.png) 0 0 no-repeat;
	height: 193px;
	padding: 40px 30px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -14px;
	width: 182px;
}

#pageFooter .note h4 {
	color: #c34d40;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 10px 0;
}

#pageFooter.eng .note h4 {
	margin: 30px 0 10px 0;
}

#pageFooter .note label {
	color: #c34d40;
	display: block;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 15px 0 10px;
}

#pageFooter hr {
	border: 0;
	border-bottom: 1px solid #000;
	margin: 15px 0 0 0;
}

#pageFooter a:link, #pageFooter a:visited { 
	color: #d7d7d7;
}

/* pageFooter social media links */

#pageFooter .icon {
	display: inline-block;
	*display: inline;	
	height: 32px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 32px;
	vertical-align: top;
	*zoom: 1;	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;		
}

#pageFooter .icon:hover {
	opacity: 0.7;
}

#pageFooter .icon_fb {
	background: url(Images/icons_socialmedia.png) 0 0 no-repeat;
}

#pageFooter .icon_tw {
	background: url(Images/icons_socialmedia.png) 0 -39px no-repeat;
}

#pageFooter .icon_li {
	background: url(Images/icons_socialmedia.png) 0 -78px no-repeat;
}

/* pageFooter newsletter */

#pageFooter .formText {
	border: 1px solid #d6d8d8;
	float: left;
	font-family: Georgia, Nimbus Roman No9 L,serif;
	font-size: 13px;
	margin: 2px 0 0 7px;
	padding: 1px 2px 2px;
	width: 140px;	
}

#pageFooter .submit {
	background: #135779;
	border: 1px solid #d6d8d8;
	color: #fff;
	cursor: pointer;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 18px;
	font-size: 1.8rem;	
	padding: 0;
	width: 23px;
}

#pageFooter .submit:hover {
	background: #c34d40;
}	

#pageFooter .bubble {
	background: url(Images/bg_speachbubble_rtl.png) 0 0 no-repeat;
	bottom: 50px;
	color: #000;
	display: block;
	height: 140px;
	line-height: 160%;
	left: -230px;
	padding: 60px 80px 0 40px;	
	position: absolute;
	width: 163px;
	z-index: 10;	
}


/* Sections */

#pageBody section {
	clear: both;
	float: left;
	margin: 0 0 80px 0;
	position: relative;
	width: 100%;
}

/********************************************************************************************/
/* Typography and links
/********************************************************************************************/

html { -webkit-text-size-adjust: none; }

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#pageBody h1 {
	border-top: 1px solid #135779;
	border-bottom: 1px solid #135779;
	color: #000;
	display: inline-block;
	*display: inline;
	float: left;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 100%;
	margin: 0 0 0 -30px;
	padding: 2px 0 2px 0;
	vertical-align: top;
	*zoom: 1;
}

/* Links */
a { 
	color: #c34d40;
	outline: none; 
	text-decoration: underline; 
}

a img { 
	border: none; 
}

a:link, a:visited { 
	color: #c34d40;
}

a:hover, a:active { 
	color: #c34d40;
	text-decoration: none;	
}

a:focus { 
	color: #c34d40; 
}

/********************************************************************************************/
/* Page or section specific styles
/********************************************************************************************/

/* Case section */
/********************************************************************************************/

.caseSection h1 {
	left: 0;
	position: absolute; 
	top: 100px;
}

/* Slideshow */

#slides {
	background: #000;
	height: 254px;
	position: absolute;
	right: 21px;
	top: 20px;
	z-index: 100;
}

.slides_container {
	display: none;
	height: 254px;
	overflow: hidden;
	position: relative;
	width: 444px;
}

.slides_container a {
	display:block;
	height:254px;
	width:444px;
}

.slides_container img {
	display:block;
}
 
/* next prev buttons*/

#slides .next,#slides .prev {
	display: block;
	height: 43px;
	left: -41px;
	position: absolute;
	top: 107px;
	width: 24px;
	z-index: 101;
}

#slides .next {
	left:464px;
}

/* Pagination */

.pagination {
	margin: 66px auto 0;
	width: 100px;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 1px;
}

.pagination li a {
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	display: block;
	float: left;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	width: 12px;
}

.pagination li.current a {
	background-position: 0 -12px;
}

/* Case descriptions */

.caseSection .case01 {
	left: 299px;
	position: absolute;
	top: 407px;
	width: 400px;
}

.caseSection .case02 {
	left: 580px;
	position: absolute;
	top: 600px;
	width: 200px;
}

.caseSection h2 {
	color: #000;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 100%;
	margin: 0 0 3px 0;
}

.caseSection p {
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 145%;
}

/* Newsarchive link */

.swe .caseSection .newsLink  {
	background: url(Images/text_newsarchive.png) 0 -173px no-repeat;
	bottom: -35px;
	display: block;
	height: 60px;
	position: absolute;
	text-indent: -9999px;
	right: 120px;
	width: 280px;
}

.swe .caseSection .newsLink:hover  {
	background: url(Images/text_newsarchive.png) 0 -244px no-repeat;
}	

.eng .caseSection .newsLink  {
	background: url(Images/text_newsarchive.png) 0 0 no-repeat;
	bottom: -35px;
	display: block;
	height: 60px;
	position: absolute;
	right: 120px;
	width: 250px;
}

.eng .caseSection .newsLink:hover  {
	background: url(Images/text_newsarchive.png) 0 -80px no-repeat;
}

/* Contact section */
/********************************************************************************************/

#pageBody .contactSection h1 {
	margin: 15px 0px 50px -30px;
}

.contactSection h2 {
	color: #878787;
	float: right;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 170px 25px 0;
	position: relative;
	width: 600px;
}

.contactSection h2:after {
	background: url(Images/bg_patternedball.png) 0 0 no-repeat;
	content: "";
	height: 58px;
	position: absolute;
	right: -80px;
	top: -20px;
	width: 58px;
}

/* Contactlist */

.contactSection ul {
	clear: both;
	float: left;
	margin: 0 0 0 30px;
	width: 850px;
}

.contactSection ul li {
	background: #135779;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;	
	behavior: url(js/PIE.htc);
	color: #fff;
	float: left;	
	height: 65px;
	margin: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 65px;
	z-index: 1;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;		
}

.contactSection ul li:hover {	
	background: #675c53;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-bottomleft: 45px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 45px 0px 0px 45px;	
	behavior: url(js/PIE.htc);
	z-index: 2;
}

.contactSection ul li h3 {
	display: table-cell;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 13px;
	font-size: 1.3rem;
	height: 65px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 65px;
}

/* contact details */

.contactSection ul li .contactDetails {
	background: #135779;
	height: 0;
	overflow: hidden;
	width: 0;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;	
}

.contactSection ul li:hover .contactDetails {	
	background: #675c53;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-right-radius: 45px;
	-moz-border-radius-topright: 45px;
	-moz-border-radius-bottomright: 45px;
	border-radius: 0px 45px 45px 0px;	
	display: block;
	font-size: 11px;
	font-size: 1.1rem;	
	height: 58px;
	line-height: 13px;
	left: 75px;
	overflow: visible;
	padding: 17px 25px 0 15px;
	position: absolute;
	top: -5px;
	text-align: left;
	white-space: no-wrap;
	width: auto;
	z-index: 10;	
}

.contactSection ul li .contactDetails a {
	color: #fde030;
	display: block;
}

.contactSection ul li .contactDetails span {
	display: block;
	white-space: nowrap;
}

/*********** statuses ************/

/* bird */

.contactSection ul li.bird:after {
	content: "";
	background: url(Images/bg_bird.png) 0 0 no-repeat;
	behavior: url(js/PIE.htc);	
	display: block;
	height: 44px;
	left: -42px;
	position: absolute;
	top: -20px;
	width: 52px;
}

/* parental leave */

.contactSection ul li.parentalLeave:hover {
	background: url(Images/parentalleave.png) 9px 15px no-repeat  #c34d40;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;	
	behavior: url(js/PIE.htc);
}

.contactSection ul.se li.parentalLeave:hover {
	background: url(Images/parentalleave_se.png) 9px 15px no-repeat  #c34d40;
}

.contactSection ul.en li.parentalLeave:hover {
	background: url(Images/parentalleave_en.png) 9px 15px no-repeat  #c34d40;
}

.contactSection ul li.parentalLeave:hover:after {
	content: "";
	background: url(Images/pacifier.png) 0 0 no-repeat;
	display: block;
	height: 58px;
	left: 9px;
	position: absolute;
	top: 35px;
	width: 58px;	
}

.contactSection ul li.parentalLeave:hover h3,
.contactSection ul li.parentalLeave:hover .contactDetails {
	display: none;
}

/* mickey */

.contactSection ul li.ears:after {
	content: "";
	background: url(Images/bg_ears.png) 0 0 no-repeat;
	behavior: url(js/PIE.htc);	
	display: block;
	height: 35px;
	left: -6px;
	position: absolute;
	top: -14px;
	width: 88px;
}

.contactSection ul li.ears:hover:after {
	display: none;
}

/* Yellow */

.contactSection ul li.yellow:after {
	content: "";
	background: url(Images/bg_yellow.png) 0 0 no-repeat;
	behavior: url(js/PIE.htc);	
	display: block;
	height: 75px;
	left: 10px;
	position: absolute;
	top: -4px;
	width: 75px;
}

.contactSection ul li.yellow:hover:after {
	display: none;
}

/* Hiring */

.contactSection ul li.hiring {
	background: #675c53;
	border: 7px solid #948d86;
	height: 50px;
	width: 50px;
}

.contactSection ul li.hiring  {
	height: 50px;
	width: 50px;
}

.contactSection ul li.hiring  a {
	color: #fff;
	display: block;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 40px;
	font-size: 4.0rem;
	height: 50px;
	padding: 3px 0 0 0;
	text-decoration: none;
	width: 50px;
}

.contactSection ul li.hiring:hover {
	background: url(Images/bg_hire.png) 7px 7px no-repeat #7e746d;
	border: 7px solid #b3ada9;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;	
	behavior: url(js/PIE.htc);
	height: 64px;
	margin: 3px;
	width: 64px;
}

.contactSection ul li.hiring:hover a {
	color: #fde030;
	padding: 10px 0 0 7px;
}

/* Hiring custom */

.contactSection ul li.hiringCustom:hover {
	background: #675c53;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;	
	behavior: url(js/PIE.htc);
	height: 65px;
	width: 65px;
}

.contactSection ul li.hiringCustom a {
	color: #fff;
	display: none;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 14px;
	font-size: 1.4rem;	
	height: 65px;
	text-align: center;
	text-decoration: none;
	width: 65px;
	vertical-align: middle;
}

.contactSection ul li.hiringCustom:hover a {
	display: table-cell;
	*display: block;
}

.contactSection ul li.hiringCustom a span {
	color: #fde030;
	font-size: 18px;
	font-size: 1.8rem;
}

/* Strategy */

.contactSection ul li.hiringStrategy {
	background: url(Images/bg_hire_anim_1.gif) 0 0 no-repeat #c34d40;
}

/* Backend */

.contactSection ul li.hiringBackEnd {
	background: url(Images/bg_hire_anim_2.gif) 0 0 no-repeat #c34d40;
}

/* Frontend */

.contactSection ul li.hiringFrontEnd {
	background: url(Images/bg_hire_anim_3.gif) 0 0 no-repeat #c34d40;
}



/* Client section */
/********************************************************************************************/

.clientSection ul {
	border-top: 1px solid #135779;
	border-bottom: 1px solid #135779;
	float: right;
	padding: 25px 0 0 0;
	width: 780px;
}

.clientSection ul li {
	display: inline-block;
	*display: inline;	
	margin: 0 20px 30px 20px;
	position: relative;
	vertical-align: top;
	*zoom: 1;	
}

.clientSection ul li:hover {
	z-index: 10;
}

.clientSection ul li .client {
	height: 100px;
	width: 150px;		
}

.clientSection ul li .client img {
	height: 100px;
	opacity: 1;
	position: relative;
	z-index: 1;	
	width: 150px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

.clientSection ul li .client:hover img	{
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 0;	
}

.clientSection ul li.client01 .client { background: url(Images/logo_thule.png) 0 0 no-repeat; }
.clientSection ul li.client02 .client { background: url(Images/logo_se.png) 0 0 no-repeat; }
.clientSection ul li.client03 .client { background: url(Images/logo_enea.png) 0 0 no-repeat; }
.clientSection ul li.client04 .client { background: url(Images/logo_duni.png) 0 0 no-repeat; }
.clientSection ul li.client05 .client { background: url(Images/logo_securitas.png) 0 0 no-repeat; }
.clientSection ul li.client06 .client { background: url(Images/logo_rosenqvists.png) 0 0 no-repeat; }
.clientSection ul li.client07 .client { background: url(Images/logo_eon.png) 0 0 no-repeat; }
.clientSection ul li.client08 .client { background: url(Images/logo_damstahl.png) 0 0 no-repeat; }
.clientSection ul li.client09 .client { background: url(Images/logo_olay.png) 0 0 no-repeat; }
.clientSection ul li.client10 .client { background: url(Images/logo_ikano.png) 0 0 no-repeat; }
.clientSection ul li.client11 .client { background: url(Images/logo_nestle.png) 0 0 no-repeat; }
.clientSection ul li.client12 .client { background: url(Images/logo_inr.png) 0 0 no-repeat; }
.clientSection ul li.client13 .client { background: url(Images/logo_alfalaval.png) 0 0 no-repeat; }
.clientSection ul li.client14 .client { background: url(Images/logo_boklok.png) 0 0 no-repeat; }
.clientSection ul li.client15 .client { background: url(Images/logo_hildinganders.png) 0 0 no-repeat; }

/* talk Of The Town section */
/********************************************************************************************/

.talkOfTheTownSection .col {
	border: 1px solid #aaaaaa;
	float: right;
	height: 550px;
	margin: 0 20px 20px;
	position: relative;
	width: 348px;
}

.talkOfTheTownSection .col:after {
	background: url(Images/bg_shadow.png) center 0 no-repeat;
	bottom: -11px;
	content:"";
	height: 10px;
	left: 0px;
	position: absolute;
	width: 350px;
}

.talkOfTheTownSection .col .fb-like-box {
	margin: 10px 0 0 10px;
}

.talkOfTheTownSection #tweet {
	background: url(Images/bg_twitter.png) 0 0 no-repeat;
	font-family: Arial, Helvetica, serif;
	padding: 50px 35px 35px;
}

.talkOfTheTownSection #tweet a {
	color: #878787;
}

.talkOfTheTownSection #tweet li {
	border-bottom: 1px solid #cccccc;
	color: #2d2d2d;
	padding: 15px 0;
}

.talkOfTheTownSection #tweet .profileLink {
	margin: 15px 0 0 0;
}

/* News page */
/********************************************************************************************/

.aktuellt #pageBody {
	overflow: hidden;
}

.aktuellt #pageBody h1 {
	margin-bottom: 5px;
}

.aktuellt #pageBody h2 {
	color: #000;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 10px 0;
}
	
.aktuellt .newsItem 	{
	float: left;
	margin: 0 50px 50px 185px;
	width: 450px;
}
.aktuellt .newsItem h2 {
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 32px;
	font-size: 3.2rem;
}
.aktuellt .newsItem .intro {
	margin-bottom: 1em;
}

.aktuellt .newsItem .intro p 	{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 140%;
}

.aktuellt .newsItem p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	line-height: 19px;
}

.aktuellt .newsImage  {
	padding-bottom: 12px;
}

.aktuellt .newsImage img {
	display: block;
}
	
.aktuellt .archive h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}

.aktuellt .archive {
	float: left;
	margin: 0 0 50px 0;
	width: 215px;
}

.aktuellt .archive ul  {
	margin-bottom: 1em;
}
	
.aktuellt .archive ul li {
	list-style-type: none;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 5px 26px;
	position: relative;
}

.aktuellt .archive ul li.current a, 
.aktuellt .archive ul li:hover a {
	background: #000;
	color: #fff;
}
	
.aktuellt .archive a 	{
	display: block;
	padding: 3px 3px;
	position: relative;
	text-decoration: none;
}

.aktuellt .archive em {
	color: #5a300d;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	left: -26px;
	position: absolute;
	padding: 0px 2px 2px;
	text-align: center;
	top: 0px;
	width: 20px;
}

.aktuellt .archive li.current em, 
.aktuellt .archive li:hover em	{
	background: #c34d40;
	color: #fff;
}

.aktuellt .archive .rss {
	margin: 2em 0 0 0; 
}

.aktuellt .archive .rss a	{
	background: url(Images/rssicon.png) 0% 50% no-repeat;
	display: block;
	margin-top: 0.3em; 
	padding: 3px 0 3px 22px;
}

/* Login page */
/********************************************************************************************/

#loginBox {
	margin: 0 0 200px 165px;
	padding: 20px;
}

#loginBox .formLabel {
	clear: both;
	float: left;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 20px 0;
	width: 100%;
}

#loginBox .formText {
	border: 1px solid #d6d8d8;
	float: left;
	font-family: Georgia, Nimbus Roman No9 L,serif;
	font-size: 20px;
	margin: 2px 0 0 0px;
	padding: 5px;
	width: 300px;	
}

#loginBox .login {
	background: #135779;
	border: 1px solid #d6d8d8;
	color: #fff;
	cursor: pointer;
	font-family: BebasNeueRegular, Arial, sans serif;
	font-size: 18px;
	font-size: 1.8rem;	
	padding: 8px 15px 7px;
}

#loginBox .login:hover {
	background: #c34d40;
}	
