/* Start of CMSMS style sheet 'PHP-Team - Bildschirm-Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   /* font-size: 75.01%; */
   font-size: 11px;
   line-height: 1em;
   text-align: center;
}
td {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px; /* mein Fix wg. Tabellen-Schriftgroesse im IE  */
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */

a,
a:link 
a:active {
text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit;
color: #2571CF; 
}

a:visited {
text-decoration: none;
background-color: inherit;
color: #2571CF; /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
/* a:hover {
text-decoration: none;
background-color: #CDE0FB;
} */

/*****************
basic layout 
*****************/
body {
   background-color: #E7F0F9;
   background-image: url(/uploads/style/bg.jpg);
   background-repeat: repeat-x;
   color: #2571CF;
   margin:18px;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   text-align: left;
   width: 866px;
   background-color: #FEFEFD;
   border-top: 1px solid #E4EBF1;
   border-right: 1px solid #BDD4F0;
   border-bottom: 1px solid #BDD4F0;
   border-left: 1px solid #E4EBF1;
   color: #2571CF;
   background-image: url(/uploads/style/logo_rechts.jpg);
   background-repeat: no-repeat;
   background-position: right top;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   padding: 0px;
   height: 97px; /* adjust according your image size */
   overflow: hidden;
}

div#header h1 a {
/* you can set your own image here */
   background: url(/uploads/style/logo.gif) no-repeat 14px 21px; 
   display: block; 
   height: 97px;             /* adjust according your image size */
/*
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
*/
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#helio-content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 2%;
   margin-right: 2%;
   padding-bottom: 1em;
   line-height: 1.5em;
   width: 597px;
   float: right;
   display: inline; 
}

div#main div {
   line-height: 1.5em;
}

div#sidebar {
   margin-left: 9px;
   padding-bottom: 1em;
   line-height: 1.2em;
}
div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 9px;
   padding-bottom: 1em;
   line-height: 1.2em;
}
div#sidebar div {
   line-height: 1.2em;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
   padding-bottom: 1em;
}

div#helio-footer {
   clear:both;       /* keep footer below content and menu */
   font-size: 0.8em;
   padding-left: 1.5em;
   padding-right: 1.5em;
   padding-bottom: 1.5em;
   margin:0;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted #BDD4F0;
}
div.hr_tight {
   height: 1px;
   line-height: 3%;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 1em;
   margin-right: 1em;
   padding: 0px;
   border-top: 1px dotted #BDD4F0;
   clear: both;
   overflow: hidden;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#helio-content {

}

/* HEADINGS */
div#helio-content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#helio-content h2 {
   color: #2571CF; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.1em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #BDD4F0; 
/*   border-left: 1.1em solid #e7ab0b; */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#helio-content h3 {
   color: #2571CF; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#helio-content h4 {
   color: #2571CF; 
   font-size: 1.2em;
   font-weight: bold;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#helio-content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #2571CF;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.6em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
  font-size: 1.0em;
   /* margin: 0 0 0.25em 3em; */
   margin: 0;
}

div#main ul,
div#main ol {
   padding-left: 14px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

div.breadcrumbs a,
div#sidebar a,
div#main a {
	color: #2571CF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D7DEC6;
	padding-bottom: 0px;
}

div.breadcrumbs a:hover,
div#sidebar a:hover,
div#main a:hover {
	text-decoration: none;
	border-bottom-color: #589903;
}

a.normal {
	text-decoration: none;
	border: none !important;
}

/* FORMS */
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2571CF;
	font-size: 90%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDD4F0;
	border-right-color: #E4EBF1;
	border-bottom-color: #E4EBF1;
	border-left-color: #BDD4F0;
	padding: 2px;
}
button,
.send {
	color: #2571CF;
	background-color: #F4F4F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4EBF1;
	border-right-color: #BDD4F0;
	border-bottom-color: #BDD4F0;
	border-left-color: #E4EBF1;
	padding: 1px;
	margin: 0px;
}



/*-----------------
   EIGENE STYLES
 -----------------*/

.bildrahmen {
	border: 1px solid #E1ECF7;
	margin: 3px 4px;
	padding: 3px;
	line-height: 110%;
}
.bildrahmen td {
	font-size: 90%;
	font-style: italic;
}

.zitat, .quote {
	background-color: #F4F4F2;
	border: 0px;
	padding: 7px;
	margin: 7px;
}

.kasten_rechts {
	border: 1px solid #E1ECF7;
	margin: 3px 0px 3px 7px;
	padding: 7px 2px 2px 7px; 
	float: right; 
	line-height: 120%;
}
.kasten {
	border: 1px solid #E1ECF7;
	margin: 3px 0px 3px 7px;
	padding: 7px 4px 7px 7px; 
	line-height: 120%;
}
.credits {
	font-size: xx-small;
	/*font-style: italic;*/
	line-height: 126%;
	font-weight: normal;
        /*border: 1px solid #88A1B3;*/
	background-color: #F4F4F2; /*E1ECF7*/
	padding-top: 3px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.credits a {
	font-weight: normal !important;
}


.IMG {
	font-size: xx-small;
	text-align: center;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 0px;
	line-height: 130%;
	width: 222px;
}
.IMG_center {
	width: 99%  !important;
	float: none  !important;
	text-align: center !important;
}
.IMG span.copyright {
	font-size: xx-small;
	color: #94A7BC;
}
.IMG a {
	font-size: xx-small !important;
	color: #94A7BC !important;
	text-decoration: none !important;
}
.IMG img {
	border: 0px !important;
	margin: 0px !important;
}

.print_only {
	display: none;
}

.img_team {
   float: right;
   margin-bottom: 20px;
   margin-left: 9px;
   margin-right: 3px;
}

.gut-logo {
   margin-top: 9px;
   background-image: url(/images/gut-logo.png);
   background-repeat: no-repeat;
   background-position: right top;
}

div#main div.summary h3 {
   margin: 0px;
   padding: 0px;
   display: none;
}
div#sidebar div.summary {
   /* padding-top: 9px; */
}
div#sidebar div.summary_inside {
   font-size: 1em;
   font-weight: normal; 
   padding-left: 9px;
   padding-right: 18px;
}
div#sidebar div.summary p {
   font-size: 0.9em;
   font-weight: normal; 
   padding-left: 9px;
   padding-right: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-left: 4px solid #e1ecf7; 
   background-color: #f7f9ff;
   margin-bottom: 18px;
   margin-right: 18px;
}
div#main div.summary p {
   margin-top: 9px;
   margin-bottom: 36px;
}

div#sidebar div.summary h3 {
   font-size: 1.2em;
   font-weight: bold; 
   margin-bottom: 9px;
   border: 0px !important;
}
div#sidebar div.summary h4 {
   font-size: 1.1em;
   font-weight:bold; 
   margin: 0px !important;
   border: 0px !important;
}

div#print_button {
   float: right;
   padding-left: 6px;
}


/* End of 'PHP-Team - Bildschirm-Layout' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.SideNews {
  font-size: 85%;
}

.NewsSummaryTitle {
  font-size: 110%;
  font-weight: bold;
}
.SideNews .NewsSummaryTitle img {
  border: none;
  margin-top: 5px;
  margin-right: 4px;
  margin-bottom: 1px;
}

.NewsSummaryPostdate {
  font-size: 85%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

#main .NewsSummarySummary, 
#main .NewsSummaryContent {
  line-height: 140%;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  float: right;
  font-size: 80%;
  margin-left: 9px;
  font-weight: normal;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


#sidebar a#rss {
    border-bottom-style: none; 
    float: right;
    margin-right: 5px;
}

/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: SubmenuVert' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

.SubmenuVert ul {
   margin-top: 5px;
   margin-left: 1px;
   margin-right: 1px;
   margin-bottom: 5px !important;
   line-height:1.4em;
   padding: 0;
}

.SubmenuVert li {
   list-style-type: none;
   margin-bottom: 2px;
}

.SubmenuVert a {
	color: #2571CF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D7DEC6;
	padding-bottom: 0px;
}

.SubmenuVert a:hover {
	text-decoration: none;
	border-bottom-color: #589903;
}

/* End of 'Navigation: SubmenuVert' */

/* Start of CMSMS style sheet 'wiki' */
div#helio-wiki h1.firstHeading {
    /* padding-top: 0px; */
     padding-bottom: 10px; 
}

div#helio-wiki .SubmenuHoriz {
    /* float: right; */
    margin: 0;
    padding: 0;
}

div#helio-wiki {
    font-size: 80%;
}
div#helio-wiki .fr-icon-stable,
div#helio-wiki #mw-revisiontag,
div#helio-wiki #mw-revisiontoggle,
div#helio-wiki .flaggedrevs_toggle,
div#helio-wiki #mw-revisionratings,
div#helio-wiki .metadata,
div#helio-wiki #donate,
div#helio-wiki #siteNotice,
div#helio-wiki #Vorlage_Begriffskl.C3.A4rungshinweis,
div#helio-wiki #Vorlage_Begriffskl.C3.A4rungshinweis table,
div#helio-wiki .editsection {
    display: none !important;
}

div#helio-wiki,
div#helio-wiki #globalWrapper,
div#helio-wiki #content,
div#helio-wiki #f-list {
    border: none 0px !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
}

div#helio-wiki,
div#helio-wiki #globalWrapper,
div#helio-wiki #content,
div#helio-wiki #f-list, 
div#helio-wiki .firstHeading,
div#helio-wiki caption,
div#helio-wiki th,
div#helio-wiki td,
div#helio-wiki a:link,
div#helio-wiki a:visited,
div#helio-wiki a:hover,
div#helio-wiki a:active {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    color: #2571CF !important;
}

div#helio-wiki #coordinates,
div#helio-wiki #artikelstadium {
    display: inline !important;
    position: relative !important;
}

div#helio-wiki .float-right {
	float: right;
}
div#helio-wiki .tright {
	float: right;
	clear: both;
}

div#helio-wiki div.thumb {
	margin: 2px 2px 2px 5px;
}
div#helio-wiki div.magnify {
	float: right;
}
div#helio-wiki img {
	padding: 2px 4px 2px 2px;
}

div#helio-wiki #siteSub,
div#helio-wiki #contentSub,
div#helio-wiki #jump-to-nav,
div#helio-wiki .microformat,
div#helio-wiki .printfooter,
div#helio-wiki div#column-one,
div#helio-wiki div#footer {
	display: none;
}

div#helio-wiki div.wcopyright {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dotted 1px #2F4F4F;
}

/* hintergrundfarbe1 rahmenfarbe1 */




/* End of 'wiki' */

