﻿html, body
{
	background-color: white;
	color: black;
}

#MainTable
{
	background-color: white;
	color: black;
}

#MainTableHeader
{
	background-color: white;
	color: black;
}

#MainTableFooter
{
	background-color: white;
	color: black;
}

#MainTableMenu
{
	background-color: white;
	color: black;
}

#MainTableExtra
{
	background-color: white;
	color: black;
}

#MainTableContent
{
	background-color: white;
	color: black;
}

#ContentTable
{
	background-color: white;
	color: black;
}

.SiteTitle, a.SiteTitle, a.SiteTitle:visited, a.SiteTitle:hover
{
/*	background-color: #eeeeee;*/
	background-color: white;
	color: black;
	margin: 8px 0px 8px 0px;
}

table.embcontentalt
{
	background-color: white;
	color: black;
	border: 1px solid silver;
}

th.embcontent
{
	background-color: #eeeeee;
	color: black;
	border: 1px solid silver;
}

td.embcontent
{
	background-color: white;
	color: black;
	border: 1px solid silver;
}

.embcontent
{
	background-color: white;
	color: black;
}

.PageTitle
{
	background-color: #eeeeee;
	color: black;
}

h1, h2, h3, h4, h5, h6
{
	background-color: #eeeeee;
	color: black;
	border: 1px none black;
}

.MenuItem
{
	background-color: #d6e7ff;
	color: black;
	white-space: nowrap;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #adc7ef;
	border-bottom: 1px solid #adc7ef;
	margin: 2px;
	padding: 2px;
	width: 120px;
}

.MenuSpace
{
	background-color: #3d5fa3;
	color: black;
	height: 2px;
	font-size: 2pt;
	margin: 2px;
	padding: 2px;
	width: 128px;
}

.MenuText1
{
	margin: 4px;
	font-size: 11pt;
}

a.MenuText1
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

a.MenuText1:visited
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

a.MenuText1:hover
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

.MenuLink1
{
	margin: 4px;
	font-size: 11pt;
	border-bottom: 0px solid blue;
}

a.MenuLink1
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px solid blue;
	color: black;
	background-color: #d6e7ff;
}

a.MenuLink1:visited
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

a.MenuLink1:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	background-color: #d6e7ff;
}

.MenuLink2
{
	margin: 4px 4px 4px 6px;
	font-size: 11pt;
	border-bottom: 0px solid blue;
}

a.MenuLink2
{
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

a.MenuLink2:visited
{
	text-decoration: none;
	color: black;
	background-color: #d6e7ff;
}

a.MenuLink2:hover
{
	text-decoration: underline;
	color: black;
	background-color: #d6e7ff;
}

p
{
	margin: 0px 0px 5pt 0px;
}

div
{
	margin: 0px 0px 5pt 0px;
}

ul.embcontent
{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 150%;
	margin-left: 3ex;
}

a.header
{
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px solid blue;
	color: black;
	background-color: #d6e7ff;
}

a.header:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	background-color: #d6e7ff;
}

a.header:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	background-color: #d6e7ff;
}

/* CSSMATE */
td
{
	vertical-align: top;
	font-size: 10pt;
}

.td_selectColor
{
	border: 1px solid Black;
	cursor: pointer;
	width: 17px;
	height: 22px;
	font-size: 4pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.td_selectWebColor
{
	border: 1px solid Black;
	cursor: pointer;
	width: 23px;
	height: 13px;
	font-size: 4pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.td_SampleText
{
	color: #000000;
	width: 350px;
	height: 100px;
}

.AusrichtungUnten
{
	vertical-align: bottom;
	font-size: 10pt;
}

.displayNONE
{
	display: none;
}

.Hand
{
	cursor: pointer;
}

.buttonTable
{
	margin: 0px;
	padding: 0px;
	background-color: #6b96ce;
	border-collapse: collapse;
	border: solid 2px #adc7ef;
	font-size: 10pt;
}

.buttonNormal
{
	background-color: #d6e7ff;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #adc7ef;
	border-bottom: 1px solid #adc7ef;
	cursor: pointer;
	color: #0b366e;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
}

.buttonHover
{
	background-color: #ffeec2;
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-left-color: white;
	border-bottom-color: #adc7ef;
	border-right-color: #adc7ef;
	cursor: pointer;
	text-decoration: underline;
	color: #0b366e;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
}

.buttonPressed
{
	background-color: #adc7ef;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-top-color: #adc7ef;
	border-left-color: #adc7ef;
	border-bottom-color: white;
	border-right-color: white;
	cursor: pointer;
	color: black;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
}

.buttonPressedHover
{
	background-color: #ffeec2;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-left-color: white;
	border-bottom-color: #adc7ef;
	border-right-color: #adc7ef;
	cursor: pointer;
	text-decoration: none;
	color: black;
	font-size: 10pt;
	margin: 2px;
	padding: 2px;
}

table.thinDarkblueBorders
{
}

.csseditor
{
	border-collapse: separate;
	padding: 0px 4px 4px 4px;
}

#tdedit
{
	border: #3D5FA3 1px solid;
	width: 430px;
	height: 370px;
}

#tdselect
{
	border: #3D5FA3 1px solid;
	width: 340px;
	height: 370px;
}

#tdpreview
{
	border: #3D5FA3 1px solid;
	width: 430px;
	height: 120px;
	overflow: hidden;
}

#tdcode
{
	border: #3D5FA3 1px solid;
	width: 340px;
	height: 120px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

th.csseditor
{
	border: #3D5FA3 1px solid;
	padding: 0px 4px 0px 4px;
	background-color: #adc7ef;
	font-weight: bold;
	border-collapse: collapse;
	font-size: 10pt;
}

#CodeTextarea
{
	margin: 0px 0px 0px 0px;
	border: #3D5FA3 0px solid;
	width: 348px;
	height: 100%;
	color: #000000;
	cursor: text;
	overflow: auto;
}

.help
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 8px;
	background-color: #FFFFE1;
	width: 320px;
}

.code
{
	font-family: courier, monospace;
}

input.samplecode
{
	border: 1px solid navy;
	font-family: courier, monospace;
	padding: 2px 2px 2px 2px;
}

.post-title
{
	border-bottom: #3d5fa3 1px solid;
	border-left: #3d5fa3 1px solid;
	padding-bottom: 4px;
	line-height: 1.1em;
	background-color: #f0f8ff;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 125%;
	border-top: #3d5fa3 1px solid;
	font-weight: bold;
	border-right: #3d5fa3 1px solid;
	padding-top: 4px;
}

.footertext, a.footertext, a.footertext:visited, a.footertext:hover
{
	background-color: white;
	color: gray;
}

.menubutton {
	/*	border-width: 2px;
	border-style: outset;
	border-color: inherit;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #CCCCCC;
	*/
	background-color: #F8F8F8;
	width: 128px;
	padding: 4px;
}
.menubutton:hover {
	/*	border-width: 2px;
	border-style: outset;
	border-color: inherit;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	*/
	background-color: #F8F8F8;
	width: 128px;
	padding: 4px;
}
.menubuttonjs {
	/*	border-width: 2px;
	border-style: outset;
	border-color: inherit;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	*/
	background-color: #F8F8F8;
	border-left: 1px solid #F8F8F8;
	border-top: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	width: 128px;
	padding: 4px;
	cursor:pointer;
}
.menubuttonjs:hover {
	/*	border-width: 2px;
	border-style: outset;
	border-color: inherit;
	*/
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #CCCCCC;
	width: 128px;
	padding: 4px;
	cursor:pointer;
}
menubuttonlink
{
	border-bottom: 0px solid blue;
}
a.menubuttonlink
{
	color: #222222;
	text-decoration:none;
}
a.menubuttonlink:active
{
	color: #222222;
	text-decoration:none;
}
a.menubuttonlink:visited
{
	color: #222222;
	text-decoration:none;
}
a.menubuttonlink:hover
{
	color: red;
	text-decoration:underline;
}

.disclaimer
{
	text-align: center;
	font-size:150%;
}
.disclaimerred
{
	text-align: center;
	font-size: 400%;
	color: #FF0000;
}
.disclaimerbeta
{
	text-align: center;
	font-size: 150%;
	color: #3366FF;
	font-weight: bold;
	font-size: 100%;
}
.disclaimernote
{
	text-align: center;
	font-size: 150%;
	font-size: 80%;
}
.faqquestion
{
	color: #3366FF;
	border-top:thin #3366FF solid;
	font-weight: bold;
	margin-top:4px;
	margin-bottom:4px;
}
.faqanswer
{
	margin-top:4px;
	margin-bottom:12px;
}

.rhstext
{
	white-space:nowrap;
}
