@import url(/fileadmin/borggeischter.ch/templates/feuserview/feusersview.css);
@import url(/fileadmin/borggeischter.ch/templates/agenda/jw_calendar.css);
@import url(/fileadmin/borggeischter.ch/templates/tx_cssstyledcontent/main.css);
@import url(/fileadmin/borggeischter.ch/templates/forum/main.css);
@import url(/fileadmin/borggeischter.ch/templates/werbung/main.css);
@import url(/fileadmin/borggeischter.ch/templates/tx-cmjstickernews/main.css);
@import url(/fileadmin/borggeischter.ch/templates/album/gallery-layout.css);
@import url(/fileadmin/borggeischter.ch/templates/sr_freecap/main.css);
@import url(/fileadmin/borggeischter.ch/templates/tt_products/main.css);
@import url(/fileadmin/borggeischter.ch/templates/tx_fertenews/main.css);
@import url(/fileadmin/borggeischter.ch/templates/news/main.css);

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(images/kinderfasnacht/img01.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

img {border-style: none;}

#header h1 {
	display:none;
}

#page h1 {
	display:none;
}

p, ul, ol {
	font-size: 100%;
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 805px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 809px;
	height: 51px;
	margin: 0 auto;
	background: url(images/kinderfasnacht/img02.gif) no-repeat;
	position:relative;

}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 20px;
	list-style-type: none;
}
#menu ul ul {
	width:150px;
	padding: 0px;
	margin: 0px;
	display:none;
	position:absolute;
}

#menu li {
	float:left;
	position:relative;
}
#menu ul ul li {
	position:relative;
}
#menu ul li:hover ul{
	display:block;
}
#menu ul ul ul {
	display:none;
	visibility:hidden;
	left:100px;
	top: 0px;
	z-index:200;
}
#menu ul ul li:hover ul {
	visibility:visible;
}
#menu a {
	display: block;
	height: 22px;
	padding: 0px 5px 0 10px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
	height:30px;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}

#menu ul li ul li a {
	background-color: #999999;
	height:15px;
	padding: 0px 2px 0px 5px;
	width:100px;
}

/*hacks for IE5.5 */
* html #menu a, * html #menu a:visited {
	width:10px;
	w\idth:9px;
}

* html #menu ul ul {
top:30px;
t\op:31px;
}

* html #menu ul ul a{
width:150px;
w\idth:129px;
}

#untermenu {
position: absolute;
}

/* Page */

#page {
	width: 809px;
	margin: 0 auto;
	background: url(images/kinderfasnacht/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 505px;
	padding: 20px 25px 0 40px;
	background: url(images/kinderfasnacht/img04.gif) no-repeat;
}

.boxed {
	background: #121B23;
	border-radius: 15px;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}
form .boxed {
background: #121B23
}

/*#content ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#content li {
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;	
}
*/
#content a {
	text-decoration: none;	
}

#content legend {
	background-color: #121B23;
	border: 1px dotted #000000;
	padding: 2px;
	font-weight: bold;
}

#content fieldset {
	background-color: #121B23;
	border:1px dotted #000000;
}
#content fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	width: 130px;
	float: left;
}

#content form{
	border: 1px dotted #000000;
	background: #000000;
	padding: 5px;
	margin-bottom: 3px;
}

#newsEdit form {
	background:none;
}
#newsEdit tr {
	border-bottom:dotted 1px gray;
}

#newsEdit {
	background:#000000;
	padding: 10px;
}

#shop {
	background: #121B23;
}

#sidebar a:hover {
	text-decoration: underline;
}
div .image{
	float:right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 215px;
	padding: 0 24px 0 0;
	background: url(images/kinderfasnacht/img05.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/kinderfasnacht/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}


#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.menu-level1-current-active a{
	color:#FFFFFF;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

/* Loginbox */

#loginbox {
}



#loginbox legend {
	display: none;
}

#sidebar input, #content input{
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}
#content input{
	text-transform:none;
	float: none;
}
#sidebar textarea, #content textarea {
	background-color: #5A83AE;
	border: 1px solid #000000;
	color: #000000;
}
#sidebar select, #content select {
	background-color: #5A83AE;
	border: 1px solid #000000;
	color: #000000;
}


#loginbox p {
	float:right;
}
#loginboxform {
	margin: 0;
	padding: 10px 20px 10px 20px;
}
#loginboxformSuccess {
	margin: 0;
	padding: 10px 20px 5px 20px;
}

#loginboxformForgot {
	margin: 0;
	padding: 10px 20px 5px 20px;
}
.loginboxfield {
	width: 165px;
	padding: 2px 5px;
}

#loginboxsubmit {
}



/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/kinderfasnacht/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 809px;
	/*width:680px*/
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/kinderfasnacht/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}
#content .feUserView li {
	padding: 0px 0px 0px 10px;	
	background: transparent url(images/kinderfasnacht/img06.gif) repeat-x scroll left bottom;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	margin-bottom: 5px;
	margin-top: 5px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #000000;
/*	clear: both;*/
	margin-top: 15px;
	/*border: 1px solid #666;*/
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	/*border: 1px solid #666;*/
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#121B23;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer, .content HR.clearer{
	clear:right;
	height:1px;
	border:1px hidden #FFFFFF;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	/*background-color:#BBE53A;*/
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	/*background-color:#F9FFE5;*/
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	/*background-color:#769024;*/
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	/*background-color: #769024;*/
	color:#fff;
}

