body {
	background-color:#dfdfdf;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(../i/map.jpg) 130% bottom no-repeat;
	padding-bottom: 250px; /* for the map */
	position: relative;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:active, a:hover {
	color: #E65910;
	text-decoration: none;
}

p {
	margin: 20px 0;
	font-size: 115%;
	font-family: "Times New Roman";
	line-height: 1.4;
}

span.drop-cap { float: left; font-size: 100px; line-height: 0.8; padding: 0px 10px 10px 0;}


/*
#container {
	background: url(../images/dekanat.gif) 740px 70px no-repeat;
	position: relative;
	padding-top: 1px;
}
*/
#container {
	background: 740px 70px no-repeat;
	position: relative;
	padding-top: 1px;
}



#nav {
	display: block;
	position: absolute;
	top: 380px;
	left: 0;
	/*background: url(../images/grey-90.png) left top repeat;*/
	width: 140px;
	z-index: 1000;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	width: 100%;
}

#nav ul li a {
	display: block;
	line-height: 33px;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #000;
}

#nav ul li a.last {
	border-bottom: none;
}

#nav ul li a:hover, #nav a:active {
	color: #f3f3f3;
	background-image: url(../images/black-90pc.png);
	color: #999;
}

#nav ul li ul li a {
	font-size: 80%;
	display: block;
	line-height: 12px;
	padding-left: 25px;
	padding-top: 5px;
	border-bottom: 0px;
	text-decoration: none;
	color: #333;
}

#nav ul li ul li a.last {
	border-bottom: none;
}

#nav ul li ul li a:hover, #nav a:active {
	color: #f3f3f3;
}

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.35;			
}

h1#title-subline {
	margin: 65px 0 0 0;
	font-size: 140%;
}

h1#title {
	margin: 20px 0 60px 0;
	text-indent: -1000px;
	width: 940px;
	height: 100px;
	background: url(../images/header.png) left top no-repeat;
}

h2 {
	font-size: 260%;
	margin-top: 80px;
	padding-top: 20px;
}

h2#pagetitle {
	margin-top: 0;
}

h3 {margin-top: 15px; font-style:italic;}


hr {
	color: #333;
	background-color: #333;
	border: 1px solid #333;
	border-width: 1px 0 0 0;
}


#news {
	position: absolute;
	left: 720px;
	top: 560px;
	width: 220px;
	margin: 0;
}
#news-inner {
	margin: 5px 0 0 0;
	border-top: 3px double #666;
	background-color: #eee;
	color: #aaa;
	font-size: 90%;
	padding: 1px 0;
	height: 620px;
	width: 220px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
#news-scrollbox {
	width: 4000px;
	position: relative;
	top: 0;
	left: 0;
}

#news-scrollbox .csc-textpic {width: 220px; margin: 5px 0 0 0; float:left;}
#news-scrollbox .csc-textpic-text {width: 210px; margin: 5px;}

#news-scrollbox h1 {
	display: none;
}

#news h3 {
	margin-bottom: 0;
	color: #333;
}

#news h2 {
	font-size: 140%;
	line-height: 1.35;
	padding: 0px 0;
	margin: 5px 0 0 0;
	border: 1px solid #333;
	border-width: 1px 0;
}

#news-navbox {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #eee;
	width: 100%;
	font-size: 1.2em;
}
#news-navbox a {
	cursor: pointer;
	width: auto;
	display: block;
	margin: 0;
	padding: 10px 5px;
	float: left;
	color: #666;
}
#news-navbox a.archive-r {
	float: right;
}
#news-navbox a.next {
	float: right;
	padding-left: 25px;
	background: url(/media/i/arrow-right.gif) 5px center no-repeat;
}
#news-navbox a.previous {
	padding-left: 25px;
	background: url(/media/i/arrow-left.gif) 5px center no-repeat;
}

#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	margin: 0 10px;
	padding: 0;
	width: 200px;
	height: 698px;
	float: left;
	position: relative;
}
#news ul li h4 {
	background: #000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.5em;
	margin-bottom: 1em;

}
#news ul li p {
	margin: 0 0 1em 0;
}
#news ul li img {
	margin-top: 1em;
	display: block;
}
#news li blockquote {
	margin: 1em 0;
}

#news li blockquote a, #news h2 a {
	text-decoration:none;
	font-size: 115%;
	font-family: "Times New Roman";
	line-height: 1.2;
	margin: 10px 0;
	color: #666;
}

#news li blockquote p {
	margin: 10px 0;
	line-height: 1.2;
}
#news ul li .footer {
	position: absolute;
	bottom: 0;
	left: 0;
}
#news ul li .footer p {
	margin: 10px 0;
}


#news ul li.archive {
	margin: 0;
	width: 220px;
}
#news ul.archive {
	/*border-top: 1px solid #333;*/
}
#news ul.archive li {
	border-bottom: 1px solid #333;
	height: auto;
	float: left;
	clear: left;
	width: 100%;
	padding: 1em 0;
	margin: 0;
}

#news ul.archive li a {
	background: url(/media/i/arrow-right.gif) 5px 5px no-repeat;
	padding-left: 25px;
	display: block;
	cursor: pointer;
	font-size: 1.2em;
}
#news ul.archive li a span {
	display: block;
	font-size: 0.83em;
}

img.with-caption {
	display: block;
}

.image-caption {
	display: block;
	background-color: #000;
	margin: 0;
	padding: 0 10px;
	line-height: 33px;
}


blockquote, .subhead {
	font-size: 140%;
	line-height: 1.35;
	padding: 0px 0;
	border: 1px solid #333;
	border-width: 1px 0;
}

.subhead {
	padding: 10px 0;
	font-size: 160%;
}

.wide-punchout {
	font-style: italic;
	border: none;
	margin: 1em 0 1em -160px;
	font-size: 200%;
	color: #999;
}

.punchout {
	font-style: italic;
	border: none;
	margin: 3em 0 0.5em 0;
	line-height: 27px;
	font-size: 160%;
	color: #999;			
}


img.labelled {
	display: block;
}

.csc-textpic-caption {
	display: block;
	position: relative;
	margin: -45px 0 20px 0;
	background: #000;
	padding: 5px 15px 5px 30px;
	font-size: 80%;
	color: #dfdfdf;
}

.small {
	font-size: 100%;
}


/* #contact-details {
	font-size: 120%;
}

#contact-details a {
	background: url(../i/13.gif) left 60% no-repeat;
	text-decoration: none;
	display: block;
	margin-left: -25px;
	padding-left: 25px;
}
*/

#friendly {
	border: none;
	font-size: 200%;
	margin: 150px 0 20px 0;
}

input, button {
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	height: 28px;
	border: 1px solid #666;
	background-color: #000;
	margin: 0;
	width: 240px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 120%;
}

input.showing-label {
	font-style: italic;
	color: #999;
}

input#signup-email {
	float: left;
}

button {
	text-indent: -1000px;
	background: #000 url(../i/submit.gif) 50% 50% no-repeat;
	margin: 0;
	border-left: none;
	width: 35px;
	height: 30px;
}

button:active {
	background-color: #222;
	background-position: 70% 50%;
}

#blacklist-contact-wrapper {
	background: url(../i/bottle-page-top.jpg) right 200px no-repeat;
}

/*
dl {
	font-size: 120%;
}

dt {
	float: left;
	width: 60px;
}

dd {
	margin-left: 62px;
	color: #800;
}
*/





