/* Reset-CSS */
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	line-height: 16.7px;
}

/* Reset-CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

/* Reset-CSS */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset-CSS */
fieldset,img {
	border: 0;
}

/* Reset-CSS */
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

/* Reset-CSS */
del,ins {
	text-decoration: none;
}

/* Reset-CSS */
li {
	list-style: none;
}

/* Reset-CSS */
caption,th {
	text-align: left;
}

/* Reset-CSS */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Reset-CSS */
q:before,q:after {
	content: '';
}

/* Reset-CSS */
abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* Reset-CSS */
sup {
	vertical-align: baseline;
}

/* Reset-CSS */
sub {
	vertical-align: baseline;
}

/* Reset-CSS */
legend {
	color: #000000;
}

/* Reset-CSS */
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* Reset-CSS */
input,button,textarea,select {
	font-size: 100%;
}

/* Haupttabelle */
.mainTable {
	height: 100%;
}

/* Die verschiedenen Zellen */
.linkTd,.mainTd,.titleTd,.bottomTd {
	padding: 16px;
}

/* Zelle f�r den Titel */
.titleTd { /* background-color: #A9A890; */
	background-color: #bb0700;
}

/* Zelle f�r den unteren Bereich */
.bottomTd {
	background-color: #bb0700;
	/* background-color: #A9A890; */
}

/* Hauptzelle auf 100% Breite */
.mainTd {
	width: 100%;
	background-color: #ff7044;
	/*background-color: #ff6633;*/
}

/* Zus�tzliche ID-Attribute f�r mainDiv */
#mainDiv {
	border: 0px;
	overflow: auto;
	position: relative;
	width: 100%;
	display: inline;
}

/* Style f�r den <body>-Tag */
.userBody {
	
}

/* Divider mit dem Inhalt */
.contentDiv {
	text-align: justify;
	padding-left: 16px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 24px;
}

/* Rahmen f�r Zellen */
.spaceTd,.linkTd,.mainTd,.titleTd,.bottomTd {
	border: 0px solid #000000;
}

/* Zelle f�r die Links */
.linkTd {
	background-color: #bb0700;
	padding-right: 42px;
}

/* Valid HTML Bild */
.valid_html {
	margin: 0px;
}

/* Abstand unterster Eintrag Links (pro Kategorie) */
.separatorLi {
	height: 7px;
}

/* p f�r die Links */
.linksP {
	line-height: 1.2;
}

p {
	padding-left: 16px ! important;
	padding-right: 32px ! important;
	padding-top: 8px ! important;
	padding-bottom: 8px ! important;
}

/* Links nicht unterstreichen */
.linkFont,.linkFont:visited,.linkFont:active {
	text-decoration: none;
}

/* Unterstreichen, wenn die Maus dar�berf�hrt */
.linkFont:hover {
	text-decoration: underline;
}

/* Farbe und Schriftart der Links */
.linkFont,.linkFont:visited,.linkFont:active,.linkFont:hover {
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
}

.bottomTdRight { /* background-color:#ff6633;*/
	background-color: #ff7044;
}
