@import url(fonts.css);

body
{
	font-family: Corbel, "CorbelTT", Segoe, "SegoeTT", "Lucida Grande", Lucidux, "Vera Sans", "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	padding: 0;
	margin: 0;

	font-size: 14px;
	line-height: 18px;
	height: 100%;
}

a
{
	color: rgb(0,64,148);
}

a:hover
{
	color: rgb(148,10,0);
}

#wrapper,
html
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#spacer
{
	height: 140px;
}

#bodybox
{
	/* width: 950px; */
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 100px;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 60px;
	/* color: rgb(75,66,66); */
	color: rgb(45,36,36);
	min-height: 110%;
}

#maincontent
{
	margin-left: 158px;
	padding-left: 24px;
	margin-right: 212px;
	padding-right: 86px;
	/* min-height: 100px; */
	min-height: 100%;
}

/*
 * #maincontent p
 * {
 * 	font-family: "AGaramondPro", serif;
 * 	}
 * 	*/


#maincontent p
{
	/* clear: both; */
}

#maincontent p.dropcap:first-letter
{
	display: block;
	float: left;
	font-size: 290%;
	line-height: 100%;
	padding-top: 1px;
	padding-right: 3px;
	color: rgb(0,64,148);
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
}

h1
{
	color: rgb(148,10,0);
	font-size: 30px;
	line-height: 34px;
	padding: 0;
	margin: 21px 0 14px 0;
}

h2
{
	font-size: 22px;
	line-height: 24px;
	margin: 21px 0 14px 0;
	color: rgb(0,64,148);
}

h3
{
	font-size: 18px;
	line-height: 20px;
	margin: 21px 0 14px 0;
	color: rgb(175,166,166);
}

h4
{
	font-size: 16px;
	line-height: 18px;
	margin: 21px 0 14px 0;
	color: rgb(175,166,166);
}

h5
{
	font-weight: normal;
	color: rgb(148,10,0);
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 21px 0 14px 0;
}

#rightcol h5:first-child
{
	margin-top: 0 !important;
	margin-bottom: 7px !important;
}

p
{
	padding: 0;
	margin: 7px 0;
}

#bodybox h1:first-child
{
	margin-top: 0 !important;
}

#leftcol
{
	position: absolute;
	top: 40px;
	left: 36px;
	bottom: 0;
	width: 124px;
	padding-top: 20px;
	padding-left: 35px;
	background-color: rgb(193,191,150);
	background-image: url(../img/bg-leftcol.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	z-index: 1;
}

#leftcolwrapper
{
}

#rightcol
{
	position: absolute;
	top: 60px;
	right: 74px;
	bottom: 0;
	width: 212px;
}

#rightcol ul
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightcol ul li
{
	display: block;
	padding: 0 0 7px 16px;
	margin: 0;
	background-image: url(../img/arrowbox-blue.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#rightcol ul li:hover
{
	background-image: url(../img/arrowbox-red.png);
}

#rightcol a
{
	text-decoration: none;
}

#logo
{
	z-index: 1001;
}

#logo h1 span,
#logo h3 span
{
	display: none;
}

#logo h1
{
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(../img/logo-ak-top-shadow.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: -25px;
	z-index: 1003;
}

#logo h3
{
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(../img/logotype.png);
	background-repeat: no-repeat;
	width: 267px;
	height: 52px;
	position: absolute;
	top: 31px;
	left: 140px;
	z-index: 1002;
}

#standards
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#searchform
{
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 999;
}

#searchterm,
.searchterm
{
	font-family: Segoe, "Lucida Grande", Lucidux, "Vera Sans", "Helvetica Neue", HelveticaNeue, Arial, sans-serif !important;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: block;
	padding: 4px 4px 4px 22px;
	border: 0 !important;
	width: 256px;
	background-image: url(../img/icon-search.png);
	background-position: 6px center;
	background-repeat: no-repeat;
}

#searchterm:hover,
.searchterm:hover
{
	background-image: url(../img/icon-search-hover.png) !important;
}

#searchform input.active,
.searchterm:focus,
.searchterm:active
{
	background-image: url(../img/icon-search-active.png) !important;
	color: #333 !important;
	outline: 0;
	border: 0;
}

#searchform a
{
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 0 0 0;
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: #003 0px 2px 4px;
}

#searchform a:hover
{
	color: rgb(255,145,0);
}

#navigation
{
	display: block;
	position: absolute;
	top: 200px;
	right: 0px;
	width: 814px;
	height: 40px;
	z-index: 1010;
	/* background-color: rgb(103,10,0); */
	background-color: rgb(129,13,0);
	background-image: url(../img/bg-nav.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	z-index: 1500;
	/*
 * 	filter:alpha(opacity=90);
 * 		opacity: 0.9;
 * 			-moz-opacity:0.9;
 * 				*/
}

#navigation > li
{
	/* display: inline-block; */
	display: block;
	float: left;
	position: relative;
	vertical-align: bottom;
	height: 40px;
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

#navigation li.active
{
	background-image: url(../img/bg-nav-active.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#navigation li a
{
	/* display: inline-block; */
	display: block;
	height: 40px;
	/* line-height: 40px; */
	color: white;
	font-weight: bold;
	text-shadow: #300 0px 2px 4px;
	font-size: 14px;
	text-decoration: none;
}

#navigation li:hover
{
	background-image: url(../img/bg-nav-hover.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#navigation li ul
{
	display: none;
}

#navigation li:hover ul
{
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	background-color: rgb(255,255,255);
	border: 1px solid rgba(192,191,149,0.8);
	/* border-top: none; */
	line-height: 16px !important;
	
}

#navigation li ul li
{
	display: block !important;
	min-width: 200px !important;
	/* max-width: 350px !important; */
	white-space: nowrap;
	height: auto !important;
	line-height: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#navigation li ul li.active
{
	background-image: url(../img/bg-subnav-active.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#navigation li ul li a
{
	display: block !important;
	padding: 4px 8px !important;
	color: #222 !important;
	line-height: auto !important;
	height: auto !important;
	text-shadow: none !important;
	font-weight: normal !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

#navigation li ul li.active a
{
	font-weight: bold !important;
	color: rgb(103,10,0) !important;
}

#navigation li ul li a:hover
{
	background-color: rgb(0,64,148) !important;
	display: block !important;
	/* padding: 8px; */
	color: white !important;
	line-height: auto !important;
}

#englishmenu > a
{
	display: block;
	height: 40px;
	width: 23px;
	background-image: url(../img/ukflag.png);
	background-repeat: no-repeat;
	background-position: left 11px;
}

#englishmenu a span
{
	display: none;
}

#footerbox
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-left: 54px;
	padding-right: 54px;
}

#backtotop
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

#backtotop a
{
	display: block;
	background-image: url(../img/arrow-up.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 6px 12px 6px 12px;
	color: white;
}

#footer
{
	position: relative;
	left: -1px;
	color: white;
	font-size: 11px;
	background-color: rgb(49,42,42);
	background-image: url(../img/bg-footer.gif);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 150px;
	padding-right: 44px;
	width: 758px;
	margin-left: auto;
	margin-right: auto;

	
	filter:alpha(opacity=80); /* IE */
	opacity: 0.80; /* Safari et al */
	-moz-opacity:0.80; /* Firefox/Mozilla */
}

#footer a
{
	color: rgb(192,191,149) !important;
	text-decoration: none;
}

#footer a:hover
{
	color: rgb(0,88,204) !important;
	text-decoration: underline;
}

.subnav
{
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.subnav a
{
	color: rgb(75,66,66);
	text-decoration: none;
	display: block;
}

.subnav a:hover,
.subnav li.active a
{
	color: rgb(147,17,0) !important;
}

.subnav li
{
	display: block;
	padding: 0 10px 10px 0;
	margin: 0;
}

.subnav > li.active
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-bottom: 7px !important;
	padding-bottom: 7px !important;
	padding-top: 5px !important;
}

.subnav ul
{
	margin: 0;
	padding: 0;
	list-style: none !important;
	font-size: 12px;
	line-height: 14px;
}

.subnav > li.active ul li a
{
	color: rgb(75,66,66) !important;
}

.subnav > li.active ul li a:hover,
.subnav > li.active ul li.active a
{
	color: rgb(147,17,0) !important;
}

.subnav li.active ul li
{
	padding-bottom: 7px !important;
}

.subnav li.active ul
{
	padding-top: 7px !important;
}

.subnav li.active ul li.active ul
{
	border-left: 1px solid white;
	padding-left: 10px;
	width: 100px !important;
}

.subnav li.active ul li.active ul li a
{
	color: rgb(75,66,66) !important;
}

.subnav li.active ul li.active ul li.active a,
.subnav li.active ul li.active ul li a:hover
{
	color: rgb(147,17,0) !important;
}

#secondary_subnav .active a
{
	color: rgb(147,17,0) !important;
}

#secondary_subnav .active
{
	background-image: url(../img/arrowbox-red.png);
}

/* NEWS */

.news-list-item
{
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.news-list-item:first-child
{
	padding: 15px 0 15px 0;
	margin: 15px 0 15px 0;
	border-top: 1px solid #ccc;
}

.news-list-item .news-list-date
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	color: #808080;
	font-size: 14px;
	line-height: 16px;
}

.news-list-item:first-child .news-list-date
{
	position: absolute;
	top: 15px;
	right: 0;
}

.news-list-item .news-list-date a
{
	color: #808080;
	text-decoration: none;
}

.news-list-item h3
{
	font-size: 14px;
	line-height: 16px;
	width: 350px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.news-list-item .news-list-morelink
{
	position: absolute;
	top: 15px;
	right: 0px;
	text-align: right;
	color: #808080;
	font-size: 14px;
	line-height: 16px;
}

.news-list-item:first-child .news-list-morelink
{
	top: 30px;
}

.news-list-item .news-list-morelink a
{
	color: #808080;
	text-decoration: none;
}

.news-list-item p
{
	margin-top: 0;
	padding-top: 0;
}

.news-list-item a
{
	text-decoration: none;
}

.news-list-item a:hover
{
	text-decoration: underline;
}

/* TEMPORARY FOR BISTUMSOPFER AUGSBURG */

#opferaugsburg
{
	width: 330px;
	height: 286px;
	color: white;
	position: absolute;
	left: 0;
	top: 190px;
	padding: 0 !important;
	margin: 0 !important;
}

#opferaugsburg h2,
#opferaugsburg a span
{
	display: none;
}

#opferaugsburg .homeboxwrapper,
#opferaugsburg p
{
	padding: 0 !important;
	margin: 0 !important;
}

#opferaugsburg a
{
	display: block;
	width: 330px;
	height: 286px;
	padding: 0 !important;
	margin: 0 !important;
	background-image: url(../img/logo_augsburg-home-1-0.jpg);
	background-repeat: no-repeat;
}

#opferaugsburg a:hover
{
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#history
{
	display: none;
}


/* TABLES */

table.contenttable
{
	border: 0 !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

table.contenttable tr,
table.contenttable tr.tr-even,
table.contenttable tr.tr-odd
{
	border: 0 !important;
	background: transparent !important;
}

table.contenttable tr td,
table.contenttable tr.tr-even td,
table.contenttable tr.tr-odd td,
table.contenttable tr th,
table.contenttable tr.tr-even th,
table.contenttable tr.tr-odd th
{
	border: 0 !important;
	background: transparent !important;
	text-align: left !important;
	padding: 8px 0 8px 8px !important;
	font-size: 14px !important;
	border-bottom: 1px solid #ccc !important;
	vertical-align: top !important;
}

table.contenttable tr:first-child td,
table.contenttable tr.tr-even:first-child td,
table.contenttable tr.tr-odd:first-child td,
table.contenttable tr:first-child th,
table.contenttable tr.tr-even:first-child th,
table.contenttable tr.tr-odd:first-child th
{
	border-top: 1px solid #ccc !important;
}

table.contenttable tr td:first-child,
table.contenttable tr.tr-even td:first-child,
table.contenttable tr.tr-odd td:first-child,
table.contenttable tr th:first-child,
table.contenttable tr.tr-even th:first-child,
table.contenttable tr.tr-odd th:first-child
{
	padding: 8px 0 8px 0 !important;
}
