@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 1.3em; text-align: center;}
h2 { font-size: 1.2em; }

p {	margin-top: 15px; margin-bottom: 12px; }
ul,ol { margin-left: 35px; }

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

#content_bottom ul {
}

#content_bottom li {
	display: inline;
	list-style: none;
	padding: 4px 3px;
	font-size: 0.9em;
}

#alert {
	padding: 3px;
	border: 1px solid silver;
	background: white;
}


#content_bottom li a {
	text-decoration: none;
}

.input_box {
	background: #FFFFAA;
	border: 1px silver solid;
	padding: 2px 0 2px 1px;
	font-size: 1.3em;
}

.input_box:focus {
	border: 1px #000 solid;
}

.select_box {
	background: #FFFFAA;
	border: 1px silver solid;
	padding: 2px 0 2px 1px;
	font-size: 1.1em;
}

.select_box:focus {
	border: 1px #000 solid;
}

.luktar_body {
	margin: 0px;
	padding: 0px;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.mejl {
	background: #fff;
	border: 1px solid silver;
	padding: 3px;
}

#main_wrapper{
	width: 914px;
	margin: 0 auto;
	background: url(images/background.png) repeat-y;
}

#main_wrapper * li {
	font-size: 0.9em;
}

#bottom{
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_bottom.png) no-repeat;
}

#footer {
	width: 914px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
	border-top: 1px solid #000;
	margin-bottom: 10px;
}


#left_column {
	width: 212px;
	float: left;
}

#right_column {
	width: 212px;
	float: right;
}

#under_column {
	margin-top: 250px;
}

#column_ad {
	height: 180px;
}


#content_wrapper {
	margin-left: 212px;
	margin-right: 220px;
}

#content {
	background: #dee3ff;	
	padding: 5px 10px;
}

#content ul {
	margin-left: 25px;
}


#content_box {
	background: url(images/box.png) no-repeat;
	padding: 6px;
	width: 400px;
	height: 116px;
}

#content_box h2 {
	margin: 12px 10px 10px;
	font-size: 1.1em;
}

#big_box {
	margin-top: 12px;
	background: #FFFFCC;
	padding: 6px;
	border: 1px solid silver;
}

#big_box h2 {
	font-size: 1.1em;
}

#content_bottom {
	background: #fff;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#googlebox {
	background: #fff;
	padding: 2px;
}

#googlebox h3 {
	font-size: 1.05em;
	text-decoration: underline;
	color: blue;
}

#googlebox span {
	font-size: 0.85em;
	text-decoration: underline;
	color: green;
}


.submitknapp {
	padding: 3px;
}

.content_list {
	font-size: 1.1em;
}

.bottom_list {
	font-size: 0.9em;
}

.three_links {
	text-align: center;
	font-size: 0.9em;
}

.smaller {
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.clearall {
	clear: both;
}