/* 
 file: /themes/site/index.css
 dsc: Formatierungen (alle Browser)
 website: Casablanca Kino & Kneipe ( www.casa-kino.de )
*/

/* Dokument */
body {
	background-color: #fff; color: #333;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 82%;
	}


/* Ueberschriften */
h1 { color: #666; font-size: 1.4em; }
h2 { color: #555; font-size: 1.2em; }
h3 { color: #444; font-size: 1.0em; }
h4 { color: #000; font-size: 1.0em; font-weight: normal; }
h5, h6 { color: #000; font-size: 1.0em; font-weight: normal; }

/* Text-Bloecke */
p, address { font-style: normal; font-size: 1.0em; line-height: 1.4em; }

/* Listen */
ul, ol, dl { font-size: 1.0em; line-height: 1.4em; }
li { font-size: 1.0em; line-height: 1.4em;}
dt { font-size: 1.0em; line-height: 1.4em;}
dd { font-size: 1.0em; line-height: 1.4em;}

/* Tabellen */
table { border-collapse: collapse; color: #333; font-size: 1.0em; }
th, td { font-size: 1.0em; line-height: 1.4em; vertical-align: top;}
th { font-weight: bold;}
td { font-weight: normal;}

/* Links */
a { color: #666; }
a:link, a:visited { color: #666; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: underline; }

/* Hervorhebungen */
strong, b { color: #666; font-weight: bold; }
em, i { color: #666; font-style: normal; font-weight: bold; }

/* Bilder */
img, a img { border: 0 none; }
img.align-right { float: right; margin-left: 10px; margin-bottom: 10px;}
img.align-left { float: left; margin-right: 10px; margin-bottom: 10px;}

/*Formulare*/
textarea, input { font-size: 1.0em; }
fieldset {border: 0px;}
legend { font-weight: bold;}

/* Klassen */
.note { font-size: 0.885em; }

