/*-------------------------------------------------------------------------------------

  Copyright (c) 2009 Pixelzauber GmbH, Switzerland
  
  ModuleFactory - Content-Management-System (CMS)
  Version: 3.0.0 / Last Update: 2009-08-08

  [Master Stylesheet]

  Project:
  Version: 
  
-------------------------------------------------------------------------------------*/
@import url("style.layout.css");
@import url("style.navigation.css");
@import url("style.module.css");

/* CSS Base */
body {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color:					rgb(80,80,80);
	text-align:				left;
}

fieldset, img {
	border:					0;
}

select, input, textarea {
	font-family:			Arial, Helvetica, sans-serif;	
	font-size:				99%;
	background-color:		rgb(245,245,245);
	border:					1px solid rgb(204,204,204);
	padding:				3px;
}

/* CSS Text definition */
h1 {
	font-size:				18px;
	color:					rgb(210,0,0);
	margin-bottom:			24px;
}

h2 {
	font-size:				14px;
	margin-bottom:			6px;
	padding-top:			5px;
}

h3 {
	font-size:				12px;
	font-weight:			bold;
	line-height:			18px;
	margin-bottom:			2px;	
}

h4 {
}

p {
	font-size:				12px;
	line-height:			18px;
	margin-bottom:			16px;	
}

a {
	color:					rgb(210,0,0);
	text-decoration:		none;
}

a:hover {
	color:					rgb(0,0,0);
	text-decoration:		none;
}

ul, ol {
	padding: 				0 0 15px 15px;
	margin: 				0;
}

ul ul, ol ol {
	padding: 				0 0 0 15px;
	margin: 				0;
}

li {
	padding: 				0;
	line-height : 			18px;
    margin: 				0 0 0 5px;
}

ol li {
	margin-left:			15px;
}

table {
	margin-bottom:			16px;
}

#BoxContent a[href^="http:"] {
	background: 			transparent url('images/picto_linkex.gif') 100% 50% no-repeat;
	padding-right: 			12px;
}

#BoxContent a:hover[href^="http:"] {
	background: 			transparent url('images/picto_linkex_hover.gif') 100% 50% no-repeat;
	padding-right: 			12px;
}

#BoxContent a[href$=".pdf"] {
	background: 			transparent url('images/picto_pdf.gif') 0 50% no-repeat;
	padding-left: 			18px;
}

#BoxFooter, #BoxFooter a {
	font-size:				11px;
	color:					rgb(162,179,211);
	text-align:				right;
	text-decoration:		none;
}

#BoxFooter a:hover {
	color:					rgb(255,255,255);
}

#BoxPrint a {
	font-size:				11px;
	color:					rgb(100,100,100);
	text-align:				right;
	text-decoration:		none;
}

#BoxPrint a:hover {
	color:					rgb(210,0,0);
}

#BoxLink a {
	font-size:				11px;
	color:					rgb(255,255,255);
	text-decoration:		none;
}

#BoxLink a:hover {
	color:					rgb(162,179,211);	
}

#BoxDate {
	font-size:				12px;
	font-weight:			normal;
	color:					rgb(255,255,255);	
}

#BoxAdr, #BoxAdr a {
	font-size:				11px;
	font-weight:			normal;
	color:					rgb(100,100,100);
	line-height:			14px;	
}

#BoxAdr a:hover {
	color:					rgb(210,0,0);	
}



