body {
font-family: Helvetica, Verdana, Arial;
background-repeat: repeat-y;
background-image: url(images/fraktal.gif);
color: #666666;
background-color: white;
font-size: 10px;  
text-align:center;
margin:0px;
padding:0px;
}

/* // structuring the page with divs // */
/* http://www.intensivstation.ch/files/templates/temp06.html */

#box {
	width: 910px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}


#head {
	text-align: center;
}

#centre {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	width:360px;
	float:left;
	background-color:#fff;
	overflow: auto;
}


#left {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	width:270px;
	float:left;
}

#right {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width:200px;
	float:left;
}


/* // styles // */

#centre h1{
	font-weight: bold;
	color: #44C1EF;
	font-size: 13px; 
}

#centre h2{
	color: #666666;
	font-weight: bold;
	font-size: 12px; 
}

#centre a{
	text-decoration: none;
	font-weight: bold;
	color: #515151;
	font-size: 10px; 
}

#centre a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #44C1EF;
	font-size: 11px; 
}


#right h1{
	font-style: normal;
	font-weight: normal;
	color: #44C1EF;
	font-size: 11px; 
}

#right a{
	text-decoration: none;
	font-weight: normal;
	color: #515151;
	font-size: 10px; 
}

#right a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #44C1EF;
	font-size: 11px; 
}

.title {
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

