/* FRAMEWORK ******************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

body {
	height: 100%;
	z-index: 1;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

#adn_header,
#adn_body,
#adn_footer {
	position: relative;
	text-align: left;
}

.adn_column1, .adn_column2, .adn_column3, .adn_column4, .adn_column5, .adn_column6 {
	float: left;
	overflow: hidden;
}

.fleft {
	float: left;
	overflow: hidden;
}

.fright {
	float: right;
	overflow: hidden;
}

.cboth {
	clear: both;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

.hr hr {
	display: none;
}

.accessibility {
	display: none;
}

.white10pct { background-image: url(/static/i/white10pct.png); }
.white20pct { background-image: url(/static/i/white20pct.png); }
.white30pct { background-image: url(/static/i/white30pct.png); }
.white40pct { background-image: url(/static/i/white40pct.png); }
.white50pct { background-image: url(/static/i/white50pct.png); }
.white60pct { background-image: url(/static/i/white60pct.png); }
.white70pct { background-image: url(/static/i/white70pct.png); }
.white80pct { background-image: url(/static/i/white80pct.png); }
.white90pct { background-image: url(/static/i/white90pct.png); }

/* GENERAL ******************** */

body, input, select, button, textarea, table, tr, td, font {
	font: normal 14px/1.4em georgia, verdana, arial, sans-serif;
	color: #888;
}

body {
	background: #e2e2e2 url(/static/i/bg.png) repeat-x fixed top center;
	border-top: 5px solid #4c1312;
}
 
a {
	color: #942523;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 1em 0 1em 0;
	color: #942523;
}


h2 {
	font-weight: normal;
	font-size: 18px;
	padding: 2em 0 0.5em 0;
	color: #666;
}

h3 {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0.5em 0 1em 0;
	/* padding-top: 24px; */
}

p {
}


table {
}

table tr td {
	padding: 2px 20px 0 0;
	
}

ol {}

ul {}

li {}

dl {}

dt {
	float: left;
	width: 100px;	
}

dd {}

fieldset {
	clear: left;
}

legend {
	display: none;
}

label {
	display: block;
	margin-top: 8px;
}

.article h1 {
	margin-bottom: 0;
}

.article p {
	clear: none;
}


input.txt {
	width: 280px;
}

input.btn {
	display: block;
	color: black;
	margin-top: 4px;
}

textarea.txt {
	width: 280px;
	height: 200px;
	resize: vertical;
}

.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1px;
	font-size: 0;
	clear: both;
	height: 0;
	border-top: 1px dotted #ccc;
}

.article {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.article img {
	float: left;
	margin: 4px 8px 0 0;
	border: 1px solid #ccc;
	padding: 4px;
}


#google_map {
	margin: 27px 0 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	width: 300px;
	height: 300px;
}

/* LAYOUT ******************** */

/* centerings */
#adn_header .logo,
#adn_header .menu_wrapper ul.menu,
#adn_header .teaser_wrapper,
#adn_body {
	margin: 0 auto;
	width: 620px;
}

#adn_wrapper {
	/* background: white url(/tygeaxelholm/static/i/shadow_body.gif) no-repeat; */
}

#adn_header .logo {
	position: relative;
	text-align: left;
	padding-top: 20px;
	background-color: white;
}

#adn_header .logo .lang_bar {
	position: absolute;
	/* border: 1px solid #4c1312; */
	border-top: 0;
	background-color: white;
	padding: 1px;
	right: 0;
	top: 0;
}

#adn_header .logo .lang_bar a {
	padding: 1px;
}

#adn_header .menu_wrapper {
	
	background: white url(/static/i/nav_bg.gif) repeat-x scroll left 2px;
}

#adn_header .menu_wrapper ul.menu {
	list-style: none;
	height: 32px;
	text-align: left;
	overflow: auto;
	padding-top: 2px;
	border-left: 1px solid white;
	margin-top: 4px;
}

#adn_header .menu_wrapper ul.menu li {
	float: left;
	width: 102px;
	text-align: center;
	height: 30px;
	border-right: 1px solid white;
}

#adn_header .menu_wrapper ul.menu li a {
	width: 100%; /* IE 6 */
	font-family: arial, sans-serif;
	display: block;
	padding: 9px 0 9px 0;
	font-size: 12px;
	line-height: 12px; 
	color: #666;
}

#adn_header .menu_wrapper ul.menu li a:hover {
	background: #dfdfdf url(/static/i/nav_bg_over.gif);
	color: #4c1312;
	text-decoration: none;
}

#adn_header .teaser_wrapper {
	padding-bottom: 4px;
	padding-top: 2px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	position: relative;
	height: 226px;
	border-bottom: 1px dotted #942523;
}

#adn_header .teaser_wrapper .info_line {
	position: absolute;
	display: block;
	right: 4px;
	bottom: 7px;
	z-index: 100;
}

#adn_header .teaser_wrapper .info_line a {
	display: block;
	padding: 4px 20px 4px 8px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 17px;
	color: #942523;
	background: url(/static/i/small_red_arrow.gif) no-repeat 100% 10px;
}

#adn_header .teaser_wrapper #teaser_cycle {
overflow: hidden;
height: 226px;
}

#adn_header .teaser_wrapper #teaser_cycle img {
	position: absolute;
	display: none;
}

#adn_header .teaser_wrapper #teaser_cycle img.first {
	position: absolute;
	display: block;
}

#adn_body {
	border-top: 1px solid white;
	padding: 0 4px 0 4px;
}

#adn_footer {
	height: 100px;
}

/* COLORS light ******************** */
/* Light grey (base background): #e2e2e2 */
/* Dark grey (base text): #888888 */
/* Red (links): #942523 */

body.light {
    background: #e2e2e2 url(/static/i/bg.png) repeat-x fixed top center;
}

body.light, body.light table, body.light tr, body.light td, body.light font {
    color: color: #888;
}

.gallery {
	margin-right: 12px;
	margin-bottom: 12px;
	
	border: 1px dotted #ccc;
	border-width: 0 0 1px 0;
	padding: 6px;
	padding-bottom: 20px;
}

.gallery img {
	padding: 6px;
	border: 1px solid #ccc;	
}


.gallery_title {
	font-size: 16px;
	margin-top: 2px;
}

.gallery_description {
}

.gallery_thumb {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 6px;
	background-color: #eee;
}

.gallery_thumb_title {
	margin-top: 2px;
}
