
.bodyglobal 			{margin:0px; padding:0px; color:#454346; background-color:#ffffff; font-family:arial,helvetica,sans-serif;}
#clear					{clear:both;}
#back					{background:url('/img/arrow_back_grey.gif') no-repeat 0 1px; padding:0 0 0 10px;}


/*----- TEXTFARBEN -----*/
.white, a.white				{color:#ffffff;}
.black, a.black				{color:#000000;}
.lightgrey, a.lightgrey		{color:#cccccc;}
.grey, a.grey				{color:#8c8b8d;}
.darkgrey, a.darkgrey		{color:#666666;}
.blue, a.blue				{color:#0063d2;}
.red, a.red					{color:#ff0000;}

/*----- ARROWS -----*/
.mehr 					{padding:0 8 1 0; margin:0 0 0 0; background:url('/img/arrow_right_blue.gif') no-repeat right;}

/*----- GLOBAL LINK BEHAVIOR -----*/
a:link,
a:active,
a:visited 				{text-decoration:none;}
a:hover 				{text-decoration:none; color:#000000;}

/*----- LINK DECO -----*/
#nodeco					{text-decoration:none;}
#nodecouppercase		{text-decoration:none;}

/*----- TEXTGROESSEN -----*/

.contentbig 			{font-size:13px; line-height:16px;}
.content 				{font-size:12px; line-height:16px;}
.contentsmall			{font-size:11px; line-height:14px;}
.contentmini			{font-size:10px; line-height:14px;}


h1 						{font-family:arial; font-size:16px; margin:0 0 0 0; padding:0; text-transform:uppercase;}
h2 						{font-family:arial; font-size:13px; margin:0 0 0 0; padding:0; line-height:15px;}
h3 						{font-family:arial; font-size:10px; margin:0 0 0 0; padding:0; text-transform:uppercase; line-height:14px;}
.subline				{font-family:arial; font-size:10px; line-height:12px;}

.headline 				{font-family:arial; font-size:13px; margin:0 0 0 0; padding:0;}
.headlinebig 			{font-family:arial; font-size:18px; margin:0 0 0 0; padding:0;}

.input					{background:#ffffff; color:#000000;	border:1px solid #cccccc; font-family:helvetica,arial; font-size:11px;} 

#content-ul 			{margin:0 0 0 0; padding:0 0 0 0;}
#content-li 			{margin:0 0 0 1px; padding:0 0 0 0; list-style-type:none;}

.treeview ul			{margin:0 0 0 0; padding:0 0 0 0;}

.treeview li.submenu	{margin:0 0 0 -40px; padding:0 0 0 0; list-style-type:none;}

.treeview li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	cursor: pointer;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 0 0 0 8px;
padding:0 0 0 0;
list-style-type:none;
}

