body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*	background-color: #acbcd5;*/
	background-color: #5181b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
/*	background-color: #92c776;*/
}
#container {
	width: 987px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
} 
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image:url(../_bilder/vinjett.jpg);
	background-repeat: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	height: 148px;
} 
#header img {
	margin-right: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0;
	float: left;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 2.5em;
}
#container #header #headerBild {
	float: left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	background-color: #cddaee;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003300;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#sidebar1 p {
	color: #003300;
	font-size:0.8em;
	padding-left:20px;
}
#sidebar1 #nav {
	text-align: left;
}
#container #sidebar1 ul {
	list-style: none;
	margin: 0px;
	font-size: 1em;
	padding: 0em;
}
#container #sidebar1 li {
	list-style: none;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 0em;
}
#container #sidebar1 li a:link, #container #sidebar1 li a:visited {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;
	list-style: none;
	line-height: 2em;
	color: #003300;
	text-decoration: none;
}
#container #sidebar1 li a:hover {
	color:#5181b5;
	text-decoration: none;
}
#container #sidebar1 li a.current, #container #sidebar1 li a.current:hover, #container #sidebar1 li a:active {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;	
	color:#666;
	cursor:default;
	line-height: 2em;
	text-decoration: none;
}

#mainContent {
	color:#006;
/*	color:#443501;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
} 
#mainContent h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-style:	italic;
	font-weight: bold;
	color: #36C;
} 
#mainContent #mainContentText {
	font-size: 0.9em;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color:#cddaee;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-decoration: none;
	color: #003300;
	font-size: 0.75em;
	line-height: 1.7em;
}
#ruta {
	margin: 0px 0px 10px 20px;
	padding:10px;
	font-size: 0.85em;
	line-height: 1.2em;
	background: #e8f0fc;
	float: right;
	width: 300px;
	border: medium double #000;
}
#ruta ul {
	list-style-image: url(../_bilder/heart-bullet.gif);	
}
.sehit {
	color: #bc2327;
} 
.linktext {
	font-size: .9em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgleft {
	border: 0;
	margin-right: 20px;
	margin-left:0px;
	float: left;
}
.imgright {
	border: 0;
	margin-right: 20px;
	margin-left:10px;
	float: right;
}
td {
	padding-left: 4px;
	padding-right: 4px;
}
td img {
	border: 0;
}
td a{
	text-decoration: none;
}
a {
	font-style:italic;
}
