/* stylesheet for componeo websites */
body {
	color: #FF9F11;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FF9E10;
	margin: 0px; 	/* works on MSIE only - for NS, Gecko, Opera you must set marginwidth="0" marginheight="0" in the body tag of the html-file additionally*/
}
td { 
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #FF9F11; /* ns4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* ns4 */
	font-size: 14px;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	font-size: 145%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}
address {
	font-size: 85%;
	font-weight: normal;
	font-style : normal;
}
li {
	padding-bottom: 6px;
}
/* this class defines the bg-color for the content area and the wysiwyg-editor if not identically with the colors set in body */
.content {
	background-color: #CE0000;
}

/* für Links KEINE Farben angeben, da diese sonst in der Navigation vom MSIE übernommen werden -
Farben für Links müssen über das body-Tag in HTML angegeben werden. */
a:link			{
	text-decoration: none;
	color: #FF9F11;
}
a:visited		{
	text-decoration: none;
	color: #FF9F11;
}
a:hover		{
	text-decoration: none;
	color: #ffcc00;
}
a:active 		{
	color: red;
	text-decoration: none;
}
.sitemap	{
	border : 1px solid #FF9F11;
	padding: 3px
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:11px;
	margin-left:0mm;
}
.nav1			{
	font-size:10px;
	margin-left:3mm;
}
.nav2			{
	font-size:10px;
	margin-left:6mm;
}
.nav3			{
	font-size:10px;
	margin-left:8mm;
}

.footer		{
	white-space:nowrap;
	font-size: 10px;
	color: #FF9F11;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : #cc0000;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : #FF9F1;
	text-decoration : none;
}
.active		{
	color : #cc0000;
	font-style : normal;
	text-decoration : none;
}

input, textarea {	
	background-color: #FF9E10;
	border: 1px solid #EF5D08;
}