/* Global Settings */
* {
	padding: 0;
	margin:  0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
  background: #cccccc url(../../mymedia/template/body_bg.gif) repeat-x;
}

ol {
	padding-left:15px;
	margin-left:15px;
}

fieldset {
  border:0px;
}

/*************************  LINKS  GENERELL  **********************************/

a {
	color: #ffffff;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a img {
  border:0px;
}


/*************************  HEADLINES  GENERELL  ******************************/

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

img {
	padding: 0px;
}

