/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/


#navcontainer {margin: 20px auto 0px 110px;}



div#container {width: 98%; margin: 1%;}
table#marian {text-align: center; margin-left: auto; margin-right: auto; width: 960px;}

table#marian tr, table#marian td {text-align: left;}


#navcontainer ul a {
	color: #A8301D;
}

#navcontainer .current,
#navcontainer .currentAncestor {
	color: #4B3C03;
}

#navcontainer ul a:hover {
	color: #7C6305;
}

#footer-rw {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

.startseite {
	margin-bottom: 10px;
	margin-top: 10px;
}


/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color: #A8301D;
}

/* visited: previously visited links */
A:VISITED {
	color : #5A1905;
}

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #5A1905;
}

#content p.header {
	font-size: 20px;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}

#content p.smaller {
	font-size: 13px;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #915F20;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #D1B176;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

/*small boxes for letters on the surnames page, also for pagination on other pages*/
.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#D1B176; /*same as "databack" background color */
	color:black;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.snlink:hover, .snlinkact {
	background-color:#915F20; /*same as "fieldnameback" background color */
	color:#fff;
}

/*inactive tab*/
#tngnav a {
	display:block;
	color:#444;
	text-decoration:none;
	background:#F8EBCB;
	margin:0;
	padding: 0.2em 1em 0.4em 1em;
	border-right: 1px solid #444;
	position: relative;
	font: 11px arial, helvetica, sans-serif;
}
	
/*active tab*/
#tngnav a:hover {
	background:#915F20;
	color:#FFCC00;
}

/*active tab*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background:#915F20;
	color:#FFCC00;
	border-right: 1px solid #444;
	padding: 0.2em 1em 0.4em 1em;
	margin: 0;
}

/*to keep older browsers happy*/
#tabs div {
	margin:0 1px 0 0;
	position: relative;
	float:left;
	padding: 0em 0em .3em 0px;
}

#tabs .divhere {
	z-index:10;
}

/*inactive tab*/
#tabs a {
	background: #F8EBCB;
	color:#444;
	padding: 0.2em 0.8em 0.5em 0.8em;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px solid #aaa;
}

/*active tab*/
#tabs a:hover {
	background: #915F20;
	color:#FFFFFF;
}

/*active tab*/
#tabs .here {
	background: #915F20;
	color:#FFCC00;
}
