﻿/* Links & Lines */
#bodyContent a:link, #bodyContent a:visited, #bodyContent a:hover, #bodyContent a:active 
{ 
	text-decoration: none; 
	color: #AD0000; 
	border-bottom-style: none; 
}
#bodyContentTransparent a:link, #bodyContentTransparent a:visited, #bodyContentTransparent a:hover, #bodyContentTransparent a:active 
{ 
	text-decoration: none; 
	color: #AD0000; 
	border-bottom-style: none; 
}
hr
{
	width:630px;
	color:Gray;	
	margin-top:20px;
	margin-bottom:20px;
}

/* Absatzformate */
h1, h1.books
{
	font-size: 30px;
	font-weight:normal;
	color: #AD0000;
	margin-bottom: 0px;
}
h2
{
	font-size: 20px;
	font-weight:normal;
	color: #AD0000;
	margin-top: 5px;
}
h3
{
	font-size: 20px;
	font-weight:normal;
	color: #AD0000; 
}

.forumStyle
{
	font-size: 15px; 
	color: #036;
}
p, select
{
	font-size: 15px; 
	color: #036;
}
p.indent
{
	text-indent:20px;
}
.citation
{
	font-Size:12px;
	margin-left:40px;
	margin-right:40px;
	color: #036;
}
p.smallRight
{
	font-size: 12px;
	text-align: right;
	font-style: italic;
}
p.bgColor
{
	background-color:White;	
}

/* Weitere Auszeichnungen zu Abständen und Formatierungen*/
.shortLine
{
	margin-left:0; 
	text-align:left; 
	width: 150px;	
}

.smallLeft
{
	font-size: 12px;
	float: left;
	margin-bottom:10px;
}
.smallRight
{
	font-size: 12px;
	margin-left: 250px;
	color: #036;
	margin-bottom:10px;
}
.smallLeftBlue
{
	font-size: 12px;
	color: #036;
	float: left;
}
.smallBlue
{
	font-size: 12px;
	text-align: left;
	color: #036;
}

.marginLeftBig
{
	margin-left:260px;
}
.marginLeftMiddle
{
	margin-left:50px;	
}
.marginLeftSmall
{
	margin-left:20px;	
}
.marginTopMiddle
{
	margin-top:50px;	
}
.marginTopSmall
{
	margin-top:20px;	
}
.marginTopSmaller
{
	margin-top:10px;	
}
.marginBottomMiddle
{
	margin-bottom:50px;	
}
.marginBottomSmall
{
	margin-bottom:20px;	
}
.marginBottomSmaller
{
	margin-bottom:10px;	
}

/* Listenformate */
ul, ol
{
	font-size: 15px; 
	color: #036;
}
.lexDt
{
	font-size: 15px;
	color: #036;
	font-weight:bold;
	margin: 10px 0px;
}
.lexDd
{
	font-size: 15px;
	color: #036;
}
li.small
{
	font-size: 12px;	
}

/* Schriftauszeichnungen */
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;	
}
.center
{
	text-align:center;	
}
.red
{
	color: #AD0000; 
}
.newColor
{
	color: #090;
}
.disclaimerColor
{
	color: #B4045F;	
}
.center
{
	margin-left: auto;
	margin-right: auto;	
}

/* Float-Auszeichnungen */
.floatLeft
{
	float:left;
}
.floatNone
{
	float:none;
}

/* Formate für Bilder */
img#imgMarginLeft
{
	margin-left:80px;
}

/* Formate für den Notendownload */
div.scoreBasis 
{
	width: 630px;	
}
div.scoreRow
{
	width: 100%;
	clear: both;
}
div.scoreLeft
{
	border: none;
	float: left;
	width: 40px;
	font-size: 15px; 
	color: #036;
	padding-bottom: 10px;
}
div.scoreRight
{
	border: none;
	float: left;
	width: 580px;
	font-size: 15px; 
	color: #036;
	padding-bottom: 10px;
}
div.scoreBasisIndent 
{
	width: 575px;
	margin-left: 50px;	
}
div.scoreBasisIndentLeft
{
	border: none;
	float: left;
	width: 40px;
	font-size: 15px; 
	color: #036;
	padding-bottom: 5px;
}
div.scoreBasisIndentRight
{
	border: none;
	float: left;
	width: 530px;
	font-size: 15px; 
	color: #036;
	padding-bottom: 5px;
}
div.scoreSubTitle
{
	clear: both; 
	padding-top: 10px;	
}





