/*
Website Name: Kultur im zelt e.V.
Website URL: http://www.kultur-im-zelt.de 
Description: 
Version: 0.0.1
Author: Viktor Steinke
Author E-Mail: viktor.steinke@brainworxx.de
=============================================================================================================================*/

/* importiert datai.css
--------------------------------------------------*/
.powered{
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px 0px 0px 136px;
}

/* html, body
--------------------------------------------------*/
*{margin: 0px; padding: 0px;}
html, body{height: 100%; margin: 0px; padding: 0px;}
body{
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* headings 
--------------------------------------------------*/
h1 {
	color: #000;
	font-size: 1.4em;
	margin: 30px 0px 20px 0px;
}

h2 {
	font-size: 1.1em;
	margin:0px 0px 0px 4px;
	padding: -1.5em 0em 0em 0em;
}

h3 {
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
	padding: 1em 0em 0em 0em;
}


/* links
--------------------------------------------------*/
a {color: #545454; text-decoration: none;}
a:hover { color: #C62A28; text-decoration: none;}
a:visited {}
a:active {}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {padding: 0px 0px 0px 5px;}
p.bodytext{
	padding: 0px;
	margin: 0px;
}

ol{
	margin: 0px 0px 0px 40px;
}

#content ul{
	padding: 0px 0px 0px 0px;
}
#content ul li{
	margin-bottom: 0.5em;
	list-style-type : none;
/*	list-style-image: url(../bilder/icons/li.gif);*/
	list-style: none;
}


/* container
--------------------------------------------------*/
#head{height: 37px;}
#Navi{
	width: 35px;
	margin: 0px 6px 0px 6px;
	float: left;

}

#rightContent{
	width: 127px;
	padding: 0px;
	margin: 0px;
	float: left;
}


#content{
	width: 500px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#mainContent{
	width: 450px;
	margin: 0px 0px 0px 15px;
}


/* content
--------------------------------------------------*/


/* menu
--------------------------------------------------*/
.menu_icon{
	width: 35px;
	height: 37px;
	margin: 0px 0px 0px 0px;
}

.menu{
	width: 13px;
	padding: 24px 0px 0px 10px;
}
.menu .item{padding: 0px 0px 24px 0px;}


/* submenu
--------------------------------------------------*/
.submenu{padding: 10px 0px 0px 0px;}
/*=== 1.Ebene des submenus ===*/
.submenu ul li{
	margin: 0px;
	padding-top: 3px;
	list-style: none;
}

.submenu ul li a{
	color: #000;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	background: url(../bilder/icons/menu_li.gif) no-repeat 8px 3px;
}

.submenu ul li a:hover{
	color: #B50303;
	padding: 0px 0px 0px 20px;
	background: url(../bilder/icons/kiz/menu_li_over.gif) no-repeat 8px 3px;
}

.submenu ul li a.menuitemact{
	color: #B50303;
	padding: 0px 0px 0px 20px;
	background: url(../bilder/icons/kiz/menu_li_over.gif) no-repeat 8px 3px;
}

.submenu ul li a.menuitemact_sub{
	color: #B50303;
	padding: 0px 0px 0px 20px;
	background: url(../bilder/icons/kiz/menu_li_sub.gif) no-repeat 8px 3px;
}

/*=== 2.Ebene des submenus ===*/
.submenu ul li li{
	margin: 0px;
	padding-top: 3px;
	list-style: none;
}

.submenu ul li li a{
	color: #000;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	background: url(../bilder/icons/menu_li.gif) no-repeat 13px 3px;
}

.submenu ul li li a:hover{
	color: #B50303;
	padding: 0px 0px 0px 25px;
	background: url(../bilder/icons/kiz/menu_li_over.gif) no-repeat 13px 3px;
}

.submenu ul li li a.menuitem2act{
	color: #B50303;
	padding: 0px 0px 0px 25px;
	background: url(../bilder/icons/kiz/menu_li_over.gif) no-repeat 13px 3px;
}



/* suchbox
--------------------------------------------------*/
.suchbox {
	height: 35px;
	float: left;
	padding: 0px 0px 0px 10px;
}

.suchbox #searchform{
	margin: 7px 0px 0px 5px;
}

.suchbox input{
	font-size: 10px;
	padding: 3px;
	height: 14px;
	width: 120px;
	border: 0px;
	background: #ccc;
}

*html .suchbox input.suchbutton{padding: 2px 4px 18px 2px; height: 20px;}
*+html .suchbox input.suchbutton{padding: 2px 4px 18px 2px; height: 20px;}
.suchbox input.suchbutton{
	height: 16px;
	width: 50px;
	color: #000;
	margin: 0px 0px 0px 2px;
	padding: 2px 4px 18px 2px;
	border: 0px;
	background: #ccc;
}


/* toolbar
--------------------------------------------------*/
.items_tool{
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 125px;
	position: relative;
	z-index: 2;
}

.items_tool span.linkItem a{
	color: #000;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.items_tool span.linkItemAct a{
	color: #B50303;
	font-weight: bold;
	padding: 0px 0px 0px 5px;	
}

.icon{padding: 0px 0px 0px 10px;}


/* logo
--------------------------------------------------*/
.logo{padding: 37px 0px 0px 59px;}


/* gotop & print
--------------------------------------------------*/
.print{
	float: left;
	margin: 30px 10px 0px 0px;
	padding: 0px 0px 0px 280px;
}
.print a{
	color: #000;
	font-weight: bold;
	background: url(../bilder/icons/kiz/print.gif) no-repeat 0px 0px; 
	padding: 0px 0px 0px 20px;
}
.print a:hover{color: #D0423F;}

.top{
	float: left;
	margin: 30px 0px 0px 0px;
}
.top a{
	color: #000;
	font-weight: bold;
	background: url(../bilder/icons/kiz/top.gif) no-repeat 0px 0px; 
	padding: 0px 0px 0px 20px;
}
.top a:hover{color: #D0423F;}


/* eventmanager
--------------------------------------------------*/
.EventsListViewToday{
	text-align: right;
	font-weight: bold;
}
/*=== List view ===*/
.tx-xxeventmanagement-pi1{}

.EventsListTitle a{color: #000;}
.EventsListTitle a:hover{color: #B72A26;}
 
.tx-xxeventmanagement-pi1 .today{
	background-color: #dedede;
}

.EventsListRowDate h3{
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #C62A28;
	border-bottom: 1px solid #C62A28;	
}
 
#EventsListRowTime{
	float: left;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

#EventsListRowDesc{margin: 0px 0px 0px 0px;}

*html #EventsListRowDesc .title{padding: 0px 0px 5px 2px;}
#EventsListRowDesc .title{
	font-weight: bold;
	margin: 0px 0px 0px 75px;
	padding: 0px 0px 5px 5px;
}
#EventsListRowDesc .title a{
	background: url(../bilder/icons/kiz/event.gif) no-repeat 0px 0px; 
	padding: 0px 0px 0px 20px;
}

#EventsListRowDesc div.desc {margin: 0px 0px 0px 80px; font-weight:bold;}


/*=== Single view ===*/
.EventsSingleTitle{
	font-size: 13px;
	font-weight: bold;
	color: #C62A28;
	text-align:right;
	margin: 0px 0px 30px 0px;

}

.EventsSingle-links{
	margin: 10px 0px 0px 0px; 
}

.EventsSingleBackLink{margin: 0px 0px 0px 0px;}

.EventsSingleBackLink a{
	font-weight: bold !important;
	color: #000 !important;
	background: url(../bilder/icons/kiz/back.gif) no-repeat 0px 0px; 
	padding: 0px 0px 2px 20px;
}

.EventsSingleNextLink{float:left;}
.EventsSingleNextLink a{
	font-weight: bold !important;
	color: #000 !important;
	background: url(../bilder/icons/kiz/next.gif) no-repeat 160px 0px; 
	padding: 0px 20px 2px 0px;
}
.EventsSingleNextLink a:hover{color: #C22928 !important;}

.EventsSinglePrevLink{float: left;}
.EventsSinglePrevLink a{
	font-weight: bold !important;
	color: #000 !important;
	background: url(../bilder/icons/kiz/prev.gif) no-repeat 0px 0px; 
	padding: 0px 20px 2px 20px;
}
.EventsSinglePrevLink a:hover{color: #C22928 !important;}

.EventsSingleDetailHeader{
	font-weight: bold;
	padding: 0px 0px 0px 4px;
}


/* kontaktformular
--------------------------------------------------*/
#content .mailform{
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

.mailform .mailform-input-select{width: 205px;}
*html .mailform .mailform-input-select{width: 203px;}
.mailform .spacer{
	display: block;
	padding: 1em;
	border: 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.mailform .label span{padding-right:2px;}
.mailform .label{
	float: left;
	clear: left;
	border-TOP: 2px solid #ccc;
	width: 150px;
	margin: 2px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
}

.mailform .label1{
	float: left;
	clear: left;
	width: 350px;
	margin: 5px 0px;
}

.mailform-input, .mailform-input-plz, .mailform-input-ort, .mailform-select, .mailform-check-kontakt, .mailform-textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	border: 0px;
	background: #ccc;
	padding-left: 2px;
	margin: 2px 0px;
	height: 19px;
	float: left;
}

.mailform-input{
	width: 232px;
	clear: right;
	padding-left: 5px;
	padding-top: 2px;
}

.mailform-input-plz{
	width: 50px;
	padding-left: 5px;
	padding-top: 2px;
	margin-right: 3px;
	background: #ccc;
}
/*== Opera Hack ==*/
html:first-child>*:first-child+b\ody .mailform-input-ort{margin-left: 6px;}
/*== IE Hack ==*/
*html .mailform-input-ort{margin-left: 0px;}
.mailform-input-ort{
	width: 173px;
	margin-left: 1px;
	padding-left: 5px;
	padding-top: 2px;
	clear: right;
	background: #ccc;
}

.mailform-textarea{
	width: 232px;
	height: 132px;
	padding-left: 5px;
}

.mailform-submit, #tx-newloginbox-pi1-forgot_email_submit{
	margin-top: 20px;
	border: 1px solid #666;
	padding-bottom: 2px;
	width: 142px;
	height: 19px;
	font-size : 11px;
	color: #000;
	background: #ccc;
}

.mailform .fussnote{
	text-align: right;
	width: 10px;
	padding-right: 3px;
	float: left;
}
/*== Opera Hack ==*/
html:first-child>*:first-child+b\ody .mailform-error-field{padding: 2px 0px 0px 0px;}
.mailform-error-field{
	color: #C62A28;
	font-size: 10px;
	padding: 2px 0px 0px 155px;
	float: left;
}


/* presse login
--------------------------------------------------*/
.tx-newloginbox-pi1 form{padding: 20px 0px 0px 0px;}
*html .tx-newloginbox-pi1 .mailform .label{
	margin: 3px 0px 0px 0px;
}
.tx-newloginbox-pi1 INPUT{
	width: 232px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	border: 0px;
	background: #ccc;
	padding-left: 2px;
	margin: 2px 0px;
	height: 19px;	
}

#tx-newloginbox-pi1-login_submit, #tx-newloginbox-pi1-logout_submit{
	margin-top: 20px;
	border: 1px solid #666;
	padding-bottom: 2px;
	width: 100px;
	height: 19px;
	font-size : 11px;
	color: #000;
	background: #ccc;
}

.pass-forgot{margin: 20px 0px 0px 6px;}
.pass-forgot a{
	font-weight: bold !important;
	color: #000 !important;
	background: url(../bilder/icons/kiz/next.gif) no-repeat 120px 0px; 
	padding: 0px 40px 2px 0px;
}
.pass-forgot a:hover{color: #C22928!important;}


/* suche
--------------------------------------------------*/
div.tx-indexedsearch-whatis{margin: 0px 0px 20px 0px;}
div.ergebnis h3 a{
	color: #D82E2D;
	padding: 0px 0px 0px 20px;
	background: url(../bilder/icons/kiz/event.gif) no-repeat 0px 2px;
}
strong.tx-indexedsearch-redMarkup{color: #D82E2D;text-decoration:underline;}
div.ergebnis p a{
	border-top:1px solid #ccc;
	display:block;
	margin: 7px 0px 0px 0px;
}
.tx-indexedsearch-sw,.tx-indexedsearch-browsebox-strong{font-weight:bold;}