

/*<agl.folder "Defaults (globale Settings fuer Schriftarten und -groessen, Farben etc.) ------------------------------------------------ ">*/
body	{
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #505050; schwarz liefert besseren Kontrast */
	color: #000000;
	min-width: 990px;
	background-color: white;
}

body.links	{}
body.home	{}

img { border:none; }

A  {text-decoration: none;} /* Darstellung von Links - NICHT die Farbe */
A:link  {color : #0a3fcd;} /* Linkfarbe */
A:Visited  {color : #0a3fcd;} /* besuchter Link; nicht #051e60 sondern identisch zu Standard */
A:Active  {color : #0a3fcd;} /* aktiver Link */
A:Hover  {color : #0a3fcd; text-decoration: underline;} /* Mouseover */

p, td, th, div, input, textarea, select, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, font, dl, dt, dd, marquee {
	font-family: inherit;
	font-size: inherit;
}

table, form	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {border-collapse: collapse;}
tr {vertical-align: top;}

hr {width: 100%; height: 1px; background-color:black;}

blockquote {margin: 0px 0px 5px 20px; padding: 0px;}

/* -------- LISTEN */
ul {
 margin: 0px 0px 5px 0px;
 padding: 0px;
}

  ul li {
    list-style-image: url(fileadmin/sysimages/btn_liste.gif); list-style-type: square;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
  }

ol {margin: 0px; padding: 0px;}

  ol li {list-style-type: decimal;
    /* einruecken des listenpunktes */
    /*margin: 2px 0px 0px 25px; 25px war zu wenig f?r mehrstellige Nummern*/
    margin: 2px 0px 0px 4em;
    padding: 0px 0px 0px -5px;
  }

dt {
	margin-bottom: 2px;
	padding-top: 10px;
	clear: both;
}

dd {margin-bottom: 5px;}
/*</agl.folder>*/

 /*<agl.folder "--- t3 defs / csc ----------------------------------------------------------------------------------------------------------------">*/
H1, H2, H3, H4, H5, H6, H7 {margin: 0px; padding: 0px;}

H1 {font-size: 1.5em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 15px 0px;}
H2 {font-size: 1.3em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 15px 0px;}
H3 {font-size: 1.2em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 10px 0px;}
H4 {font-size: 1.1em; line-height: 100%; color: #000000; font-weight: bold; margin: 10px 0px 5px 0px;}
H5 {font-size: 0.91em; line-height: 100%; color: #999999; font-weight: bold; margin: 5px 0px 5px 0px; padding-bottom: 5px; border-bottom: 1px solid #696969;}
H6 {font-size: 0.91em; line-height: 100%; color: #999999; font-weight: bold; margin: 15px 0px 5px 0px;}
H7 {font-size: 0.91em; line-height: 100%; color: #999999; font-weight: bold; margin: 5px 0px 5px 0px; padding-bottom: 5px; border-bottom: 1px solid #696969;}

/******************/
/* Headers, plain */
/******************/
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader, H7.csc-firstHeader {margin-top: 0px; padding-top: 0px;}

/* Header date */
.headerdate, .csc-header-date, p.csc-header-date {font-size: 0.85em;}

/* Subheader, general */
P.csc-subheader {}

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 {font-size: 1.3em; line-height: 100%; color: #696969; font-weight: bold;}
P.csc-subheader-2 {font-size: 1.2em; line-height: 100%; color: #696969; font-weight: bold;}
P.csc-subheader-3 { color: #696969; font-weight: bold;}

.bodytext {line-height: 150%; margin: 5px 0px 10px 0px; padding: 0px;}
blockquote .bodytext {margin: 0px 0px 5px 0px;}
/* -------- LISTEN */
/* Bulletlists, general */
ul.csc-bulletlist-0, ul.csc-bulletlist-1, ul.csc-bulletlist-2, ul.csc-bulletlist-3  {
 margin: 0px;
 padding: 0px;
}

/* Bulletlists, specifically */
  ul.csc-bulletlist-1 li {
  list-style-type: decimal;
  list-style: decimal;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 22px;
    padding: 0px 0px 0px 0px;
  }

  ul.csc-bulletlist-0 li {
    margin: 0px;
    padding: 0px;
    border: 0px;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
  }
  
  ul.csc-bulletlist-2 li {
    list-style-image: url(fileadmin/sysimages/btn_liste2.gif); list-style-type: circle;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 18px;
    padding: 0px 0px 0px 0px;
  }
  
  ul.csc-bulletlist-3 li {
    list-style-image: url(fileadmin/sysimages/btn_liste3.gif); list-style-type: square;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 18px;
    padding: 0px 0px 0px 0px;
  }

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A {}

.csc-frame-invisible {}

.csc-frame-rulerBefore {
	border-top: 1px solid #696969;
	padding-top: 5px;
}

  .csc-frame-rulerBefore h1, .csc-frame-rulerBefore h2, .csc-frame-rulerBefore h3, .csc-frame-rulerBefore h4, .csc-frame-rulerBefore h5, .csc-frame-rulerBefore h7  {margin-top: 5px;}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #696969;
	padding-bottom: 5px;
}

.csc-frame-indent {margin-left: 20px;}
.csc-frame-indent3366 {margin-left: 100px;}
.csc-frame-indent6633 {margin-left: 200px;}

.csc-frame-frame1 {
	border: 1px solid #696969;
	padding: 5px;
	font-size: 0.91em;
}
  .csc-frame-frame1 h1, .csc-frame-frame1 h2, .csc-frame-frame1 h3, .csc-frame-frame1 h4, .csc-frame-frame1 h5 , .csc-frame-frame1 h7 {margin-top: 5px;}


.csc-frame-frame2 {
	background-color: #ebf5ff;
	font-size: 0.91em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

  .csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3, .csc-frame-frame2 h4, .csc-frame-frame2 h5, .csc-frame-frame2 h7  {margin-top: 5px;}
  .csc-frame-frame2 h5 {background-color: #ffffff; margin-top: 0px;}
  .csc-frame-frame2 h7 {background-color: #ffffff; margin-top: 0px;}
  
  .csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3, .csc-frame-frame2 h4, .csc-frame-frame2 h6, .csc-frame-frame2 .bodytext, .csc-frame-frame2 div, .csc-frame-frame2 ul, .csc-frame-frame2 ol {padding-left: 5px; padding-right: 5px;}
/* Ende Frames */

.csi-text h1, .csi-text h2, .csi-text h3, .csi-text h4, .csi-text h4 {margin-top: 0px;}

/* --- EXT: CSC ---------------------------------------------------------------------------------------------------------------- */
/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption, .caption {color: #696969;
	font-size: 0.85em;
	line-height: 13px;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px;
	font-style: italic;
}

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable {margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR {}
TABLE.contenttable TR TD { padding: 0px 2px 1px 0px; vertical-align: top; }
TABLE.contenttable TR TD P.bodytext { font-size: 1em; }
TABLE.contenttable P {margin: 0px;}

/* Tables, specifically */
TABLE.contenttable-0 P {}

TABLE.contenttable-1 P {}
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #f5f5f5;}
 
TABLE.contenttable-2 {border: 1px solid #696969}
TABLE.contenttable-2 TR TD { padding: 1px 3px 1px 3px;}
TABLE.contenttable-2 TR.tr-0 TD, TABLE.contenttable-2 TR.tr-0 TD.td-0 { background-color: #696969;}
TABLE.contenttable-2 TR TD.td-0 { background-color: #ebf5ff;}
TABLE.contenttable-2 TR.tr-0 TD, TABLE.contenttable-2 TR TD.td-0 P { color: #ffffff; font-weight: bold; }

TABLE.contenttable-3 {border: 1px solid #696969}
TABLE.contenttable-3 TR TD { padding: 1px 3px 1px 3px;}
TABLE.contenttable-3 P { color: #990000; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #f5f5f5;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }




/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P {margin: 0px;}
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: transparent;}
TABLE.csc-uploads TR.tr-odd { background-color: transparent;}
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-right: 5px; width: 1%; vertical-align: top;}
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {}
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

TABLE.csc-uploads-0 TR TD.csc-uploads-fileName { padding-left: 0px; }
TABLE.csc-uploads-0 TR TD.csc-uploads-fileName P.csc-uploads-description { padding-left: 10px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border: 0px; }
TABLE.csc-uploads-1 TR.tr-even { background-color: transparent; border: 0px; }
TABLE.csc-uploads-1 TR.tr-odd { background-color: transparent; border: 0px; }

TABLE.csc-uploads-2 { border: 1px solid #696969; }
TABLE.csc-uploads-2 TR.tr-even { background-color: #f5f5f5;}
TABLE.csc-uploads-2 TR.tr-odd { background-color: #f5f5f5;}
TABLE.csc-uploads-2 TR TD.csc-uploads-icon { text-align: center; padding-left: 5px; padding-right: 5px; vertical-align: middle; }

TABLE.csc-uploads-3 { border: 1px solid #696969; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even { background-color: #f5f5f5;}
TABLE.csc-uploads-3 TR.tr-odd { background-color: #f5f5f5;}
TABLE.csc-uploads-3 TR TD.csc-uploads-icon { text-align: center; padding-left: 5px; padding-right: 5px; vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #696969; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #696969; }

/*****************/
/* Various Forms */
/*****************/

/* Login and Search forms generally: */
FORM TABLE TR TD { padding: 0px 2px 2px 0px; }
FORM TABLE TR TD P {margin: 0px;}
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {width: 100px;}
FORM TABLE TR TD.csc-form-fieldcell {}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #696969; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
TABLE.csc-searchform P {margin: 0px;}
FORM TABLE.csc-searchform {}
FORM TABLE.csc-searchform TR TD { padding: 0px 2px 2px 0px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {}

/* Login form, specifically */
TABLE.csc-loginform P {margin: 0px;}
FORM TABLE.csc-loginform TD { padding: 0px 2px 2px 0px; }

/*****************/
/* Mailform */
/*****************/

.csc-mailform {border: 0; padding: 0px;}
.csc-mailform label {display: block; float: left; width: 100px;}
.csc-mailform-field {padding: 2px 0px;}
.csc-mailform-field input,
.csc-mailform-field textarea {border: 1px solid;}
.csc-mailform-label {}
.csc-mailform-radio {border: 0px; background-color: transparent; width: auto;}
.csc-mailform-check {border: 0px; background-color: transparent; width: auto;}
.csc-mailform-submit {margin-left: 100px;}

/*****************/
/* Search result (Stanard Search + EXT sg_search */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo {
	margin-left: 0px; margin-top: 10px;
	table-layout: fixed;
	width: 100%;
}
TABLE.csc-searchResultInfo TR {}
TABLE.csc-searchResultInfo TD { padding: 0px 2px 2px 0px; }
TABLE.csc-searchResultInfo TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TD.csc-searchResultPrevNext { text-align: right; }
TABLE.csc-searchResultInfo P {margin: 0px;}

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {}
H3.csc-searchResultHeader {}
P.csc-searchResult {}
TD.csc-searchResult, TABLE.csc-searchResultInfo TD.csc-searchResult {padding: 2px 0px 5px 15px;}
td.csc-searchResult_header {padding: 2px 0px 2px 5px;}
/* Search word markup */
SPAN.csc-sword {
	color: #ffffff;
	background-color: #063d79;
	font-weight: bold;
	padding: 0px 1px 0px 1px;
}

/* ----- Sitemaps, Menus etc. ----- */

.csc-sitemap {}
.csc-sitemap ul {}
li.csc-section {}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
ul.csc-menu {
  margin: 0px;
  padding: 0px;
}

/* Menu / Sitemap, "Menu of these pages" */
ul.csc-menu-def {}

  ul.csc-menu li {
    list-style-image: url(fileadmin/sysimages/btn_liste.gif);
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 15px;
    /* abstand listenbild - text */
    padding: 0px 0px 0px 2px;
  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
ul.csc-menu-1 {}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
ul.csc-menu-3 {}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
dl.csc-menu-4 {}

/* Menu / Sitemap, "Recently updated pages" */
ul.csc-menu-5 {}

/* Menu / Sitemap, "Related pages (based on keywords)" */
ul.csc-menu-6 {}

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
ul.csc-menu-7 {}

/* Ende Sitemap */

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana, sans-serif; font-size: 0.85em; color: #000000; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana, sans-serif; font-size: 0.85em; color: #000000; }			
TABLE.typo3-editPanel { border: 1px solid; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, H7, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #ebf5ff;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid; }
*/
/*</agl.folder>*/

/*<agl.folder "Menue-Eigenschaften generell (Darstellung als Liste bzw. einzeilig) ------------------------------------------------ ">*/
/* damit man nicht bei jedem Menue diese default-Werte neu setzen muss!
Achtung - Formatierung wird von Haendlerseiten uebernommen!!! */
.menu ul {margin: 0px; padding: 0px;}

	.menu a {text-decoration: none;}
	.menu a:link, .menu a:visited {text-decoration: none; color: inherit;}
/* Horizontale Menues */
#mainnav ul,
#menu_oben ul,
#langmenu ul,
#rootline ul {white-space: nowrap;}

#mainnav li,
#menu_oben li,
#langmenu li,
#rootline li {
		list-style: none;
		list-style-image: none;
		display: inline;
		padding: 0px 10px 0px 0px;
		margin: 0px 10px 0px 0px;
		border-right: 1px solid;
	}

	#mainnav li.firstitem,
	#menu_oben li.firstitem,
	#langmenu li.firstitem,
	#rootline li.firstitem {border-left: 0px; padding-left: 0px; margin-left: 0px;}


	#mainnav li.lastitem,
	#menu_oben li.lastitem,
	#langmenu li.lastitem,
	#rootline li.lastitem {border-right: 0px solid; padding-right: 0px; margin-right: 0px;}

	#menu_oben li:last { border-right: 0px solid; padding-right: 0px; margin-right: 0px;}

/* Vertikale Menues, aber OHNE Listenbild */
	#menu_links li,
	#menu_rechts li {
		list-style: none;
		list-style-image: none;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
	}
/*</agl.folder>*/

/*<agl.folder "Menues: #mainnav, #menu_links, #menu_oben, #smallnav ------------------------------------------------ ">*/

/* ANPASSEN */

/* Hauptmenue */
#mainnav {
    height: 20px;
    /*background-color: #696969;*/
    text-transform: uppercase;
}

#mainnav ul {padding: 0px 0px 0px 280px; height: 20px;}
#mainnav li {margin: 0px; padding: 0px; border: 0px; display: inline;}
#mainnav a {display: block; padding: 0.25em 20px;  float: left;}

#mainnav a:link, #mainnav a:visited, #mainnav a.active, #mainnav a.active:link, #mainnav a.active:visited  {color: #ffffff;}

/*
#mainnav a:active, #mainnav a:hover,
#mainnav a.current, #mainnav a.current:link, #mainnav a.current:visited {background-color: #063d79; color: #ffffff;}
*/

/* --------------------------------------- */

/* Menue rechts */

#menu_rechts li {
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

	#menu_rechts .sub li {font-weight: normal; padding-left: 15px;}
	
	#menu_rechts a:link, #menu_rechts a:visited, #menu_rechts a:active, #menu_rechts a:hover {color: #505050;}
	
	#menu_rechts a:active, #menu_rechts a:hover {color : #0a3fcd;}
 #menu_rechts a.active, #menu_rechts a.active:link, #menu_rechts a.active:visited {color: #505050;}

/* --------------------------------------- */

/* Untermenue */

#menu_links {margin: 15px 0px 0px 15px;}
#menu_links ul {margin: 0px; padding: 0px;}

#menu_links li {
        display: block;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #d0d0d0;
    }

#menu_links li.active { background-color: #ebf5ff; border-color: #ffffff;}
#menu_links li.head {display: none;}

/* einzelne Links generell */
    #menu_links a {
        display: block;
        padding: 5px 5px 5px 20px;
        background-position: 8px 8px;
        background-repeat: no-repeat;
    }

#menu_links .menuhead a {background-color: #e0e0e0;}
#menu_links .lastitem .menuhead a {border-top: 30px solid #ffffff;}
#menu_links li.active .menuhead a {border-bottom: 1px solid #d0d0d0;}
#menu_links a.active, #menu_links a.current {font-weight: bold;}
#menu_links a:hover, #menu_links a.active {background-image: url(fileadmin/sysimages/btn_liste.gif);}
#menu_links a.current, #menu_links a.current:hover {background-image: url(fileadmin/sysimages/btn_liste_invert.gif); border-bottom: 1px solid #d0d0d0;}

/* verschiedene Menue-Ebenen ------------- */
#menu_links .sub li {border-color: #ffffff;}
#menu_links .sub li.lastitem {border-bottom: 1px;}

#menu_links .sub a {padding-left: 35px; background-position: 22px 8px;}
#menu_links .sub2 a {padding-left: 55px; background-position: 40px 8px;}
#menu_links .sub3 a {padding-left: 75px; background-position: 60px 8px;}
#menu_links .sub4 a {padding-left: 100px; background-position: 80px 8px;}
#menu_links .sub5 a {padding-left: 120px; background-position: 105px 8px;}

/* Farben der Links im Menue */
#menu_links a:link, #menu_links a:visited, #menu_links a:active, #menu_links a:hover {color: #000000;}
#menu_links a:active, #menu_links a:hover, #menu_links a.active, #menu_links a.active:link, #menu_links a.active:visited {background-color: #ebf5ff;}

/* --------------------------------------- */


/* Rootline */

#rootline {
	position: absolute;

	top: 95px;
	left: 280px;
	font-weight: bold;
	color: #063d79;
}

	#rootline a:link, #rootline a:visited,
	#rootline a:active, #rootline a:hover,
 #rootline a.active, #rootline a.active:link, #rootline a.active:visited    { color: #063d79;}

/* --------------------------------------- */

/* Impressums-Link */

#menu_oben,
#langmenu {
	position: absolute;
	
	z-index: 50;
	top: 15px;
	right: 10px;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.91em;
}

#langmenu {z-index: 51; right: 380px; left: auto;}

#menu_oben ul {text-align: right;}

	#menu_oben a:link, #menu_oben a:visited,
	#menu_oben a:active, #menu_oben a:hover,
 #menu_oben a.active, #menu_oben a.active:link, #menu_oben a.active:visited,
 	#langmenu a:link, #langmenu a:visited,
	#langmenu a:active, #langmenu a:hover,
 #langmenu a.active, #langmenu a.active:link, #langmenu a.active:visited {color: #ffffff;}
 
 #menu_oben a:active, #menu_oben a:hover,
 #langmenu a:active, #langmenu a:hover {text-decoration: underline;}

/* --------------------------------------- */

#langmenu {}

/*</agl.folder>*/

/*<agl.folder "--- CONTENT: MAINTEMPLATE  ----------------------------------------------------------------------------------------------------------------">*/
/* Positionierung des Inhalts, Seitenlayout */
#head {
	height: 72px;
	/*background-color: #063d79;*/
	border-color: #6f6e6e;
	border-top: 1px;
	border-bottom: 1px;
	/*background-image: url(/fileadmin/images/bg_head.gif);*/
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#container {
	position: relative;
	/* width: 990px; */
	/*margin-top: 30px;*/
	padding-top:30px;
	width: 99%;	
height: 600px;
}

#unilogo {
	position: absolute;
	
	min-width: 900px;
	top: 0px;
	left: 0px;
}

#unilogo .csc-textpic-imagewrap {margin: 0px;}

#unilogo .csc-textpic,
#unilogo .csc-textpic-left,
#unilogo .csc-textpic-right,
#unilogo .csc-textpic-above {margin: 0px; padding: 0px; display: inline; text-align: left;}

#unilogo .csc-text,
#unilogo .csc-textpic-caption,
#unilogo .csc-textpic-clear {float: none; clear: none; display: none;}

/* ----------------------- Spalten ----------------------- */

#rechtespalte {
  float: left;
  width: 100%; 
  margin-right: -100%;
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
  height: 600px;
}

#linkespalte {
  float: left;
  width: 250px;
  margin-left: 0;
   /* the difference to make the left colum appear flush left */
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#rechtespalte {margin-right: -100%;}
* html div#linkespalte {margin-left: 0;}


  #content {	margin: 0px 0px 0px 280px;}

  #servicelinks	  {
  		clear: both;
    margin: 25px 0px 10px 280px;
    font-size: 0.85em;
  }
  
    #printlink, #pdflink {
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid;
      float: left;
    }
    #lastupdate {padding-left: 5px;}
    
#infoline {
	clear: both;
	border-top: 1px solid #d0d0d0;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.85em;
	margin-left: 280px;
}

#infoline p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
}

/* --------------- CONTENT: Misc --------------- */
#search          {
    position: absolute;

	top: 95px;
	left: 15px;
	width: 235px;
	color: #696969;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid;
	font-size: 0.85em;
}

  #search form {}
  
    #search input.topsuchfeld {
      border: 1px dashed silver;
      width: 205px;
      height: 15px;
      font-size: 1em;
    }
    
    #search .formsubmit, #search input.formsubmit {
    margin: 0px 0px -2px 2px;
    height: 14px;
    width: 14px;
    }

/*
#banner       {
	margin: 10px 0px 10px 10px;
	width: 478px;
	height: 60px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 468px;
}

html>body #banner {width:468px;} 
*/

#adminpanel {
	margin-top: 50px;
	clear: both;
	z-index: 10;
}
/*</agl.folder>*/

/*<agl.folder "--- CONTENT: SUBTEMPLATE  ----------------------------------------------------------------------------------------------------------------">*/
/* Breiten unterschiedlich bei Standard- u. Popup-Seiten */

/*
.scolwidth {width: 245px;}
.colwidth {width: 370px;}
.lcolwidth {width: 490px;}
.fullwidth {width: 750px;}
.nofloat {float:none;}
*/

.colwidth {width: 48%;}
.fullwidth {width: 100%;}
.nofloat {float:none;}


.indent {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}

/* Positionierung des Inhalts, Formatierung der Inhaltsbereiche des Inhaltstemplates */
#left {float: left; width: 70%; margin-top: 15px;}
#right {float: right; width: 28%;}


#colNormal {}
#colLeft {float: left;}
#colRight {float: right;}
#colBorder {}
#colFusszeile {clear: both;}

#fakultaetslogo img {margin-bottom: 50px;}
/*</agl.folder>*/

/*<agl.folder "--- POPUP OVERWRITES - ----------------------------------------------------------------------------------------------------------------">*/
body.popup	{margin: 20px;}

.popup #container, .popup #content {width: auto; height: auto; margin: 0px; padding: 0px;}
.popup #left {width: 66%;}
.popup #right {width: 33%;}
/*</agl.folder>*/

/*<agl.folder "--- global classes - ----------------------------------------------------------------------------------------------------------------">*/
.menuskip,
#mainnav li.menuskip,
#menu_links li.menuskip,
#langmenu li.menuskip,
#zielgruppennav li.menuskip,
#menu_oben li.menuskip,
#langmenu li.menuskip {display: none;}

.divider { width: 100%; height: 1px; border-top: 1px solid #696969; margin: 10px 0px; }

.pagebrowser         {
	line-height: 18px;
	font-size: 0.91em;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	}

/*  clearer - prevent floated images from overlapping the div-containers they are wrapped in  */
.clearer, .contentclearer, .csc-textpic-clear {
	width: 1px;
	height: 1px;
	clear: both;
	font-size:1px;
	line-height:0px;
}

/* in diversen Extension-Templates vewendete Klassen fuer backlinks, floating images, image captions.... */
.smalltext { font-size: 0.85em; line-height: 110%}
.date { 	font-size: 0.85em; color: #696969;}
.morelink, .category {font-size: 0.91em;}

.header           {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0px 5px 0px;
}

.subheader          {
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}
/*  backlink immer UNTERHALB des contents, inkl. aller floats  */
.backlink         {
    font-weight: normal;
    padding: 20px 0px 0px 0px;
    clear: both;
}
/*</agl.folder>*/

/*<agl.folder "--- SPECIALS / SPECIAL CLASSES ----------------------------------------------------------------------------------------------------------------">*/
/* diverse Farbwerte etc. */
.leftcontent {padding-right: 5px}
.rightcontent {padding-left: 5px}

.bgcolor { background-color: #ffffff }
.linie {background-color: #808080; width: 100%; height: 1px }
.tableheader  {color: #ffffff;  font-weight: bold; background-color: #f5f5f5 }
.noborder {border: 0px;}

.error	 { color: #990000;
	font-weight: bold;
}

.loginerror	 { 
	color: #990000;
	line-height: 100%;
}
/*</agl.folder>*/


/*<agl.folder "--- TABELLEN, LISTEN: DEFAULTS ----------------------------------------------------------------------------------------------------------------">*/
.fulltable  {border: 0px}

.fulltable th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #696969;
	color : #ffffff;
	border: 1px solid #696969;
	padding: 1px 2px 1px 2px;
	border-spacing: 0px;
}

/* hintergrundfarbe ueberschreiben */
.fulltable th.color6 {background-color: #063d79;}

.recordlist_fulltable         {
	table-layout: auto;
	border: 1px solid #696969;
	margin: 10px 0px 10px 0px;
}

.recordlist_fulltable th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	
	background-color: #696969;
	color : #ffffff;
	border: 1px solid #696969;
	padding: 1px 2px 1px 2px;
	border-spacing: 0px;
}

.recordlist_fulltable td {
	border: 1px solid #696969;
	padding: 2px 2px 2px 2px;
	border-spacing: 0px;
}

/* keine Border fuer zellen mit dieser klasse */
.recordlist_fulltable td.noborder {border: 0px;}
/*</agl.folder>*/

/*<agl.folder "--- FORMULARE: DEFAULTS ----------------------------------------------------------------------------------------------------------------">*/
.buttons input {
	background-color: #dcdcdc;
	border: 1px solid;
	margin-right: 5px;
}

.form, .formfull {
	background-color: #ffffff;
	border: 1px solid;
	}

.form_date      {
	background-color: #ffffff;
	border: 1px solid;
	width: 60px;
	}

.form_password      {
	background-color: #ffffff;
	border: 1px solid;
	width: 100px;
	}

.form_xsmall_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 50px;
	}
.form_small_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 110px;
	}
.form_medium_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 180px;
}

.form_medium2_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 250px;
}

.form_large_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 360px;
	}

.form_xlarge_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 500px;
	}

.form_xxlarge_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 700px;
	}

.form_xsmall_select {
	border: 1px solid;
	width: 50px;
	}
.form_small_select {
	border: 1px solid;
	width: 110px;
	}
.form_medium_select {
	border: 1px solid;
	width: 180px;
	}

.form_medium2_select {
	border: 1px solid;
	width: 250px;
}

.form_large_select {
	border: 1px solid;
	width: 360px;
	}

.form_check {	border: 0px;}

.form_radio {	border: 0px;}
/*</agl.folder>*/

/*<agl.folder "--- FORMULARE: TABELLEN ----------------------------------------------------------------------------------------------------------------">*/
.formtable {}

  .formtable th {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color : #999900;
    padding: 4px 3px 4px 0px;
  }

  .formtable td {padding: 0px 5px 5px 0px;}

  .formtable .formfull {
  	width: 450px;
  	overflow: auto;
  }
/*</agl.folder>*/

/*<agl.folder "--- EXT: SUCHE ----------------------------------------------------------------------------------------------------------------">*/
.result_blockheader {
	font-weight: bold;
	background-color: #696969;
	color: #ffffff;
	border: 1px solid #f5f5f5;
	padding: 1px 5px 1px 5px;
	}

.search_prevnext a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	background-color: #E01D0C;
}

.search_prevnext a:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #E01D0C;
}

.search_prevnext a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #E01D0C;
}

.search_prevnext a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #063d79;
}

.search_prevnext a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #063d79;
}
/* ------------------- Suchform mit Plugin-Code search  --------------------">*/
.csc-form-labelcell {}
.csc-form-fieldcell {}
.csc-form-label {}
.csc-form-comment {}
.csc-form-radio {}
.csc-form-label-req {}
.csc-form-commentcell {}
.csc-searchform {}
/*</agl.folder>*/


/*<agl.folder "--- EXT: TERMINE ----------------------------------------------------------------------------------------------------------------">*/

/*---------------------------------  sg_event LIST view ---------------------------------*/

.event-list-container {margin: 0px 0px 10px 0px;}

  .event-list-container .item  {
    line-height: 140%;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #696969;
  }

   .event-list-container .item p.date {margin: 0px;}

   .event-list-container .item .header {
      font-size: 1.2em;
      margin: 5px 0px 2px 0px;
    }
    
   .event-list-container .item p.category {color: #696969;}

/*---------------------------------  sg_event SINGLE view ---------------------------------*/


.event-single-container {margin: 0px 0px 10px 0px;}

  .event-single-container p.date {margin: 0px;}  
  .event-single-container p.category {color: #696969;}

  .event-single-container .header {
    font-size: 1.2em;
    margin: 15px 0px 10px 0px;
  }

  .event-single-container .img {
    float: right;
    margin: 0px 0px 10px 20px;
    width: 195px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 175px;
  }

html>body .event-single-container .img {width:200px;} 
/*</agl.folder>*/

/*<agl.folder "--- EXT: Photographic Library ----------------------------------------------------------------------------------------------------------------">*/

.photo-list-container {margin: 0px;}

  /* EIN Newsitem in der Liste der Latest News */
  .photo-list-container .item {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  .photo-list-container .img {float: left; padding-right: 10px;}
  
  .photo-list-container .description {float: left; width: 100px;}
/*</agl.folder>*/


/*<agl.folder "--- EXT: NEWS ----------------------------------------------------------------------------------------------------------------">*/

.news-browse {text-align: center;}

.news-author {}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {margin: 0px;}

  /* EIN Newsitem in der Liste der Latest News */
  .news-latest-container .item {
    width: 48%;
    float: left;
    clear: left;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .news-latest-container .item2 {float: right; clear: none;}
  
  .news-latest-container .img {
    float: right;
    padding-left: 20px;
  }
  
  .news-latest-container .bodytext {margin: 0px;}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container  {
	line-height: 130%;
	margin: 5px 0px 5px 0px; 
} 
.news-list-item {border: none;}
.news-list-item p {margin: 0px 0px 0px 108px; }
.news-list-item img {float: left; width: 100px;}
.news-list-morelink a {margin: 0px 8px;}

  .news-list-container .item { margin: 0px 0px 0px 0px;}
  
  .news-list-container .category IMG {
    float: none; 
    border: none;
    margin:0px; 
  }
/*--------------------------------- tt_news SEARCH view  -----------------------------------*/


.news-search-form {margin: 10px 0px 10px 0px;}
.news-search-form FORM {margin:0px;}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox td p {margin: 0px; padding: 0px;}
.tx-ttnews-browsebox TD { font-size: 0.85em; padding: 2px 5px; }
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell p { font-weight: bold; }

.news-search-emptyMsg {margin-left: 10px;}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-container {font-size: 1em;}

  .news-single-content {}
  
  .news-single-container .img {
    float: right;
    margin: 0px 0px 10px 20px;
    width: 240px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 220px;
  }

html>body .news-single-container .img {width: 220px;} 
  
  .news-single-container .date {font-style: italic;}
/* block mit links, related news, files */

.news-additional-info {margin: 0px;}

	.news-additional-info h4 {margin: 20px 0px 5px 0px; font-size: 1.2em;}
	.news-additional-info .news-list-container  {margin: 0px;}
	.news-additional-info .bodytext {margin: 0px 0px 5px 0px;}
	.news-additional-info .item {margin: 0px 0px 5px 0px;}
	.news-additional-info .news-list-container .item {margin: 0px 0px 5px 0px;}

.news-related, .news-files, .news-links  {margin: 0px 0px 10px 0px;}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
#news-amenu-container {margin: 0px 0px 10px 0px;}

  #news-amenu-container UL {margin: 0px;}

  #news-amenu-container LI {
		list-style: none;
		list-style-image: none;
		padding: 0px 0px 1px 0px;
		margin: 0px;
  }
  
  #news-amenu-container LI.news-amenu-item-year {
    font-weight: bold;
    list-style-image: none;
    list-style: none;
    margin: 10px 0px 2px 0px;
  }

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #696969;
	background-color:#f5f5f5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
	border-top:1px solid #696969;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#e0e0e0;
	border-left:1px solid #696969;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
	border-top:1px solid #696969;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
}

/*</agl.folder>*/


/*<agl.folder "--- EXT: GSTTOPCONTENT ----------------------------------------------------------------------------------------------------------------">*/
  .gsttopcontent-container .item {
    margin: 5px 0px 15px 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #696969;
    clear: both;
  }
/*</agl.folder>*/

/*<agl.folder "--- EXT: Indexed Search ----------------------------------------------------------------------------------------------------------------">*/
.tx-macinasearchbox-pi1 {margin: 0px; font-size: 1.2em;}

/* rules */
.tx-indexedsearch-rules {margin: 20px 0 0;}
.tx-indexedsearch-rules p  {line-height: 140% }

/* searchbox */
.smallsearchbox   {
	font-size: 0.85em;
	background-color: #ffffff;
	width: 80px;
	height: 14px;
	border: solid 1px #696969;
}

.tx-indexedsearch-searchbox {margin: 5px 0px;}
.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:250px; }

/* whatis */
.tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold;}

/* noresult */
P.tx-indexedsearch-noresults { font-weight:bold; color: black;}

/* result */
.tx-indexedsearch-res .tx-indexedsearch-title td { background:#e0e0e0; }
.tx-indexedsearch-res .tx-indexedsearch-title P { margin: 0px; }
.tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { font-weight:bold; color: #063d79;}
.tx-indexedsearch-res .tx-indexedsearch-info { background:transparent; }
.tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:transparent; }
.tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle; }

.tx-indexedsearch-sectionlinks  { list-style-image: url("fileadmin/sysimages/btn_liste.gif") }
.tx-indexedsearch-browsebox {margin: 20px 0px 20px 0px;}
/*</agl.folder>*/

/*<agl.folder "--- EXT: RTE ----------------------------------------------------------------------------------------------------------------">*/
span.highlight { color: #990000; }
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

htmlarea-content-body {
	background-color: #f5f5f5;
	color: #000000;
}
/*</agl.folder>*/

/*************************************************************************************************/
/*                 Stylesheet f?r Calender Base Extension - eingef?gt von Sabine                 */
/*************************************************************************************************/

.tx-cal-controller, .tx-cal-controller table,.tx-cal-controller table td {
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}
		
.tbll {
	background:url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
	width:8px
	}

.tblbot {
	background:url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
	width:100%
	}

.tblr {
	background:url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
	width:8px
	}

.rowOn {
	background-color:#cfc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	}

.rowOn2 {
	background-color:#cfc;
	border-top:1px solid #fff;
	}

.rowOff {
	background-color:#E1E8F1;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	}

.rowOff2 {
	background-color:#E1E8F1;
	border-top:1px solid #fff;
	}
		
.rowToday {
	background-color:#cff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	}

.padd {
	padding:2px;
	}

.eventbg_1 {
	background-color:#557CA3;
	padding:2px;
	}

.eventbg_2 {
	background-color:#53A062;
	padding:2px;
	}

.eventbg_3 {
	background-color:#E84F25;
	padding:2px;
	}

.eventbg_4 {
	background-color:#B257A2;
	padding:2px;
	}

.eventbg_5 {
	background-color:#D42020;
	padding:2px;
	}

.eventbg_6 {
	background-color:#B88F0B;
	padding:2px;
	}

.eventbg_7 {
	background-color:#73738C;
	padding:2px;
	}

#allday a {
	font-size:9px;
	color:#fff;
	font-weight:900;
	text-decoration:none;
	}

#allday a:hover {
	text-decoration:underline;
	}

.eventbg2_1 {
	background-color:#6699CC;
	border:1px solid #557CA3;
	}

.eventbg2_2 {
	background-color:#4FC464;
	border:1px solid #53A062;
	}

.eventbg2_3 {
	background-color:#FF6D3B;
	border:1px solid #E84F25;
}

.eventbg2_4 {
	background-color:#EA62D4;
	border:1px solid #B257A2;
	}

.eventbg2_5 {
	background-color:#FF5E56;
	border:1px solid #D42020;
	}

.eventbg2_6 {
	background-color:#CCB21F;
	border:1px solid #B88F0B;
	}

.eventbg2_7 {
	background-color:#9292A1;
	border:1px solid #73738C;
	}

.dayborder {
	background-color:#fff;
	border-top:1px solid #A1A5A9;
	}

.dayborder2 {
	background-color:#fff;
	border-top:1px dashed #ccc;
	}

.title {
	background-image:url(../typo3conf/ext/cal/template/img/time_bg.gif);
	padding:5px;
	}

.title h1 {
	font-family: Helvetica,sans-serif;
	font-size: 18px;
	color:#000;
	margin:0;
	}

.monthback {
	background-color:#A1A5A9;
	border:1px #A1A5A9 solid;
	}

.monthsmallbasic {
	background-color:#fff;
	text-align:left;
	vertical-align:top;
	}

.monthmediumbasic {
	background-color:#fff;
	height:20px;
	width:20px;
	text-align:left;
	vertical-align:top;
	}
	
.monthlargebasic {
	background-color:#fff;
	height:75px;
	width:75px;
	text-align:left;
	vertical-align:top;
	}

.monthoff {
	background-color:#F2F2F2;
	}

.monthon {
	background-color:#F2F9FF;
	}
	
.monthselected {
	border: solid 1px red;
	}

.montheventtop {
	background-image:url(../typo3conf/ext/cal/template/img/side_bg.gif);
	border-top:1px solid #A1A5A9;
	}

.montheventline {
	border-right:1px dotted #A1A5A9;
	}
	
.medtitle {
	background-image:url(../typo3conf/ext/cal/template/img/side_bg.gif);
	height:20px;
	margin-top:3px;
	font-weight:900;
	}
	
.yearreg {
	background-color:#fff;
	height:30px;
	width:30px;
	text-align:right;
	vertical-align:top;
	font-size:9px;
	}

.yearoff {
	background-color:#F2F2F2;
	height:30px;
	width:30px;
	text-align:right;
	vertical-align:top;
	font-size:9px;
	}
		
.yearon {
	background-color:#F2F9FF;
	height:30px;
	width:30px;
	text-align:right;
	vertical-align:top;
	font-size:9px;
	}

.yearmonth {
	background-color:#ccc;
	}

.yearweek {
	background-color:#eee;
	width:30px;
	font-size:9px;
	font-weight:900;
	text-align:center;
	height:15px;
	}

.eventborder {
	background-image:url(../typo3conf/ext/cal/template/img/day_title.gif);
	border:1px #006699 solid;
	}

.calborder {
	background-color:#fff;
	border:1px #A1A5A9 solid;
	}

.dateback {
	background-color:#eee;
	}

.weekborder {
	border-top:1px dashed #A1A5A9;
	border-right:1px solid #A1A5A9;
	}

.weekborder2 {
	border-right:1px solid #A1A5A9;
	}
	
.timeborder {
	border-right:2px solid #A1A5A9;
	border-top:1px dashed #A1A5A9;
	background-image:url(../typo3conf/ext/cal/template/img/time_bg.gif);
	}

.timeborder2 {
	border-right:2px solid #A1A5A9;
	border-top:1px solid #A1A5A9;
	background-image:url(../typo3conf/ext/cal/template/img/time_bg.gif);
	}

.navback {
	background-image:url(../typo3conf/ext/cal/template/img/time_bg.gif);
	}

.sideback {
	background-image:url(../typo3conf/ext/cal/template/img/side_bg.gif);
	}

a.psf {
	text-decoration:none;
	}
	
a.psf:link {
	color:#0066FF;
	}
	
a.psf:visited {
	color:#0066FF;
	}

a.psf:active {
	color:#3366CC;
	}

a.psf:hover {
	color:#000099;
	text-decoration:underline;
	}
		
a.ps2 {
	text-decoration:underline;
	}

a.ps2:link {
	color:#0066FF;
	}
		
a.ps2:visited {
	color:#0066FF;
	}

a.ps2:active {
	color:#3366CC;
	}
		
a.ps2:hover {
	color:#000099;
	}
		
a.ps3 {
	text-decoration:none;
	}

a.ps3:link {
	color:#000;
	}
		
a.ps3:visited {
	color:#000;
	}
		
a.ps3:active {
	color:#000;
	}
		
a.ps3:hover {
	color:#000;
	text-decoration:underline;
	}
		
a.ps {
	text-decoration:none;
	}
		
a.ps:link {
	color:#fff;
	}

a.ps:visited {
	color:#fff;
	}
	
a.ps:active {
	color:#fff;
	}

a.ps:hover {
	color:#fff;
	text-decoration:underline;
	}
.legend_calendar {
	font-size:9px;
	color:#000000;
	margin-top:1em;
	margin-left:1em;
}
	
.V9 {
	font-size:9px;
	color:#000000;
	}
	
.V9 ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left:20px;
	padding-left:0px;
	}
.V9 li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.V10W {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}

.V9W {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
	}
		
.V10WB {
	font-size:10px;
	color:#FFFFFF;
	font-weight:900;
	}
		
.V9G {
	font-size:9px;
	color:#666666;
	}

.V10 {
	font-size:10px;
	color:#000000;
	}

.V9BOLD {
	font-size:9px;
	font-weight:900;
	}

.G10 {
	font-size:11px;
	color:#0066FF;
	}

.G10B {
	font-size:11px;
	color:#000000;
	}

.G10BOLD {
	font-size:11px;
	font-weight:900;
	}

.G10G {
	font-size:11px;
	color:#A1A5A9;
	}

.V12 {
	font-size:12px;
	color:#000000;
	}

.eventfont {
	font-size:11px;
	color:#FFFFFF;
	}

.query_style {
	font-size:11px;
	width:156px;
	margin-bottom:0;
	}
		
.search_style {
	font-size:12px;

	width:134px;
	margin-bottom:0;
	}

.login_style {
	font-size:11px;

	width:80px;
	margin-bottom:0;
	}
	
.bold_link a:link{
	font-weight: bold;
}

.bold_link a:active{
	font-weight: bold;
}

.bold_link a:visited{
	font-weight: bold;
}

/*------------ Category style package: default (blue) - start ------------*/
		
		.default_categoryheader{
			background-color:#557CA3;
		}
		
		.default_categoryheader_bullet{
			color:#557CA3;
			font-size:13px;
		}
		
		.default_categoryheader_text{
			color:#000000;
			font-size:11px;
			margin-left:3px;
		}
		
		.default_categoryheader_legend_bullet{
			margin-left:3px;
		}
		
		.default_categoryheader_legend_text{
		}
		
		.default_categoryheader_allday{
			text-align:center;
		}
		
		.default_categorybody{
			background-color:#6699CC;
			border: 1px solid #557CA3;
			color: #fff;
		}
		
		.default_categorybody a:link{
			color: #fff;
		}
		
		


/* zoom */
#zoom_nav {
	margin-top:15px;
	margin-left:27px;
	width:575px;
	height:190px;
	padding:5px 0px 20px 0px;
	background-color:white;
	border:1px solid #D0D0D0;
}


#zoom_map {
	clear:both;
	margin-left:27px;
	width:575px;
	border:1px solid #D0D0D0;
}

/*************************************************************************************/
/*                 Ende Stylesheet Calendar Base Extenstion                          */
/*************************************************************************************/
