body, div, span, p, .p, 
h1, h2, h3, h4, h6,
.listheadline, .listproducts, h3, ul, li, ol, a, table, tr, td, th, select, input, textarea, .credit,
.imgalttext, .forumheadline, .headline, 
.menugwf, .navigator, .hghell, .hgdunkel, .bglight, .bgdark, .hellblauhg, .dunkelblauhg, .dunkelblauhgw,
.normalw, .normalwf, .picturetext
{
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    padding-top: 1ex;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0.5ex;
    margin: 0px;
}

h1, .headline, td h1 
{
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

h2, .listproducts, td h2
{
	font-weight: bold;
	font-size: 16px;
	/* clear: right; */
}

.listheadline, .listheadlineweiss
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

h3
{
	font-size: 14px;
	text-decoration : none;
}


p, .p, ul, li, ol, td, th, select, input, textarea, .credit
{
	font-size: 13px;
}


.listheadlineweiss, a.listheadlineweiss, a.listheadlineweiss:active, a.listheadlineweiss:link, 
a.listheadlineweiss:hover, a.listheadlineweiss:visited
{
	color: #ffffff;
}


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: 13px;
}

.bglight, td.bglight 
{
	border-bottom: 1px dotted #000000;
}

.bgdark, td.bgdark 
{
	border-bottom : 1px dotted #000000;
}

ul ul, ol ol
/* This is to get nested lists to keep the correct size. */
{
    font-size: 13px;
}
 

p
{
    padding-top: 0ex;
    padding-bottom: 1ex;
    margin: 0px;
}

p.headline
{
    font-weight: bold;
    padding-top: 0ex;
    padding-bottom: 0ex;
    margin: 0px;
}

div.kuhboxright p
{
	padding: 5px;
	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. */
{

}

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 #000000;
}

table.list th, table.list td
{
}

th
{
    font-weight: bold;
    text-align: left;
}

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: 4px;
    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;
}

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
{
}

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;
}

div.rightbreak
/* 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: right;
}
div.leftbreak
/* 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: left;
}


div.maincontentheader
{
}

div.byline
{
    margin-bottom: 8px;
}

div.imageleft, div.factboxleft, div.factboxright, div.leftobject, div.rightobject
{
    display: block;
}


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
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
}

div.factboxright, div.rightobject
{
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    float: right;
    width: 152px;
    clear: right;
    overflow: visible;
}

div.factboxright p
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

p.factbox
{
    overflow: visible;
}

/* MESSAGES TO THE USER */

p.description
{
    
}

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 #000000;
    border-top: solid 2px #000000;
}

div.warning
{
    border-bottom: solid 2px #000000;
    border-top: solid 2px #000000;
}

div.feedback
{
    padding-top: 1ex;
    padding-bottom: 1ex;
    margin-top: 1.5ex;
    margin-bottom: 1.5ex;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
}

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: 0px;
    margin-bottom: 0px;
    color: #000000;
    background: #000000;
    clear: both;
}

.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;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 10px;
} 

.picturetext
{
	padding: 5px;
	display: block;
	clear: right;
}
.vcenter {
	vertical-align: middle;
}

.buttonblockright
{
	text-align: right;
}

.leftborder, div.leftborder
{
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


.forumheadline
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;	
}


.listproducts 
{
	text-decoration : underline;
}


.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.right
{
	text-align: right;
}

.tdmini
{
	font-size: 1px;
}



table.list
{
}

.bgcurrent
{
}

.bgweekend
{
}

.bgselect
{
}

form
{
	margin: 0px;
}

.stdbutton 
{
	font-size: 11px;
	font-weight: bold;
}
 
.okbutton 
{
	font-size: 18px;
	font-weight: bold;
}

.divider
{
	float: left;
	padding-right: 10px;
}

.box
{
	width: 350px;
}

.halfbox
{
	width: 350px;
}

.searchbox
{
	width: 350px;
}

.searchboxsmall
{
	width: 130px;
}

.error
{
	font-size: 14px;
	font-weight: bold;
}


.bgwhite 
{
	color: #000000; 
	background-color: #ffffff;
}

.bgdarkgrey 
{
	color: #FFFFFF; 
	background-color: #999999;
}

.navigator
{
	color: #FFFFFF;
	font-size: 13px;
}

a.navigator:link, a.navigator:visited, a.navigator:active  
{ 
	color: #FFFFFF;
	font-weight: bold;
}

table.navigator
{
	padding: 2px;
}

.div.navigator
{
	margin: 0px;
	padding: 0px;
	break: both;
}

table.navigator, tr.navigator, td.navigator, div.navigator
{
	border: none;
}

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, 
{
	/* line-height: 130%; */
}

.forumline, p.forumline, div.forumline, div.forumline p, p
{
	margin-top: 1.5ex;
}

.zaehler
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;
}

.guestbooktable, table.guestbooktable
{
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	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;
}

.kuhboxright
{
	float: right; 
	width: 152px; 
	overflow: visible; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	display: block;
}

.halfline
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000000;	
}

h2.dunkelblauhgw, td h2.dunkelblauhgw
{
	padding-left: 7px;
}

td
{
	text-align: left;	
}



div.leftmenu ul
{
    /* margin-left: 6px;*/
	margin: 0px;
	padding: 0px;
}

div.leftmenu
{
    width: 150px;
}

div.leftmenu-design li.menu-level-1
{ 
    color: #ffffff;
	text-decoration: none;
    border-bottom: 1px solid;
    padding: 5px 2px 0px 5px;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}

div.leftmenu-design li.menu-level-1 a
{ 
    color: #ffffff;
	font-size: 11px;
	text-align: left;
    /* font-weight: bold;*/
    text-decoration: none;
	background: url(/design/kuh/images/li2.gif) no-repeat;
	padding-left:14px;
}

div.leftmenu-design li.menu-level-1 a:hover
{
	text-decoration: underline;
}

div.leftmenu-design li.menu-level-2
{ 
    color: #ffffff;
	text-decoration: none;
    margin-left: 10px;
    list-style-type: none;
}

div.leftmenu-design li.menu-level-2 a
{ 
    font-size: 10px;
	color: #ffffff;
	text-align: left;
    text-decoration: none;
	background: url(/design/kuh/images/li3.gif) no-repeat;
}

div.leftmenu-design li.menu-level-2 a:hover
{
	text-decoration: underline;
}


.selected, a.selected,
div.leftmenu-design li.menu-level-1 a.selected,
div.leftmenu-design li.menu-level-2 a.selected
{
	font-weight: bold;
	color: #ffffff;
}
