/* body attributes */
body {
	font-family: arial, tahoma, verdana, sans-serif;
	background: url(/gfx/bodybg.png) repeat-x #fff;
	margin: 0px;
	text-align: center;
	color: #333;
}

a {outline: none; text-decoration: none;}
a:link {color: #FF9F00;}
a:visited {color: #FF9F00;}
a:hover {color: #FF9F00; text-decoration: underline;}
a:active {color: #FF9F00;}

.invlink {
	padding-bottom: 5px;
}
.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
	outline: none;
}


/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote {
	font-size: 81%;
}

blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 100%;
	font-weight: 400;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
	line-height: 130%;
}
blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}
/* SITEMAP */

#main div#sitemap a:link, #main div#sitemap a:visited {
	color: #333;
	background: #fff;
}
#main div#sitemap a:hover, #main div#sitemap a:active {
	background: #FF9F00;
	color: #fff;
}
#main .sitemap ul {
	margin-left: 0px;
}
.sitemap li {
	list-style: none;
	padding-left: 17px;
	margin-left: 13px;
}
.sitemap li li {
	background: url(/awe2public/gfx/bg-sitemap.gif) no-repeat left top;
}
/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 81%;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input, input.invalid {
	border: 1px solid #bbb;
	padding: 2px;
	width: 226px;
	background: #fff;
	color: #333;
}
.tf .submit {
	background: url(/gfx/handiknap.png) no-repeat;
	color: #fff;
	border: none;
	padding: 6px 18px;
	float: right;
}

.text, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 20px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}
.required label {
	font-weight: bold;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label  {
	float: left;
	width: 100px;
	padding-top: 4px;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
}

* html .customform .fieldtype-radio label, * html .customform .fieldtype-checkbox label {
	padding-top: 3px;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	background: url(/gfx/mainbg.gif) repeat-y;
}
#page {
	margin-left: 228px;
}
#textbox {
	padding: 0px 8px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
/* TOP */
#top {
	height: 80px;
	width: 940px;
	margin: 0px auto;
	text-align: left;
}
#logo {
	position: relative;
	top: 30px;
	left: 5px;
}
#toppicture {
	overflow: hidden;
	max-height: 200px;
	margin-bottom: 10px;
}
#orangebubble {
	padding: 30px 0px 0px 60px;
}
#orangebox {
	width: 236px;
	padding: 25px 30px 25px 30px;
	background: #FF9F00;
	color: #fff;
}
#orangebox.addarrow {
	padding-right: 60px;
	width: 206px;
	background: url(/gfx/arrbg.gif) no-repeat 247px 23px #FF9F00;
}
#orangesmurf {
	height: 47px;
	width: 296px;
	background: url(/gfx/orangesmurf.png) no-repeat;
}
#orangebox a {
	color: #fff;
}
.sidepic {
	overflow: hidden;
	height: 120px;
	width: 220px;
}
/*HEADERBOX & BC*/
#headerbox {
	background: url(/gfx/megablackbar.png);
}
.blackbar {
	background: url(/gfx/blackbar.png);
	height: 60px;
	padding: 0px 10px;
}
.blackbar h1, .blackbar h2 {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}
.blackbar h2 {
	padding-top: 11px;
	line-height: 92%;
	margin-bottom: 0px;
}
#bc {
	font-size: 75%;
	height: 18px;
	padding: 7px 0px 0px 2px;
	color: #ccc;
}
#bc a:link, #bc a:visited {
	color: #ccc;
	text-decoration: none;
}
#bc a:hover, #bc a:active {
	color: #FF9F00;
}

/* SEARCH */
#quicksearch {
	float: right;
	position: relative;
	top: 25px;
}
#quicksearch .text {
	border: none;
	height: 14px;
	vertical-align: middle;
	font-size: 78%;
	padding: 7px;
	color: #FF9F00;
	width: 180px;
	font-family: arial, verdana, tahoma, sans-serif;
}
#quicksearch .submit {
	border: none;
	background: url(/gfx/search.gif) no-repeat center center #fff;
	height: 28px;
	vertical-align: middle;
	padding: 0px 10px;
}
.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 81%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
/* MENU */

#menu {
	float: left;
	width: 210px;
	margin-right: 8px;
	padding: 40px 5px 0px 5px;
	font-size: 116%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul ul {
	background: #F2F2F2;
	font-size: 93%;
	padding: 10px 0px 10px 0px;
}
#menu ul ul ul {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 100%;
}
#menu li li a {
	padding: 2px 5px 2px 28px;
	margin-bottom: 0px;
}
#menu li li li a {
	padding: 2px 5px 2px 40px;
	margin-bottom: 0px;
}
#menu li {
	list-style: none;
}
#menu a {
	display: block;
	padding: 6px 15px 6px 20px;
	color: #333;
	text-decoration: none;
}
#menu .hereweare a:link, #menu .hereweare a:visited {
	background-color: #FF9F00;
	color: #fff;
}
#menu .hereweare li a:link, #menu .hereweare li a:visited {
	background: #F2F2F2;
	color: #333;
}
#main #menu a:hover, #main #menu .hereweare a, body #main #menu .hereweare ul a:hover {
	background-color: #FF9F00;
	color: #fff;
}
div#main #menu .hereweare ul a {
	background-color: #F2F2F2;
	color: #333;
}
#menu .act.hassub {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 15px 0px;
	margin: 8px 0px 10px 0px;
}
#menu .act.hassub a {
	background: #fff;
	color: #333;
	margin-bottom: 9px;
}
#menu .act.hassub ul a {
	background: #F2F2F2;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#menu ul ul .act.hassub {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	padding: 0px;
	margin: 0px;
}

#menu .act ul a {
	font-weight: normal;
}

#menu .submenu {
	padding-left: 10px;
}

/* RIGHT */

#mozillafix {
	clear:both;
}
#related {
	float: right;
	width: 220px;
	margin-top: 20px;
	padding-left: 8px;
}
#related .box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 10px;
}

#related .navi {
	font-size: 85%;
}
#related .navi div {
	margin-bottom: 5px;
}
#related .navi a {
	display: block;
	background: url(/gfx/arrow.gif) no-repeat right center;
}
#related .archive .navi a {
	background: none;
}
#related .navi div.act a:link, #related .navi div.act a:visited {
	text-decoration: underline;
}


/* CONTENT */
#content {
	padding: 0px 10px 10px 10px;
	margin-top: 20px;
}

#content.right {
	margin-right: 228px;
	padding-right: 22px;
	border-right: 1px solid #bbb;
}
* html #content div.inner {
	width: 100%;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}
.totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px 10px 2px 2px;
}

#content table tr td {
	font-size: 81%;
}

#content td p, #content th p, #content td ul, #content td ol, #content td .text, #content td .submit, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}

#content td h2 {
	font-size: 118.5%;
}

#content td h3 {
	font-size: 1em;
}

#content td h4 {
	font-size: 1em;
}
/* FORSIDE */
#type-forside #toppicture {
	height: 275px;
	max-height: 500px;
	margin-bottom: 30px;
}
#type-forside #content {
	padding-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
}
#type-forside #textbox {
	margin-top: 0px;
	background: url(/gfx/homelines.gif);
}

.blurb {
	width: 220px;
	float: left;
	padding: 0px 16px 0px 1px;
}
.blurb .span {
	padding: 20px 10px 0px;
	display: block;
	
}
.blurb .pointer {cursor: pointer;}

.blurb h2 a {
	color: #fff;
}
.blurb h2 a:hover, .blurb span a:hover {
	text-decoration: none;
}
.linktext {
	text-align: right;
	font-size: 85%;
	margin: 0px;
	padding-top: 4px;
}
.linktext a:link, .linktext a:visited, .allnews a:link, .allnews a:visited {
	padding-right: 20px;
	background: url(/gfx/arrowblack.gif) no-repeat right center;
}
.linktext a:hover, .linktext a:active, .allnews a:hover, .allnews a:active {
	background: url(/gfx/arrowblack.gif) no-repeat right center;
}
.allnews {
	height: 18px;
	position: relative;
	top: -22px;
	left: 148px;
	z-index: 999;
	font-size: 85%;
}
#last.blurb {
	padding: 0px;
	margin: 0px;
}
.blurbpic {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 120px;
}
.notheme a:link, .notheme a:visited {
	color: #FF9F00;
}
.notheme a:hover, .notheme a:active {
	color: #FF9F00;
	text-decoration: underline;
}
.newslistpic {
	position: relative;
	top: -18px;
	margin-bottom: 2px;
}
.blurb .date {
	margin: 0px;
}
.whatsnew {
	padding: 0px 10px 0px 10px;
}
a.thickbox:hover {
	text-decoration: none;
}

/* FOOTER */
#footer {
	font-size: 100%;
	text-align: center;
	clear: both;
	color: #808080;
	padding: 20px 0px 15px 0px;
}

/* LISTS */
.list div {
	font-size: 81%;
	margin-bottom: 1em;
}
.lessmargin {
	margin-bottom: 6px;
}
/* CATALOG */

#type-catalog #content, #type-category #content {
	padding-left: 0px;
	padding-right: 0px;
}
.cat {
	float: left;
	margin-right: 17px;
	margin-bottom: 15px;
	width: 220px;
}
.cat h2 {
	display: block;
	padding: 10px 5px 0px;
	background: url(/gfx/catshadow.png) repeat-x;
}
.cat.last {
	margin-right: 0px;
}
.cat .img {
	height: 120px;
	width: 220px;
	overflow: hidden;
}
.catborder p {
	margin-bottom: 0px;
}
.catborder {
	padding: 12px 0px;
	border-bottom: 1px dotted #ddd;
	display: block;
}
.catborder .invlink a:link, .catborder .invlink a:visited {
	color: #333;
	text-decoration: none;
}
.gallery {
	float: left;
}
.gallery a {
	padding: 0px 10px 20px 0px;
	display: block;
}
.lup {
	position: relative;
	left: -28px;
	margin-right: -10px;
}

.txt {
	margin-left: 268px;
}

/* CONTENT PAGES */
.pages {
	font-size: 81%;
	margin-bottom: 15px;
}

.pages a, .pages b {
	margin-right: 1px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 5px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #FFF;
	background: #FF9F00;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* VALIDATION */
.invalid {
	background-color: #FF9F00;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* GOOGLE SEARCH */
.gsc-tabsArea {
	display: none;
}

input.gsc-input {
	height: 24px;
	max-height: 24px;
	padding-top: 4px;
	width: 300px;
}

.gs-visibleUrl-short {
	color: #FF9F00 !important;
}

/* PRINT */
#backlink {
	display: none;
}

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 81%;
  padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}