/* CSS Document */

a img {
	border:0;
}

h1{
	font-size:1.4em;
}

h2{
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:0.1em;
}

h3{
	font-size:1.2em;
}

h4{
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:0.1em;
}

h1,h2,h3,h4,h5 {
	margin-top:0;
}
p {
	margin:0;
	margin-bottom:0.8em;
}

ul {

}
ul li {

}

a {
	color:#833B25;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#833B25;
	text-decoration:underline;
}

/* extrastile für Tedxteditor*/

p.margin_left {
	margin-left:60px;
}

p.allign-center {
	text-align:center;
}

p.allign-left {
	text-align:left;
}

p.allign-right {
	text-align:right;
}

.link-grey {
	color:#666666;
}
.link-grey:hover {
	color:#999999;
}

.link-intern {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/link_intern.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;		
}

.link-extern {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/link_extern.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;		
}


.link-download {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/link_download.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;	
}

.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.align-justify {
	text-align:justify;
}
