/* VIOLETTES DESIGN */

body { 
	margin-top: 0px;
	margin-left: 0px;
	background-image:  url(../images/background2.gif);
	background-repeat: repeat;	
	background-color: #ABBCED;
	}
	/* hintergrund violett */
	
#schriftzug {
	position: absolute;
	margin-top: 20px;
	margin-left: 530px;
	width: 278px; 
	height: 54px;
	}

#topbox {
	position: absolute;
	margin-top: 80px;
	margin-left: 200px;
	width: 614px;
	height: 15px;
	background-image: url(../images/top_mbox2.gif);
	background-attachment:fiexed;
	background-repeat: no-repeat;
	}
	/* runde ecken vom hauptteil */
		
#mainbox {
	position: absolute;
	margin-top: 95px;
	margin-left:200px;
	width: 614px;
	height: 100%;
	background-image: url(../images/main_mbox2.gif);
	background-attachment:fixed;
	background-repeat: x-repeat;
 	}
	/* hauptteil */
	
#unternavigation {
	position: absolute;
	margin-top: 90px;
	margin-left:200px;
	width: 614px;
	height: 30px;
 	}
	/* hauptteil */

#main {
	position: absolute;
	margin-top: 129px;
	width: 585px;
	height: 450px;
	margin-left: 202px;
	padding: 10px;
	overflow: auto;
	} 
	/*eigentlicher hauptteil, mit text und bildern */
	
	
#topnavi {
	position: absolute;
	margin-top: 80px;
	margin-left: 50px;
	height: 13px;
	width: 138px;
	background-image: url(../images/top_nbox2.gif);
	background-attachment:fiexed;
	background-repeat: no-repeat;
	}
	/* runde ecken der Navigation */
	
#navi {
	position: absolute;
	margin-top: 93px;
	margin-left: 50px;
	width: 138px;
	height: 500px;
	background-image: url(../images/main_nbox2.gif);
	background-attachment:fiexed;
	background-repeat: x-repeat;
	}
	/* Navigation */
	
#bottomnavi {
	position: absolute;
	margin-top: 593px;
	margin-left: 50px;
	height: 13px;
	width: 138px;
	background-image: url(../images/bottom_nbox2.gif);
	background-attachment:fiexed;
	background-repeat: no-repeat;
	}
	/* runde ecken der Navigation */
	
	/* CSS Document */
a:link{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8660D4;
	font-weight: bold;
	text-decoration: none;
	}
a:visited{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8660D4;
	font-weight: bold;
	text-decoration: none;
	}
a:hover{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8660D4;
	}


p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}

.aktiv{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: white;
	font-weight: bold;
	text-decoration: none;
	} /*aktiver link*/