/* CSS Document */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
/* Author: 		Gianluca Palmisano		 					*/
/* Date: 		28. November 2008			 				*/
/* Copyright:	© 2008 - Gianluca Palmisano					*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/


/*********************** CSS File  */

* {
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	line-height:19px;
	padding:0px;
	margin:0px;	
}

body {
	background-color:#e7e7e7;
	background-image:url(../images/background_01.png);
	background-repeat:repeat-y;
}


#screen {
	position:absolute;
	top:99px; left:157px;
	width:805px; height:308px;
	background-image:url(../images/body_01.png);
	background-repeat:no-repeat;
}

#navi1 {
	position:absolute;
	left:20px; top:8px;
}

#navi2 {
	position:absolute;
	left:20px; top:75px;
	width:80px; 
}

#navi3 {
	position:absolute;
	left:120px; top:280px;
	width:320px;
	font-size:9px;
}

#globalnavi {
	position:absolute;
	right:20px; top:8px;
	font-size:9px;
}

#copyright {
	position:absolute;
	right:20px; top:280px;
	font-size:9px;
}

#title {
	position:absolute;
	left:120px; top:38px;
	width:320px; height:45px;
}

#left {
	position:absolute;
	left:120px; top:75px;
	width:320px; height:200px;
}

#right {
	position:absolute;
	left:465px; top:75px;
	width:320px; height:200px;
}

#logo {
	position:fixed;
	right:10px; bottom:10px;
}


h1 {
	font-size:18px;
	margin-top:10px;
}

.activenavi1 {
	color:#000000;
}

.activenavi2 {
	color:#000000;
}

.activenavi3 {
	color:#000000;
	font-size:9px;
}


a {
	text-decoration:none;
}
a:hover {
	color:#820f0f;
}

a.navi1 {

}

a.navi1_active {
	color:#000000;
}

a.navi2_active {
	color:#000000;
}

a.navi3_active {
	color:#000000;
}

a.global {
	font-size:9px;
}

h1 {
	font-size:16px;
	color:#ffffff;
}
















