/* STYLE-SHEET flammen.nu v3.1 */

/**FARVER****************/
/* Rød: #ac0026         */
/* Blå: #1a154b         */
/* Lysere blå: #e1dff7  */
/* Lyseste blå: #f0effb */
/* Grå: #969696         */
/************************/
   
/***************************/
/* DEFINITION AF ELEMENTER */
/***************************/

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
    }

table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0.9em;
    font-family: Arial, sans-serif;
    }

th {
    padding: 0;
    margin 0;
    }

td {
    padding: 0;
    margin: 0;
    }

hr {
	color: #969696;
	height: 1px;
	width: 100%;
	}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}

h1, .overskrift {
	font-weight: normal;
	font-size: 1.6em;
	font-family: Georgia, serif;
	margin-bottom: 0.5em;
	}


h2, .overskrift2 {
	font-weight: normal;
	font-size: 1.4em;
	font-family: Georgia, serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
	
h3, .overskrift3 {
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia, serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
	
h4 {
	font-weight: normal;
	font-size: 1em;
	font-family: Georgia, serif;
	}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	}

a:link {
	color: #ac0026;
    text-decoration: none;
    }
a:visited {
	color: #ac0026;
    text-decoration: none;
    }
a:active {
	color: #ac0026;
    text-decoration: none;
    }
a:hover {
	color: #ac0026;
    text-decoration: underline;
    }

/*****************/
/* SIDENS SKELET */
/*****************/

#beholder {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
    font-family: Arial, sans-serif;
    text-align: left;
    border-top: 0px solid #ac0026;
    }

#venstrebeholder {
    width: 20%;
    min-width: 160px;
    margin-left: 10px;
    float: left;
    padding: 0;
    text-align: right;
    }

#logo {
	width: 160px;
	height: 160px;
	padding: 0;
	margin-left: auto;
	margin-right: 0;
    background-color: #ac0026;
    background-image: url(gfx/logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    }

#menu {
    width: 160px;
    margin-top: 10px;
    margin-left: auto;
	margin-right: 0;
    padding: 0;
	background-color: #1a154b;
	text-align: left;
    }

#henvisninger {
    width: 160px;
    margin-top: 10px;
    margin-left: auto;
	margin-right: 0;
    padding: 0;
    background-color: #1a154b;
    text-align: left;
    }
    
#poll {
    width: 160px;
    margin-top: 9px;
    margin-left: auto;
	margin-right: 0;
	padding: 5px 0px 5px 0px;
    background-color: #ac0026;
    text-align: center;
    }

#indhold {
    width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	font-size: 0.8em;
    float: left;
	border-right: 1px solid #969696;
	}

#oversigt {
	width: 20%;
    padding-left: 10px;
    font-size: 0.8em;
 	color: #000000;
    float: left;
    }


/********/
/* MENU */
/********/

#menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #ffffff;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
	font-size: 12px;
	}

#menu a {
    display: block;
    padding: 3px 0px 3px 0px;
    width: 100%;
    color: #ffffff;
    background-color: #1a154b;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    }

#menu a:hover {
    background-color: #ac0026;
    color: #ffffff;
    }


/****************/
/* HENVISNINGER */
/****************/

#henvisninger ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #ffffff;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
	font-size: 12px;
	}

#henvisninger a {
    display: block;
    padding: 3px 0px 3px 0px;
    width: 100%;
    color: #ffffff;
    background-color: #1a154b;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    }

#henvisninger a:hover {
    background-color: #ac0026;
    color: #ffffff;
    }

/********/
/* POLL */
/********/

#pollbox {
width: 150px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
font-size: 12px;
text-align: left;
}

#pollbox input {
border: 0;
}

#pollbox input[type="submit"] {
border: 0;
color: #ac0026;
background-color: #ffffff;
font-weight: bold;
}

/***********/
/* INDHOLD */
/***********/

#indhold p{
	text-align: justify;
	}

/***********/
/* NYHEDER */
/***********/

.source	{
    font-style: italic;
    }

.dato {
	font-size: 0.8em;
    color: #969696;
    }
    
.rubrik {
	font-style: italic;
	}
    
.forfatter {
	font-style: italic
    }


/******************/
/* NYHEDSOVERSIGT */
/******************/

A.oversigt:link {
	color: #000000;
    text-decoration: none;
    }
    
A.oversigt:visited {
	color: #000000;
    text-decoration: none;
    }
    
A.oversigt:active {
	color: #000000;
    text-decoration: none;
    }
    
A.oversigt:hover {
	color: #000000;
    text-decoration: underline;
    }

.oversigtdato {
	color: #969696;
    }

/***************/
/* NYHEDSARKIV */
/***************/

#month {
	font-weight: bold;
	background-color: #f0effb;
}
#year {
	font-weight: bold;
	font-size: 14px;
	background-color: #e1dff7;
}
#datokol {
	padding-right: 10px;
	font-STYLE: italic;
	text-ALIGN: right;
}

/***************/
/* FORM-FELTER */
/***************/

textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    }

input {
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    }
    
input[type="radio"] {
    border: 0;
    }

.tekstfelt {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #000000;
    }

.knap {
    background-color: #f0effb;
    border: 1px solid #000000;
    }
    
.afkrydsning {
    border: 0px;
    }


/***********/
/* DIVERSE */
/***********/

.fed {
	font-weight: bold
    }
.kursiv {
	font-style: italic
    }

.centreret {
    text-align: center
    }

.nofloat {
    clear: both;
    }

.stjerne {
    width: 13px;
    height: 10px;
    }

.foto {
    margin: 0;
    width: 200px;
    border: 0;
    }

.fotobox {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 0.8em;
    width: 200px;
    height: 225px;
    background-color: #e1dff7;
    float: left;
    }

.modstanderbox {
    width: 50%;
    padding-bottom: 10px;
    float: left;
    }

#bondeholdsbillede {
    width: 250px;
    height: 139px;
    margin-left: 10px;
    border: 0;
    float: right;
    }

#flammen10billede {
    width: 250px;
    height: 199px;
    margin-right: 10px;
    border: 0;
    float: left;
    }
    
#pokaltriumfen_semifinale {
	height: 133px;
	width: 200px;
	margin-left: 10px;
	float: right;
	}
    
.stataaretsdrage {
	font-weight: normal;
	font-size: 1em;
	font-family: Georgia, serif;
	}

.tabel th, #tabel th {
    padding: 2px 5px 2px 5px;
    background-color: #e1dff7;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #969696;
    }

.tabel td, #tabel td {
    padding-left: 5px;
    border-bottom: 1px solid #969696;
    }

/************/
/* DEBATTEN */
/************/

#naeste {
float: right;
}

#forrige {
float: left;
}

/* Brugerpanel */

#debatoversigt {
    width: 20%;
    padding-left: 10px;
    float: left;
    font-size: 0.8em;
    }
    
/* Traad */

#debattraadtabel {
    width: 100%;
    border: 0;
    }

.debattraadbar {
    padding: 2px 5px 2px 5px;
    background-color: #e1dff7;
    border-bottom: 1px solid #969696;
    font-weight: bold;
    }

.debattraadtilbagelinkbar {
    padding: 2px 5px 2px 5px;
    background-color: #e1dff7;
    border-bottom: 1px solid #969696;
    text-align: right;
    }

.debatforfatterkol {
    padding: 5px 25px 5px 5px;
    }

.debattekst   {
    padding: 5px;
    }

.debatforfatter {
    }
    
.debattraadtekstfelt {
    width: 100%;
    border: 1px solid #000000;
    }

#debattraadtextarea {
    width: 100%;
    border: 1px solid #000000;
    }


/* DIVERSE */

.debatrdrtext {
    font-size: 0.8em;
    }

.debatadmtext {
    color: #ADA7E9;
    }

/* Link */

A.debatlist:link {
	color: #ac0026;
    text-decoration: none;
    }
    
A.debatlist:visited {
	color: #1a154b;
    text-decoration: none;
    }

A.debatlist:active {
	color: #ac0026;
    test-decoration: none;
    }
    
A.debatlist:hover {
	xcolor: #ac0026;
    text-decoration: underline;
    }
