/* Start of CMSMS style sheet 'vereinsarena' */
*
 { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #FFB600 url(/layoutpics/bg-site.jpg) repeat-y;
}
#leftmenu ul {
width:100%;
list-style-type: none;
border-bottom:1px solid #D70019;
color:#000000;

}
#leftmenu li {
width:100%;
list-style-type: none;
border-bottom:1px solid #D70019;
color:#000000;
height:25px;

}
#leftmenu li.currentpage {
width:100%;
list-style-type: none;
border-bottom:1px solid #D70019;
color:#000000;
height:25px;
background:green;
}

l#leftmenu i.activeparent {
background:red;
height:20px;
}
li {
#list-style-type: none;
}
#wrapper { 
 width: 1000px;
 background: #ffffff url(/layoutpics/bg-shadow.jpg) repeat-y top left;
float:left;
 }

#wrapper_wrapper { 
 margin: 0 auto;
 width: 1120px;
 background: transparent url(/layoutpics/bg-shadow.jpg) repeat-y top left;
}



#banner {
 color: #333;
 width: 940px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 2px 0px 0px 0px;
 background: #FFFFFF;
}
#page{
width: 940px;
background:#FFFFFF;
margin-left:30px;
}
#left {
 color: #333;
 width: 758px;
 float: left;
 padding: 0px;
 border-right: 1px solid #000000;

 margin: 10px 0px 0px 0px;
 background: #FFFFFF;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 10px 0px 5px 10px;
 padding: 0px;
 
 width: 170px;
 float: left;
}
#header{
width:750px;
height:265px;
background: #FFFFFF url(/layoutpics/header2.jpg) no-repeat top left;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color: #000000;
 border: 0px solid #ccc;

 margin: 0px 0px 0px 0px;
 padding-left: 0px;

 width: 170px;
 float: left;
}
#search {
/*float: left;*/
height: 20px;
width: 170px;
padding: 0px 0px 0px 0px;
margin:0px;

}
#content { 
 float: left;
 color: #333;
 border: 0px solid black;

 margin: 0px 5px 5px 0px;
 padding: 5px;

 width: 550px;
 display: inline;
}
#banner-midi {
 color: #333;
 width: 550px;
 float: left;
 padding: 0px;
 border: 0px solid red;
 /* height: 110px;*/
 margin-left: 4px;
 
 background: #FFFFFF;
}
#content-self { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin-left: 4px;
 padding: 0px;

 width: 560px;
 display: inline;
}
#container-head{
width:160px;
height:20px;
background: #000000 url(/layoutpics/bg-c-h.gif) no-repeat top left;
padding-left:10px;
padding-top:5px;
color: #FFFFFF;
font-weight:bold:
}
#container-inhalt{
width:148px;
margin-top:1px;
border: 1px solid #000000;
background: #D70019;
color:#000000;
padding:10px;
}

#content-self a {
color:rgb(75,75,75);
text-decoration:none;
}
#footer { 
 width: 758px;
 clear: both;
 color: #333;
 border-bottom: 0px solid #000000;
 border-top: 0px solid red;
 background: #FFFFFF;
 margin: 50px 0px 0px 0px;
 padding: 0px;
 height:56px;
}
#footer2 { 
 width: 758px;
 clear: both;
 color: #333;
 border-bottom: 0px solid #000000;
 border-top: 0px solid red;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 height:5px;
}
#links-bottom {
width:540px;
font-size:12px;
height:21px;
float:left;
 border-bottom: 1px solid Black;
}
a.links-bottom {
font-size:11px;
color:#5F5F5F;
 text-decoration: none;
 text-transform: uppercase;
 
}
#shadow-end {
width:1000px;
height:36px;
/* background: #FFFFFF url(/layoutpics/bg-shadow-end.jpg) no-repeat top left;*/
}

/*-------------------------------------------------------------------------------*/
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0em;
/*background: #cde9d3;*/
font-size:12px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #000000;
   display: block;
   background-color: #D70019;
}

#menu_vert ul ul li {
   border: none;
}



/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.5em 0.3em 0.8em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   /*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   padding: 0.3em 0.3em 0.3em 1.5em;
   background-position: 1.5em center;
   background-color:#6E6E6E;
   border-bottom: 1px solid #000000; 
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 2.3em;
   background-color:#969696;
   /*background: url(images/cms/dash.gif) no-repeat 2.8em center; */
}
/* 4 level links, more padding */
div#menu_vert ul ul ul ul a {
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-color:#BEBEBE;
   /*background: url(images/cms/dash.gif) no-repeat 2.8em center; */
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #FFFFFF;
color: #ffffff;
}
/* hover state for 2level links */
div#menu_vert ul li a:hover {
   background-color: #000000; 
color: #FFFFFF;
}
div#menu_vert a.activeparent:hover {
   background-color: #BEBEBE;
   color: #FFFFFF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   /*background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   background-color: #000000;
   color: #FFFFFF;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 2.3em center; 
   background-color: #000000;
   color: #FFFFFF;
}
div#menu_vert ul ul ul li a.activeparent {
   background-position: 2.8em center; 
   background-color: #e3f3e6;
   color: #000000;
}
div#menu_vert ul ul ul li a.activeparent:hover {
   background-position: 2.8em center; 
   background-color: #BEBEBE;
   color: #000000;
}
/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   /*background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;*/
   background-color: #000000;
   display: block; 
   padding: 0.3em 0.3em 0.3em 0.8em;  /* some air for it */
   color: #ffffff;                                 /* this will be link color for all levels */
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 100%;
   font-weight:normal;
   padding: 0.3em 0.5em 0.3em 1.5em;
   /*background-position: 1.4em center;*/
   background-color: #000000;
  /* border-bottom: 1px solid #D70019;*/
   color: #ffffff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.3em 0.3em 2.3em;
   /*background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; */
   background: #000000;
color:#ffffff;
}
/* current page on 4 level, more padding */
div#menu_vert ul ul ul ul h3 {
   padding: 0.3em 0.3em 0.3em 2.8em;
   /*background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; */
   background: #e3f3e6;
color:#000000;
}
/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #e3f3e6;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}
body.mceContentBody {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        background: #ffffff;

}
div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
} 
.ueberschrift_braun{

color: rgb(153, 51, 0);
font-weight:bold:
}

.blau {
color: rgb(0, 0, 255);
}

.rot {
color: red;
}
.gruen {
color:green;
}
.gross {
font-size: 14px; 
}

.text {
	font-family:		Verdana,Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
/* padding: 3px;*/
}


div.NewsSummaryPostdate {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}


div.NewsSummaryLink a{
color:rgb(54,166,129);
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

div.NewsSummaryMorelink {
color:rgb(75,75,75);
float:right;
}

div.NewsSummaryMorelink a{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
color: red;
}

div.NewsSummaryCategory {
color:black;
font-size:10px;
font-weight:bold;
display:inline;
}

div.NewsSummarySummary {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;


}

div.NewsSummaryAuthor {
display:none;
}

.text hr {
color:red;
position:relative;
top:0px;
left:0px;

height: 0px;
}



div.title {
background-color:#D70019;
color:#000000;
display:block;
font-size:12px;
margin:0;
padding:0.3em 0.3em 0.3em 0.8em;
font-weight:bold;
}

div.news_bild_links {

/*width:150px;
padding-left:10px;*/
float:left;
padding:5px;
}

div.news_bild_rechts {
margin-right:10px;
float:right;
padding:5px;
/*width:150px;*/
}

div.news_bild_rechts img {
border: 1px solid black;

}

div.news_bild_links img {
border: 1px solid black;

}

div.NewsSummary {
#float:left;
#padding-top:10px;
}

#NewsPostDetailSummary img { padding:10px;}

div.content li {
list-style-type:disc;
}

.menuoben {color:red;text-decoration:none;}

a img { border:0px}

input {background-color:#969696;}

#content ul { margin:0; padding-left:1em; }

.cms-guestbook-entry-sendername{
font-weight:bold;
color:#969696;
}

.cms-guestbook-entry-sender{border:0px solid red;}

.cms-guestbook-entry-text{margin-left:10px;}

.cms-guestbook-entry{margin-top:10px;}

div#leftcolumn marquee {padding-left:5px;padding-bottom:10px;border:1px solid #4B4B4B;}

marquee a {
color:#4B4B4B;
text-decoration:none;
}
/* End of 'vereinsarena' */

