﻿/* CSS Document by City Linedancers 2007 www.citylinedancers.se */

* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {margin: 10px auto;
            width: 729px;
			font-size: 1.2em;}

#header {
	background: #000000;
	height: 290px;
	width: 588px;
	padding-top: 2px;
	padding-left: 59px;
	background-position: center;
}

#logga {
	align: center;
	float: left;
	}

#content_top {
	background-image: url(images/content_top.jpg);
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 211px;
	text-align: center;
}

/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}


p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: left;
}

.footertxt {
	padding-top: 180px;
	color: #F1DBC6;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}

/*************************** Hyperlinks ***********************/

a:link {color: #F1DBC6}     /* unvisited link */
a:visited {color: #F1DBC6}  /* visited link */
a:hover {color: #FFCC66}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */

/***************************  Navigation **********************/

.navlist {
	width: 90%;
	text-align: center;
	border: 0px; 
	cellspacing: 1px; 
	cellpadding: 2px;
	align: middle;
	font-style: Trebuchet, Courier, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

.navlist td {
	width: 10%;
}

.navlist a:link {
	text-decoration: none;
	color: #F1DBC6;
}
.navlist a:visited {
	text-decoration: none;
	color: #F1DBC6;
}
.navlist a:active {
	text-decoration: none;
	color: #F1DBC6;
}
.navlist a:hover {
	text-decoration: underline;
	color: #FFCC66;
	background: url(images/buttonX.gif);
}
.navlist a.current {
	text-decoration: underline;
}

/************************************ Image Headings ******************************/

#bholes {
	background-image: url(images/bholes.gif);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
}


#nyhetk {
	background-image: url(images/nyhetk.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

#kalendk {
	background-image: url(images/kalendk.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.invisible_headings {
	margin-left: -3000px; /* This is used to remove the original heading*/
}

#Picture {
	background-image: url(images/countrymas.jpg);
	height: 188px;
	background-repeat: no-repeat;
	background-position: center;