/*


Cascading Style Sheet for (C) Anne Cecilys Ballettskole 


Body Styles
*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url("../images/body.png") repeat-y center;
	color:#000000;
}
h1, h2, h3 {
	color: #708090;
	background: no-repeat;
	text-align: left;
}
a {
	color: #226611;
	background: no-repeat;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	background: no-repeat;
	text-decoration: underline;
}
/*
Header Styles
*/
#header {
	width: 100%;
	color:#000000;
	background: url("../images/header.png") repeat-x;
}
#header #header-content {
	width: 700px;
	padding: 80px 0 40px 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #000000; 
	background: no-repeat;
}
#header #header-content h1 {
	color: #226611;
	font-size: 30px;
	font-weight: normal;
	background: no-repeat;
	text-transform: uppercase;
}
#header #header-content h2 {
	color: #708090;
	margin: 10px 0 0 0;
	background: no-repeat;
	font-weight: normal;
	font-style:italic;
	font-size:18px;
}
/*
Container Styles
*/
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #000000; 
	background-color: #ffffff;
}
#container ul.unorderedList {
	margin: 30px 50px 30px 50px;
	list-style-type: circle;
}
#container ul.unorderedList li {
	padding: 5px 0 0 10px;
}
/*
Navigation Styles
*/
#navigation {
	clear: both;
}
#navigation ul {
	list-style-type: none;
	width: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
	width: 136px;
	margin: 0 1px 0 1px;
	padding: 8px 0 8px 0;
	border: 1px solid #cccccc;
	background: #88bb88 url("../images/navigation.png") repeat-x;
}
#navigation a:hover {
	color: #000000;
	background: #cccccc url("../images/navigation-hover.png") repeat-x;
	text-decoration: none;
}
/*
Content Styles
*/
#content {
	clear: both;
	text-align: justify;
	padding: 5px 0 5px 0;
}
#content h2 {
	margin: 20px 0 20px 0;
	letter-spacing: +1px;
	font-weight: normal;
	border-bottom: 1px #cccccc solid;
}
#content h3 {
	margin: 10px 0 20px 0;
	letter-spacing: +1px;
	font-weight: normal;
	font-size: 16px;
}
#content hr {
	clear: both;
	height: 1px;
	margin: 10px 0 10px 0;
	border-top: 0px solid #708090;
	background: inherit;
	color: #708090;
}
#content img {
	padding: 5px;
	border: 1px solid #cccccc;
}
#content img.floatRight {
	float: right;
}
#content img.floatLeft {
	float: left;
}
#content div.contentWidth {
	width: 400px;
}
#content div.contentNarrow {
	width: 320px;
}
#content div.contentWidthRight {
	width: 400px;
	float: right;
}
#content div.contentNarrowRight {
	width: 320px;
	float: right;
}
#content div.contentWidthLeft {
	width: 400px;
	float: left;
}
#content div.contentNarrowLeft {
	width: 320px;
	float: left;
}
#content p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
#content table tr td h3 {
	color: #708090;
	text-align: center;
	background: no-repeat;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.5em;
	padding: 15px 0 15px 0;
}
#content table tr td p {
	font-size: 11px;
	padding: 10px 0 0 0;
}
#content table tr td {
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #8fbc8f;
	padding: 15px 10px 15px 10px;
	background: #ffffff url("../images/table.png") repeat-x;
}
/*
Footer Styles
*/
#footer {
	margin: 30px 0 0 0;
	width: 100%;
	clear: both;
	height: 140px;
	color: #000000;
	font-size: 0.85em;
	text-align: center;
	padding: 20px 0 20px 0;
	background: #b9cfa1 url("../images/footer.png") repeat-x;
}
div#footer div#footerBox {
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width: 700px;
}
div#footer div#footerBox table caption {
	letter-spacing: +1px;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 1px #708090 solid;
}
div#footer div#footerBox table thead tr td {
	font-weight: bold;
}
div#footer div#footerBox table tfoot tr td {
	text-align: center;
	padding-top: 5px;
	border-top: 1px #708090 solid;
}
div#footer div#footerBox table tbody tr td {
	width: 220px;
}
/*
Floating Styles
*/
div#transp {
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #226611;
	font-size: 0.85em;
	position: fixed;
	text-align: left;
	background: transparent url('../images/transp.png') repeat-x;
}
/*
Google Styles
*/
#map_canvas {
	clear:both;
	width:700px;
	height:400px;
}