/*
CODE        : Torsten Behne für tdance.de und behne.info
LAST CHANGE : 10.08.2005
*/

/* base settings */

* {
	font-family: Verdana, arial, sans-serif;
	font-size: 1em;
	background-color: #ffffcc;
}


/* Define the Homepage areas */

#Header {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
	background: #ffffcc;
}

#Footer {
  visibility: visible;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
	background: #ffffcc;
}

#Sidebar {
  visibility: visible;
  position: fixed;
  top: 90px;
  left: 0;
  width: 19%;
  bottom: 65px;
	border-right: #666 1px dashed;
	background: #ffffcc;
}

#Content {
  visibility: visible;
  position: absolute;
  top: 90px;
  bottom: 65px;
  right: 0;
  width: 79%;
	background: #ffffcc;
}

/* Apearance of the links */

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

a:visited {
	color: #666666;
}

a:hover, a:focus {
	color: #666666;
	background:	#e3e3e3;
	border-top:	#666 1px dashed;
	border-bottom: #666 1px dashed;
}

/* Title apearance */

h3 {
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
}

h2 {
	margin: 0;
	padding: 0;
	color: #3082BF;
	font-weight: bold;
	font-size: 2em;
}

h1 {
	margin: 0;
	padding: 0;
	color: #3082BF;
	font-weight: bold;
	font-size: 3em;
}

/* User specs */

.menu {
	color: #505050;
	font-weight: normal;
	line-height:1.8em;
	font-size: 0.9em;
	text-decoration: none;
	list-style-type: none;
}
