/* klingt.org/common style sheet */
/* colors will be defined in each page */

/* general */
body {
/*	background-image: url("/logo.klingt.org.gif");
	background-repeat: no-repeat;
	background-position: center center;
*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	font-size: medium;
}

a {
       	text-decoration: underline;
}

input {
	font-size: 75%;
}
select {
	font-size: 75%;
}
textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 75%;
}     

/* head of the page */
#pagehead {
	position: absolute;
	font-size: larger;
	top: 15px;
	left: 130px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-left: 2px solid;
	border-right: 2px solid;
}

/* navigation  */
#left_navigation {
	position: fixed;
	width: 110px;
	left: 10px;
}
#right_navigation {
/*	position: relative;*/
        width: 220px;
	margin-left: 15px;
	float: right;
}

#navihead {
	position: relative;
	width: 110px;
	height: 50px;
}

.navigationitem {
	position: relative;
	margin-bottom: 5px;
        text-align: left;
	padding-left: 5px;
	border-left: 2px solid;
	border-right: 2px solid;
}

.feature {
	position: relative;
	font-size: smaller;
	margin-bottom: 15px;
	text-align: left;
	padding: 5px;
	border-left: 2px dashed;
	border-bottom: 2px dashed;
/* invisible float image bug: 1.2 */
	line-height: normal;
}
/*
.headline {
	font-size: small;
}
*/

/* the content area */
#content_area {
	position: absolute;
	padding: 15px;
	margin-bottom: 30px;
	margin-right: 50px;
	min-height: 85%;
/*	width: 700px;*/
/*
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
*/
	top: 50px;
	left: 130px; 
/*	right: 100px;*/
/*	bottom: 30px;*/
	border: 2px dashed;
}

.content_cell {
	padding-left: 5px;
	padding-right: 5px;
/*	float: left;*/
	/* invisible float image bug: 1.2 */
        line-height: normal;
	margin: 2px;
}
.content_line {
/*	text-align: center;*/
	margin-bottom: 5px;
/*
	padding-left: 5px;
	padding-right: 5px;
*/
/* invisible float image bug: 1.2 */
        line-height: normal;

}
.content_headline {
	margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
/*        clear: both;*/
/* invisible float image bug: 1.2 */
        line-height: normal;
	font-size: larger;
}

.cellcontainer {
/*	padding: 5px;*/
	display: table;
}

