/*Kopf Stadtindianer*/

@import url(fuss.css);
@import url(sihead.css);
@import url(navigation.css);

/* --- Allgemeine Vorgaben --- */
html, div, p, br, h1, h2, h3, h4, h5, h6, ul, a, img, li, form
{
	margin: 0;
	padding: 0;
	border-width: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	color: #7b111f;
}

h1, p
{
	margin-bottom: 20px;
	line-height: 130%;
}
h2
{
	color: #000;
}
p.zuletzt { margin-bottom: 0; }
span.rot
{
	color: #7b111f;
}
.killFloat { clear: both; }
p.lastNurJetzt { margin-bottom: 87px; }
/*Liste mit roten Punkten zB. GS*/
ul.redlist
{
	margin-bottom: 100px;
	margin-left: 20px;
	
}

ul.redlist li
{
	margin-bottom: 20px;
	color: #7b111f;
	line-height: 130%;
}
ul.redlist li span
{
	color: #000;
}
/*Links im Text*/
a:link, a:visited 
{
	color: #cc6600;
}
a:hover
{
	color: #ff9900;
	
}
html,body
{
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #7b111f;
	font-size: 16px;
	/* Set correct font-size for Safari Browsers with Pound Safari Post Semicolon Hack*/
	# font-size: 101.1%;
}

#container
{
	margin: 0 auto;
	text-align: left;
	background-color: #7b111f;
	width: 960px;
	color: #ff9900;
	padding: 0 15px 15px 15px;
}

body
{
	font-size: 89.5%;
	background-image: none;
}
#container
{
	margin: 0 auto;
	text-align: left;
	background-color: #7B111F;
	width: 60.7em;
	color: #ff9900;
	padding:  1.5em;
}
#siHeadMetaNav ul { font-size:105%; }


#containerContent
{
	background-color: #ffe4a4;
	color: #000;
	font-size: 80%;
	padding: 10px 0 15px 0;
}

#leftNavigation
{
	width: 25.4em;
	float: left;
}

#centerText
{
	float: left;
	padding: 2em;
	background-color: #fff;
	width: 30em;
	color: #000;
	min-height: 25em;
}

#rightTeaser
{
	margin-left: 58.6em;
	background-color: #ffe4a4;
	padding-left: 2em;
	color: #000;
}

#rightTeaser .teaserBox
{
	background-color: #ffcc66;
	padding: 2em 1em;
	margin-bottom: 1em;
	color: #000;
}
/*Suche*/
#searchbox
{
	padding: 10px 20px 20px 20px;
	background-color: #ffcc66;
}
input.search
{
	width: 280px;
	height: 16px;
	line-height: 100%;
	font-size: 100%;
	padding-left: 1px;
	border-top: 1px #7b111f solid;
	border-bottom: 1px #7b111f solid;
	border-left: 1px #7b111f solid;
	border-right: none;
}
input.searchImg { vertical-align:top; }
ul.suche
{
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul.suche li
{
	line-height: 130%;
	border-bottom: 2px solid #ffcc66;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
ul.suche li p
{
	line-height: 130%;
	margin-bottom: 0;
}
div.browsebox
{
	margin: 0 0 1em 0;
	width: 100%;
	padding: 0;
}

div.browsebox ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	padding: 0;
}

div.browsebox ul li
{
	margin: 0;
	display: inline;
	padding: 0;
}

div.browsebox ul li.back { float: left; }
div.browsebox ul li.next { float: right; }
div.browsebox ul.resultCount li { padding: 0 .2em; }

/*EO Suche*/

/*Aktuelles*/
dl.aktuelles
{
	margin-bottom: 2em;	
	border-top: 2px solid #ffcc66;
}
dt 
{
	padding: 8em 0;
}
.aktuelles dd
{
	border-bottom: 2em solid #ffcc66;
}
.aktuelles dd h2
{
	color: #000;
	padding-bottom: 6em;
}
.aktuelles dd p
{
	color: #000;
	padding-bottom: .8em;
	margin: 0;
}
.aktuelles dd p a:link, a:visited
{
	color: #7b111f;
	text-decoration: underline;
}
.aktuelles dd p a:hover
{
	text-decoration: underline;
}
/*EO Aktuelles*/
/*FORMULAR*/
form { margin-bottom: 2em; }
.fnormal, .tiponi .tnormal { margin-bottom: .8em; }
.fnormal input { width: 19em; }

.tnormal textarea
{
	width: 25.4em;
	height: 10em;
}
.fnormal input, .tnormal textarea { border: 1px solid #7b111f; }
/*EO Formular*/
