/*--------------------------------------------------
version: 1.0
author: katalin herrmann
email: info@digiwork.biz
website: www.digiwork.biz
----------------------------------------------------*/

*
{
margin: 0px;
padding: 0px;
}

/* a */

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #660066;
}

a:visited {
	color: #333333;	
}

/* Body-Stile */

body {
	background: #5D87A0 url(images/back_all.gif) repeat-x;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#content{
	margin: 0 auto;
	width: 790px;
	text-align: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

#back{
	width: 790px;
}

#header {
	height: 427px;
	text-align: left;
	background: url(images/top1.gif) repeat-x;		
}

/* Menu ---------------------------------------------*/

#menu{
	width:760px;
	height: 38px;
	padding-left:0px;
	padding-top: 72px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
	
}

#menu a {
	float: left;
	width: 117px;
	height: 27px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	background: url(images/button.gif) no-repeat;
}

#menu a:hover {
	width: 117px;
    height: 27px;
	padding-top: 10px;
	color: #FFffff;
	background: url(images/button_r.gif) no-repeat;
	text-decoration: underline;
}

/* Logo ----------------------------------------------*/

#logo {
	background: url(images/header.jpg) no-repeat;
	width: 760px;
	height: 281px;
	text-align:  right;
	padding-right: 30px;
	padding-top: 30px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo H2 a {
	font-size: 12px;
}

#logo_digi {
	float: left;
}
	
#delphine {
	float: right;
}

/* Main ------------------------------------------*/

#main{
	background: #ffffff url(images/back_blue.gif) repeat-x;
	padding-top: 60px;
	padding-left: 20px;
}

/* Content Left ----------------------------------*/

#left{
	width: 216px;
}

#left H3 {
	width: 191px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #333333;
}

#left H4{
	padding-left: 20px;
	color: #5D87A0;
	font-size: 11px;
}

#left p{
	font-size: 11px;
	padding: 10px;
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	font-size: 1.em;
	color: #ffffff;
}

#left_bottom a {
	font-size: 1.em;
	color: #006699;
	}
	
#left_bottom a: visited {
	font-size: 1.em;
	color: #3F647E;
	}
#left a:visited {
	font-size: 1.em;
	color: #993333;
}

/* Content Right -----------------------------------*/

#right{
	float: right;
	width: 440px;
	padding-right: 10px;
	background-image: url(images/delphine.gif);
	background-repeat: no-repeat;
	height: auto;
	padding-left: 20px;
	margin-right: 20px;

	text-align: justify;
}

#right p {
	font-size: 1.4em;
	margin: 0 10px 20px 10px;
	padding: 20px;
	padding-bottom: 10px;
}

#right h1{
	font-size: 1em;
	color: #006699;
	}
	
#right h2 {
	font-size:1.7em;
	margin: 0;
	padding-top: 10px;
	color: #0E5683;
	background: url(images/title_hhh.gif) no-repeat;
	text-indent: 3em;
}

	
#right a{
	color: #5D87A0;
	text-decoration: none;
}


#right ul {
	font-size:1.4em;
	margin-left: 30px;
	padding: 10px;
	}

	
#title {
	height: 50px;
	padding-left: 5px;
	}
	
#text p {
	margin: 0 10px 20px 10px;
}
/* */
.h1 contact {
	padding-left: 20px; 
	}

.date {
	text-align: right;
	color: #5D87A0;
	font-size: 11px;
}

.date a {
	color: #5D87A0;
}

/* Footer ------------------------*/

#footer {
	clear: both;
	padding-top: 20px;
	background: #ffffff url(images/back_blue.gif) repeat-x;
	border-top: 4px solid #2C5C89;
    height: 50px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #595959;
}

#footer a {
	color: #595959;
}

.m1  {
	background: url(images/title_back.gif) no-repeat;
	padding-top: 20px;
}

