@charset "UTF-8";
/* CSS Document */

/*
	================================================================
		Standard fra common.css
	================================================================
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:	solid 0px black;
}

table.contenttable tr td {
	vertical-align:	top;
}

.csc-textpic-clear {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Andet standard */

.csc-textpic-caption {
	font-size: 10px;
}
dd.csc-textpic-caption {
	margin-bottom: 5px !important;
}

/* Fillister */

.csc-uploads td {
	vertical-align: top;
}

/* Mailform */

.csc-mailform {
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.csc-mailform-field {
	margin-right: 5px;
	margin-bottom: 5px;
}
.csc-mailform-field label {
	margin-right: 5px;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-radio label {
	display: inline;
	margin-left: 5px;
}

/* Tabeller */

.contenttable td * {
	margin: 0px;
}

/* Generelle regler for hele Glasmuseet */

body {
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
p, h1, h2, h3, h4 {
	margin-top: 0px;
}
h1 {
	font-size: 29px;
	line-height: 100%;
	margin-bottom: 14px;
	font-family: SignaColumn-Book, sans-serif;
}
h2 {
	font-size: 12px;
	margin-bottom: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
h4 {
	font-size: 12px;
	margin-bottom: 11px;
	line-height: 16px;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
a {
	color: #000000;
}
a:focus, a:hover, a:active {
	color: #333333;
}
.csc-firstHeader {
	margin-top: 0px;
}
.csc-header-n1 h1 {
	position: relative;
	top: -7px;
	margin-bottom: 0px;
}

#mainContainer {
	width: 960px;
	margin: 0 auto 10px auto;
	padding: 0 0 20px 0;
	/* padding-top: 35px; */
	position: relative;
}
#glas_outer_table {
	background-color: #FFFFFF;
}

/* Topbar */

.glas_topbar_row {
	height: 60px;
}
#glas_toplogo {
	float: left;
	padding-bottom: 10px;
}
#glas_specmenu_holder {
	float: right;
}
#glas_specmenu_table {
	height: 20px;
	width: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEC5CB;
}
.glas_specmenu_items {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEC5CB;
}
.glas_specmenu_items a, #glas_mainmenu_holder a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.glas_specmenu_items a:focus, .glas_specmenu_items a:hover, .glas_specmenu_items a:active, #glas_mainmenu_holder a:focus, #glas_mainmenu_holder a:hover, #glas_mainmenu_holder a:active {
	color: #DC4F00;
}
.glas_specmenu_items a.flag {
	margin-right: 4px;
	margin-left: 4px;
}

/* Headerpics */

#glas_headerpics_row {
	height: 180px;
	background-color: #F8F8F8;
	background-image: url(grafik/missing_image.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Main menu */

#glas_mainmenu_row {
	height: 70px;
}
#glas_mainmenu_holder {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 1px;
	background-image: url(grafik/mainmenu_spacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
}
#glas_mainmenu_holder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#glas_mainmenu_holder ul li {
	padding-right: 7px;
	padding-left: 6px;
	float: left;
	background-image: url(grafik/mainmenu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 17px;
}
#glas_mainmenu_holder ul li a.active {
	color: #DC4F00;
}
#glas_tlogo_holder {
	float: right;
	/*
	background-image: url(grafik/tlogo_rbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 0px;
	*/
}

/* Bread common */

#glas_maincontent_row {
	padding-bottom: 20px;
}

/* Footer */

#glas_footer_row {
	background-color: #FFFFFF;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEC5CB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEC5CB;
	border-left-color: #BEC5CB;
	padding: 0 5px;
}
#glas_footer_row p {
	margin-bottom: 0px;
}

/* Specmenu mouseover overlays */

#glas_header {
	position: absolute;
	height: 180px;
}
.glas_overlay {
	background-color: #FFFFFF;
	position: absolute;
	width: 220px;
	height: 130px;
	left: 640px;
	top: 0px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	overflow: hidden;
	font-weight: bold;
}
#glas_headerpic {
	position: absolute;
	z-index: 1;
}
#glas_overlay_open {
	z-index: 5;
}
#glas_overlay_contact {
	z-index: 5;
} 
#glas_overlay_press {
	z-index: 5;
}

/* tt_news tilretninger */

.glas_tt_news_list_images {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news-list-item {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
.clearer {
	clear: both;
}
.glas_tt_news_single_images {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news-single-imgcaption {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 240px;
}
.glas_tt_news_rssfeed a {
	background-image: url(grafik/glas_rssfeed_ikon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* FElogin */

.tx-felogin-pi1 {
}

.tx-felogin-pi1 form, .tx-felogin-pi1 fieldset, .tx-felogin-pi1 legend { 
	border: none; 
}
.tx-felogin-pi1 legend { 
	display: none; 
}
.tx-felogin-pi1 form, .tx-felogin-pi1 legend { 
	margin: 0; 
	padding: 0; 
}
.tx-felogin-pi1 fieldset {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.tx-felogin-pi1 fieldset div, .tx-felogin-pi1 fieldset label {
	margin-bottom: 5px;
}

/* Indexed search */

.tx-indexedsearch {
	font-size: 11px;
}
.tx-indexedsearch-searchbox input {
	margin: 5px;
}
.tx-indexedsearch-searchbox select {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.tx-indexedsearch-browsebox ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 10px;
}
.tx-indexedsearch-browsebox a {
	text-decoration: none;
}
.tx-indexedsearch-browsebox a:focus, .tx-indexedsearch-browsebox a:hover, .tx-indexedsearch-browsebox a:active {
	text-decoration: underline;
}
.tx-indexedsearch-whatis, .tx-indexedsearch-sec, .tx-indexedsearch-secHead {
	margin-bottom: 5px;
}



button.dmailbutton {
	background: #BC126B;
	color: #fff;
	border: 0 none;
	padding: 3px 5px;
}


#facebookLikeButton {
	/*
		position: absolute;
		top: 0;
		right: 0;
		width: 205px;
	*/
	position: relative;
	overflow: hidden;
	width: 159px;
	height: 70px;
}

#facebookLikeButton > * {
	position: absolute;
	left: -55px;
}
