/* Style-Sheet für alle Content-bezogenen Klassen */
/* (Text- und Link-Formatierungen sowie Inline- und Block-Elemente) */


/* ----------------------------------------------- */
/* Layer: Body */
/* ----------------------------------------------- */

.aImage {
	border: none;
}


.aImagePfeil {
	border: none;
	padding: 0 5px 0 0;
}

.aImagePfeilContent {
	border: none;
	padding: 2px 5px 0 0;
}

.aBreak01 {
	height: 5px;
	line-height: 5px;
}


.aBreak02 {
	height: 10px;
	line-height: 10px;	
}


.aBreak03 {
	height: 15px;
	line-height: 15px;	
}


.aBreak04 {
	height: 20px;
	line-height: 20px;	
}

.aBreak05 {
	height: 30px;
	line-height: 30px;	
}



/* ----------------------------------------------- */
/* Text: Body */
/* ----------------------------------------------- */

.aText01 {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

.aText02 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Text: Links */
/* ----------------------------------------------- */


.aLink01 {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


.aLink01:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.aLink02 {
	color: #FFFFFF;
	vertical-align: top;
	text-decoration: underline;
	font-weight: bold;
}


.aLink02:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Tabellen */
/* ----------------------------------------------- */

.aTd01Left {
	width: 20px;
	text-align: left;
	line-height: 16px;
}

.aTd01Middle {
	width: 300px;
	text-align: left;
	line-height: 16px;
}

.aTd01Right {
	width: 80px;
	text-align: right;
	line-height: 16px;
}

.aTd01LeftUnderline {
	width: 20px;
	border-bottom: #FFFFFF solid 1px;
	line-height: 20px;
}

.aTd01MiddleUnderline {
	width: 300px;
	border-bottom: #FFFFFF solid 1px;
	line-height: 20px;
}

.aTd01RightUnderline {
	width: 80px;
	text-align: right;
	border-bottom: #FFFFFF solid 1px;
	line-height: 20px;
}

.aTd01LeftMiddle {
	width: 320px;
	text-align: left;
	line-height: 16px;
}

.aTd02Left {
	width: 350px;
	text-align: left;
	line-height: 16px;
}

.aTd02Right {
	width: 150px;
	text-align: right;
	line-height: 16px;
}

.aTd03Left {
	width: 250px;
	text-align: left;
	line-height: 13px;
}

.aTd03Right {
	width: 150px;
	text-align: right;
	line-height: 13px;
}

.aTd03LeftBorder {
	width: 250px;
	text-align: left;
	line-height: 13px;
	border-left: #FFFFFF solid 1px;
}

.aTd03LeftTopBorder {
	width: 250px;
	text-align: left;
	line-height: 13px;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
}

.aTd03LeftBottomBorder {
	width: 250px;
	text-align: left;
	line-height: 13px;
	border-left: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
}

.aTd03RightBorder {
	width: 150px;
	text-align: right;
	line-height: 13px;
	border-right: #FFFFFF solid 1px;
}

.aTd03RightTopBorder {
	width: 150px;
	text-align: right;
	line-height: 13px;
	border-top: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}

.aTd03RightBottomBorder {
	width: 150px;
	text-align: right;
	line-height: 13px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
}

.aTd03Bottom {
	width: 400px;
	text-align: left;
	line-height: 13px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
}

.aTd03BottomBorder {
	width: 400px;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
}

.aTd04Left {
	width: 120px;
	text-align: left;
	line-height: 16px;
}

.aTd04Right {
	width: 130px;
	text-align: left;
	line-height: 16px;
}

.aTd05Left {
	width: 200px;
	text-align: left;
	line-height: 16px;
}

.aTd06Left {
	width: 50px;
	text-align: left;
	vertical-align: top;
}



/* ----------------------------------------------- */
/* Listen */
/* ----------------------------------------------- */

.aUl { 
	margin:0; 
	padding:0;
}

.aLi { 
	margin-left:1em; 
	padding:0;
}



/* ----------------------------------------------- */
/* Formularfelder und Buttons */
/* ----------------------------------------------- */

.aTextField01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
}	


.aTextArea01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100px;
	width: 200px;
}	
