/* CSS Document */
/*===================  COLORS  ======================
# c-lightblue.css   part of the Triad skin for Pmwiki
#=============== vega theme =================*/


#body 
{ 
background:#D5E2F2; 
}
/* #outer-box { border:1px solid #003466; } */
/* #outer-box { none } */

#header 
{ 
background: #050522 url(../images/sternies.png); border:0px;
}
/*  url(../images/blue-grad.gif) */
/* style='background-image:url([=http://mysite/path/image.file=])' */
/* url(../images/bluegrad.gif) repeat-x; /* header background image */ 


#titlebar a 
{ 
color:#fd6814; 
}
#titlebar a:hover 
{ 
color:#f4a940; 
}


#topnav 
{ 
 background: #050522;
/* #376EA4;*/ /* toplink bar background color */
/*border-bottom:1px solid #fff;  */
}
#topnav a, #topnav ul li 
{ 
color:#fff; 
}
#topnav li a:hover, #topnav li a:active  
{
color: #fff; 
background: #6c6b7d; 
} /* hover colors */


/*Links*/
a:link   { color:#151588;}
a:visited{ color:#009;}
a:active { color:#009;}
a:hover  { color:#adbade;}


/*Sitebar*/
#left-box 
{ 
background: url(../images/brd-vega-right2.jpg) right repeat-y; 
}  /*left: right border img */
#outer-box 
{ 
background:#050522 url(../images/brd-vega-left2.jpg) repeat-y; 
}  /*left: left border img + background */
#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 
{ 
color:#ff9 
}
#sidebar .sidehead, #sidebar p.sidehead a.wikilink 
{ 
color:#ff9 
} /*#5F5F30*/
#sidebar h1 a:link, #sidebar h1 a:visited 
{ 
color:#FFC27F; 
}
#sidebar h1 a:hover, #sidebar h1 a:active,#sidebar a:link, #sidebar a:visited 
{ 
color:#d0d0d0; 
}
#sidebar a:hover, #sidebar a:active 
{ 
color:#fff; 
text-decoration:none; 
}
#sidebar p.sidehead a.wikilink:hover  
{ 
color:#fff; 
background: #6c6b7d; 
} /* hover colors */
#sidebar p.sidehead a.wikilink:active 
{ 
color:#fff; 
background: #6c6b7d; 
}
#sidebar li a:hover, #sidebar li a:active  
{
color: #fff; 
background: #6c6b7d; 
} /* hover colors */
/*#sidebar li, #sidebar h1 { border-bottom: 1px solid #999; }  menu lines */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  
{ 
border-top:0px solid #999; 
border-bottom:0;
}
#sidebar a.selflink 
{ 
color:#fff; 
}
#sidebar a:hover.selflink 
{ 
background:none; 
color:#fff; 
}
#sidebarfooter 
{ 
border-top:0px solid #999; 
}
#sidebar a.fontsizer 
{ 
background:#fff;/*1D5183*/ 
}
#sidebar a.fontsizer:hover 
{ 
background:#adbade; 
}
#sidebar  p 
{ 
color:#eee; 
}
#sidebar .sideclip 
{ 
border:1px solid #003B62;
color:#000;
background:#f4f4ed;
padding:2px 0px;
/*margin:5px 5px 0 5px; */
font-size:0.85em;
}
#sidebar .sideclip p, #sidebar .sideclip h4 
{
color:#000;
line-height:1.2em;
}
#sidebar .sideclip a 
{ 
color:blue 
}
#sidebar .trailmenu ul li a
{ 
color:#efe; 
}
#sidebar .trailmenu ul ul li a 
{ 
color:#afa; 
}
#sidebar .trailmenu ul ul ul li a 
{ 
color:#faa; 
}


/*content*/

#center-box, #right-box, #footnavbox 
{
background: url(../images/blue-vega-grad.jpg) bottom left fixed repeat-x #ffffff; 
}  /* main background color */

#contentbox 
{ 
background:#fff;
border:1px solid #003466; 
}
#content h1 ,#content h2
{ 
color:#fd6814; 
}
 #content h3,#content h4, #content h5, #content h6 
{
color:#151544;
}
#content ul 
{ 
list-style-image: url(../images/bullet7.gif); 
}
#content a.fontsizer:hover 
{ 
background:#fff; color:#adbade; 
}
#content a.fontsizer 
{ 
background:#eee; 
}


table.maincontent {
    background:#949fbf;

}

#rightbar ul 
{ 
list-style:none; 
}
#rightbar a.fontsizer, #header-box a.fontsizer  
{
color:#eee;
background:#6c6b7d; /*BED0E4;2873B8*/
border-top:0;
border-left:0;
border-bottom:1px solid #949fbf;
border-right:1px solid #949fbf;
}
#rightbar a.fontsizer:hover 
{ 
background:#adbade; 
}

#footnavbox 
{ 
background:#fff;
border:1px solid #003466; 
}
#footer-box 
{ 
border-top:1px solid #050522;
background:#93939f  repeat-x;
} /*(url../images/blue-100-foot.jpg)*/

#toggleright input, #toggleleft input
{color:#fff;
background:#6c6b7d;
border:none;
}
#toggleleft input 
{ 
border-right:1px solid #fff 
}
#toggleright input 
{ 
border-left:1px solid #fff 
}
#toggleright input:hover, #toggleleft input:hover 
{ 
background:#6c6b7d; 
}



.quickref 
{ 
background:#eef 
}

.inputbox, .inputtext 
{ 
background: #ECF2F9;
border-top:1px solid #99c;
border-left:1px solid #99c;
border-right:1px solid #eee;
border-bottom:1px solid #eee; }
.inputtext 
{ 
background: #ECF2F9; 
}
.inputbox:hover, .inputbox:focus 
{ 
color:#000; 
background:#fff; 
}
/* comment next six lines to get a standard button */
.inputbutton 
{
color:#000066; 
background:#eee;
border-top:1px solid #eef;
border-left:1px solid #eef;
border-right:1px solid #99c;
border-bottom:1px solid #99c;
}
.inputbutton:hover 
{
 color:#aa0; 
background:#ffe
}

.navbuttons li a {  }
.navbuttons li a:hover, #footaction li a:active 
{ 
color:#adbade; 
background:#6c6b7d; 
}
.navbuttons li a, a.fontsizer
{
background:#fff;/*6c6b7d*/
color:#006;
border-top:1px solid #eee;
border-left:1px solid #eee;
border-right:1px solid #99c;
border-bottom:1px solid #99c;
}


.clip, .news 
{ 
border:1px solid #003B62;
color:#000;
background:#f4f4ed url(../images/silver-left.jpg) repeat-y;
/*padding:0 8px 5px 8px; */
margin-bottom:5px; }

#editpreview 
{ 
border-color:#7F9DB8; background:#fff; 
}
.previewheader, .previewfooter, #edithelp 
{ 
border-color:#7F9DB8; 
background:#eef;
}


/* commentbox styled */
.messagehead, .messageheader, .messagefooter 
{ 
background:#B3CCE5; 
}
.messageauthor 
{ 
background:#D9E5F2; 
}
.messagesubject 
{ 
background:#D9E5F2; 
}
.messageitem, .messagetext, .bquote 
{ 
background:#ECF2F9; 
}

/* Bilder */
#bilder
{
float:left; 
margin:7px;
}
