/*husk moduler.css med baggrundsbillede*/

.formulartop{
width: 600px;
margin: 0 auto;
margin-top:70px;
font-size: 80%;
padding: 10px 20px 10px 20px;
background-color: white;
border-radius: 15px 15px 0 0;
box-shadow: 0 0 12px 2px #777;
opacity:0.9;}

.formulartop_tekst{line-height:17px;margin-bottom:15px;}
.brugerfladeformular{display:inline-block;}
.brugerfladeknap{
border-radius: 5px;padding:2px 0;width:130px;background-color:#94A6B2;color:#ffffff;text-align:center;
margin-right:20px;border:none;cursor:pointer;}

.knap_oversigt{
border-radius: 5px;padding:2px 0;width:60px;background-color:#94A6B2;color:#ffffff;text-align:center;
margin-left:18px;margin-top:10px;border:none;cursor:pointer;}

.brugerfladeknap:hover, .knap_oversigt:hover{background-color:#506D7F;
-webkit-transition: all 0.3s ease-in-out; 
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
transition: all 0.3s ease-in-out;}

.formularboks{
width: 600px;
margin: 0 auto;
margin-top:20px;
font-size: 80%;
padding: 20px;
background-color: white;
border-radius: 0 0 15px 15px;
box-shadow: 0 0 12px 2px #777;
opacity:0.9;}

            /*visning af eksisterende opslag i administration*/
.samlet_nyhedsopslag{width:180px;height:130px;margin-right:15px;border:1px solid #777;display:inline-block;margin-bottom:15px;}
.opslagsoverskrift{padding-left:10px;font-weight:bold;color:#506D7F;}
.nyheds_div{height:65px;overflow:hidden;}
.opslagstekst{width:160px;padding-left:10px;line-height:16px;}

            /*opret opslag*/
.opslags_overskrift{width:452px;}
.opslags_tekst{width:450px;height:50px;margin-top:10px;margin-bottom:10px;}
            
.opslagsknapper{
border-radius: 5px;padding:2px 0;width:130px;background-color:#506D7F;color:#ffffff;text-align:center;
margin-right:20px;border:none;cursor:pointer;}

.opslagsknapper:hover{background-color:#94A6B2;
-webkit-transition: all 0.3s ease-in-out; 
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
transition: all 0.3s ease-in-out;}



@media (max-width: 1025px){
.formulartop{font-size: 100%;}
.formulartop_tekst{line-height:20px;}    
.brugerfladeknap{color:#000;}
.knap_oversigt{color:#000;}}





