/* CSS Elektro BAS */

body{
	margin: 39px 0px 0px 0px; /* -20px top */
	background: rgb(91,91,91) url(../images/index/background.gif) repeat-x;
	font: 14px/1.1em Trebuchet MS, Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	color: #666666;
}

a:link, a:visited{ color:#C02026; text-decoration:none; }
a:hover { color:#333333; text-decoration:none; }


/* Blocs majeurs */

#site { /* ganze seite  */
	margin: 0 auto 0;
	position: relative;
	width: 726px;

}

#left { /* block inhalt*/
	float: left;
	width: 501px;
	background: url(../images/index/back_contenu.jpg) repeat-y;
	}
	
#right { /* Block Menu */
	float: right;
	width: 224px;
	background: url(../images/index/back_menu.jpg) repeat-y;
	}
	
#container { /* Inhalt*/
	position: relative;
	left: 25px;
	width: 460px;
	}
	
#menu { /* Menu */
	position: relative;
	left: 19px;
	}
	

#copyright { /* Footer Inhalt */
	width: 501px;
	height: 143px;
	background: url(../images/index/footer.gif) no-repeat;
	}
	
#menu_footer { /* Footer menu */
	width: 224px;
	height: 115px;
	background: url(../images/index/footer_menu.gif) no-repeat;
	}
	
	
#header {
	height: 209px;
	background: url(../images/index/header.jpg) no-repeat;
	}
	
#logo { 
	height: 209px;
	background: url(../images/index/logo.jpg) no-repeat;
	}
	

/* Kleine Bloecke */

	
#title_article { /* Ticket Titel */
	width: 450px;
	padding: 3px;
	border-bottom:1px solid #CCC;
	font-size:15px;
	margin-bottom:10px;
	}
	
#navigation { /* Unterm Header */
	width: 420px;
	padding: 4px;
	padding-top: 5px;
	color:#5B5B5B;
	text-align: right;
	margin-bottom:20px;
}
	
#recherche {
	border-top: 1px dotted #5B5B5B;
	padding-top: 2px;
	margin-bottom: 9px;
	padding-bottom: 2px;
	width: 185px;
	border-bottom: 1px dotted #5B5B5B;
	}
	
.info+ {
	border:none;
	width: 200px;
	}

td.date {
	text-align: right;
	width: 150px;
	}


/* MENU LISTE */


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
font-family: Arial;
color:#666;
padding: 5px;
width: 175px;
background: url(../images/index/tess2.jpg);
border-bottom: 0px solid #666;

}

#navcontainer a:link, #navlist a:visited
{
color: #666666;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
background: url(../images/index/tess.jpg);
color:#fff;
}



/* SPAN, COLORS */

.red {
	color:#ff0000;
	}
.copyright_link {
	position:relative;
	bottom: -105px;
	left: 25px;
	font-size:12px;
	}

input {
	border: none;
	padding: 2px;
	color:#C02026;
	}

input:hover{
	color:#888888;
	}
	
