* {
 padding: 0;
 margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #464646;
	font-size: 12px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}

blockquote{
font-family: monospace;
color: #838383;
padding: 15px;
border: 1px #d9d9d9 solid;}

#header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 height: 80px;
 background-color: #C9C9BE;
 background: url(images/backgr.jpg) repeat-x;}

ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffb536
}

#header a:hover {
    color: #5dff35;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 width: 400px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: #fff;
text-align: justify;}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 


.btn {
	color: #050;
	background-color: #fed;
	border-color: #696 #363 #363 #696;
	padding: 2px;
	border: 1px solid;
}


#leftcolumn h1{
	color: #000000;
	font-size: 18px;
	text-indent: 0px;
}

#leftcolumn h2{
	color: #000000;
	font-size: 16px;
	text-indent: 0px;
	border-top: 1px dotted Gray;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#leftcolumn h3{
	color: #000000;
	font-size: 12px;
}

#leftcolumn h4{
	color: #000000;
	font-size: 10px;
}


#leftcolumn a{
text-decoration: none;
color: Black;
font-size: 12px;
font-weight: normal;
}

#centercolumn {
	/* Parent Wrapper for inside boxes */
	border: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
	display: inline; /* IE Hack */
	padding: 4px;
	font-size: 12px;
	width: 500px;
	float: left;
	min-height: 300px;
	text-decoration: none;
	color: Black;
	background-color: #FAFAFA;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn p{
 text-align: justify;
margin-bottom: 10px;
line-height: 150%;
 }

#centercolumn a{
text-decoration: none;
color: Black;
 }
  
#centercolumn h2{
 color: #000000;
 font-size: 14px;
 text-indent: 0px;
 border-top: 1px dashed;
 padding-top: 5px;
 margin-top: 10px;
}

#centercolumn h3{
 color: #000000;
 font-size: 14px;
 text-indent: 0px;
 font-weight: bold;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}

#rightcolumn {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 25%;
 float: left;
 border: 1px solid #ccc;
 background-color: #fff;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 


#footer {
 font-size: 10px;
 background-color: #fff;
 text-align: center;
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}

#footer a{
text-decoration: none;
color: Black;
 }

.srubrik {font-size: 14px; color: Red; font-weight: bold;}
	.krubrik {font-size: 14px; color: Green; font-weight: bold;}
	.brubrik {font-size: 14px; color: Black; font-weight: bold;}

#tabellc tr:hover{background-color: #FFFF99;}
#tabellc a{text-decoration: none;}


#centercolumn ol{
	text-indent: 15px;
}

#centercolumn li{
	text-align: left;
	list-style: decimal;
	margin: 0 15px;
	padding: 0 15px;
}