body {
	margin: 0;
	padding: 0;
	color: #000;
}
a{
	color: inherit !important;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #666 !important;
}
hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999; 
	border-style: none none dotted;
}
ul{
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
}
li{
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
p{
	padding: 0;
}
img{
	border: 0;
}
/* ======================================================== elements */
#page {
	background-color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 20px;	
	width: 800px;
	background-image: url(../images/Kulturpunkt_logo.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#content {
	margin-top: 0px;
	clear: both;
}
/* ======================== cols */
.l_col{
	padding-top: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.r_col{
}
/* ======================== static text to hide */
#text{
}
/* ======================== foot */
#foot {
	padding: 10px 0 0 0;
	clear: both;
	color: #666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#foot .address{
}
#foot #loginout{
	float: right;
	right: 3px;
}

/* ======================================================== menu */
#top {
	height: 100px;
}
#top a, #foot a{
	text-decoration: none;
}
#top a:hover, #foot a:hover{
	text-decoration: none;
	color: #ccc !important;
}
#logo{
	height: 55px;
	text-align: left;
	font-size: 52px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: -3px;
}
#menu{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin: 0px;
	padding: 1px;
}

#sub_menu{
	clear: both;
	heigth: 10px;
	color: #666;
	padding: 1px;
}
#sub_menu > div.ftree > span.ftree {
	display: none;
}
div.fsubtree, .ftree {
	float: left;
}

.ftree .selected{
	font-weight: bold;
	color: #ccc !important;
}


/* ======================================================== text styles */
.copy{
	font-size: 11px;
	line-height: 16px;
	/* text-indent: 80px; */
	margin-top: 10px;
	text-align: left;
}
/* ======================================================== navigation */
.navi{
	border-top:0 dotted #999999;
	left:685px;
	margin-top:6px;
	position:absolute;
	text-align:center;
	top:60px;
	width:95px;
}
.open, .sendform{
	text-align: left;
	text-indent: 0px;
	margin: 10px 0;
	padding: 3px 0 8px 0 !important;
	clear: both;
}

dd.snd a, dd.submit input, .sendform, .upload a, #upload a, a.back {
	background-color: #000 !important;
	color: #FFF !important;
	padding: 4px !important;	
	width: 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

dd.snd a:hover, dd.submit input, a:hover.sendform, .upload a:hover, #upload a:hover, a:hover.back {
	background-color: #fff !important;
	color: #000 !important;
	text-decoration: none !important;
}

.close{
	margin-top: 10px;
	text-align: right;
}

.login a{
	text-decoration: none; 
	color: #666;
}
.login a:hover{
	text-decoration: none; 
	color: #fff;	
}

.ftree span {
	display: inline;
	margin: 0px 5px 0 0;
}
.submenu .ftree span {
	margin: 0px 7px 0 0;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}
/* ======================================================== mail */

#mailform{
	width: 500px;
}
.mail{
}

dt{
	float: left;
	width: 90px;
	clear: both;
	padding: 4px 0;
}
dt.mssg{
	margin-top: 2px;
}
dd{
	margin-left: 50px;
	margin-bottom: 9px;
}
dd input{
	width: 360px;
	padding: 3px;
	border: 1px dotted #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
dd textarea{
	width: 360px;
	padding: 4px;
	border: 1px dotted #ccc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
}
dd.mssg{
	margin: 3px 0px;
}

.snd{
	display: block !important;
	clear: both !important;
	line-height: 20px !important;	
	margin-left: 90px;
}
.snd a{
	background-color: #fff;
	padding: 3px;
}
.snd a:hover{
	background-color: #FFFFFF !important;
	color: #000 !important;
}


/* ======================================================== login */
dt.user, dt.pass {
}
dd.pass input, dd.user input{
	width: 200px;
}
dd.submit input{
	width: 50px;
	margin-left: 0px;
}

/* ======================================================== news */
.xmlNews{
	text-align: left;
}
.xmlNews a{
	font-weight: bold;
}
.xmlNews textarea{
}
.xmlNews div.task{
	padding: 3px 0 8px 0 !important;		
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	clear: both;
}
.xmlNews div.task a{
	background-color: #000 !important;
	color: #FFF !important;
	padding: 4px !important;	
	width: 70px;
	text-transform: uppercase;
	text-decoration: none;
}
.xmlNews div.task a:hover{
	background-color: #FFFFFF !important;
	color: #000 !important;
}

.xmlNews div.entry{
	clear: both;
	margin-bottom: 0px;
	padding-right: 10px;
}
.xmlNews div.entry div.task{
}
.hl, .xmlNews div.entry div.headline{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: -0.5px;
	width: 350px;
}
div.entry div.headline a{
	font-weight: bold !important;
	text-decoration: none !important;
}
.hl{
	clear: both;
}
.sub_hl{
	margin: 6px 0 2px 0;
	color: #333;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
}

.xmlNews div.entry textarea.headline{
	width: 350px;
	height: 32px;
	padding: 4px;
	border: 1px dotted #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}
.xmlNews div.entry div.teaser{
	float: right;
	padding: 10px 0px 10px 10px;	
	text-align: right;
	width: 400px;
}

form .teaser{
	width: 400px;
}

.editable .teaser img{
}

.uri{
	visibility: hidden;
}

.xmlNews div.entry div.teaser img{
}
.xmlNews div.entry div.teaser .upload{
}

.xmlNews div.entry div.paragraph{
	margin: 0px;
	padding: 0px;
	width: 350px;
}

.paragraph{
	margin-bottom: 0px;
}
.xmlNews div.entry textarea.paragraph{
	width: 350px;
	height: 400px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px dotted #ccc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;		
	display: block;
}
div.fupload{
	padding: 3px 0 8px 0 !important;		
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	clear: both;
}

ul#news a{
	font-weight: normal !important;	
}

span.additionalImages{
	text-align: left;
	width: 400px;
	display: block;
	margin-bottom: 10px;
}

.upload{
	clear: both;
	margin: 10px 0;
}

/* ======================================================== */

