﻿/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Udviklet af: HUSET G (http://husetg.dk/)
URL: bramming-esbjerg-ribe.esbjergkommune.dk/
Oprettet: 09-02-2009
?ndret: 12-02-2009
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Eric Meyer Reset (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */
/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /Eric Meyer Reset */



/* @group Base Tags */

body {
	background: #ffffff url(images/bg.png) repeat-x left top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 9px auto 0;
	width: 960px;
	text-align: left;
}

a:link { color: #283D59; }
a:visited { color: #61727F; }
a:hover { text-decoration: none; }

address {
	font-size: 0.8em;
	font-style:normal;
	line-height: 1.2em;
}

#header, #header .top-bar, #content { z-index: 100; position: relative;}

/* @end */

/* @group Header */

#header {
	width: 960px;
}

#header .top-bar {
	padding-top: 80px;
	height: 40px;
	background: url(images/bg-topbar.png) no-repeat left bottom;
}

#header #top-img {
	width: 682px;
	height: 343px;
	position: absolute; 
	top: 0px;
	left: -136px;
	z-index: -10;
	background: url(images/bg-wrap-new.gif) no-repeat left top;
}

/* @group Navigation */

.top-bar .navigation {
	padding-left: 2px;
	height: 40px;
	float: left;
	list-style: none;
}

.top-bar .navigation li {
	padding-right: 4px;
	height: 40px;
	float: left;
	background: url(images/nav-divider.png) no-repeat right center;
}

.top-bar .navigation li a {
	padding: 0 17px;
	height: 40px;
	display: block;
	float: left;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.top-bar .navigation li a:hover {
	background: url(images/bg-nav-hover.png) repeat-x left top;
}

.top-bar .navigation li a span {
	padding-bottom: 3px;
	border-bottom: 2px solid #7b654d;
}

.top-bar .navigation li a:hover span {
	border-bottom: 2px solid #9c8d7d;
}

.top-bar .navigation li.selected a span {
	border-bottom: none;
}
.top-bar .navigation li.firstitem a {
	padding-left: 0;
	text-indent: -99999px;
}
.top-bar .navigation li.firstitem a:hover {
	background: url(images/forside-link_hover.png) no-repeat 0px 9px;
}

/* @end */

/* @group Search-Lang */

.top-bar .search-lang {
	float: right;
}

.top-bar .search-lang #search-form {
	width: 150px;
	height: 40px;
	float: left;
	position: relative;
	background: url(images/bg-search.png) no-repeat left 9px;
}

.top-bar .search-lang #search-form input {
	padding: 6px;
	width: 108px;
	height: 16px;
	background: none;
	border: none;
	position: absolute;
	top: 6px;
	color: #3d5b84;
}

.top-bar .search-lang #search-form button {
	width: 20px;
	height: 13px;
	border: none;
	background: url(images/mag-glass.png) no-repeat left top;
	position: absolute;
	top: 14px;
	right: 4px;
	cursor: pointer;
	text-indent: -99999px;
}

.top-bar .search-lang #search-form button:hover { 
	background-position: right top; 
}

.top-bar .search-lang .language-choice {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	float: left;
}

.top-bar .search-lang .language-choice li {
	display: block;
	height:12px;
	padding: 0 5px;
	float: left;
}

.top-bar .search-lang .language-choice li a {
	display: block;
	margin-top: 14px;
	width: 17px;
	height: 12px;
	float: left;
	text-indent: -99999px;
	font-size: 1%;
}	

.top-bar .search-lang .language-choice li.dk-lang a {background: url(images/flag.png) no-repeat left top;}
.top-bar .search-lang .language-choice li.en-lang a {background: url(images/flag.png) no-repeat left bottom;}
.top-bar .search-lang .language-choice li.de-lang a {background: url(images/flag.png) no-repeat left center;}
.top-bar .search-lang .language-choice li.dk-lang a:hover {background-position: right top;}
.top-bar .search-lang .language-choice li.en-lang a:hover  {background-position: right bottom;}
.top-bar .search-lang .language-choice li.de-lang a:hover {background-position: right center;}


/* @end */

/* @end */

/* @group Content */

#content {
	margin: 50px auto 0;
	width: 924px;
	background: url(images/bg-content.png) repeat-y right top;
}

.container {
	background: url(images/bg-content-bottom.png) no-repeat right bottom;
}

/* @group Main */

.container .main {
	width: 656px;
	float: left;
}

.main .teaser {
	padding-right: 50px;
	font: 18px/1.4 "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #666666;
}

.main .teaser a {
	color: #283d59;
	text-decoration: none;
}

.main .teaser a:hover {
	text-decoration: underline;
}

.main .main-container {
	margin-top: 11px;
	padding-top: 11px;
	border-top: 1px solid #cacaca;
}

.main .main-container h1 {
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #888888;
	font-size: 14px;
}
.main .main-container p { 
	font-size: 12px;
	margin-bottom: 7px;
} 

/* @group City Descriptions */

.main-container .city-desc {
	background: url(images/bg-city-desc.png) no-repeat left bottom;
}

.main-container .city-desc .city-column {
	margin-right: 18px;
	padding-bottom: 65px;
	width: 200px;
	float: left;
	position: relative;
}

.main-container .city-desc .city-column a.img-link img {
	padding: 4px;
	border: 1px solid #a8b0bc;
}


.main-container .city-desc .city-column h2 {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a07f5b;
	font-size: 11px;
	text-transform: uppercase;
}

.main-container .city-desc .city-column h2 a, .main-container .city-desc .city-column h2 a:visited  {
	text-decoration: none;
	color: #283d59;
}

.main-container .city-desc .city-column p {
	padding-bottom: 15px;
	font-size: 11px;
	color: #666666;
	line-height: 1.3;
}

.main-container .city-desc .city-column .read-more {
	font-size: 10px;
}

.city-column .city-links {
	width: 200px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #586880 url(images/bg-city-links.png) no-repeat left top;
}

.city-column .city-links ul {
	padding-top: 15px;
	list-style: none;
	font-size: 11px;
}

.city-column .city-links ul li a {
	padding-left: 17px;
	width: 183px;
	height: 24px;
	display: block;
	background: url(images/bg-link.png) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;
}

.city-column .city-links ul li a:hover {
	background: url(images/bg-link.png) repeat-x left bottom;
}

.city-column .city-links ul li a span {
	padding-left: 25px;
	height: 24px;
	display: block;
	background: url(images/bg-link-arrow.png) no-repeat left center;
	line-height: 24px;
	cursor: pointer;
}

.city-column .city-links ul li.more-link {
	padding-left: 17px;
	padding-top: 10px;
}

.city-column .city-links ul li.more-link a {
	padding-left: 0;
	background: none !important;
	display: inline;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.2;
}

.city-column .city-links ul li.more-link a:hover {
	text-decoration: none;
}

/* @end */

/* @group Main City */

.main-container .sidebar {
	float: left;
	width: 200px;
	font-size: 11px;
}

.main-container .sidebar img {
	padding: 4px;
	border: 1px solid #586880;
}

.main-container .sidebar h3 {
	margin-bottom: 10px;
	padding: 15px 0 5px;
	border-bottom: 1px solid #805525;
	text-transform: uppercase;
	color: #283d59;
}

.main-container .sidebar p {
	padding-bottom: 15px;
	color: #666666;
	line-height: 1.3;
}

.main-container .city-main {
	margin-left: 16px;
	width: 419px;
	display: inline;
	font-size: 11px;	
	float: left;
}

.main-container .city-main img.main-img {
	padding: 4px;
	border: 1px solid #586880;
}

.main-container .city-main h2 {
	margin-bottom: 10px;
	padding: 15px 0 5px;
	border-bottom: 1px solid #805525;
	text-transform: uppercase;
	color: #805525;
}

.main-container .city-main p {
	padding-bottom: 15px;
	color: #666666;
	line-height: 1.3;
}

/* @end */

/* @group Media */

.main-container .media-search-bar {
	margin-bottom: 15px;
	width: 636px;
	height: 42px;
	position: relative;
	background: url(images/bg-search-bar.png) no-repeat left top;
	line-height: 42px;
}

* html .main-container .media-search-bar form {
	padding-top: 10px;
}

.main-container .media-search-bar form input {
	padding: 3px 6px;
	width: 184px;
	height: 21px;
	background: transparent url(images/bg-media-input.png) no-repeat left top;
	border: none;
	position: absolute;
	top: 11px;
	left: 216px;
	font-size: 11px;
	color: #464646;
}

.main-container .media-search-bar form select {
	width: 200px;
	padding: 0px 0 0 4px;
	height: 21px;
	position: absolute;
	top: 11px;
	left: 7px;
	color: #464646;
}

.main-container .media-search-bar form button {
	width: 43px;
	height: 22px;
	background: url(images/search-btn.png) no-repeat left top;
	position: absolute;
	top: 11px;
	left: 433px;
	border: none;
	text-indent: -999999px;
	font-size: 1px;
	cursor: pointer;
}
.main-container .media-search-bar.en form button { 
	background: url(images/search-btn_en.png) no-repeat left top;
	width: 57px;
}
.main-container .media-search-bar.de form button { 
	background: url(images/search-btn_de.png) no-repeat left top;
	width: 54px;
}
.main-container .media-search-bar form button:hover {
	background-position: right top;
}

table#media-info {
	margin: 10px 0; 
	width: 500px; 
	font-size: 11px;
}

table#media-info thead tr th {
	text-transform: uppercase;
	background: #324661 url(images/bg-nav-hover.png) repeat-x left center;
	color: #fff;
}
table#media-info tbody tr td {
	background-color: #f3f3f3;
}

table#media-info td, table#media-info th{ 
	padding: 6px;
	border: 1px solid #fff;
}	

/* @end */

/* @group City Images */

.main-container ul.city-images {
	list-style: none;
	font-size: 11px;
}

.main-container ul.city-images li {
	padding: 0 16px 25px 0;
	width: 200px;
	float: left;
}


.main-container ul.city-images li a.img-link { 
	cursor: pointer;
	display: block;
	padding: 4px;
	width: 190px;
	height: 136px;
	border: 1px solid #a9b1bd;
}

.main-container ul.city-images li a.img-link div {

}

.main-container ul.city-images li a.img-link div img {
	margin: 0 auto;
	display: block;
}

.main-container ul.city-images li h3 {
	padding: 5px;
	color: #666666;
}

.main-container ul.city-images li p {
	padding-left: 5px;
	padding-bottom: 3px;
	color: #666666;
	line-height: 1.3;
}

.main-container ul.city-images li p a {
	color: #283d59;
}

.main-container ul.city-images li p a:hover {
	text-decoration: none;
}

.main-container ul.city-images li p.dl-link a {
	padding: 4px 0 4px 20px;
	height: 17px;
	background: url(images/dl-arrow.png) no-repeat left center;
	line-height: 17px;
	font-weight: bold;
}

.main-container .images-meta, .main-container .images-nav {
	margin-bottom: 15px;
	font-size: 12px;
}

#i4, #i7, #i10, #i13, #i16, #i19, #i22, #i25, #i28, #i31, #i34, #i37, #i40, #i43, #i46, #i49, #i52, #i55, #i58, #i61, #i64, #i67, #i70, #i73, #i76, #i79, #i82, #i85, #i88, #i100, #i103, #i106, #i109, #i112, #i115, #i118, #i121, #i124, #i127, #i130, #i133, #i136, #i139, #i142, #i145, #i148, #i151, #i154, #i157, #i160, #i163, #i166, #i169, #i172, #i175, #i178, #i181, #i184, #i187, #i190, #i193, #i196, #i199 {
	clear: left;
}

	
/* @end */

/* @end */

/* @group Links */

.container .links {
	padding-bottom: 50px;
	width: 251px;
	float: right;
}

.container .links h3 {
	padding-left: 17px;
	height: 48px;
	background: url(images/bg-link-head.png) no-repeat left top;
	color: #ffffff;
	font-size: 11px;
	line-height: 44px;
}

.container .links h3.top-link {
	margin-top: -4px;
	height: 49px;
	background: url(images/bg-link-head-top.png) no-repeat left top;
}

.container .links ul {
	list-style: none;
	font-size: 11px;
}

.container .links ul li a {
	padding-left: 17px;
	width: 234px;
	height: 30px;
	background: url(images/bg-link-side.png) repeat-x left top;
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;

}

.container .links ul li a:hover {
	background: url(images/bg-link-side.png) repeat-x left bottom;
}

.container .links ul li a span {
	padding-left: 25px;
	height: 30px;
	background: url(images/bg-link-arrow.png) no-repeat left center;
	display: block;
	line-height: 30px;
	cursor: pointer;
}



/* @end */

/* @end */



/* @group Search Results */


.container .search-result-headline ,  .container .search-result {
	margin: 15px 0;
}

.container .search-result h3 {
	margin-bottom: 5px;
}

.container .search-result strong { 
	color: #7b654d;
 } 
 
 .container .search-result .search-result-summary { 
	font-size: 0.9em;
 }


/* @end */

/* @group Footer */

#footer {
	margin: 0 auto;
	padding: 15px 0 40px;
	width: 924px;
	text-align: right;
	font-size: 11px;
	line-height: 1.3;
}

#footer p {
	margin-left: auto;
	width: 251px;
	color: #886034;
	font-weight: bold;
	text-align: left;
}

#footer p a {
	color: #886034;
	font-weight: normal;
}

/* @end */

/* @group Accept */

#accept-text { 
	font-size: 12px;
	font-size:12px;
	height:250px;
	line-height:15px;
	overflow:scroll;
	width:620px;
}

#accept-text p {
	margin: 0.5em 0;
}

#accept-text ul {
	margin: 1em 0;
	margin-left: 0.3em;
	padding-left: 1em;
	list-style-type: disc;
}

#accept-text ul li {
	padding: 0.3em 0;
}

#accept-links {
	margin: 1em 0;
}

#accept-links a {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size: 12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

#accept-links a.positive{
    color:#529214;
}
#accept-links a.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

#accept-links a.negative{
    color:#d12f19;
}
#accept-links a.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* @end */

/* @group Clearer */

.top-bar:after, .container:after, .city-desc:after, .main-container:after, .city-images:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.top-bar, .container, .city-desc, .main-container, .city-images {
	min-height: 1px;
}

* html .top-bar, * html .container, * html .city-desc, * html .main-container, * html .search-lang, * html .navigation, * html .city-images{
	height: 1%;
}

/* @end */