/* css-dokument stephanie neubert (xhtml strict) */

/* layout, ids */

body {
	font-family: "Georgia", serif;
	font-size: 95%;
	text-align: left;
	color: #444;
	background: #ffb;
	padding: 0;
	margin: 0;
	}

#logo {
	position: absolute;
	left: 75px;
	top: 50px;
	font-size: 1.25em;
	color: #000;
	background: none;
	z-index: 1;
	}

#claim {
	position: absolute;
	left: 263px;
	top: 105px;
	height: 30px;
	font-size: 1.35em;
	font-style: italic;
	color: #444;
	z-index: 1;
	}

#content {
	position: absolute;
	left: 203px;
	top: 141px;
	width: 620px;
	background: #fff;
	z-index: 10;
	padding: 30px 15px 40px 60px;
	}

#skipnavi {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 90px;
	height: 90px;
	}


/*link typography*/

a {	
	text-decoration: none;
	background: none;
	}
a:link {
	color: #f70;
	}
a:visited {
	color: #f70;
	}
a:hover {
	color: #fff;
	background-color: #444;
	}
a:active {
	color: #fff;
	}


/* image stuff */

img {
	border: 0;
	}


/* paragraph, headings, and list typography */

p {
	font-size: 1em;
	line-height: 1.4em;
	text-indent: 1em;
	margin: 0;
	}

h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	}

h1 {
	font-weight: bold;
	margin: 2em 0 1em;
	}
	
h2 {
	font-style: italic;
	margin: 2em 0 1em;
	}
	
h3 {
	font-size: 1em;
	margin: 2em 0 1em;
	}


/* misc. typo */

em {
	font-style: italic;
	}

tr {
	height: 1.6em;
	}
	

/* extra classes */

.back {
	text-indent: 0;
	margin: 2em 0;
	}

.bullet {
	font-weight: bold;
	color: #f90;
	}

.first {
	text-indent: 0;
	}

.footer {
	text-indent: 0;
	font-size: .8em;
	margin-top: 4em;
	padding-top: 1em;
	border-top: 4px solid #ffb;	
	}

.hours {
	width: 360px;
	padding: 0;
	margin: 0;
	}

.list {
	text-indent: -1em;
	padding-bottom: .7em;
	}

.logo {
	float: left;
	}

.navi_bar {
	text-indent: 0;
	padding-bottom: 1em;
	border-bottom: 6px solid #ffb;
	}

.praxis {
	margin: 0 10px 0 0;
	}

.row_odd {
	background: #ffb;
	}

.skip_navi {
	}

.team {
	table-layout: fixed;
	padding: 0;
	margin: 0;
	}

