
/*********************/
/* Eigene Klassen */
/*********************/

/*Gestaltung*/

.textsmall, #textsmall {
	font-size : 10px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textbig, #textbig {
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	font-style: normal;
}


P.bodytext img {
	border:none;
	}
	
hr {
	height: 1px;
	color: #000;
}
	
/* Random Images */

.random-image {

              padding-right: 5px;
              border: 1px dotted #d1d1d1;
              }

/* Linklayouts */


.mail {
 	background-image: url('./images/fileicons/mail.png');
	background-repeat:no-repeat;
	background-position: left center;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
	}

.link_extern {
                background-image: url('./images/fileicons/extern.png');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 7 px;
	padding-right: 0 px;
	padding-left: 20px;
	}

.pdf {
	background-image: url('./images/fileicons/pdf.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 7 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.doc {
 	
	background-image: url('./images/fileicons/doc.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;

}

.xls {
 	background-image: url('./images/fileicons/xls.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.musik {
 	background-image: url('./images/fileicons/mus.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.bild {
 	background-image: url('./images/fileicons/jpg.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}
