/*
	BEGIN Style fuer das BE
*/

.htmlarea-content-body {
	background: #EFEFEF !important;
	font-family: Verdana, sans-serif;
}

/*	
	END Style fuer das BE
*/

/*
	BEGIN Allgemein
*/
h1,
h2,
h3 {
	font-weight: 500;
	margin: 0 0 .25em 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a {
	color: #333;
	text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #F00;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}

h1.layout2 {
	background: #FFF;
}

p {
	font-size: 1.1em;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
}

p a {
	color: #333;
	text-decoration: underline;
}

p a:hover {
	color: #F00;
	text-decoration: underline
}

div.stil1 {
	background: #FFF;
	padding: 10px;
}

div.stil1 p {
	text-align: left;
}

div.stil2 h1 {
	font-size: 3em;
	text-transform: uppercase;
	margin-bottom: 1em;
}


/*
	END Allgemein
*/

/*
	BEGIN Definitionen fuer p, h{x} und inline-Elemente
*/

p.redBorder {
	border: 1px solid red;
	margin: 3px;
}

p.rechts {
	text-align: right;
}

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.linkExternBild {
	background: transparent url(../images/linkExtern.gif) center right no-repeat;
	text-decoration: none;
	padding-right: 15px;
	color: #900;
}
a.linkExtern {
}
a.linkInternBild {
	background: transparent url(../images/link.gif) center right no-repeat;
	text-decoration: none;
	padding-right: 15px;
	color: #900;
}
a.linkIntern {
}
a.linkMailBild {
	background: transparent url(../images/linkMail.gif) center right no-repeat;
	text-decoration: none;
	padding-right: 15px;
}
a.linkMail {
}
a.linkFileBild {
	background: transparent url(../images/linkFile.gif) center right no-repeat;
	text-decoration: none;
	padding-right: 15px;
}
a.linkFile {
}
a.linkPDFBild {
	background: transparent url(../images/linkPDF.gif) center right no-repeat;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 2px;
	padding-botttom: 2px;
}
a.linkWordBild {
	text-decoration: none;
	background: transparent url(../images/linkWord.gif) center right no-repeat;
	padding-right: 20px;
	padding-top: 2px;
	padding-botttom: 2px;
}
a.linkExcelBild {
	text-decoration: none;
	background: transparent url(../images/linkExcel.gif) center right no-repeat;
	padding-right: 20px;
	padding-top: 2px;
	padding-botttom: 2px;
}

a.linkExternBild:hover {
	text-decoration: underline;
	color: #F00;
}
a.linkExtern:hover {
}
a.linkInternBild:hover {
	text-decoration: underline;
	color: #F00;
}
a.linkIntern:hover {
}
a.linkMailBild:hover {
	text-decoration: underline;
	color: #F00;
}
a.linkMail:hover {
}
a.linkFileBild:hover {
}
a.linkFile:hover {
}
a.linkPDFBild:hover {
}
a.linkWordBild:hover {
}
a.linkExcelBild:hover {
}

/*
	END Links
*/

