
/* - galeriefroehlichtheme.css - */
@media screen {
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #666;
	background: #D6D6D6 url("bodybg.gif"/*tpa=http://www.galerie-froehlich.at/portal_css/GalerieFroehlichTheme/bodybg.gif*/) 0 0 repeat-y;
    }

#pagetitle {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 210%;
	color: #CC0000;
    }

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {margin: 0; padding: 8px 7px 0 10px; }
h1,h2,h3 {margin: 0; padding: 8px 7px 0 10px; }

.altcolor {color: #eef7e2; font-weight: bold; }

.altcolor2 {color: #cde7a8; }

.altcolor3 { color: #771464; font-weight: bold; }

a:link {color: #eef7e2; text-decoration: underline; padding: 1px; }

a:visited {color: #eef7e2; text-decoration: underline; padding: 1px; }

//a:hover {color: #000; background: #eef7e2; text-decoration: underline; padding: 1px; }

#leftbox a:link, #leftbox a:visited {color: #233622; text-decoration: underline; }

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #eef7e2; padding: 1px; }

/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #771464; background: #f4e6ef; padding: 1px; }

#footer a:link, #footer a:visited {color: #771464; }

strong {font-weight: bold; color: #233622; }

pre strong {color: #000; }

.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

.kudos {
	margin-top: 3em; 
	border-top: 3px double #233622; 
	border-bottom: 3px double #233622;
	padding-bottom: 5px; }

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

.documentByLine {
    display: none;
}

/*
#header {
	margin: 0;
	padding: 0; 
	background: #cc0000 url("waterlilies6.jpg") 0 0 no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 0px; } /*** must be set so the following absolutely positioned divs are 
                        placed correctly on initial load of the page***/ 
*/

#leftcol {
	position: absolute;
	left: 0px;
	width: 23px;
	border-right: 3px solid #FFF;
	background: #ffcc33 url("leftcolbg.gif"/*tpa=http://www.galerie-froehlich.at/portal_css/GalerieFroehlichTheme/leftcolbg.gif*/) 100% 0 repeat-y;
	color: #000;
    height: 100%;
	//padding-top: 5px;
    }

#leftbox {
	position: absolute;
	left: 26px;
	width: 314px;
    height: 100%;
	border-right: 2px solid #FFF;
	background-color: #000;
	color: #FFF;
    }
  
#container {
	margin-left: 342px;
	background: #D6D6D6 url("containerbg.gif"/*tpa=http://www.galerie-froehlich.at/portal_css/GalerieFroehlichTheme/containerbg.gif*/) 0 0 repeat;
    //height: 100%;
	}
    
#portal-breadcrumbs {
    background-color: #FFCC33;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    height: 2em;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
}
  
#navmenucontainer {
    background-color: #CC0000;
	margin: 0px 0px 0px 0px;
    padding: 28px 0px 0px 35px;
    white-space: nowrap;
    height: 132px;
	position: relative; } /*** IE6 needs this to display the div ***/

#navmenu {
	background-color: #CC0000;
    height: 132px;
	position: relative;
    } /*** IE6 needs this to display the div ***/  

/* Hide from IE5-Mac \*/

* html #navmenu {height: 1%;}

 /*end hide *//*** This hack will make IE5-win display the background color for the nav ***/

/* Holly Hack: Hide From IE5/Mac \*/
//// * html img { margin: 45px 0; vertical-align: middle; }
//// * html input { margin: 39px 0; vertical-align: middle; }
/* Holly Hack: End Hide From IE5/Mac */

ul {
  margin: 0.5em 0pt 0pt 1.5em;
  padding: 0pt;
  line-height: 1.2em;
  list-style-type: square;
  list-style-image: url("../img/../plone.org/bullet.gif");
 
  /*margin: 0.5em 0pt 0pt 1.5em;
  padding: 0pt;
  line-height: 1.2em;
  list-style-type: square;*/
  
  
  
  }
 
#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: left;
    text-transform: uppercase;
	line-height: 1.5em !important;
    }

#navmenu ul li {
  	//font-weight: bold;
  	display: inline;
  	//float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0.5em;
	margin: 3px 0;
	line-height: 1.2em;
	border-right: 1px solid #FFF;
    }

#navmenu ul li.first {
	margin-left: 0; 
	//list-style: none;
    }

#navmenu ul li.last {
	border-right: none;
    
    }

#navmenu a {
    font-weight: normal;
	padding: 3px 0;
	color: #FFF;
    text-decoration: none;
    } 

#navmenu a:hover {
 	color: #ffcc33;
	background: #CC0000;
    }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  

     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 

     for an explanation of this problem and Sam Foster's page for an explanation of the 

     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/

#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/

#rightbox {
	right: 0;
	margin-right: 0; }

/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.

     This replaces the old Tantek hack. Please see Edwardson Tan's page.

     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #c3c8c3; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contentscontainer {
    background: #D6D6D6 url("containerbg.gif"/*tpa=http://www.galerie-froehlich.at/portal_css/GalerieFroehlichTheme/containerbg.gif*/) 0 0 repeat;
	margin: 37px 31px 0px 27px;
    //height: 100%;
	position: relative; } /*** IE6 needs this to display the div ***/

#contents {
	background-color: #D6D6D6;
	//margin: 6px 6px 6px 6px;
    //overflow: -moz-scrollbars-vertical;
	color: #eef7e2;
	border: 1px solid #FFF;
	position: relative; } /*** IE6 needs this to display the div ***/

#contents h3 {
    color: #000;
    }

#contents p {
    color: #666;
    }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }
#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }
#contents strong {color:  #f9f; }
#contents pre.altcolor2 strong {color: #cde7a8; }

    
#footer {
	background: #f0f1f0;
	margin-top: 1.5em;
	margin-right: 139px;
	border-top: 1px dashed #888; }


/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */


}

