/*  	Main template stylesheet [SITE.CSS]
------------------------------------------------
   * Each tag is accessible by ID
     {Calendar}   -> #CMSTagCalendar
     {Languages}  -> #CMSTagLanguages
     {...}        -> #CMSTag...
     {{{}}}       -> #CMSTag
     Page Content -> #SiteContent

   * Other external CSS files for menu and modules
	 are loaded dynamically from TCustom/*.css
	 
     events and calendar (calendar.css)
     forms.css
     guestbook.css
     helpdesk.css
     menuh.css and menuv.css
     news.css
     photoalbum.css
     postcard.css
     sitemap.css

   * Text formatting and Editor Styles:
     /TCustom/content.css
     
			*/


       #bgwrapper {
        	width:970px;
        	background-image:url(/cms/Tcustom/bg-white.gif);
        	background-repeat:repeat-y;
        	background-position:left top;
       }
       #mwrapper {
        	width:970px;
        	background-image:url(/cms/Tcustom/bg.png);
        	background-repeat:repeat-y;
        	background-position:left top;
        }
        #mpadder {
        	padding-left:5px;
        	padding-right:5px;
        }
        #mheader {
            width:960px;
        	height:270px;

        }
        #hline{
        	height:26px;
        	padding-top:2px;
        	width:950px;
        	margin-left:10px;
        	background-color:#6BB488;
        	text-align:right;
        }        
        
        #vline{
        	height:9px;
        	width:950px;
        	margin-top:1px;
        	margin-left:10px;
         clear:both;
        	background-image:url(/cms/Tcustom/vert.png);
        	background-repeat:repeat-x;
        	background-position:left top;
        }
        #mcontent {
        	clear:both;
        	margin-left:10px;
        	width:950px;
        	text-align:left;
        } 
        #mfooter {
        	clear:both;
        	height:20px;
        	width:950px;
        	margin-left:10px;
        	background-color:#6BB488;
        	position:relative;
        	bottom:0px;
        	left:0px;
        }        

#HeaderLinks A, #HeaderLinks A:hover, #HeaderLinks A:link, #HeaderLinks A:active {
  color:white;
  text-decoration:none;
} 

#HeaderLinks {
  margin:0px;
  border:0px;
  padding-top:3px;
} 

#powered A, #powered A:hover, #powered A:link, #powered A:active {
  color:#ddd;
  text-decoration:none;
  font-size:8pt;
  float:right;
}

.sidetitel {background-color:#ddd;font-weight:bold;border-left:4px solid #999;border-right:4px solid #999;border-bottom:1px solid #999;border-top:1px solid #999}
.letzte {font-weight:bold;font-size:12pt}
.letzteDatum {font-weight:bold;font-size:12pt}
.letzteTitel {}

#CMSTagLanguages select {
     font-size:9px;
      background-color:#56789e;
     color:white;
}

#CMSTAGNextPages { margin-top:10px}
#CMSTAGNextPages a {
     background-color:#ccc ;
     height:17px;
     text-align:center;
     padding-left:5px;
     padding-right:5px;
     border:1px solid #666;
     margin-right:5px;
     text-decoration:none
}
#Impressum a: {text-decoration:none;font-size:7pt;color:white}
#Impressum a:link {text-decoration:none;font-size:7pt;color:white}
#Impressum a:hover {text-decoration:none;font-size:7pt;color:red}
#Impressum a:visited {text-decoration:none;font-size:7pt;color:white}

#DocTitle {
     color:#333;
     font-size:13px;
     padding:5px;
     font-weight:bold;
     border-bottom:1px solid #56789e;
}

#CMSTAGDetailsFoot {}
#CMSTAGReferences {border:1px solid #ccc;margin-right:20px}
.msg {padding:5px;background-color:#eee;font-size:12px;font-weight:bold}

/* Various table headers */
TH { background: #fff; padding: 3px; }

/* Form buttons */
INPUT.SubmitForm { }
INPUT.ResetForm {  }
INPUT.BackForm { }

/* Forms */
INPUT { font: normal 11px ; background: #f3f3f3; color: #422; }
TEXTAREA { font: normal 11px; background: #f3f3f3; color: #422; }

/* Links */
a { color: black; text-decoration: dashed;}
a:active { color: black; text-decoration: dashed;}
a:visited { color: black; text-decoration: dashed;}
a:link { color: black; text-decoration: dashed;}
a:hover { color: #333; text-decoration: none; }

/* Web Page */
body {
    background:#92B9F5;
    margin:0px;
}


/* Different levels of page headers (H1 -> largest) */
H1 { font-size: 160%; }
H2 { font-size: 140%; }
H3 { font-size: 120%; }
H4 { font-size: 100%; }
H5 { font-size: 90%; }

/* Language tag */
#CMSTagLanguages a,#CMSTagLanguages a:hover ,#CMSTagLanguages a:active,#CMSTagLanguages a:link {
  text-decoration:none;
  color:black;
  white-space: nowrap; /* For vertical alignment */
}
#CMSTagLanguages { width: 10em; } /* For vertical alignment */

#CMSTagLanguages img {
  top: 3px; position: relative;
}

/* External and internal References at the bottom of the content */
.CMSRefer { font-size:11px;padding-left:15px; }
.CMSReferSep { margin-left:30px;margin-right:30px; }
.CMSRefer a { text-decoration:none; }
.CMSRefer a:hover { text-decoration:underline; }
.CMSRefer a#intern { color:blue; }
.CMSRefer a#extern { color:#444; }

/* A thin horizontal line */
HR.hrThin { height: 1px; color: #666; }

/* {MainMenu} */
TABLE.navi { padding: 4px 7px; border: 1px solid #ddd; background-color: #fff; }

/* {ListFileLib} */
TABLE.fileTable TR TD { padding: 5px; }

#CMSTagDocuments {width:500px}
#docHeader {font-weight:bold;margin-bottom:5px;margin-top:10px;}
#docDatum {visibility:hidden}

/* Error messages */
.error, #error, error { padding: 1em; border: 1px solid #931; background-color: #ff8; color: black; font-weight: bold; font-size: 1em; }

/* Content in a scrollable frame */
.scrollBox { 
	border: 0px; 
	overflow: auto; 
	width: 100%; 
	height: 120px; 
	padding: 0px;
}

/* {Register} - registration form */
#CMSTagRegister h2 {margin-top:0;}
#CMSTagRegister input {font-size:11px;}
#CMSTagRegister td {font-size:11px;}
#CMSTagRegister th {font-size:11px; text-align:right;}
#CMSTagRegister #P_Email {}
#CMSTagRegister #P_Submit {}
#CMSTagRegister .error { padding: 1em; border: 1px solid #139; background-color: #8ff; color: black; font-weight: bold; font-size: 1em; }

/* Tables in login or registration forms */
.CMSLogin TH {font-size:11px;font-weight:normal;text-align:right}
.CMSLogin H2 {font-size:12px;font-weight:bold;text-align:center}


/* List of newsletters in registration form */
#CMSTagRegister table#SelectAbo {width:100%;color:#11c;}

/* {Register2} - registration form */
#CMSTagRegister2 input {font-size:11px;}
#CMSTagRegister2 #P_Email {width:130px}
#CMSTagRegister2 #P_Submit {}

/* List of newsletters in registration form */
#CMSTagRegister2 table#SelectAbo {width:100%;color:#11c;}

/* Polls color */
#CMSTagPollResults {}
.pollanswer  { font-style:italic; }
.pollvotes   { font-weight:bold; }
.pollbar table { border:1px solid #ccc; }
#pollresult1 { }
#pollresult2 { }
#pollresult3 { }
#pollresult4 { }
#pollresult5 { }
#pollresult6 { }
#pollresult7 { }
#pollresult8 { }
#pollresult9 { }

/* Search Results */
DIV#CMSTagSearchResults h1 { font-size:13px;text-decoration:underline;margin:0px}
DIV#ResultURL { float:left;margin:0px;}
DIV#ResultDate { visibility:hidden;float:left; margin-left:10px; font-size:10px;}
DIV#ResultDateAdv { float:left; margin-left:10px; font-size:10px;}
DIV#ResultText { clear:both;margin-left:10px;margin-bottom:5px;}
DIV#noResults { font-size: 12px}

/* Search Form Fields */
DIV#SearchFormFields {}
DIV#SearchFormFieldAdv {float:left;margin-top:10px;vertical-align:middle}
DIV#SearchFormFieldLG {float:left;margin-left:30px;margin-top:10px}
DIV#SearchFormFieldAdv input {position:relative; top:3px}
DIV#SearchFormFieldLG input {position:relative; top:3px}

#CMS_search_text {width:130px;}
