/* Start 
--------------------------------------------------------- */
#logo1, img#logo1 
{ background-image: url(../images/logo.png); background-repeat: no-repeat; position: absolute; top: 5px; left: 10px; width: 241px; height: 72px; z-index: 5000; border: 0; }
#at-tabcol { margin-bottom: 10px; display: block; }
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#body-background {
	color: #2a343a;
	background: #001c27 url(../images/body-bg.jpg) 50% top;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.zupa1 {
	font-size: 9px;
}

body.zupa2{
	font-size: 10px;
}

body.zupa3{
	font-size: 11px;
}

body.zupa4{
	font-size: 12px;
}

body.zupa5{
	font-size: 13px;
}

body.zupa6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #306994;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #306994;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #bebbbb;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 155%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	line-height: 180%;
	background: url(../images/kogell-list.gif) no-repeat 18px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D0D9DF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


/* Form
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .fing {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .fing {
	background: #FFFFFF;
	color: #3C4A53;
}

.button {
	font-weight: bold;
	color: #306994;
	padding: 2px;
	background: url(../images/but-bg.gif) repeat-x 50% top;
	border: solid 1px;
}

.fing {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #BEBBBB;
}

.fing:hover, .fing:focus {
}

/* Bonus typografi 
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #BEBBBB;
	background: #FAFAF0;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/blo-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sok-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding : 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #D0D9DF;
}

/* Small quote */
.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}

.small-quote span.open-quote {
	background: url(../images/blo-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url(../images/sok-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #D0D9DF;
	border-top: 1px solid #D0D9DF;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #BEBBBB;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/kogell-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/kogell-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #306994;
	background: url(../images/kogell-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/xecola-q.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-background.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/ylli-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/at-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Speaking boks */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/corner1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/corner1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/corner1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/corner1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/corner2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/corner2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/corner2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/corner2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/corner3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/corner3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/corner3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/corner3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/corner4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/corner4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/corner4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/corner4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Joomla Style
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	height: 20px;
}

#at-col1 .article_seperator, #at-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/kogell-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #D0D9DF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #e9e9e9;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong { margin: 0 0 5px; display: block; font-size: 100%; font-weight: bold; text-decoration: underline; text-transform: lowercase; }

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background:	url(../images/kogell-list.gif) no-repeat 6px 8px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
	background: url(../images/point.gif) repeat-x bottom;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading { color: #3d637f; padding: 0 0 10px; margin-bottom: 20px; font-size: 120%; font-weight: bold; text-transform: uppercase; }

.contentdescription {
	padding-bottom: 30px;
}

.contentheading { color: #3d637f; font-size: 120%; font-weight: bold; padding-bottom: 10px; text-transform: uppercase; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {

}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 3px;
	text-transform: capitalize;
	font-size: 90%;
	color: #bebbbb;
}

.modifydate {
	color: #BEBBBB;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 10px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #BEBBBB;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 30px 5px 8px;
	border-bottom: 2px solid #e9e9e9;
	font-size: 170%;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/point.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/point.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/point.gif) repeat-x bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* Main layout divs
--------------------------------------------------------- */
#at-wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}

.narrow #at-wrapper {
	width: 750px;
}

#at-containerwrap, #at-containerwrap-fr, #at-containerwrap-fl, #at-containerwrap-f {
	clear: both;
}

#at-containerwrap, #at-containerwrap-fr {
	background: url(../images/mainwrap-bg.gif) repeat-y 23%;
}

#at-containerwrap #at-container {
	background: url(../images/point.gif) repeat-y 77% 0;
}

#at-containerwrap-fl {
	background: url(../images/point.gif) repeat-y 75% 0;
}

#at-containerwrap-fl #at-container {
	background: none;
}

#at-containerwrap-fr #at-container {
	background: none;
}

#at-mainbody, #at-mainbody-fr {
	float: right;
	width: 77%;
}

#at-mainbody #at-contentwrap {
	float: left;
	width: 70%;
}

#at-mainbody-fl {
	float: left;
	width: 100%;
}

#at-mainbody-fl #at-contentwrap {
	float: left;
	width: 74.8%;
	background: none;
}

#at-mainbody-fl #at-col2 {
	float: right;
	width: 25%;
}

#at-mainbody-f {
	float: none;
	width: 100%;
}

#at-container {
	padding: 20px 0 0;
}

#at-content {
	padding: 0 20px;
	margin: 0;
	clear: both;
	display: block;
}

/* Header
--------------------------------------------------------- */
#at-wrapheader { position: relative; height: 483px; line-height: normal; background-image: url(../images/header1.jpg); background-repeat: no-repeat; background-position: 0 0; }

#at-header {
	height: 483px;
}

h1.logo {
	font-size: 300%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 218px;
	height: 48px;
}

.narrow h1.logo {
	width: 172px;
}

h1.logo a {
	width: 217px;
	height: 48px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	text-indent: -4000px;
	background: url(../images/logo.gif) no-repeat;
}

.narrow h1.logo a {
	width: 172px;
	background: url(../images/logo-narrow.gif) no-repeat;
}
#at-scroll_1, #at-scroll_2 {
	background: #5D6B74;
}

#at-wrappathway {
	background: url(../images/fing-default.png);
	clear: both;
	height: 30px;
}

#at-pathway {
	display: block;
	padding: 10px 0 5px;
	color: #D0D9DF;
	width: 77%;
	float: right;
	text-indent: 20px;
	position: relative;
}

#at-pathway strong {
	margin-right: 10px;
}

#at-pathway img {
	margin: 0 5px 0;
}

#at-pathway a {
	font-weight: bold;
	color: #D0D9DF;
	text-decoration: none;
}

/* Main Nagivation
--------------------------------------------------------- */
#at-wrapmainnavigation { clear: both; background: repeat-y 218px 0; position: absolute; top: 20px; width: 950px; z-index: 1000; }

.narrow #at-wrapmainnavigation {
	background: url(../images/point.gif) repeat-y 173px 0;
}

#at-mainnavigation {
	float: right;
	width: 77%;
}

#at-wrapmainnavigation a,
#at-wrapmainnavigation a:hover,
#at-wrapmainnavigation a:active,
#at-wrapmainnavigation a:focus {
	outline: none;
}

#at-subnavwrap {
}

#at-subnav {
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 5px 20px;
	width: 90%;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(../images/a-menumainlevel.gif) no-repeat bottom left;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #306994;
	text-decoration: none;
	background: url(../images/a-menumainlevel-hover.gif) no-repeat left bottom;
}

a.mainlevel#active_menu {
	color: #306994;
	background: url(../images/a-menumainlevel-hover.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 20px;
	display: block;
	color: #2A343A;
	text-decoration: none;
	background: url(../images/kogell-list.gif) no-repeat 10px 9px;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #306994;
	text-decoration: none;
}

#active_menu {
	color: #306994;
	font-weight: bold;
}

/* Module
--------------------------------------------------------- */
div.moduletable_menu h3,
div.moduletable h3 { font-size: 120%; padding: 5px; margin: 0 -2px 10px; color: #306994; font-weight: bold; background-color: #e9e9e9; text-transform: uppercase; }

div.moduletable_menu,
div.moduletable {
	padding: 0 10px 10px;
	margin-bottom: 30px;
}

#at-col1 div.moduletable_menu,
#at-col1 div.moduletable {
	padding-left: 0;
	margin-bottom: 15px;
}

#at-col1 div.moduletable_menu h3,
#at-col1 div.moduletable h3 {
	color: #306994;
}

#at-col2 div.moduletable {
	padding-right: 0;
	margin-bottom: 15px;
}

div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

#at-newflash { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-newflash div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; z-index: 1000; padding-bottom: 0; border-width: 0; }
#at-newflash div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }

#at-user23 { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-user23 div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; padding-bottom: 0; border-width: 0; }
#at-user23 div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; line-height: 34px; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }


#at-user24 { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-user24 div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; padding-bottom: 0; border-width: 0; }
#at-user24 div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; line-height: 34px; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }

#at-user25 { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-user25 div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; padding-bottom: 0; border-width: 0; }
#at-user25 div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; line-height: 34px; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }

#at-user26 { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-user26 div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; padding-bottom: 0; border-width: 0; }
#at-user26 div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; line-height: 34px; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }

#at-user27 { font-weight: normal; line-height: normal; position: absolute; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 950px; z-index: 1000; float: left; }
#at-user27 div.moduletable { color: #27343d; font-size: 12px; font-weight: bold; font-style: normal; background-color: transparent; padding-bottom: 0; border-width: 0; }
#at-user27 div.moduletable h3 { color: #27343d; font-weight: bold; font-style: normal; line-height: 34px; background: no-repeat 0 6px; text-transform: uppercase; margin: 0; padding: 0 0 0 4px; border-bottom-width: 0; }


/* Modules bottom
--------------------------------------------------------- */
/* Modules bottom style */
.at-grusht-full, .at-grusht-left, .at-grusht-right, .at-grusht-rightcol {
	float: left;
	overflow: hidden;
	padding: 0;
}

.at-grusht-full div.moduletable,
.at-grusht-left div.moduletable,
.at-grusht-right div.moduletable,
.at-grusht-rightcol div.moduletable {
	padding: 0 20px 20px 20px;
}

.at-grusht-left div.moduletable h3,
.at-grusht-full div.moduletable h3 {
	background: #ccc;
}

.at-grusht-left,
.at-grusht-full {
	background: #f1efef;
}

.at-grusht-right div.moduletable h3 {
	background: #c0c0c0;
}

.at-grusht-right {
	background: #e9e5e5;
}

.at-grusht-rightcol div.moduletable h3 {
	background: #b5b3b3;
}

.at-grusht-rightcol {
	background: #dfdddd;
}

/* Bottom Modules*/
#at-bottomwrap {
	float: left;
	clear: both;
	width: 100%;
}

#at-bottom {
}

#at-bottom h3 { color: #306994; margin: 0 -20px 10px; padding: 6px 20px; font-size: 120%; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }

#at-bottom div.moduletable {
	margin: 0;
}

#at-bottom ul {
	padding: 0;
	margin: 0 !important;
}

#at-bottom li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(../images/kogell-list.gif) no-repeat 2px 10px;
}

#at-bottom td {
	padding: 0;
}

#at-bottom .article_seperator {
	display: none;
}

#at-bottom table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* Left + Right Column
--------------------------------------------------------- */
#at-col1 {
	float: left;
	width: 22.9%;
	overflow: hidden;
}

#at-col1 div.at-innerpad {
	padding: 1px 15px 10px 20px;
}

#at-col2 {
	float: right;
	width: 30%;
	overflow: hidden;
}

#at-col2 div.at-innerpad {
	padding: 1px 20px 10px 10px;
}

#at-col1 table,
#at-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#at-col1 ul li,
#at-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/kogell-list.gif) no-repeat 3px 9px;
}

#at-col1 ul,
#at-col2 ul {
	margin: 0;
}

/* User tools
--------------------------------------------------------- */
#at-usertools { position: absolute; top: 443px; left: 120px; z-index: 2000; margin: 0; padding: 10px 0 4px; }

* html #at-usertools { /*IE 6*/
	float: left;
}

*+html #at-usertools { /*IE 7*/
	padding: 8px 0 4px 0;
}

#at-usercolors ul,
#at-usertools ul {
	margin: 0;
	padding: 0;
	float: left;
}

#at-usercolors ul li,
#at-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#at-usercolors img,
#at-usertools img {
	padding: 0;
	margin: 0 0 0 2px;
}

#at-usercolors { position: absolute; top: 440px; left: 10px; z-index: 3000; float: left; padding: 10px 5px 4px; }

/* The footer
--------------------------------------------------------- */
#at-wrapfooter { background-color: #000; border-top: 1px solid #e9e9e9; padding: 20px 0; clear: both; position: relative; }

#at-footer { padding: 0 0 20px; width: 77%; float: right; position: relative; color: #3c4a53; background: repeat-y; }

#at-footer small, #at-footer address {
	padding: 0 0 0 20px;
	font-style: normal;
	display: block;
	float: left;
	font-size: 100%;
	color: #3C4A53;}

#at-footer ul {
	margin: 0 0 5px 20px;
	padding: 0;
}

#at-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#at-footer li a {
	display: inline;
	padding: 0 20px 0 0;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #5D6B74;
}

#at-footer li a:hover, #at-footer li a:active, #at-footer li a:focus {
	text-decoration: none;
	color: #5D6B74;
}

/* Search */
#at-search { background: no-repeat left center; position: absolute; top: 440px; right: 5px; z-index: 1000; margin: 0; }

#at-search .inputbox { width: 150px; color: #27343d; background: transparent; height: 20px; padding-left: 5px; border: solid 1px #100f0f; }

.narrow #at-search .inputbox{
	width: 100px;
}

/* Miscellanius
----------------------------------------------------------- */
ul.fly {
	position: absolute;
	top: -100%;
}

#at-banner { background-color: #000; text-align: center; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 80%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* at Newsflash */
div.nftitle,
div.nfimages,
div.nfcontent {
	padding: 0 10px;
}

div.nftitle {
	font-size: 170%;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 12px 0 10px 0;
}

div.nftitle a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}

div.nfimages {
	text-align: center;
}

div.nfcontent {
	color: #D0D9DF;
	margin: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* User Tools */
#at-usertools {
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}

#at-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#at-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#at-usertools img {
	padding: 0 3px 0 0;
}

/* Firefox Scrollbar Hack - dont replace it */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}