/* **************************************************
	style.css

	Diese CSS-Datei enthält die Formatdefinitionen der
	Internetseite www.galerie-tantow.de

	(c) Galerie Tantow 2007

/* ********** GLOBALE EINSTELLUNGEN ********** */

body {  /* Zentrale Schrifteinstellung */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-style: normal;
	color: #000000;
}

body {              /* body ist weiss und hat keine Ränder */
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
    background: url(../allgemein/hintergr.jpg);
}

h1 {
	font-size: 24pt;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
}

h2 {
	font-size: 16pt;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}

h3 {
	font-size: 18pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: bottom;
}

h4 {
	font-size: 12pt;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

h5 {
	font-size: 18pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
	color: #CC0000;
}

th {
	font-size: 12pt;
    font-weight: bold;
    text-align: left;
}


/* ********** SPEZIELLE TEXTFORMATIERUNG ********** */

td {
	font-size: 10pt;
    font-weight: bold;
}

p {
    font-weight: bold;
    text-align: justify;
}
    
.copyright {
    font-weight: normal;
    text-align: center
}

.datum {
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.program {
    font-size: 10pt;
    font-weight: bold;
    vertical-align: top;
}

.em-form {
    font-size: 10pt;
    font-weight: bold;
    vertical-align: center;

}

.bildtitel {
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.bilddetails {
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

/* ***************Navigationsflächen************** */

#TopNavi {
    position: relative;
	margin: 1px 0 0 0;
	padding: 0;
	top: 0;
	left: 0;
}

#TopNavi li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#TopNavi_de {
    position: relative;
	margin: 1px 0 0 0;
	padding: 0;
	top: 0;
	left: 0;
}

#TopNavi_de li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#knstlrliste {
    position: relative;
	margin: 1px 0 0 0;
	padding: 0;
	top: 0;
	left: 0;
}

#knstlrliste li {
	float: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.navi {
    font-size: 10pt;
    text-align: center

}

/* ***************Links*********************** */

a {
    color: #000000;
	text-decoration: none;
}

a:active {
    color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
    text-decoration: none;
}
