/*  	Main template stylesheet [SITE.CSS]
------------------------------------------------
   * Each tag is accessible by ID
     {Calendar}   -> #CMSTagCalendar
     {Languages}  -> #CMSTagLanguages
     {...}        -> #CMSTag...
     {{{}}}       -> #CMSTag
     Page Content -> #SiteContent
     
   * Text formatting and Editor Styles:
     /TCustom/content.css
     
   * Other external CSS files for menu and modules
	 are loaded dynamically from TCustom/*.css			*/   

/* Search results */
.ResultText { font-size: 1.2em; }

/* 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: blue; }
a:active { color: red; }
a:visited { color: blue; }
a:link { color: blue; }
a:hover { color: #55f; text-decoration: none; }

/* Web Page */
/* BODY { } */

/* 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; }

/* Polls color, new since 4.0 */
#CMSTagPollResults {}
.pollanswer  { font-style:italic; }
.pollvotes   { font-weight:bold; }
.pollbar table { border:1px solid black; }
#pollresult1 { background-color:red; }
#pollresult2 { background-color:green; }
#pollresult3 { background-color:blue; }
#pollresult4 { background-color:orange; }
#pollresult5 { background-color:pink; }
#pollresult6 { background-color:purple; }
#pollresult7 { background-color:black; }
#pollresult8 { background-color:brown; }
#pollresult9 { background-color:pink; }
/* A thin horizontal line */
HR.hrThin { height: 1px; color: black; }

/* {MainMenu} */
TABLE.navi { padding: 4px 7px; border: 1px solid #ddd; background-color: #fff; }

/* {ListFileLib} */
TABLE.fileTable TR TD { padding: 5px; }

#CMSTagDocuments {width:500px}
#docHeader {visibility:hidden}

/* {Register} - registration form */
#CMSTagRegister h2 {margin-top:0;}
#CMSTagRegister input {font-size:10pt;}
#CMSTagRegister td {font-size:10pt;}
#CMSTagRegister th {font-size:10pt; text-align:right;}
/* List of newsletters */
#CMSTagRegister table#SelectAbo {width:100%;color:#11c;}

/* 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;
}

/* Design the event Detail */
DIV.eventDayHead {margin:10px 20px;font-size:10pt;font-weight:bold;border-bottom:1px solid #cccccc;height:30px;}
DIV.EventDetail {margin:10px 20px;}
DIV.EventDetail .head {margin:10px 0px;font-size:10pt;font-weight:bold;border-bottom:1px solid #cccccc;height:30px;}
DIV.EventDetail .eventTitle {float:left; font-size:10pt;font-weight:bold;}
DIV.EventDetail .date {clear:both;}
DIV.EventDetail .recurring {}
DIV.EventDetail .time {margin-top:10px;}
DIV.EventDetail .location {margin-top:10px;}
DIV.EventDetail .description {margin-top:10px;padding-bottom:10px;border-bottom:1px solid #cccccc}
DIV.EventDetail .divider {border-top:#cccccc 1px;height:1px;visibility:hidden}
DIV.EventDetail .eventIntern {margin-left:50px;float:left;valign:bottom;}
DIV.EventDetail .eventExtern {margin-left:50px;float:left;valign:bottom;}
DIV.EventDetail .author {color:red}

.basebtn {
	font-weight: normal;
	color: #000033;
	background-color: #dddddd;
	border-color: #CCFFFF #cccccc #cccccc #CCFFFF;
	border-top-width: 0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 0;
}
.headline {
	background-color: #cccccc;
	border-color: #999999 #000000 #000000 #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

.basetable {
	border-color: #999999 #000000 #000000 #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}
.basetableGrid {
	border-color: #999999 #000000 #000000 #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

.basefield {
	background-color: #dddddd;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hrThin {
	border-top : 1px dashed #000; 
	border-bottom : 0px solid #000; 
	background-color : #fff;
	border: none;
	color : #fff; 
	height : 1px;
}

.CustomBtn {
	font-weight: normal;
	color: #000033;
	background-color: #dddddd;
	border-color: #CCFFFF #cccccc #cccccc #CCFFFF;
	border-top-width: 0;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 0;
	cursor: hand;
	text-align: center;
}

BODY {
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11px;
/*	color: #192561;
	background-color: #192561; */
	margin-top : 10px;
	margin-left : 0px;
	scrollbar-base-color: #192561;
	scrollbar-arrow-color: FFFFFF;

}

a {
	text-decoration: none;
	
}
a:active {
	color : #192561;
}

A:visited {
	color : #192561;
}
A:link {
	color : #192561;
}

TH {
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11px;
	text-align : center;

}

TD {
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11px;
}

TEXTAREA {
	border : 1px solid;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : xx-small;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #000033;
	border-color: #999999 #000000 #000000 #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

TD {
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11px;
}

.FormButton {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #000033;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.BtnBack {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000033;
	background-color: #66FFFF;
	border-color: #CCFFFF #006666 #006666 #CCFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
}


.FormElements {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #000033;
	border-color: #999999 #000000 #000000 #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}

}
.Labels {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 9px;
	font-weight: bold
}
.NormalText {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #192561;
}

.SelectText {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #192561;
}

.TextGross {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 13px;
	color: #192561;
}

.ASmall {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 9px;
	color: #192561;
}

.Textklein {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 8pt;
	color: #192561;
}

.Titles {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 15px;
	color: #192561;
}

.quicklink {
	margin-left : 0px;
	text-indent : 0px;
	font-family : Tahoma, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 9px;
	background : #192561;
	color : #EEEEFF;
	border: 1px none #006699;
}

.copyright {
	FONT-SIZE: 9px; COLOR: #EEEEFF ; FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
}

.weissGrund {
	background: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
}

.Click {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #000033;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

.ulCMS {

}

.liCMS {

}

.Guestbook TD.DateTime { background-color: #CEFFE6; }
p.NewEntry { font-weight: bold; text-decoration: underline; font-size: 1.2em; }
TD.ArticleDate { visibility: hidden; color: white; }
#kbhBox10 p, #kbhBox10 hr, #kbhBox10 form { margin: 5px; }
#kbhBox10 { BORDER: black 1px solid; BORDER-RIGHT: 1px solid black; BACKGROUND: #ffffff; BORDER-COLLAPSE: collapse; margin:0; padding:0; }
