* {margin: 0px;	padding: 0px;}

body,html {
		margin: 0px;
		background: #6a6c64 url(../img/page-bg-complete.png);
		font-family: 'Cantarell', arial, serif;
		font-size: 105%;
		letter-spacing: 0px;
		}

#page-inside {
		width: 960px;
		overflow:hidden;
		}

#sidebar {
	width:345px;
	overflow:hidden;
	float: left;
	padding-bottom: 15px;
	}
	
#bg-top {
	width: 345px;
	height:287px;
	}

#info {
	position:absolute;
	width:1px;
	height:1px;
	z-index:1;
	visibility: hidden;
}

.headline {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0;
	margin:7px 100px 7px -5px;
	padding:4px 0 3px 10px;
	width:auto;
	}

#about {
	color:#FFFFFF;
	font-size:0.7em;
	line-height:1.5em;
	padding-right:30px;
	text-align:right;
	top:250px;
	}

#about h2 { color:#fff;}
#about a, #about a:visited {color:#fff; padding:1px 3px; font-weight:bold;}
#about a:hover { background-color: #FFFFFF;}

	
#content {
	font-size:0.7em;
	float: left;
	position:relative;
	width:600px;
	padding: 42px 0 55px 5px; 
}
	
table {	font-size: 0.8em;}

.idList {
	width: 590px;
	margin:0px 2px 0px 0px;
	padding:0px 7px 0px 9px;
	background-repeat: no-repeat;
	font-size: 1em;
}

.idList a:hover {
	color:#fff;
	background-color:#CC0001;
	font-weight: bold;
	}


/* LINKS - START */

a			{ color: #666666; text-decoration: none; font-weight: normal; letter-spacing: 0px; cursor: pointer; }
a:hover, #about a:hover 	{ text-decoration: none; background-color: none; }
a:visited 	{ text-decoration: none; }
a:focus 	{ outline: none; }

img 		{ vertical-align: text-top;}
.clr		{ clear:both;}

/* LINKS externe TARGETS - START */

.box-text a[href^="http://"]:link, .box-text a[href^="http://"]:visited { 
	color: #666666;
	text-decoration: none;
	font-size: 100%;
	letter-spacing: 0px;
	padding-right: 12px;
	background: transparent url(../img/link_ext_icon.gif) right 0px no-repeat;
	}
	
.box-text a[href^="http://"]:hover, .box-text a[href^="http://"]:active { 
	text-decoration: none;
	font-size: 100%;
	letter-spacing: 0px;
	padding-right: 12px;
	background: transparent url(../img/link_ext_icon.gif) right -264px no-repeat;
	}

/* LINKS externe TARGETS - END */	
/* LINKS - END */


/* LIST - TEST */
h3 { font-size: 1em; }

h3 a {
	width: 578px;
	height: auto;
	display: block;
	padding: 4px 0 4px 12px;
	margin: 0px;
	font-weight:bold;}

h3 a:hover {
	color: #fff;
	}

h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px 10px;
	color:#333;
}

.box h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 3px 0px 8px;
	color:#333;
	line-height: 1.3em;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul#text {
	margin-left:15px;
}

ul#text li {
	list-style-type: disc;
	list-style-position:outside;
}

/* BOX - START */
.box {
	width: 600px;
	font-size: 0.95em;
	line-height:1.5em;
	background: none;
	}

.box-top {
	width: auto;
	overflow: hidden;
	height: 10px;
	background: url(../img/box_bg_top.png) no-repeat bottom  !important;
	background: url(../img/box_bg_top.gif) no-repeat bottom;
	}

.box-mid {
	width: 570px;
	overflow: hidden;
	padding: 8px 0 8px 23px;
	color: #7A7A7A;
	background: url(../img/box_bg_mid.png) repeat-y  !important;
	background: url(../img/box_bg_mid.gif) repeat-y;
	}
	
.box-bot {
	clear: both;
	overflow: hidden;
	height: 10px;
	background: url(../img/box_bg_bot.png) no-repeat top  !important;
	background: url(../img/box_bg_bot.gif) no-repeat top;
	}
	
.box img {
	margin: 2px 10px 2px 0px;
	width: auto;
	float: left;
	display: block;
	}
	
.box-text {
	margin: 2px;
	padding-right: 30px;
	width: 320px;
	overflow: hidden;
	float: right;
	}
	
.box-text a {
	font-weight:bold;
	}
	
#footer {
	background: #333 url(../img/footer-bg.png) repeat-x top ;
	border-top: 5px solid #fff;
	position:relative;
	height: 400px;
	}

#footer h2 {
	font-size: 1em;
	color:#FFFFFF;
	}

#footer p {
	border-top: 1px dotted #999;
	padding-top:15px;
}

.box-text p {
	border-left:1px dotted #CCCCCC;
	margin:8px 0 5px;
	padding:3px 0 4px 7px;
	}