	/* Main font style */  
	td		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #044283;}
	td.c	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #044283; padding-left:5; padding-right:5; padding-top:3; padding-bottom:3;}
	td.c_	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #044283; padding-left:5; padding-right:5; padding-top:3; padding-bottom:3; background: #EDF2F7;}

	
	/* Main style for links */
	a {font-family: Verdana, Arial, Helvetica, sans-serif;}
	a:link     {text-decoration: none; color: #044283;}
	a:visited  {text-decoration: none; color: #044283;}
	a:active   {text-decoration: underline; color: #013973;}
	a:hover    {text-decoration: underline; color: #013973;}
	
/* SITE CSS */
/*-------------------------------------------------------------------*/
	a.l:link     {font-weight: bold; text-decoration: none; color: #044283;}
	a.l:visited  {font-weight: bold; text-decoration: none; color: #044283;}
	a.l:active   {font-weight: bold; text-decoration: underline; color: #013973;}
	a.l:hover    {font-weight: bold; text-decoration: underline; color: #013973;}
	
	a.lang:link     {text-decoration: none; color: #002D5C;}
	a.lang:visited  {text-decoration: none; color: #002D5C;}
	a.lang:active   {text-decoration: underline; color: #002D5C;}
	a.lang:hover    {text-decoration: underline; color: #002D5C;}
	
	a.url:link     {font-weight: bold; text-decoration: none; color: #ffffff;}
	a.url:visited  {font-weight: bold; text-decoration: none; color: #ffffff;}
	a.url:active   {font-weight: bold; text-decoration: none; color: #ffffff;}
	a.url:hover    {font-weight: bold; text-decoration: none; color: #ffffff;}
	
	a.p_sel:link     {font-weight: bold; font-size: 13px; text-decoration: none; color: #044283;}
	a.p_sel:visited  {font-weight: bold; font-size: 13px; text-decoration: none; color: #044283;}
	a.p_sel:active   {font-weight: bold; font-size: 13px; text-decoration: none; color: #013973;}
	a.p_sel:hover    {font-weight: bold; font-size: 13px; text-decoration: none; color: #013973;}
	
	
	input.kurs {
		font-family: Verdana, Arial; font-size: 11px; height:18px;
		border : 1px solid #064A91;
		background-color : #ffffff;
		background-image : url(../images/form_bg.gif);
		color: #044283;
	}
	
	input.submit {
		color: #044283;
		background-color : #C6D5E5;
		border-top : 1px solid #064A91;
		border-bottom : 1px solid #064A91;
		border-left : 1px solid #064A91;
		border-right : 1px solid #064A91;
		font-family : Verdana, Arial;
		font-size : 11px;
		font-weight: bold;
	}
	
	textarea {
		color: #044283;
		background-color : #ffffff;
		border-top : 1px solid #064A91;
		border-bottom : 1px solid #064A91;
		border-left : 1px solid #064A91;
		border-right : 1px solid #064A91;
		font-family : Verdana, Arial;
		font-size : 11px;
		background-image : url(../images/form_bg.gif);
	}	
/*-------------------------------------------------------------------*/




/* BPANEL CSS */
/*-------------------------------------------------------------------*/
	/* Main style for links from bbcode */
	a.bbcodeLink:link     {text-decoration: none; color: #044283;}
	a.bbcodeLink:visited  {text-decoration: none; color: #044283;}
	a.bbcodeLink:active   {text-decoration: underline; color: #013973;}
	a.bbcodeLink:hover    {text-decoration: underline; color: #013973;}
	
	/* Main style for emails from bbcode */
	a.bbcodeMail:link     {text-decoration: none; color: #044283;}
	a.bbcodeMail:visited  {text-decoration: none; color: #044283;}
	a.bbcodeMail:active   {text-decoration: underline; color: #013973;}
	a.bbcodeMail:hover    {text-decoration: underline; color: #013973;}
	
	/* Header1 from bbcode */  
	.bbcodeH1 {
		background-color:#EDF2F7;
	}

	/* Header2 from bbcode */  
	.bbcodeH2 {
		font-size:15px;
		font-weight: bold;
	}
	
	/* Comment from bbcode */  
	.comment {
		color:#5c5c5c;
		font-family:Verdana;
		font-size:10px;
		/*font-style:Italic;*/
		text-decoration:none;
	}
	
	/* BPanel Copyright */
	.copyBpanel {
		color:#000000;
		background-color:#cccccc;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		padding-left:10px;
		padding-right:5px;
		padding-top:1px;
		padding-bottom:3px;
	}
	a.copyBpanel:link     {text-decoration: none; color: #044283;}
	a.copyBpanel:visited  {text-decoration: none; color: #044283;}
	a.copyBpanel:active   {text-decoration: underline; color: #013973;}
	a.copyBpanel:hover    {text-decoration: underline; color: #013973;}
	
/*-------------------------------------------------------------------*/
