/* CSS Document */

div#contentText {
	font-size:13px;
	line-height:180%;
	font-family:Lucida Sans Unicode;
}

.textTeaser {
	width:50%;
	float:left;
	padding-left:25px;
	padding-bottom:35px;
	padding-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;

}

.textTopImage {
	width:50%;
	text-align:right;
	float:right;
	padding-top:35px;
	padding-left:20px;
	padding-right:25px;
	border-left:1px solid #cccccc;
	margin-bottom:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.textFull {
	padding-left:25px;
	padding-bottom:35px;
	padding-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

table.glarmestre  {
	border-collapse:collapse;
	width:100%;
}
table.glarmestre td, table.glarmestre th {
	font-family:inherit;
	font-size:11px;
	padding:7px 0 7px 10px;
    border-bottom:1px solid #ffffff;
}
table.glarmestre th {    
	background-color:#3f3f3f;
    color:#ffffff;
    text-shadow:#000000 1px 1px 0;
    padding:10px 0 10px 0;
	text-align:left;	
    }
table.glarmestre td img {
	display:block;
	margin:auto;
}

table.glarmestre .td1 { padding-left:10px; }
table.glarmestre .td2 { width:160px;padding-left:10px; }
table.glarmestre .td3 { width:90px;text-align:center;}
table.glarmestre .td4 { width:90px;text-align:center; }
table.glarmestre .td5 { width:90px;text-align:center; }
table.glarmestre .td6 { width:90px;text-align:center; }

table.glarmestre tr:nth-child(odd) {
	background-color:#e9e8e5;
}
table.glarmestre tr:last-child td  {
	border-bottom:1px solid #d1d7d5;
}



div.profilCol1, div.profilCol2 {
	float:left;
	width:50%;
	padding-left:25px;
	padding-right:25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.profilFoto {
	width:100%;
    border:1px solid #d1d7d5;
    box-shadow:2px 2px 0px #f2f2f2;
    text-align:center;
    float:left;
	padding:8px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:240px;
    }
div.profilInfo {
   	width:100%;
	height:240px;
    border:1px solid #d1d7d5;
    box-shadow:2px 2px 0px #f2f2f2;
    text-align:center;
    float:left;
    background-color:#f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
    }
div.profilNavn {
	font-size:14px;
    font-weight:bold;
    width:90%;
    border-bottom:1px solid #d9dedc;
    line-height:43px;
    height:43px;
    overflow:hidden;
    margin:auto;
    text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    }    
div.profilAdresse {
	width:90%;
	margin:auto;
	text-align:left;
	padding:15px 0 15px 0px;
	line-height:130%;
}
div.profilKontakt {
	border-bottom:1px solid #d9dedc;
    width:90%;
    margin:auto;
    position:absolute;
    top:209px;
    left:25px;
    }
div.profilKontaktBtn {
	position:absolute;
    top:-15px;
    left:50%;
	margin-left:-106px;
    background-image:url(/pics/layout/contact.png);
    width:213px;
    height:34px;
    text-align:center;
    line-height:34px;
    font-size:11px;
    font-weight:bold;
    text-shadow:#f9f9f9 1px 1px 0;
    cursor:pointer;
	text-transform:uppercase;
    }



div#profilFormSentContainer {
	clear:both;
   	width:100%px;
	padding:25px;
	margin:0 25px 0 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    border:1px solid #d1d7d5;
    box-shadow:2px 2px 0px #f2f2f2;
    background-color:#f9f9f9;
    position:relative;
	overflow:auto;
	margin-top:0px;
}
div#profilFormContainer {
	clear:both;
   	width:100%px;
	padding:25px;
	margin:0 25px 0 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    border:1px solid #d1d7d5;
    box-shadow:2px 2px 0px #f2f2f2;
    background-color:#f9f9f9;
    position:relative;
	overflow:auto;
	margin-top:0px;
    display:none;
}
div.profilFormCol1 {
	width:50%;
    float:left;
    }
div.profilFormCol2 {
	width:50%;
    float:left;
    text-align:right;
    }
div.profilFormCol1 input {
	width:90%;
    border:1px solid #d1d7d5;
    background-color:#ffffff;
    border-radius:3px;
    padding:8px 10px 7px 10px;
    margin-bottom:5px;
    }
div.profilFormCol2 textarea {
	width:90%;
    height:97px;
    border:1px solid #d1d7d5;
    background-color:#ffffff;
    border-radius:3px;
    padding:8px 10px 8px 10px;
    margin-bottom:7px;
    }
input.profilFormBtn {
	border:1px solid #afc085;
    background-color:#cce37a;
    width:139px;
    height:30px;
    border-radius:3px;
    text-shadow:#f1f7dc 1px 1px 0;
	cursor:pointer;
    background-image: -ms-linear-gradient(top, #e1f199 0%, #bbd860 100%);
    background-image: -moz-linear-gradient(top, #e1f199 0%, #bbd860 100%);
    background-image: -o-linear-gradient(top, #e1f199 0%, #bbd860 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1f199), color-stop(1, #bbd860));
    background-image: -webkit-linear-gradient(top, #e1f199 0%, #bbd860 100%);
    background-image: linear-gradient(to bottom, #e1f199 0%, #bbd860 100%);
}
input.profilFormBtn:hover {
    background-image: -ms-linear-gradient(top, #e8f3b4 0%, #c2da75 100%);
    background-image: -moz-linear-gradient(top, #e8f3b4 0%, #c2da75 100%);
    background-image: -o-linear-gradient(top, #e8f3b4 0%, #c2da75 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8f3b4), color-stop(1, #c2da75));
    background-image: -webkit-linear-gradient(top, #e8f3b4 0%, #c2da75 100%);
    background-image: linear-gradient(to bottom, #e8f3b4 0%, #c2da75 100%);
}
div.profilText {
	padding:15px 35px 0px 35px;
}

div.w50 {
	float:left;
	width:50%;
}
@media screen and (max-width: 900px) {
	div.profilCol1 {
		padding-left:0;
		padding-right:10px;
	}
	div.profilCol2 {
		padding-left:10px;
		padding-right:0;
	}
	div.profilText {
		padding:15px 0 0 0;
	}
	div#profilFormContainer {
		margin:0;
	}
}

@media screen and (max-width: 560px) {
	div.profilFormCol1, div.profilFormCol2 {
		width:100%;
		text-align:left;
	}
}

@media screen and (max-width: 800px) {
	table.glarmestre .td2 { width:120px; }
	table.glarmestre .td4 { width:80px;text-align:center; }
	table.glarmestre .td5 { width:80px;text-align:center; }
	table.glarmestre .td6 { width:80px;text-align:center; }
	table.glarmestre td:nth-child(3), table.glarmestre th:nth-child(3) { display:none; }
}
@media screen and (max-width: 700px) {
	table.glarmestre td:nth-child(4), table.glarmestre th:nth-child(4) { display:none; }
	table.glarmestre td:nth-child(5), table.glarmestre th:nth-child(5) { display:none; }
	table.glarmestre td:nth-child(6), table.glarmestre th:nth-child(6) { display:none; }	
}


@media screen and (max-width: 720px) {
	div.profilCol1, div.profilCol2 {
		padding:0;
		width:100%;
		margin-bottom:10px;
	}
	div.profilFoto {
		height:auto;
	}
  .textTeaser {
	 width:100%;
	 }
  .textTopImage {
	width:100%;
	border:0;
	padding:0;
	text-align:center;	
  }
}
@media screen and (max-width: 400px) {
  .textTeaser, .textTopImage {
	 padding-left:0px;
	 padding-right:0px;
	 }
	 
}

img.imagePad {
	margin-left:20px;
	margin-bottom:20px;
}

.break {
	clear:both;
}
label {
	width:120px;
	display:inline-block;
	vertical-align:top;
	}
input[type="text"] {
	width:250px;
}
textarea {
	width:250px;
}
input[type="submit"] {
	background-color:#A30000;
	border:1px solid #8f0000;
	color:#ffffff;
	text-transform:uppercase;
	padding:1px 20px 1px 20px;
}
	
hr {
	height:1px;
	font-size:0px;
	background:#cccccc;
	margin-top:30px;
	margin-bottom:30px;
	border:0px;
}

h1 {
	font-family:Lucida Sans Unicode;
	font-size:18pt;
}

h2 {
	font-weight:bold;
	margin-top:15px;
}

a {
	color:#005a9c;
}
p { margin-top:15px; }


.textTeaser li { margin-left:17px; }