/*
	BEGIN Style fuer das BE
*/

.htmlarea-content-body {
	background: #EFEFEF !important;
}

/*	
	END Style fuer das BE
*/

/*
	BEGIN Allgemein
*/

h1 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3 {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
	padding: 0 0 0 0;
}

h1.layout2 {
	background: #FFF;
}

p {
	padding: 0 0 1.5em 0;
	margin: 0 0 0 0;
	text-align: justify;
}
#contentBoxLeftWrap a {
	color: #000;
}
#contentBoxCenterWrap a,
#contentBoxRightWrap a,
p a {
	color: #004a6c;
	text-decoration: underline;
}

#contentBoxCenterWrap a:hover,
#contentBoxRightWrap a:hover,
p a:hover {
	color: #003eae;
	text-decoration: underline
}

div.stil1 {
	background: #FFF;
	padding: 10px;
}

div.stil1 p {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*
	END Allgemein
*/

/*
	BEGIN Definitionen fuer p, h{x} und inline-Elemente
*/

p.redBorder {
	border: 1px solid red;
	margin: 3px;
}

span.important {
	color: red;
	font-weight: 700;
}

span.bigger {
	font-size: larger;
}

span.smaller {
	font-size: smaller;
}

span.emphazeColor {
	color: #003eae;
}

/*
	END Definitionen fuer p, h{x} und inline-Elemente
*/

/*
	BEGIN Links
*/

a.linkIntern {}

a.linkIntern2 {
	font-weight: 700;
}

a.linkIntern3 {
	font-weight: 700;
	color: #003eae;
}

a.linkExtern {}

a.linkExtern2 {
	font-weight: 700;
}

a.linkExtern3 {
	font-weight: 700;
	color: #003eae;
}

a.linkMail {}

a.linkFile {}

a.linkPDF {}

a.linkWord {}

a.linkExcel {}

a.linkIntern:hover {}

a.linkIntern2:hover {}

a.linkIntern3:hover {}

a.linkExtern:hover {}

a.linkExtern2:hover {}

a.linkExtern3:hover {}

a.linkMail:hover {}

a.linkFile:hover {}

a.linkPDF:hover {}

a.linkWord:hover {}

a.linkExcel:hover {}

/*
	END Links
*/

