@charset "utf-8";
body {
	font: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #c95b8b;
	background-image:url(img/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* centers in IE */
	color: #000000;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#uppe {
	background-image:url(img/uppe.jpg);
	height: 233px;
	width: 797px;
	margin-top:0px;
	margin:0px;
	padding-top:0px;
	float:left;
	}

#mainettan {
	float:left;
	width: 650px;
	padding-bottom: 40px;
	margin-left:75px;
}
.text{
	float:left;
	width: 450px;
	margin-bottom: 40px;
	margin-left:75px;
	margin-top: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c95b8b;	
	padding-left: 26px;
	padding-top:0px;
	padding-bottom:14px;
	}
.bilder {
	width:650px;
	float:left;
	clear:both;
	margin-bottom:30px;
	}
.table {
	text-align:center;
	}
.tablesiter {
	text-align:center;
	}	
.tablesiter td {
	padding-bottom:20px;
	}

/* LÄNKRAD */

.link {
	text-align:left;
	margin-top:178px;
	margin-left:56px;
	font-size:15px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight:bold;
	text-transform: uppercase;
	}
.link li { display: inline;
 } 

.link span.link2 { 
	display: inline;
	padding-right: 20px;
 } 
.link span.link3 { 
	display: inline;
	padding-right: 126px;
 } 

.link a:link {
	color: #ca5c8d;
	text-decoration:none;
	border:0;
	word-spacing: 0.2em;
}
.link a:visited {
	color: #ca5c8d;
	text-decoration:none;
	border:0;
}
.link a:hover {
	color: #f0c9da;
	text-decoration:none;	
	border:0;
}
.link a:active {
	color: #ffffff;
	text-decoration:none;
	border:0;
}
.link span#aktuell
{
color: #ffffff;
}

/* CREDIT */

#credit {
	float: left;
	width: 650px;
	clear:both;
	text-align:center;
	padding-bottom:5px;
	}
.credittext {
	font-size:100%;
	}

/* TEXT */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color:#c95b8b;
	font-weight:bold;
	text-transform: uppercase;
	word-spacing: 0.3em;
	padding-bottom: 10px;
	padding-top: 10px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style:italic;
	color:#c95b8b;
	}
p {
	font-family: Verdana;
	font-size:12px;
	color: #ffffff;
	line-height: 1.7em;
	}
.rosa {
	color:#f29bc1;
	}
.mindretext {
	font-size:10px;
	}

/* LÄNKAR */

a:link {	
	color:#c95b8b;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#c95b8b;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#f0c9da;
	text-decoration:none;
	font-weight:bold;
	}

a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
	
/* BILDLÄNKAR */
a:link img {	
	border-color:#c95b8b;
	border-style:solid;
	border-width:1px;
	}
	
a:vlink img {
	border-color:#c95b8b;
	border-style:solid;
	border-width:1px;
	}

a:hover img {
	border-color:#c95b8b;
	border-style:solid;
	border-width:1px;
	}
a:active img {	
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	}
