/*___Allgemein___*/

body{
	padding: 0px;
	margin: 0px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: Navy;
}

table{
	border: 0px;
	padding: 0;
	margin: 0;
	border-color: Black;
	width: 100%;
	height: 100%;
	border-collapse: collapse ;


}

td{
  	border: 0px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-color: Black;
	text-indent: 0px;
}

tr{
	border: 0px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-color: Black;
}

h1{
	font-family: Arial Narrow;
	font-weight: bolder;
	font-stretch: wider;
	font-size: large;
	color: Navy;
	text-decoration: underline;
}
h2{
	font-family: Arial Narrow;
	font-weight: bolder;
	font-stretch: wider;
	font-size: medium;
	color: Navy;
	text-decoration: underline;
}

a:hover{
	color : #FFD675;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #828A8E;
	text-decoration: none;
	font-weight: bold;

}
/*
a:active{
	color: #FFD675;
	text-decoration: none;
	font-weight: bold;
}
*/

a:visited{
	color: #828A8E;
	text-decoration: none;
	font-weight: bold;
}

a:focus{
	color : #FFD675;
	text-decoration: none;
	font-weight: bold;
}


/*___Speziell__*/

a:hover.main{
	text-decoration: underline;
         font-family: Arial Narrow;
	font-weight: normal;
	color: Navy;
}

a:link.main{
	font-family: Arial Narrow;
	font-weight: normal;
	color: Navy;
}

a:visited.main{
	font-family: Arial Narrow;
	font-weight: normal;
	color: Navy;
}

a:focus.main{
	font-family: Arial Narrow;
	font-weight: normal;
	color: Navy;
}

td.vorschau{
		padding-left: 20px;
		padding-top: 0px;

}


table.main{
 	background-color: #fffff0;
	width: 790px;
	height: 100%;
	border: 1px solid #000000;
	border-bottom: none;
	border-top: none;
    vertical-align: top;
}

td.bild{
 	background-repeat: repeat-x;
 	background-position:  left bottom;
 	text-align: center;
 	padding: 10px;
}

/*------------------NavigationsBar-----------------*/


td.navbar_unten{
	background-image : url(..\img\bg01.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #8399a4;
	text-align : center;
}

a:hover.navbar{
	color : white;
	text-decoration: none;
	font-weight: bold;
}

a:link.navbar{
	color: #FFE6CC;
	text-decoration: none;
	font-weight: bold;
}

a:active.navbar{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:visited.navbar{
	color: #FFE6CC;
	text-decoration: none;
	font-weight: bold;
}

a:focus.navbar{
	color : white;
	text-decoration: none;
	font-weight: bold;
}
