*{
	/* Universal reset: */
	margin:0;
	padding:0;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	letter-spacing:1px;
	color:rgb(63,63,63);
	background-color:#fff;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:rgb(63,63,63);
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	
}

a img{
	border:none;
	cursor: pointer;
}

/* Headings: */

h1,h2,h3{
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

h1{
	/* The logo text 
	* This is an image!  
	*/
	font-size:24px;
	line-height: 40px;
}
h2{
	font-size:24px;
	font-weight:normal;
	line-height: 40px;
}
h3{
	font-size:15px;
	font-weight:normal;
	line-height: 24px;
}




p{
	font-size:12px;
	line-height:20px;
	padding-bottom:14px;
}

#page{
	width:810px;
	margin:0 auto;
	position:relative;
}
.hidden
{
	display: none;
}
header
{
	width: 790px;
	height: 115px;
	position: relative;
	margin: 42px 10px 60px;
}
nav{
	padding:0 3px;
	position:absolute;
	left:0;
	bottom:0;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

/* Design-template had measures in pt
 * Conversion table and more info for calculating @:
 * http://reeddesign.co.uk/test/points-pixels.html
 * http://www.getallfix.com/2011/11/convert-empxpt-and-in-css/
 * http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/
 * Chosen sizes are estimates!
 * Refer to templates for more info.
 */
header nav ul li a,
header nav ul li a:visited{
	color:#fff;
	display:block;
	float:left;
	font-size:17px;
	line-height: 26px;
	height: 26px;
	margin-right:9px;
	padding: 0px 8px;
	background-color: #3f3f3f;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border: 4px #fff solid;	
}
header nav ul li.current a,
header nav ul li.current a:visited{
	border-color: #3f3f3f;
}
header nav ul li a:hover{
	text-decoration:none;
	border-color: #d2df00;
	border-color: #3f3f3f;	
}
header nav ul li.btv a,
header nav ul li.btv a:visited {
	border: 3px #d2df00 solid;	
	margin-top: 1px;
}
header nav ul li.btv.current a,
header nav ul li.btv.current a:visited {
	border-width: 5px;
	margin-top: -1px;
	margin-left: -2px;
	margin-right: 7px;
	margin-bottom: -1px;
}
header nav ul li.btv a:hover{
	text-decoration:none;
	border-width: 5px;
	margin-top: -1px;
	margin-left: -2px;
	margin-right: 7px;
	margin-bottom: -1px;

}
nav, article,figure, figure img, figure a 
{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(/css/PIE.htc);
}

/* Main content and columns: */

#content
{
	width: 790px;
	padding: 0px 0px 60px;
	margin: 0 10px;
	border-bottom: none;
}

/* Article styles: */

article{
	margin:0px;
	padding:0px;
}
#article-main .articleBody
{
	width: 416px;
	padding-left: 64px;
	margin: 0;
	float: left;
}
#article-main .articleBody.edit
{
    width: 480px;
    padding-left: 0px;
    margin: 0;
    margin-top: -47px;
    float: left;
    margin-left: -1px;    
}
#article-main.kontakt .articleBody
{
	padding-left: 16px;
}
#article-main.medlem .articleBody
{
	padding-left: 16px;
}
#article-main aside
{	
	float: right;
	width: 280px;
}
aside.bubble1
{
	background-image: url(../img/taleboble2.jpg);
	background-repeat: no-repeat;
	height: 272px;
}
aside blockquote
{
	padding: 28px;
}
aside blockquote p
{
	font-size: 11px;
	line-height: 17px;
	letter-spacing: normal;
}
#article-main.presse .articleBody
{
	width: 600px;
}
#article-main a img
{
    border: 1px solid #ccc;
}
#article-main a:hover img
{
    border-color: #d2df00;
}
#article-main h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}
#article-main li
{	
	margin-bottom: 20px;
}
#article-main li a, #article-main li a:visited
{	
	color:rgb(63,63,63);	
	font-size: 14px;
	line-height: 18px;
}
#article-main li a:hover, #videoNav a:hover
{	
	color:rgb(110,110,110);
}
#article-left, #article-right
{
	float: left;	
}
#article-left
{
	width: 310px;
	margin-left: 16px;
		
}
#article-right
{
	width: 448px;	
	
}
#article-left figure a
{
	float: left;
	width: 88px;
	height: 120px;
	margin: 20px 11px 32px 0px;
	border: 1px solid #ccc;
}
#article-left figure a:hover, #article-right figure a:hover
{
	border-color: #d2df00;
}
#article-right figure a
{
	float: left;
	width: 140px;
	height: 184px;
	margin: 20px 11px 32px 0px;
	border: 1px solid #ccc;
}
#article-left .chapter
{
	width: 290px;
}
#article-right .chapter
{
	width: 295px;
}
#article-right .articleBody figure:last-of-type a
{
	margin-right: 0px;
}
.chapter h2, #article-main.medlem h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}
#player
{
	width: 512px;
	float: left;
	margin-bottom: 40px;
}
nav#videoNav
{
	float: right;
	position: relative;
	width: 250px;
	height: 287px;
	border-radius: 0;
	border: none;
	padding:0;
}
#videoNav li
{
	padding-bottom: 10px;
}
#videoNav li a, #videoNav li a:visited
{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.prevnextButtons
{
	position: absolute;
	bottom: 0;
}
#prev
{
	left: 0;
}
#next
{
	right: 0;
}
/* Forms styling: */
fieldset {
    background-color: rgb(240,240,240);
    padding: 10px 20px;
    width: 360px;
}
label {
    clear: left;
    float: left;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px 5px 5px;
    text-align: right;
    width: 105px;
}
.articleBody input, .articleBody textarea {
    border: 1px solid #DDDDDD;
    color: #323232;
    float: left;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 5px;
    width: 223px;
}
.checkbox label {
    clear: none;
}
.checkbox input {
    clear: none;
    margin-top: 7px;
    width: 10px;
}
button {
    clear: left;
    float: right;
    margin-right: 5px;
    padding: 0 6px;
}
#notes {
    clear: both;
    padding: 10px;
    font-size: 11px;
}

/* Footer styling: */

footer{
	text-align:center;
	height: 60px;
}
footer p{
	margin-bottom:-2.5em;
	position:relative;
	display: none;
}
footer nav 
{
	float: right;
	margin-right: 94px;
	margin-top: -20px; 
	display: block;
	position: relative;
}

/* Editor styling: */

.edit
{
    display: none;
    position: relative;
}
.editcancel, .editsave
{
    display: none;
}
.adminMenu
{
    padding: 10px 10px 20px;
    position: fixed;
    top: 220px;
    margin-left: -50px;
    width: 25px;
}
.adminMenu img
{
    cursor: pointer;
}
#status
{
    position: fixed;
    top: 250px;
    left: 35%;
    padding: 20px 50px;
    background-color: #fff;
    display: none;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    border: 4px #d2df00 solid; 
    z-index: 10000;   
}
#hstatus
{
    position: absolute;
    top: 125px;
    display: none;
}
#edital,#editar
{
    position: absolute;
    margin-top: -26px;
    cursor: pointer;
}
#editcl,#editcr
{
    cursor: pointer;
}
#alf, #arf
{
    position: absolute;
    margin-top: 1px;
    margin-left: -6px;
    width: 280px;
    display: none
}
#arf
{
   width: 440px; 
}
#ah2,#ah3
{
    letter-spacing: 1px;
    background-color: #fff;
    color: #3F3F3F;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    width: 290px;
    margin: 0;
    padding: 0 5px;
    color: red;
}
#edit-header-right #ah2,#edit-header-right #ah3
{
    width: 440px;
}
#ah2
{
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}
#ah3
{
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 2px; 
}
.handle
{
    vertical-align:middle;
    float: left;
}
nav#videoSort {
    float: left;
    position: relative;
    height: 287px;
    border-radius: 0;
    border: none;
    padding: 0;
    border-left: 1px solid #ccc; border-right: 1px solid #ccc;
}

nav#videoSort div{
    border-left: 1px solid #ccc; border-right: 1px solid #ccc;
    float: left;
    position: relative;
    width: 250px;
    margin: 5px;
}
nav#videoSort li{
    padding: 10px;
    height: 40px;
    display: block;
    clear: both;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
#videoSort li a, #videoSort li a:visited
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
#videoSort img{
    display: inline;
    margin-top: 5px;
    cursor: pointer;
}
.error
{
 
}
.error p
{
    padding: 5px;
    margin: 0;
    border: 1px solid #d2df00;
    color:rgb(63,63,63);
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: -2px;
    left: 5px;   
}
#language
{
    position: absolute;
    top: 0px;
    right: 0px;
}
#language a
{
    margin-right: 10px;
    font-size: 10px;
}
#language a:hover
{
    color: #d2df00;
}
