/* general */
body {
/*	font-family: Georgia,"Times New Roman",Helvetica,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	/*text-align: center;*/
        margin: 0px 0px;
        padding: 0px;
	/*color: black;*/
}

a {
       	text-decoration: underline;
/*	font-weight: bold;	*/
/*	color: black;*/
}

a:visited {
/*        color: black;*/
}

a:hover {
/*        color: rgb(0,64,0);*/
}

ul {
/*        list-style-image: url(pics/logo.klingt.org_mini.png);*/
	list-style-type: disc;
        list-style-position: outside;
/*	vertical-align:middle;*/
}

li {
/*  	margin: 0 3px;*/
  	padding: 3px 7px;
}

#title_area {
	position: relative;
        width: 705px;
        padding: 0px;
        margin: 0px auto;
	margin-bottom: 10px;
	margin-top: 10px;
        padding-bottom: 20px;
	padding-top: 20px;
        /*margin: 0px auto;*/
	text-align: center;
	font-weight: bold;
        border: 2px dashed black;
}

#content_area {
	position: relative;
	width: 705px;
        padding: 0px;
        margin: 0px auto;
	/*
        margin-bottom: 10px;
        margin-top: 10px;
	*/
	/*
        padding-bottom: 20px;
        padding-top: 20px;
	*/
        font-weight: bold;
        border: 2px dashed black;
	background: rgb(128,255,255);
}

.programmpunkt {
        /*clear: both;*/
        position: relative;
        width: 600px;
        /*left: 10px;*/
        /*margin-bottom: 20px;*/
}

.actfull {
/*        background-color: rgb(128,128,160);*/
        clear: both;
}

.actdesc {
        font-weight: bold;
}

