/*husk moduler.css med baggrundsbillede*/

.formulartop{
width: 600px;
margin: 0 auto;
margin-top:70px;
margin-bottom:10px;
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;}

.knap_fadeshow{
border-radius: 5px;padding:2px 0;width:100px;background-color:#94A6B2;color:#ffffff;text-align:center;
margin-right:20px;margin-top:10px;border:none;cursor:pointer;}

.knap_tekst{
border-radius: 5px;padding:2px 0;width:60px;background-color:#94A6B2;color:#ffffff;text-align:center;
border:none;cursor:pointer;}

.knap_tekst:hover, .knap_fadeshow:hover, .slet_fejltekst: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:10px;
font-size: 80%;
padding: 20px;
background-color: white;
border-radius: 0 0 15px 15px;
box-shadow: 0 0 12px 2px #777;
opacity:0.9;}

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

.formularbokse_overskrift{clear:both;margin-top:-5px;margin-bottom:5px;}

/*fadebilleder*/
.galleri{float:left;margin-bottom:10px;height:100px;}
.icon_galleri{float:left;width: 100px;height: 65px;margin-right:6px;}
.oploadform{clear:both;}
.fil_felt{margin-left:20px;}

/*tekstopdatering*/ 
.samlet_tekstdel{width:500px;margin-right:15px;}
#tekst{clear:both;width:450px;height:40px;padding-left:10px;line-height:16px;}
#rediger_knap{position:relative;left:530px;top:-20px;}

.fejltekst{width:730px;margin:0 auto;color:red;}
.slet_fejltekst{border-radius: 5px;padding:2px 0;width:130px;background-color:#94A6B2;color:#ffffff;text-align:center;
margin-right:20px;margin-top:10px;border:none;cursor:pointer;float:right;margin-left:20px;margin-top:-20px;}
/*udskift faste billeder*/
#clear_billeder{clear:both;}

.green{color:green;}