/* css draft for document for www.steinbachtwins.de - this is the brown version */

/* layout */

body {
	margin: 0;
	padding: 0;
	font-family: "gill sans", verdana, arial, helvetica, sans-serif;
	font-size: 94%;
	text-align: left;
	background: #ffffe5;
	color: #641a00;
	}

img {
	border: 0;
	}

#splash_image {
	position: absolute;
	top: 90px;
	left: 0;
	width: 720px;
	height: 180px;
	background: url(/images/road.jpg) no-repeat;
	}

#splash {
	position: absolute;
	top: 300px;
	left: 270px;
	}

#splash h1, h2, h3, p {
	margin: 0;
	padding: 0;
	}

#splash h1 {
	color: #641a00;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .025em;
	}

#splash h2 {
	color: #b76416;
	font-style: italic;
	font-size: 1.4em;
	}

#splash p {
	color: #641a00;
	font-size: 1.2em;
	text-indent: 0;
	margin-top: 1em;
	}

#splash a {
	margin: 0;
	padding: 0;
	background: none;
	}

#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 720px;
	height: 180px;
	background: url(/images/road.jpg) no-repeat;
	}

#navi {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 130px;
	height: 100px;
	text-align: right;
	margin-top: 1.8em;
	font-size: 1em;
	line-height: 1.4em;
	}

#navi a {
	background: none;
	padding: 0;
	}

#content {
	position: absolute;
	top: 210px;
	left: 270px;
	width: 435px;
	padding-bottom: 4em;
	}
	

/*link typography*/

a {	
	color: #b76416;
	text-decoration: none;
	background: url(/images/arrow_brown.jpg) no-repeat 0 2px; 
	padding-left: 15px;
	}


/* html tag typography */

	/* paragraphs etc. */
	
p {
	font-size: 1em;
	line-height: 1.4em;
	text-indent: 15px; /* 120px; */
	margin: 0;
	}

em {
	font-style: italic;
	}

strong {
	font-style: bold;
	}

sup {
	font-size: 0.6em;
	font-style: italic;
	}

	/* headings */

h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	padding: 135px 0 0 270px;
	margin: 0;
	letter-spacing: .075em;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: .7em;
	}

h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: .8em 0 0;
	}


	/* forms */
	
form, input, textarea, select {
	font-family: "gill sans", verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	}

input, textarea, select {
	margin: 0.5em 24px 0.5em 15px;
	}

	/* lists */
	
ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	}

li {
	display: block;
	}


/* extra classes */

.address {
	text-indent: 0;
	padding-top: 0.7em;
	padding-left: 135px;
	}

.attention {
	text-indent: 0;
	font-weight: bold;
	margin-bottom: 2em;
	}

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

.bottom {
	padding: 2em 0 0;
	}

.byline {
	font-size: .9em;
	text-indent: 0;
	margin: .6em 0 .4em;
	}

.cap {
	font-size: 1.2em;
	font-style: italic;
	text-indent: 0;
	margin: 0 0 1.5em;
	}

.date {
	color: #666;
	text-indent: 0;
	}

.first {
	text-indent: 0;
	margin-top: 0.5em;
	}

.format {
	text-indent: 0;
	margin-top: 1em;
	font-weight: bold;
	}

.img_news {
	margin: 0.7em 0 0.7em 1em;
	}

.img_left {
	float: left;
	margin: 1em 2em;
	}

.img_right {
	float: right;
	margin: 1em 2em;
	}

.link {
	text-indent: 0;
	}

.navi {
	text-indent: 0;
	}

.splash {
	font-size: 2em;
	font-weight: bold;
	line-height: 150%;
	text-indent: 0;
	}

.title {
	text-indent: 0;
	font-weight: bold;
	font-size: 2.4em;
	margin: 0.2em 0 -0.2em;
	padding: 0;
	}
