/* eZ publish 3 core CSS - th[eZ] 20021211                              */

/* Do not remove or delete this stylesheet, because some basic          */
/* formatting methods in the system depends on it for proper display.   */
/* Just modify and/or override styles where necessary, and remove all   */
/* comments when they're not needed anymore (minimizes the file size).  */

/* MAIN WINDOW SETTINGS */


td.bglight .small, td.bgdark .small, ul, ol
/* This is a trick to make the smaller size appear correct when using preformatted % sizes in the table lists. */
{
    font-size: 12px;
}

ul ul, ol ol
/* This is to get nested lists to keep the correct size. */
{
    font-size: 12px;
}
 
/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    padding-top: 1ex;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    clear: left;
}

h2, h3, h4, h5, h6
{
    padding-top: 1ex;
    padding-bottom: 0.5ex;
}


/* REGULAR PARAGRAPHS */

p
{
    padding-top: 0ex;
    padding-bottom: 1ex;
    margin: 0px;
}

p.headline
{
    font-weight: bold;
    padding-top: 0ex;
    padding-bottom: 0ex;
    margin: 0px;
}


/* LINKS */

a img
/* Some browsers may display a border around a linked image without this attribute set to _none_. */
{
    border: none;
}

/* TABLES */

table
{
    margin: 0px;
    padding: 0px;
}

table.layout
/* This style is defined for the use of marking tables only used for general layout. */
{
    /* Not to be formatted; only used as an identifier. */
}

table.list
/* Used on all "proper" data lists presented by tables; i.e. not on tables use for general layout. */
{
    margin-top: 0.5ex;
    margin-bottom: 1ex;
    border-top: 1px dotted #E79849;
}

table.list th, table.list td
{
    padding: 0px;
    padding-top: 5px;
    margin-bottom: 10px;
}

th
{
    font-weight: bold;
    text-align: left;
}

td
{
    font-weight: normal;
}

td.bglight, td.bglightextra
/* Light background color used on alternating lines in a table list */
{
    margin-bottom: 10px;
}

td.bgdark, td.bgdarkextra
{
    margin-bottom: 10px;
}

td.tight
/* Special style used for forcing a tabel cell to wrap tight around an image in an layout table. */
{
    font-size: 1px;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul, .ul
{
    list-style-type: disc;
}

ul
{
    margin-left: 16px;
}

ol
{
    /*margin-left: 24px;*/
}

li
{
    padding: 0px;
    margin-bottom: 0.5ex;
}

/* DEFINITION LISTS */

dl
{
    padding: 0px;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
}

dt, dd
{
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0.5ex;
}

dt
{
    font-weight: bold;
}

dd
{
    margin-left: 2ex;
    margin-right: 2ex;
}

/* FORMS */

form
{
    padding: 0px;
    margin: 0px;
}


input.box, textarea.box
{
    width: 365px;
}

input.halfbox, textarea.halfbox
{
    width: 250px;
}

label
{
    font-weight: bold;
    padding-right: 1ex;
    white-space: nowrap;
}

div.labelbreak
/* Used on an empty tag set after the label tag, to make it possible to change the label positioning in a instant. */
/* Standard display is _block_, but if set to _inline_ the labels will appear to the left of the input fields. */
{
    display: block;
    margin-bottom: 0ex;
}

input.button
{
    font-weight: normal;
    margin-right: 8px;
}

input.defaultbutton
{
    font-weight: bold;
    margin-right: 8px;
}

input.button:hover
{
    background-color: #f0f0f0;
    cursor: pointer;
}

p.box
/* Used on text (i.e. data other than form elements) shown under a label. */
/* Pads the distance to the label properly so it looks visually at the same height as a text in an input line. */
{
    padding-top: 0.25ex;
}


/* Status message styles, used for items which have the read/unread/inactive status */
p.status_unread, a.status_unread
{
    color: #ff0000;
}

p.status_read, a.status_read
{
}

p.status_inactive, a.status_inactive
{
    color: #aaaaaa;
}

optgroup
/* Newer browsers usually supports this tag; may come in handy to visually divide a select dropdown into several parts. */
{
    font-weight: bold;
    font-style: normal;
}

/* PAGE DIVIDERS */

div.left
/* To be used with the div.right class, to align a left hand element to the left edge. */
{
    float: left;
    display: block;
    width: 50%;
    clear: right;
}

div.right
/* To be used with the div.left class, to align a right hand element to the right edge. */
/* Should be followed by the div.break class for proper float/break termination */
{
    float: left;
    text-align: right;
    display: block;
    width: 50%;
    clear: right;
}

div.block, div.step
{
    display: block;
    clear: both;
    padding: 0px;
    margin-top: 0.5ex;
    margin-bottom: 2ex;
}

div.step
{
    background-color: #f0f0f0;
    margin: 0ex;
	border-bottom: dashed 2px #808080;
}

div.buttonblock, div.buttonblockright
{
    margin-top: 1ex;
    margin-bottom: 1ex;
}

div.element
/* Used to position several elements next to each other horizontally. NOT on regular buttons. */
{
    float: left;
    display: block;
    padding-right: 1ex;
    padding-left: 0px;
    clear: both;
    margin-top: 0.5ex;
    margin-bottom: 1ex;
}

div.break
/* Used on an empty tag set after one or more div.element has been used, to ensure proper floating and breaking of the elements. */
{
    display: block;
    clear: both;
}

/* ARTICLE FORMATTING */

div.maincontentheader
{
    /* No special formatting yet! */
}

div.byline
{
    margin-bottom: 8px;
}

div.bodyblock
{
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
}

div.bodyblock p.body
{
    display: block;
}

div.imageleft, div.factboxleft, div.factboxright, div.leftobject, div.rightobject
{
    padding: 5px;
    margin: 5px;
    display: block;
    clear: right;
    
}

div.factbox p
{
	width: 130px;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 8px;
}

div.factboxright, div.rightobject
{
    width: 140px;
    float: right;
    margin: 5px;
    padding: 5px;
    overflow: visible;
    clear: right;
}

div.factboxleft, div.factboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    margin-top: 0px;
    margin-bottom: 0px;
}

p.factbox
{
    background-color: #f0f0f0;
    width: 140px;
}

/* MESSAGES TO THE USER */

p.description
{
    background-color: #f8f8f8;
}

div.error, div.warning, div.feedback, div.highlight
{
    margin-top: 0.4ex;
    margin-bottom: 0.4ex;
    padding: 0.2ex;
    padding-left: 1ex;
    padding-right: 2ex;
}

div.error
{
    border-bottom: solid 2px #E79849;
    border-top: solid 2px #E79849;
}

div.warning
{
    border-bottom: solid 2px #E79849;
    border-top: solid 2px #E79849;
}

div.feedback
{
    padding-top: 1ex;
    padding-bottom: 1ex;
    margin-top: 1.5ex;
    margin-bottom: 1.5ex;
    border-top: solid 2px #E79849;
    border-bottom: solid 2px #E79849;
}

div.highlight
{
    border-width: 0.1ex;
    border-color: #000000;
}

div.error h2, div.warning h2, div.feedback h2, div.highlight h2
{
    padding-top: 0.5ex;
}

/* OTHER OBJECTS */

hr
{
    height: 1px;
    padding: 0px;
    margin-top: 2ex;
    margin-bottom: 1ex;
    color: #c0c0c0;
}

.invisible
/* This style can be used on element that should only be visible in a browser which doesn't support CSS. */
{
    display: none;
}
div.imageright 
{
	float: right;
	display: block;
	clear: none;
	width: 140px;
	padding: 4px;
	text-align: right;
	overflow: visible;
} 

.picturetext
{
	clear: both;
	padding: 4px;
}
.vcenter {
	vertical-align: middle;
}

.buttonblockright
{
	text-align: right;
}/* Standard eZ publish stylesheet */

body, div, span, p, .p, h1, h2, .listheadline, .listproducts, h3, ul, li, ol, a, td ,th, select, input, textarea, .credit,
.imgalttext, .forumheadline, .headline
{
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
}

body, p, .p, ul, li, a, h3, .path, th, td, .check, ol
{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color: #FFFFCC;
        scrollbar-arrow-color: #000000;
        scrollbar-base-color: #FDF2B0;
        scrollbar-darkshadow-color: #000000;
        scrollbar-face-color: #FFFFCC;
        scrollbar-highlight-color: #FDF2B0;
        scrollbar-shadow-color: #FFCC66;
        scrollbar-track-color: #FDF2B0;
}

h1, headline 
{
	font: bold 20px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin-bottom: 8px;
	text-decoration : none;
}

h2, .listproducts, 
{
	font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin-top: 0px;
	margin-bottom: 0px;	
	clear: right;
}

.listheadline
{
	font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin-top: 0px;
	margin-bottom: 0px;	
}

.forumheadline
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin-top: 0px;
	margin-bottom: 0px;	
}

.listproducts 
{
	text-decoration : underline;
}

.listheadline, .listproducts 
{
	margin-top: 8px;
}

h3, .path
{
	font-weight: bold;
	text-decoration : none;
}

a
{
  color: #000033;
}

a:hover 
{
	color: #CC0000; 
}

a.schwarz
{
	color: #000033;
}

a.schwarz:hoover
{
	color: #990000;
}

a.menugwf:link, a.menugwf:visited, a.menugwf:active  
{ 
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFCC;	
	text-decoration: none;
}

a.menugwf_selected:link, a.menugwf_selected:visited, a.menugwf_selected:active, td.menugwf_selected
{ 
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FDF2B0;
	text-decoration: none;
}


td.menugwf, div.menugwf
{
	font-weight: bold;
	color: #666666;
	background-color: #FFFFCC;
}

a.menugwf:hover
{  
	font-size: 12px; 
	color: #666666;
	font-weight: bold;
	background-color: #FDF2B0;
	text-decoration: none;
}

.menuhead
{
	background: #666666;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.menusubhead
{
	color: #777777;
	font-weight: bold;
}

.menutext, .menubold, .pictext, .credit, .byline, .subhead
{
	font-size: 11px;
}

.menutext 
{
	margin-bottom: 4px;
}

.menubold 
{
	font-weight: bold;
}

.menuspacer
{
	font-size: 2px;
}

.spacer
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.boxtext 
{
	font-weight: bold;
	margin-bottom: 4px;
}

.small, .smallbold
{
	font-size: 10px;
}

.smallbold 
{
	font-weight: bold;
}

.check 
{
	margin-bottom: 8px;
}

.checkhead
{
	font-weight: bold;
	margin-bottom: 16px;
}


th 
{
	font-weight: bold;
	text-align: left;
}

th.right
{
	text-align: right;
}

.tdmini
{
	font-size: 1px;
}

.pictext
{
	font-style: normal;
	background-color: #f0f0f0;
}

.pris
{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
}

.linkselect
{
	color: #ffffff;
}

.linkselect:hover
{
	color: #dcdcdc;
}

.linknormal
{
	color: #000000;
}

.bglight 
{
	border-bottom: 1px dotted #E79849;
}

.bgdark 
{
	border-bottom : 1px dotted #E79849;
}
table.list
{
	/* border: 1px solid #e0e0e0;
	background-color: #e0e0e0; */
}

.bgcurrent
{
	background-color: #f07800;
}

.bgweekend
{
	background-color: #a0a0a0;
}

.bgselect
{
	color: #ffffff;
	background-color: #787878;
}

form
{
	margin: 0px;
}

hr
{
	color: #e0e0e0;
	height: 2px;
}

.stdbutton 
{
	font-size: 11px;
	font-weight: bold;
}
 
.okbutton 
{
	font-size: 18px;
	font-weight: bold;
}

.divider
{
	float: left;
	padding-right: 10px;
}

.box
{
	width: 250px;
}

.halfbox
{
	width: 250px;
}

.searchbox
{
	width: 170px;
}

.searchboxsmall
{
	width: 130px;
}

.error
{
	font-size: 14;
	font-weight: bold;
    color: #f08c00;
}


td.debugheader
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	border-bottom : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.timingpoint1
{
	background-color : #ffffff;
	border-top : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.timingpoint2
{
	background-color : #eeeeee;
	border-top : 1px solid #444488;
	font-size : 65%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.bgwhite 
{
	color: #000000; 
	background-color: #ffffff;
}

.bgdarkgrey 
{
	color: #FFFFFF; 
	background-color: #999999;
}

.kleinweiss { 
	12px; 
	font-weight: normal; 
	color: #FFFFFF 
}

.kleinweissfett { 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF }

.navigator
{
	color: #FFFFFF;
	font-size: 13px;
}

a.navigator:link, a.navigator:visited, a.navigator:active  
{ 
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E79849;
}

table.navigator
{
	padding: 2px;
}

.div.navigator
{
	margin: 0px;
	padding: 0px;
	break: both;
}

table.navigator, tr.navigator, td.navigator, div.navigator
{
	background-color: #E79849;
	border: none;
}

.div.patharea
{
	background-color: #bec3d8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	
	break: both;
}


a.navigator:hover
{  
	font-size: 13px; 
	color: #000033;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.forumline, p.forumline, div.forumline, div.forumline p, p
{
	line-height: 130%;
}

.forumline, p.forumline, div.forumline, div.forumline p, p
{
	margin-top: 1.5ex;
}
.hellgelb {
	background: #FFFFCC;
}
.gelbhg {
	background: #FFFF00;
}

.zartbraunhg {
	background: #FDF2B0;
}

.dunkelblauhg {  
        background-color: #E79849; }

.dunkelblauhgw {  
        background-color: #E79849; 
        color: #FFFFFF; 
        font-weight: bold;}

        
.zaehler, div.doneby, a.doneby
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;
}

a.doneby, a.doneby:hover
{
	text-decoration: none;
}

.article_intro, div.article_intro p
{
	font: bold 13px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.guestbooktable, table.guestbooktable
{
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	border: 0px none;
}

.guestbookheader, tr.guestbookheader, tr.guestbookheader td, td.guestbookheader p
{
	font-weight: bold;
    margin: 0px;
	padding: 0px;
	
}

.guestbookentry, td.guestbookentry, tr.guestbookentry td
{
    margin: 0px;
	padding: 0px;
}

.tablemain, table.tablemain, table.tablemain td, table.tablemain tr
{
	margin: 0px;
	padding: 0px;
	/* clear: both; */
	/*display: block;*/
}

        
input.button, input.defaultbutton, input.searchbutton, input.stdbutton, input.okbutton {
        font-size: 11px; 
        font-weight: bold; 
        color: #000000;
        background-color: #FFCC66; 
        border-color: #000000; 
        text-align: center; 
        vertical-align: middle; 
        border-style: solid; 
        border-top-width: thin; 
        border-right-width: thin; 
        border-bottom-width: thin; 
        border-left-width: thin; }
        
input.userbutton {
        font-size: 11px; 
        font-weight: bold; 
        color: #000000;
        background-color: #FFCC66; 
        border-color: #000000; 
        text-align: center; 
        vertical-align: middle; 
        border-style: solid; 
        border-top-width: thin; 
        border-right-width: thin; 
        border-bottom-width: thin; 
        border-left-width: thin; }

