﻿/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0 10px;
    padding: 0 0 10px;
    color: black;
    }
body.sgl {
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #4b9c2a;
    text-decoration: none;
}
a:hover {
    color: #4b9c2a;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
#content img {
    border: 1px solid black;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

.pulldown 
{
    border:1px solid #004000;
}

/*
=========================Header===============================*/
#header {
    border-bottom: 2px solid #FFFFFF;
    height: 75px;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
    background: #4b9c2a url('http://www.im-salzkammergut.at/themes/skgt/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: absolute;
    top: 7px;
    right: 0px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    border: 2px solid #FFFFFF;
    border-top: none;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
}



/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
    text-align: left

}
ul {
    margin: 0.5em 0 0.5em 0.5em;
    padding-left: 0.25em;
    list-style-position: inside;
    list-style-image: url('http://www.im-salzkammergut.at/themes/skgt/images/skgt-bullet.gif');
}
ul.noindent {
    margin-left:0px;
    padding-left:0px;
}
li {
    margin-left: 0px;
    padding-left: 0px;
}



/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #4b9c2a;
}
.error, .required {
    color: #FF3300;
}
.broadcastMessage {
    margin: 10px;
    padding: 5px;
    text-align: center;
    background: #99cc00;
    color: #fff;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
    }
.tipOwner:hover .tipText {
    display: block;
}


#debug {
    color: #333333;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    border: 1px black solid;
    margin: 10px;
    padding: 5px 20px;
    width: 120px;
    height: 300px;
    background-color: grey;
    opacity:0.9;
    text-align: left;
    overflow: auto;
}
#debug a, #debug a:visited {
    color: #CCCCCC;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}

/************ own stuff *************/
.noTitle {
    display: none;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #cdd8e8;
    font-weight: bold;
    heigth: 30px;
    background:  url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_berge_75x30.gif') left bottom no-repeat;
    padding-left: 33px;
}
.block .headerLeft {
    padding-bottom: 0.2em;
    font-weight: bold;
    heigth: 30px;
    background:  url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_berge_75x30.gif') left bottom no-repeat;
    padding-left: 33px;
}
.block .header h2,
.block .headerLeft h2 {
    font-size: 1.3em;
    font-family: arial;

}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
====================New Block Styling=====================*/
.block2 {
    margin-bottom: 1.5em;
}
.block2 .headerx {
    margin: 0 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #cdd8e8;
    font-weight: bold;
    height: 15px;
    background:  url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_berge_75x30.gif') left bottom no-repeat;
    padding-left: 33px;
    }
.block2 .headerLeftx {
    padding-bottom: 0.0em;
    font-weight: bold;
    height: 20px;
    background:  url('http://www.im-salzkammergut.tv/Grafik/Hintergrund_oben.jpg') left bottom no-repeat;
    padding-left: 40px;
    padding-top:0.1px;
}
.block2 .headerx h2,
.block2 .headerLeftx h2 {
    font-size: 1.1em;
    font-family: arial;

}
.block2 .contentx {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
====================New Block Styling=====================*/
.block3 {
    margin-bottom: 1.5em;
}
.block3 .headerx2 {
    margin: 0 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #cdd8e8;
    font-weight: bold;
    height: 15px;
    background:  url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_berge_75x30.gif') left bottom no-repeat;
    padding-left: 33px;
    }
.block3 .headerLeftx2 {
    padding-bottom: 0.0em;
    font-weight: bold;
    height: 20px;
    background:  url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_berge_75x30.gif') left bottom no-repeat;
    padding-left: 40px;
    padding-top:0.1px;
}
.block3 .headerx2 h2,
.block3 .headerLeftx2 h2 {
    font-size: 1.1em;
    font-family: arial;

}
.block2 .contentx2 {
    padding: 0.4em;
    font-size: 0.9em;
}



/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #4b9c2a url('http://www.im-salzkammergut.at/themes/skgt/images/im_skgt_balken_900x1.jpg') left top repeat-x;
    height: 36px;

}
#top-nav .inner {
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 25px;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 15px;
    color: white;
}
#top-nav li a:hover, #top-nav li.current a {
    color: #FFFFFF;
    text-decoration: underline;
}

/*******************category list block********************************************/
/* leftNav start */
.leftNav {
   display: block;
   position: relative;
   width: 100%;
   padding: 0;
}
.leftNav ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-image: url('none');
    list-style-position: outside; list-style-type:none
}
.leftNav ul li {
    position: relative;
    border-top: 1px solid white;
    width: 100%;
    margin: 0;
    padding: 0;
}
.leftNav ul li a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-top: 2px;
    height: 18px;
    font-size: 13px;
    line-height: 1em;
    background-color: #cdd8e8;
    color: black;
}
.leftNav ul li a:hover,
.leftNav ul li.current a {
    color: white;
    background-color: #4b9c2a;
}
.leftNav ul li.current ul li ul
{
    display: none;
}

.leftNav ul li.current ul,
.leftNav ul li.current ul li.current ul
{
    display: block;
}

.leftNav ul li.current ul li.current ul
{
    border-bottom: 5px solid #4b9c2a;
}

.leftNav ul ul li a,
.leftNav ul li.current ul li a,
.leftNav ul li.current ul li.current ul li a
{
    font-size: 13px;
    background-color: #cdd8e8;
    color: black;
    padding-left: 20px;
}

.leftNav ul li.current ul li.current ul li a
{
    padding-left: 30px;
}
.leftNav ul ul li a:hover,
.leftNav ul li.current ul li a:hover,
.leftNav ul li.current ul li.current a,
.leftNav ul li.current ul li.current ul li a:hover,
.leftNav ul li.current ul li.current ul li.current a
{
    color: white;
    background-color: #4b9c2a;
    text-decoration: none;
}

/*hide all sublevels*/
.leftNav ul ul,
.leftNav ul ul ul  {
    display: none;
}

.leftNav ul ul ul li a {
    border-top: none;
}


.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}

.navigationList ul ul,
.navigationList ul ul ul {
    display: none;
}

.navigationList ul li.current ul,
.navigationList ul li.current ul li.current ul {
    display: block;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('macFFBgHack.png');}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
========================Gallery Manager=======================*/

/*
-- galleryAdd.html--------------------------------------------*/
#upload p label{
    width: 120px;
}
#upload select {
    width: 250px;
}
/*
#galleryContent {
    float: left;
    width: 100%;
}
*/
.galleryPicture {
    padding: 5px;
    float: left;
    width: 150px;
    height: 170px;
}
.galleryPicture p {
    text-align: left;
}

.galleryPicture  a img {
    border: 1px solid black;
}

.galleryPicture a img, noborder{
    border: 0px none;
}

#galleryClear {
    clear: left;
}

