/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

/* Hier die Farben raus, werden in a {} global gesetzt   */
/* und sind dann erst in weiteren Class(es) anpassbar        */
/* Angepasster Teil ####################################### */

.bodytext a {
	color : dimgray;
}

A:link {
	background-color : transparent;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : red;  
	text-decoration : none;
}
A:active {
	background-color : transparent;
	font-weight : bold;
	text-decoration : none;
}
SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}
H1 {
	font-family : Verdana, sans-serif;
	font-size : 18px;
	color : #5f5f5f;
	margin-bottom : 0px;
	margin-top : 10px;
}
 H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
/*	color : black; */
	color: #5f5f5f;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color: #5f5f5f;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #5f5f5f;
	margin-bottom : 0px;
	margin-top : 10px;
}
P {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
/*	color: black;   */
	color: #5f5f5f;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-right : 30px;
	padding-bottom : 0px;
	text-indent : 0px;   
}
.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #990000;
}
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
/*  border: 2px solid black;	
/*  border-top:2px dotted #00ff00; */
/*  border-left:2px none; */
/*  border-right:2px none; */
/*  border-bottom:2px dotted #00ff00; */
/*      oben rechts unten links */  
  padding: 0px 0px 0px 0px;
}
/********************************/
/* Frames, spacing für Content  */
/********************************/

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: transparent; padding: 2px 4px 2px 4px; border: 0px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

/** Navigationen */

.navi_no {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 120%;
	color: black;    
	margin:0 10px 0 0;
	padding:0;
}
.navi_act {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	line-height : 120%;
	color: black;      
	margin:0 10px 0 0;
      padding:0;
}

.hornavi_no {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 120%;
	color: black;    
	margin:0 10px 0 0;
	padding:0;
}
.hornavi_act {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 120%;
	color: dimgray;      
	margin:0 10px 0 0;
      padding:0;
}
.hornavi_cur {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 120%;
	color: dimgray;    
	margin:0 10px 0 0;
	padding:0;
}



/* Teil aus Example.css  Angepasst ###################### */
/***************************************************/
/* General element styles: für Mail, login, Search */
/***************************************************/
/* Textbereich */
INPUT {
  padding-left: 1px; 
  font-size: 9px; 
  background-color: #ff8b3d; 
}

TEXTAREA {
  padding-left: 1px; 
  font-size: 9px; 
  background-color: #ff8b3d;
}

SELECT {
  padding-left: 1px; 
  font-size: 9px; 
  background-color: #ff8b3d; 
}

/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */

FORM TABLE TR TD { 
  padding-left: 5px; 
  padding-right: 0px; 
}
/* Tabellenhintergrund Feldname */
FORM TABLE TR TD.csc-form-labelcell { 
  padding-left: 0px; 
  font-weight: normal;
} 
/* Hintergrund Kopffeld?? */
FORM TABLE TR TD.csc-form-commentcell {
  background-color: transparent; 
}
/* Tabellenhintergrund Eingabefelder */
FORM TABLE TR TD.csc-form-fieldcell {
  padding-left: 25px; 
  background-color: transparent;
}
/* Hintergrund Texteingabefelder und leider Button */
FORM TABLE TR TD.csc-form-fieldcell INPUT {
  border: 1px solid #333333; 
}
/* Hintergrund Eingabe-Textarea  */
FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { 
  border: 1px solid #333333; 
}
/* Schrifthintergrund Name */
P.csc-form-label-req {
  font-weight: normal; 
}

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
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 { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


