/* Some colors:
	schrift (dunkel) #0d141e
	hintergrund (hellblau) 9ab2d4
	alt: #466a9a
	links (blau) #405066

	brown: #0d141e
*/

/* GENERAL fonts */
/* ======================================================== */
P, OL, UL, DIV, H1, H2, A, TABLE {
	font-family: verdana, arial, sans-serif;
	color: #0d141e;
}
P, OL, UL, DIV, H1, H2, TABLE {
	font-size: 14px;
}
H1 { font-size: 18px; }
H2 { font-size: 16px; }
H3 { font-size: 14px; }
P, H1, H2 {margin: 10px 0px 5px 0px;}
UL {
/* 	list-style-image:"media/bullets/bullet5_h.gif"; */
	/*list-style-type: square;*/
}

a:link {color: #405066; text-decoration: none; }  /* underline */
a:active {color: #405066; text-decoration: none; }
a:visited {color: #405066; text-decoration: none; }
a:hover {color: #405066; text-decoration: none; }

/* General layout settings */
/* ======================================================== */

html,body {
	background-color: #9ab2d4;
	text-align: center;
}

TABLE#main_table {
	border-width: 0px;
	/*border-style: solid;*/
	width: 600px; 
/*	cellspacing: 0;
	cellpadding: 0;*/
	margin-left:auto; 
	margin-right:auto;
	text-align: left;
}

TABLE#menu {
	border-width: 0px;
	width: 450px;
	padding:10px; 
	margin:5px; 
/*	cellspacing: 0;
	cellpadding: 0;*/
	text-align: center;
}

TABLE#txtnpic {
	/*border-style: solid;*/
	border-width: 0px;
	width: 600px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align: left;
	padding:0px;
	margin: 0px; 
}

TABLE#txtnpic tr {
	vertical-align: middle;
	width: 600px;
	padding:0px;
	margin: 0px;	
}

td#txtnpic_l {
	width: 468px;
	text-align: left;
	padding:0px;
	margin: 0px; 
}

td#txtnpic_r {
	background-image: url(pics/pics_background.png);
	background-position: center;
	background-repeat: no-repeat; 	
	width: 132px;
	height: 132px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

span#bandname {
	color: #333f51;
	font-weight: bold;
}

div#cite {
	text-align: center;
	font-style: italic;
	/* background-color: #466a9a; */
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
/*	padding-left:30px; */
/*	border-left:30px;  */
/*	width: 200px; */
}

table#pics_table {
	padding:0px; 
	margin:25px; 
	margin-bottom:10pt; 
	margin-top:10pt; 
	border-spacing:2px; 
/*	width:100%; */
	text-align: center;
	vertical-align: middle;
/*	background-color: #466a9a; */
/* 	font-size: 12px; */
}
table#pics_table tr { 
	vertical-align: middle;
}
table#pics_table td { 
/*	background-color: #405066; */
/*	background-color: #466a9a; */
	background-image: url(pics/pics_background.png);
	background-repeat: no-repeat;
	padding:0px; 
	width: 132px;
	height: 132px;
	text-align: center;
}


table#band_table {
    padding: 0px;
    margin: 0px;
    margin-bottom:10px;
    margin-top:10px;
    border-spacing:4px;
    width:100%;
    text-align: left;
/*    background-color: #466a9a;*/
/*  font-size: 12px; */
}
table#band_table tr {
    vertical-align: top;
    margin-top: 20pt;
}
table#band_table td#pic {
/*  background-color: #405066; */
/*    background-color: #466a9a; */
    background-image: url(pics/pics_background.png);
    background-repeat: no-repeat;
    background-position: top;
    padding:0px;
    padding-top:4px;
    width: 132px;
/*    height: 132px; */
    height: 140px;
    text-align: center;
    /*vertical-align: middle;*/
}
table#band_table td#text {
    vertical-align: top;
    padding-left: 8px;
}


