/* ### imports ################################################################### */

/* defined in wysiwyg editor */
@import url("editor.css");

/* layout */
@import url("020_layout.css");

/* content */
@import url("030_content.css");

/* formulare */
@import url("040_formulare.css");

/* text */
@import url("050_text.css");

/* smartMENU */
@import url("100_navi.css");

/* ### general definitions ####################################################### */

html {
	margin: 0px 0px 1px 0px;
	padding: 0;
	height: 100% !important;
	height: auto;
}

body, td, div {
	padding: 0px;
	margin:  0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

pre, form {
	display: inline;
}

p {
	margin: 15px 0px 15px 0px;
}

li {
	line-height: 18px;
}

a {
	color: #c86e00;
	font-weight: bold;
	text-decoration: none;
}

.textimagediv {
    display:none;
	visibility:hidden;
}

a:visited {
	color: #c86e00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d67c00;
	font-weight: bold;
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
}

.splitter {
	height: 20px;
	display: block;
	border: 0px dotted #FFDD00;
}

.smartHIGHLITE {
	color: #FFFFFF !important;
	font-weight: bold !important;
    text-decoration: underline;
}

#Menu1 .smartHIGHLITE {
	color: #FFDF28 !important;
	font-weight: bold !important;
}

