@charset "UTF-8";

/*generelle Schrift und Farbeinstellungen*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3;
	color: #000000;
	background-color:#FFFFFF;
	font-size: 68%;
	letter-spacing: 0.12em;
}



/* Fonts + Links*/


/*Überschrift 1 für die Rubriken*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 110%;
	font-weight: bold;
	color: #bb0d27;
	text-transform: uppercase;
	
}

/*Überschrift 2 kursive Zwischenüberschriften*/
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
font-size: 105%;
	font-weight: bold;

	letter-spacing: 0.25em;
}


h4{font-family: Arial, Helvetica, sans-serif;
	
	font-size: 110%;
	font-weight: bold;
	color: #bb0d27;
	text-transform: uppercase;
	text-decoration:underline;}


/*Text unter Samples...Online-Publikation....*/
h3{font-weight: bold;
font-size: 85%;}

/*Links generell*/
a:link, a:visited, a:active{
	font-style: normal;
	font-weight: bold;
	color: #797974;
	text-decoration: none;
}

a:hover{
	font-style: normal;
	
	font-weight: bold;
	color: #797974;
	text-decoration: underline;
}


/*Links zu Abstracts und PDF*/
a:link.download, a:visited.download, a:active.download{
	font-style: normal;
	padding-left: 5px;
	color: #bc0d27;
	text-decoration: none;
	text-align: right;
	
}

a:hover.download{
padding-left: 5px;
	font-style: normal;
	color: #7d7d7d;
	text-decoration: underline;
}



/*rote Überschrift fett*/
.headlinerot{
	font-family:  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:90%;
	font-weight: bold;
	color: #781316;
}





/* Navigationslinks*/

/* Hauptnavi*/
.nav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}



a:link.nav, a:active.nav, a:visited.nav {
	font-family:  Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	display: block;
}


a:hover.nav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #7d7d7d;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;

}

/* Untergeordnete Navigationslinks*/

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #bc0e28;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}

a:link.subnav, a:active.subnav, a:visited.subnav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #bc0e28;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	
}


a:hover.subnav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #7d7d7d;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}

/*Tabellenzellen*/


td{
	vertical-align: top;
}


/*Abstand für den Text im Inhaltsbereich*/
.textabstand{
padding-left: 25px;


}
.samplestext{
padding-left: 25px;
font-weight: bold;
font-size: 95%;

}