/*  
Theme Name: Studenten 2011
Description: Studenten 2011
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff url(/public/images/texture.png);
	color: #666;
	margin: 0px;
	padding: 0px;
}
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
	background: #678aae url(/uploads/logo/bg-studenten-2012.jpg) no-repeat center top;
background-attachment:fixed;
background-position-y: -10px;
	width: 100%;
	display: table;


	color: #333;
	margin: 0px;
	padding: 0px;
}


a  {
	color: #5094B9;
	border: none;
	text-decoration: none;
	outline: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}




.frontpage {
	display:block;
	width:243px;
	height:70px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
}
.frontpage a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}

.endelavstuderavidare   {
	position: absolute;
	display:block;
	width:170px;
	height:65px;
	border: none;
	float: right;
	margin: 3px 0 0 730px;
	padding: 0;
	background: url(/public/images/en_del_av_studeravidare.png) no-repeat 0 0px;
}

#wrapper  {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0 7px 70px 7px;
	overflow: hidden;
}
#header {
	    width: 900px;
    height: 120px;
    float: left;
    margin: 10px 0 20px 0;
    background: url(/public/images/alltforstudenten_logo_bgwhite.png) no-repeat 0 0px;
    background-size: 311px 120px;
}
/*------ Meny ------*/
#menu {
	height: 30px;
	float: right;
	margin: 90px 0 0 0;
}
#menu ul  {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#menu ul li  {
	height: 32px;
	float: left;
	margin: 0;
}
#menu ul li.home a {
	width: 55px;
	background: url(/public/images/menu_home.png) no-repeat;
}
#menu ul li.about a {
	width: 80px;
	background: url(/public/images/menu_about.png) no-repeat;
}
#menu ul li.bal a {
	width: 140px;
	background: url(/public/images/menu_bal.png) no-repeat;
}
#menu ul li.bal.active a {
	color: #333;
	background: url(/public/images/menu_bal.png) no-repeat;
}
#menu ul li.home.active a {
	color: #333;
	background: url(/public/images/menu_home.png) no-repeat;
}
#menu ul li.about.active a {
	color: #333;
	background: url(/public/images/menu_about.png) no-repeat;
}
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #fff;
	padding: 7px 0 0 40px;
	text-decoration: none;
	text-shadow: 0 1px 1px #7EB829;
}
#menu ul li a:hover {
	color: #e9ffbe;
}

   ul.submenu.single.list {
    list-style-type: none;
    margin: 0;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 24px!important;}


/*------- Stor box -------*/
.wide_box {
	width: 860px;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}

.wide_box2 {
	width: 860px;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
	font-size:20px;
}





.wide_box.searchbox {
	padding: 20px 20px 18px 20px;
}
p.search_heading {
	width: 860px;
	height: 32px;
	background: #fff url(/public/images/searchheading.png) no-repeat;
	margin: 0;
	text-indent: -9999px;
}
/*---- Sökruta ----*/
.search_container {
	width: 420px;
	height: 44px;
	float: left;
	background: #eee url(/public/images/searchbox.png) no-repeat;
}
.search_container .fritext {
	width: 300px;
	font-size: 18px;
	color: #666;
	padding: 2px;
	margin: 6px 0 0 40px;
	float: left;
	background: none;
	border: none;
}
.search_container .submit {
	width: 64px;
	height: 40px;
	float: right;
	cursor: pointer;
	background: none;
	border: none;
	text-indent: -99999px;
}
/*---- Länruta ----*/
.list_container {
	width: 420px;
	height: 44px;
	float: right;
	position: relative;
	background: #eee url(/public/images/listbox.png) no-repeat;
}
.lan_container {
	width: 430px;
	background: url(/public/images/lan_box_top.png) no-repeat;
	position: absolute;
	top: 48px;
	right: -5px;
	z-index: 55;
	display: none;
}
.lan_container div {
	width: 400px;
	float: left;
	padding: 0 15px 20px 15px;
	margin: 15px 0 0 0;
	background: url(/public/images/lan_box.png) no-repeat center bottom;
}
.lan_container div .lan_box {
	width: 168px;
	padding: 3px 0 2px 22px;
	font-weight: bold;
	float: left;
	margin: 0;
	background: url(/public/images/lan_bullet.png) no-repeat 0 5px;
}
.lan_container div .lan_box a {
	color: #fff;
	text-shadow: 0 1px 0 #666;
}
.lan_container div .lan_box a:hover {
	color: #333;
	text-shadow: 0 1px 0 #ccc;
}
.list_container .alignleft {
	font-size: 18px;
	color: #666;
	padding: 2px;
	margin: 8px 0 0 35px;
}
.list_container .list_button {
	width: 52px;
	height: 40px;
	float: right;
	cursor: pointer;
	text-indent: -99999px;
}
.list_container .list_button.open {
	background: url(/public/images/list_button_open.png) no-repeat;
	height: 48px;
}
/*------- Infoboxar startsida -------*/
.infoboxes {
	width: 900px;
	float: left;
}
.infoboxes .box {
	width: 246px;
	float: left;
	margin: 0 20px 0 0;
	padding: 55px 20px 20px 20px;
	background: #fff;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
.infoboxes .box.right {
	margin: 0;
	float: right;
}
.infoboxes .box h2 {
	width: 256px;
	height: 33px;
	padding: 7px 0 0 27px;
	border: none;
	margin: 0;
	position: absolute;
	background: url(/public/images/box_heading.png) no-repeat;
	top: 11px;
	left: -7px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 5;
	text-shadow: 0 1px 1px #7EB829;
}
.infoboxes .box p {
}
/*-------- Undersida -------*/
#right {
	width: 286px;
	float: right;
}
#left {
	width: 595px;
	float: left;
}
.left_box {
	width: 555px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}

.left_box_contact {
	width: 555px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	font-size:15px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}

.left_box_aboutus {
	width: 555px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	font-size:15px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
.left_box_website {
	width: 555px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	font-size:15px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
.left_box_balstudent {
	width: 555px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	font-size:15px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}

.right_box {
	width: 246px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #eee;
	-moz-box-shadow: 0px 2px 4px #eee;
	box-shadow: 0px 2px 4px #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
/*-------- Submeny -------*/
#right ul.submenu {
	list-style-type: none;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;

}
#right ul.submenu.single {
	margin: 0;
}
#right ul.submenu li {
	margin: 0 0 10px 0;
}
#right ul.submenu li a {
	background: #fff;
}
#right ul.submenu li.active a {
	color: #333;
}
#right ul.submenu li img {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
#right ul.submenu li#last {
	margin: 0;
}
/*---- Lista med skolor -----*/
#right ul.submenu.schools {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #eee;
}
#right ul.submenu.desc {
	color: #888;
	font-weight: normal;
}
/*------- Skriv ut -------*/
.heading_print {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	padding: 0;
	font-weight: bold;
	text-transform: none;
	text-indent: -9999px;
	background: url(/public/images/icons/printer.png) no-repeat;
	cursor: pointer;
}
/*------ Lista med företag -----*/
.company {
	width: 237px;
	height: auto;
	float: left;
	padding: 32px 15px 10px 15px;
	margin: 0 20px 20px 0;
	background: #fff url(/public/images/texture.png);
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #d4d4d4;
	-moz-box-shadow: 0px 2px 4px #d4d4d4;
	box-shadow: 0px 2px 4px #d4d4d4;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
.company.right {
	margin: 0 0 20px 0;
}
.company h2 {
	height: 33px;
	padding: 7px 20px 0 15px;
	border: none;
	margin: 0;
	position: absolute;
	background: url(/public/images/box_heading.png) no-repeat;
	top: 8px;
	left: -7px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	z-index: 5;
	text-shadow: 0 1px 1px #7EB829;
}
.company .image {
	float: left;
	width: 225px;
	height: 110px;
	padding: 10px 5px;
	margin: 0 0 8px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
.company .info {
	float: left;
	width: 59%;
	
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
.company .info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.company .info ul li {
	margin: 7px 0 2px 0;
	font-size: 13px;
}
.company .info ul li img {
	float: left;
	margin: 2px 6px 0 0;
}
.company .map {
	width: 32px;
	height: 32px;
	margin: 4px 0 0 0;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	background: url(/public/images/icons/map_big.png) no-repeat;
}
.company .map:hover {
	background: url(/public/images/icons/map_big_hover.png) no-repeat;
}
.company .info_empty {
	float: left;
	height: 24px;
	width: 237px;
	font-size: 14px;
	padding: 9px 0 3px 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
/*-------- Karta --------*/
#map_canvas {
	width: 555px;
	height: 400px;
	float: left;
}
#map_canvas_small {
	width: 555px;
	height: 200px;
	float: left;
}
#map_canvas_modal {
	width: 500px;
	height: 300px;
	float: left;
}
/*-------- Kontakt ------*/
#left dl {
	width: 555px;
	float: left;
	padding: 0;
	margin: 20px 0 10px 0;
} 
#left dl dt {
	width: 200px;
	float: left;
	font-weight: bold;
	color: #888;
	font-size: 16px;
	clear: both;
}
#left dl dd {
	width: 340px;
	float: right;
	color: #989898;
	font-size: 12px;
	position: relative;
}
#left dl dd.separator {
	width: 555px;
	float: left;
	border-bottom: 1px dotted #eee;
	margin: 0 0 15px 0;
}
#left dl dd .textfield_medium {
	width: 274px;
	padding: 2px;
	color: #777;
	margin: 0 0 3px 0;
	font-size: 14px;
}
#left dl dd textarea {
	width: 332px;
	height: 80px;
	padding: 2px;
	color: #777;
	margin: 0 0 3px 0;
	font-size: 14px;
}
.req {
	width: 16px;
	height: 16px;
	background: url(/dentalkatalogen/public/images/icons/icon_req.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 4px;
	left: -20px;
	cursor: help;
}
.req:hover {
	background: url(/dentalkatalogen/public/images/icons/icon_req_hover.gif) no-repeat;
}
.req_span {
	width: 16px;
	height: 16px;
	background: url(/dentalkatalogen/public/images/icons/icon_req.gif) no-repeat;
	cursor: help;
	float: left;
	margin: 1px 8px 0 0;
}
.req_span:hover {
	background: url(/dentalkatalogen/public/images/icons/icon_req_hover.gif) no-repeat;
}
#left .submit {
	float: right;
	width: 160px;
	height: 30px;
}
/*-------- Validering --------*/
#validation_errors {
	width: 535px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	color: #e43019;
	text-shadow: 0px 1px 0px #fff;
	background: #eee;
	-webkit-border-radius:4px;  
	-moz-border-radius:4px;  
	border-radius:4px;
}
#validation_errors p {
	font-weight: bold;
	margin: 0 0 10px 0;
}
/*------ breadcrumb ------*/
.breadcrumb {
	width: 555px;
	height: 30px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.breadcrumb div {
	float: left;
}
.breadcrumb div a {
	color: #598aa5;
}
.breadcrumb div a:hover {
	color: #333;
}
.breadcrumb img {
	margin: 2px 8px 0 8px;
	float: left;
}
/*-------- Footer -------*/
#footer {
	width: 900px;
	float: left;
	margin: 20px 0 0 0;
	text-shadow: 0 1px 0 #fff;
}
#footer a {
	font-weight: bold;
}
#footer .alignright a {
	width: 73px;
	height: 21px;
	float: right;
	background: url(/public/images/footer_button.png) no-repeat;
	font-size: 11px;
	padding: 2px 0 0 7px;
	margin: 0 0 0 10px;
	color: #888;
	text-transform: uppercase;
}
#footer .alignright a:hover, #footer a.active {
	color: #333;
}



/*-------- ToolTip -------*/
	.tTip {cursor: default; color: #666; font-weight: bold;}

	.tip {color: #333;}
	
		#cloud1 {top: 100px; left: 100px; right:100px;}
		#cloud2 {top: 168px; left: 440px;}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {top: 350px; left: 370px;}
		#cloud5 {top: 370px; left: 60px;}
				

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(/public/images/tipTop.png) no-repeat top;}

.tipMid {background: transparent url(/public/images/tipMid.png) repeat-y;  padding: 0px 20px 10px 20px;}
.tipBtm {background: transparent url(/public/images/tipBtm.png) no-repeat bottom; height: 32px;	 } 


/*slidebox*/

#slidebox{
    width:200px;
    height:450px;
    padding:15px;
    background-color:#fff;
    border-top:3px solid #E28409;
    position:fixed;
    bottom:0px;
    right:-430px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    z-index:100;
}

 

#slidebox p{
    font-size:13px;
   
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
   
    color:#E28409;
}
a.more{
    cursor:pointer;
    color:#5094B9;
     text-transform:uppercase;
      font-size:11px;
       font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
   
}
a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
    color:#E28409;
    font-size:18px;
    margin:10px 20px 10px 0px;
}

a.close{
    background:transparent url(../images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
a.close:hover{
    background-position:0px -13px;
}



/* End slidebox*/



#supersize {position:fixed; min-height:100%; min-width:100%; top:0; left:0; z-index: -9999;}
#supersize img, #supersize a {height:100%; width:100%; position:absolute; left:0; z-index: -9998;}
#supersize .prevslide, #supersize .prevslide img {z-index: -9997;}
#supersize .activeslide, #supersize .activeslide img {z-index: -9996;}

/* site */
#site {height: auto; min-height: 100%;}

/* Supersize Background Slideshow CSS */



.Banner-top-css {margin-top:10px;margin-bottom:10px;padding-left:0px;}



#slidebox 
{display: block;}


    /* MOBILE STYLES */
    @media screen and (max-width: 525px) {

      
        div[class="company"]{
          width:100%;
        }

	 }


.box_pop {
 margin: 0 auto;
    background: rgba(255,255,255,0.2);
    border: 0px solid #fff;
    border-radius: 0px!important;
    background-clip: padding-box;
    text-align: center;
    margin-top: 10px;
    width: 220px!important;
 
    font-size: 18px!important;
    text-align: left!important;
    padding: 8px!important;
    background: #fbd104!important;
}

/*Button popup*/

.button_pop {
    font-size: 1em;
    margin-top: 0px;  
      
    color: #000;
    border: 0px solid #06D85F; 
  border-radius: 0px!important; 
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: none!important;
    width: 200px;
    text-transform: uppercase;
}


.company .info ul li img.pointer_image {


	float:right;
	margin-top:-20px;
}

.popup {
   
    width: 45%;
  
}
.button_pop:hover {
  background: #06D85F;
}

.image_inpop{
	width: 200px;
    float: left;
    margin-top: 55px;
        margin-bottom: 20px;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
  font-size: 14px;
}


.erbjudandebox1{

	padding: 10px; font-size: 26px; border-bottom: 1px solid #f1eaea;
    margin-bottom: 31px;
}

.erbjudandeboxen{



 width: 211px;
    height: 100%;
 
    height: 300px;
    margin-left: 41px;
    border-right: 1px solid #f1eaea;
    float: left;font-size:20px;
    padding-right: 46px;

       

    }
.erbjudandeboxentext1 {
    width: 307px;
    font-size: 24px;
    margin-top: 10px;
    color: #000000;
    text-transform: uppercase;
    margin-left: -50px;}

    .erbjudandeloggan{
    	width:200px;
    	margin-bottom: 20px;
    }

    .image_mobile_missing {
 margin-top: 30px
  

}