/*******************  body  *********************/
body {
	background-color: black;
	font-family: Tahoma;
	font-size: 8pt;		
	font-style: normal;
	letter-spacing: 0.1em;
	color: white;
	
	overflow-x: hidden;
	overflow-y: auto;

	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 24pt;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

p {
	text-align: justify;
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

td.left {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td.right {
	text-align: left;
	vertical-align: top;
}

/*******************  links  *********************/

a:link { 
	color: #aaaaaa;
	font-weight: normal;
	text-decoration: none;
}

a:visited { 
	color: #aaaaaa;
	text-decoration: none;
}

a:hover {
	color: #225ea2;
	text-decoration: none;
}

a:visited:hover {
	color: #225ea2;
	text-decoration: none;
}

a:active {
	color: #aaaaff;
	text-decoration: none;
}

/*******************  border  *********************/

a.border { 
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);

	margin: 0px;
	padding: 2px;
	position: absolute;

	background-color: #000000;
}

a.border:hover {
	border-width: 1px;
	border-color: #225ea2;
	border-style: solid;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);

	margin: 0px;
	padding: 2px;
	position: absolute;

	background-color: #000000;
}

a.border:visited {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;	
	-moz-opacity:0.6;
	filter:alpha(opacity=60);

	margin: 0px;
	padding: 2px;
	position: absolute;

	background-color: #000000;
}

a.border:visited:hover {
	border-width: 1px;
	border-color: #225ea2;
	border-style: solid;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);

	margin: 0px;
	padding: 2px;
	position: absolute;

	background-color: #000000;
}

/*******************  menubutton  *********************/

a.menuButton:link {
	position: absolute;
	top: 0px;

	width: 160px;
	height: 18px;
	
	padding-top: 2px;
	
	display: block;
	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	border-style: solid;

	color: #404040;
	
	text-align: center;
	text-decoration: none;

	font-weight: normal;
}

a.menuButton:visited { 
	position: absolute;
	top: 0px;

	width: 160px;
	height: 18px;
	
	padding-top: 2px;
	
	display: block;
	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	border-style: solid;

	color: #404040;
	
	text-align: center;
	text-decoration: none;

	font-weight: normal;
}

a.menuButton:hover {
	color: #225ea2;
	text-decoration: none;
	font-weight: bold;
}

a.menuButton:visited:hover {
	color: #225ea2;
	text-decoration: none;
	font-weight: bold;
}

a.menuButton:active {
	color: #aaaaff;
	text-decoration: none;
}


/*******************  button  *********************/

a.button:link {
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin: 20px;
	
	background-color: #404040;
	
	display: block;

	border-width: 1px;
	border-color: #808080;
	border-style: solid;

	color: #eeeeee;
	
	text-align: center;
	text-decoration: none;

	font-size: 8pt;
	font-weight: normal;
}

a.button:visited { 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin: 20px;
	
	background-color: #404040;
	
	display: block;

	border-width: 1px;
	border-color: #808080;
	border-style: solid;

	color: #eeeeee;
	
	text-align: center;
	text-decoration: none;

	font-size: 8pt;
	font-weight: normal;
}

a.button:hover {
	background-color: #225ea2;
	
}

a.button:visited:hover {
	background-color: #225ea2;
}






/*******************  img  *********************/

img.gallerie {

	margin-left: 20px;	
	margin-bottom: 20px;
	
	padding: 5px;
	
	border-color: #404040;
	border-width: 1px;
	border-style: solid;
	
}

/*******************  div  *********************/

div {
	position: absolute;	
	padding: 0px;
	margin: 0px;

	border-width: 0px;
	border-style: solid;
	border-color: black;	
	
	background-color: transparent;
}

div#header {
	left: 50%;
	top: 5px;
	
	color: #aaaaaa;

	width: 900px;
	height: 40px;
	margin-left: -450px;	
	
}


div#banner {
	left: 0px;
	top: 40px;
	
	height:180px;
	width:100%; 
	
	border-width: 1px;
	
	background-color: white;
	
	background-image: url(../images/nellybanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#menuLine {
	left: 0px;
	top: 220px;
	
	height: 18px;
	width: 100%;

	background-color: white;
	color: black;
	
	border-width: 1px;
}

div#buttons {
	left: 50%;
	top: 0px;
	
	height: 20px;
	width: 900px;
	
	margin-left: -450px;

	color: black;
}


div#site {
	left: 50%;
	top: 270px;
	
	color: #eeeeee;

	width: 900px;
	margin-left: -450px;
	
	overflow: visible;
}

div#footer {
	position: relative;
	left: 0px;
	top: 60px;
	
	text-align: center;
	
	border-top-width: 1px;
	border-color: #404040;
	
	color: #aaaaaa;

	width: 900px;
}

div#gallerieIndex {

	color: #ffffff;
	
	right: 20px;
	top: 140px;

	width: 350px;
	height: 250px;
	
	border-width: 1px;
}

/*******************  termine  *********************/

.termine{display:block}
.termine *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#003366}
.termine1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #00152b;
  border-right:1px solid #00152b;
  background:#00264c}
.termine2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #00050a;
  border-right:1px solid #00050a;
  background:#002952}
.termine3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #002952;
  border-right:1px solid #002952;}
.termine4{
  border-left:1px solid #00152b;
  border-right:1px solid #00152b}
.termine5{
  border-left:1px solid #00264c;
  border-right:1px solid #00264c}
.terminefg{
	background:#003366;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	
	right: 50%;
	margin-right: -460px;
	top: 280px;  
}

