/* style.css 050110 lj */

body
{
	padding: 0; margin: 0;
	color: black; background-color: white;
	background-image: url(/graphics/layout/header-rot-schwarz.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
td 
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
div#head
{
	height: 41px;
	padding: 9px 0 0 2em;
	color: white; background: transparent;
	font-size: 18px;
	font-weight: bold;
}

div#head a {color: white; text-decoration: none;}

div#adresse
{
	padding: 4px 0 0 0;
	color: white; background: transparent;
	font-size: 11px;
	font-weight: bold;
}

div#adresse a:link {color: #000000; background: transparent;}
div#adresse a:visited {color: #000000; background: transparent;}
div#adresse a:hover {color: #000000; background: #FFFFFF;}

table#main
{
	background-image: url(/graphics/layout/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td#NavLeft
{
/* 	color: #1E90FF; */
	width: 200px;
}
td#NavLeft p {margin: 2em 0.5em 1em 0.5em; font-size: 10px;}
td#NavLeft p a {text-decoration: none;}

/* NAVIGATION LEFT  */

div#sidebar {background: transparent; padding: 0; margin: 0; border-width: 0;}

div#sidebar div.links a
{
	display: block;
	margin: 0;
	padding: 0.2em 0.66em 0.2em 0.33em;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
/*alt: 339,66c*/
div#sidebar div.links a:link {color: #282877; background: transparent;}
div#sidebar div.links a:visited {color: #282877; background: transparent;}
div#sidebar div.links a:hover {color: #000; background: #999;}

div#sidebar div.links
{
	border-color: #666;
	margin-top: 0.75em;
	font-size: 11px;
}

div#sidebar div.links ul {border-width: 0; padding: 0 0 0 2em; margin: 0;}
div#sidebar div.links li {list-style: none; padding: 0; margin: 0;}

div#sidebar div.links li a
{
	border-left: 2em solid #666;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
}

div#sidebar div.links li a:link {color: #339; background: transparent;}
div#sidebar div.links li a:visited {color: #1E90FF; background: transparent;}
div#sidebar div.links li a:hover {color: #000; background: #999;}

div.links span.nolink { padding: 0 0 0 1em; }

/* NAVIGATION LEFT end */

div#content {padding: 4em 1em 1em 2em; text-align: left;}

h1 
{
	color: #004F9B;
	font-size: 18px;
}
h2 {
	color: #1E90FF;
	font-size: 12px;
	margin-bottom: 1px;
}
h3 {
	color:  #000000;
	font-size: 14px;
	margin-bottom: 1px;
}
h4 {
	font-size: 14px;
	margin-bottom: 1px;
}

h3 {}
.red {
	margin-top:0px;
	color: #FF0000;

}
.blue {
	margin-top: 0px;
	color: #2B2CFF;

}
.black {
	margin-top:0px;
	color: #000000;

}
.foto {
	border: 1px solid #000000;
}
p{
	margin-top:1px;
}



