@import url('framework/reset.css');
@import url('complement/color.css');
@import url('complement/list.css');
@import url('complement/divs.css');
@import url('complement/table.css');
@import url('complement/tips.css');
@import url('complement/form.css');
@import url('complement/extensions.css');
@import url('complement/calendar.css');
@import url('pluggins/TextboxList.Autocomplete.css');
@import url('pluggins/TextboxList.css');
@import url('tinymce_adapted.css');

body {
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 13px;
	font-weight: 100;
	background: #1d1d1d;
	color: #aaa;
	text-shadow: black 1px 1px 2px;
	font-weight: lighter;
	line-height: 1.1em;
}
div.col2 p, div.col3 p {
	text-align: left;
}
div#general-pub {
	min-width: 710px;
}
a#index {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100px;
}
div#general {
	margin: 14px 2%;
	min-width: 700px;
	margin-right: 110px;
	position: relative;
}
div#header {
	background: url('../images/design/header-repeat.png') repeat-x top;
	height: 157px;
	overflow: hidden;
}
div#header-right {
	background: url('../images/design/header-right.png');
	float: right;
	height: 125px;
	width: 464px;
	z-index: -1;
}
div#header-pub {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 720px;
}
div#header-left {
	background: url('../images/design/header-left.png');
	float: left;
	height: 125px;
	width: 435px;
	z-index: 3;
}
div#menu {
	z-index: 3000;
	height: 20px;
	clear: left;
	padding-bottom: 12px;
	background: url('../images/design/menu.png') repeat-x;
	position: relative;
	border-bottom: 1px solid #333;
}
div#menu ul li.head {
	float: left;
}
div#menu-penne {
	background: url('../images/design/penne-fin.png');
	width: 205px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}
div#footer {
	background: #080808;
	color: #444;
	height: 2em;
	text-align: center;
	padding-top: 1em;
	font-size: 0.8em;
}
div#footer a {
	color: #888;
}
div#footer-links {
	width: 100%;
	height: 400px;
	background: #000;
	margin-top: 30px;
	top: 10px;
	position: relative;
}
.threecol .colleft {
	background: #111;
}

.threecol {
	background: #111;
}
.threecol .colmid {
	background: #131313;
}

div#subMenu h4, div#subMenu h5 {
	font-size: 1.1em;
	margin: 0.3em 0;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}
.center, .center p {
	text-align: center;
}
.clear {
	clear: both;
}

/******** Sub elements *********/

/******** Titles *******/
h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #666;
	margin: 0.5em 0;
	color: #fff;
	/*margin: 0.5em 0;
	font-size: 1.9em;
	color: #ddd;
	text-transform: uppercase;*/
}
h1 span.sub {
	display: block;
	font-size: 80%;
	color: #aaa;
	text-style: italic;
}
h2 {
	background: #222;
	color: #eee;
	padding: 4px;
	/*border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;*/
	margin: 1em 0;
	clear: left;
}
h2 a {
	color: #eee;
}
h3 {
	margin: 4px 0;
	text-transform: uppercase;
	margin-top: 20px;
}
ul h3 {
	margin: 0;
	text-transform: none;
}
div#subMenu h4, div#subMenu h5 {
	color: #e06500;
}
a.button {
	background: url('../images/design/background-title.png');
	font-size: 1em;
	color: #111;
	text-shadow: none;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	padding: 3px 15px;
}

strong {
	font-weight: bold;
}

/********** Pub ***********/
div.pub {
	border: 1px solid #555;
	width: 105px;
	margin: auto;
	margin-top: 4em;
	background: #333;
}
div#pub-bottom {
	width: 100px;
	position: absolute;
	right: 0;
	top: 140px;
	z-index:-300;
}
div.pub h3 {
	background: #888;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-shadow: none;
	color: #222;
	font-weight: normal;
}

div.ul ul {
	list-style-type: disc;
	margin-left: 20px;
}
div.left p {
	text-align: left;
}

.floatRight {
	float: right;
}
.center {
	text-align: center;
}
.margin {
	margin: 0 13px;
}
.margin-all {
	margin: 13px;
}
.border {
	padding: 4px;
	border: 1px solid #333;
}
div.dataText li {
	margin-left: 30px;
	list-style-type: disc;
}
img.icon, a.icon img {
	vertical-align: middle;
	border: none;
	margin: 0 4px;
}
acronym {
	border-bottom: 1px dashed;
}
p.discret {
	color: #555;
	font-style: italic;
}