/*--		rst				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*BEGIN:	general generic styles		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

*						{
margin:					0 0 0 0;
padding:				0 0 0 0;
}

html						{
width:					100%;
height:					100%;
overflow:				hidden;
background:				#e1e1e1 url(../images/site/site_bk.gif) repeat left top;
}

body					{
width:					100%;
height:					100%;
margin:					0 0 0 0;
padding:				0 0 0 0;

font-family:			Arial,Helvetica,sans-serif;
font-style:				normal;
font-weight:			500;
text-decoration:		none;
font-size:				12px;
color:					#333333;
text-align:				center;
overflow:				hidden;

/*** FIX IE-(NON)-SUPPORT FOR :HOVER CLASSES ****/
behavior: url("fileadmin/templates/sdg/scripts/csshover3.htc");
}

div						{
overflow:				hidden;
margin:					0 0 0 0;
padding:				0 0 0 0;
}
/*--		trk					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		generic			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

img, a					{
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none transparent;
text-decoration:		none;
}

a 						{
cursor:					pointer;
color: #FF6600;
}

form, fieldset				{
margin:					0 0 0 0;
padding:				0 0 0 0;
border:					0px none transparent;
}

area						{cursor: pointer;}


P A:link, P A:visited {
text-decoration: none; color: #FF6600; background: none; padding: 0px; margin: 0px; font-weight: bold;}
P A:hover, P A:focus, P A:active {
text-decoration: underline;}
A:hover, A:focus, A:active {
text-decoration: underline;
color: #FF6600;
}

H1 {
font-family:			Georgia, serif;
font-weight:			normal;
font-size:				26px;
margin:					0px 0px 10px 0px;
color:					#000;
}
H1 SPAN {
color:					#666666;
}
H2 {
font-family:			Georgia, serif;
font-weight:			normal;
font-size:				16px;
margin:					0px 0px 10px 0px;
color:					#009999;
}

H3 {
display:				block;
font-size:				12px;
font-weight: 			bold;
margin:					0px;
}
P, LI{
font-size:				12px;
color:					#333333;
}


UL {
margin: 10px 0px 10px 10px;
}
UL LI {
list-style: none;
padding: 0px 0px 0px 15px;
margin: 2px 0px 2px 0px;
background: transparent url(../images/content/list_bullet_level1.gif) no-repeat 0px 7px;
list-style-position: outside;
line-height: 16px;
display: block;
}
UL UL {
margin: 0px 0px 0px 20px;
}
UL UL LI{
list-style: none;
padding: 0px 0px 0px 15px;
margin: 2px 0px 2px 0px;
background: transparent url(../images/content/list_bullet_level2.gif) no-repeat 0px 7px;
list-style-position: outside;
line-height: 16px;
display: block;
}

OL LI {
margin-left: 30px;
padding-left: 10px;
list-style-position: outside;
}



table {
margin:					0 0 0 0px;
padding:				0 0 0 0px;
border-collapse:		collapse;
}

table td {
padding:				0 0 0 0px;
vertical-align: 		top;
text-align:				left;
}

/*--END		generic			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/