
/*****************

COLORS:
- #313131 = left dark grey
- #6E6E6E = middle light grey
- #D7182A = dark red
- #9574AD = light violet
- #E05045 = light red
- #FFE240 = light yellow

******************/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #444444;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {		
	background-color: #DDDDDD;
	background-image: url(../images/bg_start.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

table {
	color: inherit;
}



/* ---------------------------- */
/* MAIN DIV-DEFINITIONS		*/
/* ---------------------------- */

#Content1 {
	width: 240px;
	min-height: 500px;
	margin-top: 50px;
	margin-left: 70px;
	margin-right: auto;
	background-image: url(../images/dot_bg_grey.gif);
	border: solid 2px #FFFFFF;
}

#Content2 {
	position: absolute;
	top: 0px;
	width: 600px;
	height: 500px;
	margin-top: 50px;
	margin-left: 330px;
	margin-right: auto;
	background-image: url(../images/dot_bg_grey.gif);
	border: solid 2px #FFFFFF;
	overflow: auto;
}

#ContentInside {
	padding: 30px;
}


/* ---------------------------- */

a:link, a:visited { text-decoration: none; font-weight: normal; color: #444444; }
a:hover   { text-decoration: none; font-weight: normal; color: #999999; }

ul {
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 16px;
	line-height: 1.5em;
}

ul li {
	list-style-image: url(../images/bullet_blink.gif)
}

li a:link, li a:visited {
	font-weight: bold;
	color: #555555;
	list-style-image: url(../images/bullet_blink.gif)
}
li a:hover {
	color: #000000;
	list-style-image: url(../images/bullet_blink.gif)
}

.labeltext {
	font-size: 0.9em;
	line-height: 1.3em;
}

/* ---------------------------- */

