/*
Author		:	Thomas Arnold TA/ED
erstellt am	:	13.09.2005
letzte Änderung :	20.11.2006 / TA

*/

/* -- id's fuer den contentbereich -- */

#inhalt
{
/* Breite hier definieren, damit die linke Spalte auch weggelassen werden kann */
	width					:	60%;

	background-color			:	#ffffcc;
/* kein background-image; wirkt zu unruhig*/
	background-repeat			:	repeat;
	background-attachment			:	fixed;
	background-position			:	top left;

	font-weight				:	bold;
}

#inhalt p
{
	text-align				:	justify;
}

/*
#inhalt p:first-letter
{
	font-size				:	200%;
	font-family				:	serif;
	margin					:	0 5px 0 0;
	font-weight				:	bold;
	float					: 	left;
}
*/

/* -- Links -- */

#inhalt a:link	{
	color					:	black;
}

#inhalt a:visited	{
	color					:	black;
}

#inhalt a:hover	{
	color					:	black;
}

#inhalt a:active	{
	color					:	black;
	}

#inhalt a:link:hover	{
	color					:	black;
}

#inhalt a:visited:hover	{
	color					:	red;
}

#inhalt a:hover:active	{
	color					:	black;
}


/* -- noch keine Übersetzung -- */

.difflang {
	background-color			:	#ffcc99;
	font-style				:	italic;
	font-variant				:	small-caps;
	text-align				:	center!important;
}

.warnung {
	background-color			:	#ffcc99;
	font-style				:	italic;
	padding					:	0 0.5em 0 25px!important;
        text-indent				:	-25px!important;
}

img.warnung {
	padding					:	0 6px 0 6px!important;
	margin					:	0 0 0 0!important;
}


/* -- Publikationen -- */

.publikation
{
	text-align				:	left!important;
	padding					:	0.5em 0 0.5em 0!important;
}

.publikation p
{
	text-align				:	left!important;
	padding					:	0!important;
	margin					:	0 0 0 20px!important;
}

.publikation a {
	text-decoration				:	none;
}

.publikation h2
{
	text-decoration				:	underline;
	text-align				:	left!important;
	padding					:	0 0 .5em 0!important;
	margin					:	0 0 0 20px!important;
}

.publikation h2 a
{
	text-decoration				:	underline;
}

.publikation a:link,
.publikation a:visited,
.publikation a:active,
.publikation a:hover:active
{
	color					:	black;
	background-color			:	#ffffcc;
}

.publikation a:hover,
.publikation a:link:hover
{
	color					:	black;
	background-color			:	#ffff66;
}

.publikation a:visited:hover
{
	color					:	red;
	background-color			:	#ffff66;
}

p.publautor {
	font-size				:	small!important;
/*	font-size				:	medium!important; */
/*	font-variant				:	small-caps!important; */
}

p.publtitel {
	font-size				:	large!important;
}

p.publsubtit {
	font-size				:	large!important;
/*	font-size				:	medium!important; */
}

p.publbiblio {
	font-size				:	small!important;
}

p.publpreis {
	font-size				:	small!important;
/*	font-style				:	italic;*/
	text-align				:	left!important;
}

p.publisbn,
p.publisbn a
{
/*	font-family				:	monospace!important;*/
}


.artikelliste,
.artikelliste a
{
	text-decoration				:	none;
}

.artikelliste a:hover,
.artikelliste a:link:hover
{
	color					:	black;
	background-color			:	#ffff66;
}

.artikelliste a:visited:hover
{
	color					:	red;
	background-color			:	#ffff66;
}

.artikelliste small
{
	font-size				:	x-small!important;
}

.artikelliste em
{
	font-style				:	italic!important;
	font-size				:	x-small!important;
}

li.file-pdf
{
	list-style-image			:	url(../img/pdfdatei.gif)!important;
}

li.file-jpg
{
	list-style-image			:	url(../img/jpgdatei.gif)!important;
}

li.file-psd
{
	list-style-image			:	url(../img/psddatei.gif)!important;
}

li.file-tif
{
	list-style-image			:	url(../img/tifdatei.gif)!important;
}
li.file-eps
{
	list-style-image			:	url(../img/epsdatei.gif)!important;
}

li.link-ext
{
	list-style-image			:	url(../img/elink.gif)!important;
}

.formcent
{
	text-align				:	center!important;
	padding-bottom				:	1em;
}
.sponsor td
{
	padding-bottom				:	1em;
}
.vorbei td,
.vorbei a
{
	color					:	#808080!important;
}
.verzeichnis tr,
.sympprog tr
{
	vertical-align				:	top;
}
.verzeichnis td,
.sympprog td
{
	padding					:	.25em .75em .25em 0;
}
.sympprog p
{
	text-indent				:	-2em;
	padding-left				:	2em;
	text-align				:	left!important;
	margin					:	0 0 0 0!important;
}
.sympkeyword
{
	font-style				:	normal;
	text-decoration				:	underline;
	text-transform				:	none;
}
.sympauthor
{
	font-size				:	medium;
	text-transform				:	none;
}
.symptitle
{
	font-size				:	medium;
	text-transform				:	uppercase;
}
.sympabstract
{
	text-transform				:	none;
}
.sympabstract li
{
	list-style-image			:	none!important;
	text-indent				:	0;
}
