@charset "utf-8";
/* CSS Document Tullängsskolan 2009 - CSS tips - IT Digital Design */
#ybermorsan {
	width: 900px;
	height: auto;
	overflow: auto;
	border: 2px solid #FF6600;
	margin-left: auto;
	margin-right: auto;
	background-color:#000000;
}
#banner {
	height: 150px;
	width: 100%;
	background-color: #dfcd9f;
}
#leftcol {
	width: 180px;
	height: 550px;
	padding: 10px;
	float: left;
	background-color: #ab925a;
}
#maincol {
	width: 480px;
	height: 550px;
	padding: 10px;
	float: left;
	background-color: #e1ddd2;
}
#rightcol {
	width: 180px;
	height: 550px;
	padding: 10px;
	float: left;
	background-color: #d2ae56;
}
#lillaybermorsan {
	width: 880px;
	height: auto;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#lillaybermorsan2 {
	width: 880px;
	height: auto;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#superybermamma {
	width: 1000px;
	height: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.lorem {
	color: #666;
	font-style: italic;
}
.kodexempel {
	color:#0000ff;	
}
.tabbis {
	padding-left: 0px;
	height: auto;
}
.tabbis1 {
	padding-left: 30px;
	height: auto;
}
.tabbis2 {
	padding-left: 60px;
	height: auto;
}
.tabbis3 {
	padding-left: 90px;
	height: auto;
}
.csskod {
	color:#ff00ff;	
}
.kommentarcss {
	color:#666;	
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000;
	background-image: url(../bilder_layout/stor_top_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin-top: 210px;
}
h1 {
	font-family: "Courier New", Courier, monospacef;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-transform: uppercase; /* gör om små bokstäver till stora bokstäver */
	padding-top: 20px;
}

h2	{
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 0.4em; /* gör mellanrum mellan bokstäverna */
	text-transform: uppercase; /* gör om små bokstäver till stora bokstäver */
	text-align: left;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: lighter;
	color: #F60;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: lighter;
	color: #FF0;
	text-decoration: none;
}

.nextdel a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}

.nextdel a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}
.nextdel a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: lighter;
	color: #F60;
	text-decoration: underline;
}
.nextdel a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: lighter;
	color: #FF0;
	text-decoration: none;
}

.linkis {
	color: #006600;	
}
.svart {
	color:#000;	
}
