/*  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 ####################################### */

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 : black;
	margin-bottom : 0px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color: black;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color: black;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

P {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 180%;
	color: black;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-right: 20px;
	padding-bottom : 0px;
/*	text-indent : 20px;  */
}
.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : dimgray;
}
/********************************/
/* 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: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px 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 */

a.hornavi_no {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 120%;
	color: #4876FF;    
	margin:0 10px 0 0;
	padding:0;
}
a.hornavi_ro  {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 120%;
	color: red;    
	margin:0 10px 0 0;
	padding:0;
}
a.hornavi_cur {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 120%;
	color: blue;      
	margin:0 10px 0 0;
        padding:0;
}

### Einstellungen für Mailform und Loginform #############################
tt_content.mailform.20 {
layout = <tr align="left" valign="middle"><td class="csc-form-labelcell">###LABEL###</td><td class="csc-form-fieldcell">###FIELD###</td></tr>
labelWrap.wrap = <p class="csc-form-label">|</p>
commentWrap.wrap = <p class="csc-form-comment">|</p>
radioWrap.wrap = <span class="csc-form-radio">|</span><br />
REQ = 1
REQ.labelWrap.wrap = <p class="csc-form-label-req">|</p>
COMMENT.layout = <tr><td colspan="2" class="csc-form-commentcell">###LABEL###</td></tr>
target = {$styles.content.mailform.target}
goodMess = {$styles.content.mailform.goodMess}
badMess = {$styles.content.mailform.badMess}
redirect.field = pages
redirect.listNum = 0
recipient.field = subheader
data.field = bodytext
locationData = 1

stdWrap.wrap = <table border="0" cellspacing="1" cellpadding="1" class="csc-mailform">  | </table>
stdWrap {
editIcons = tt_content: bodytext, pages, subheader
editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.form

prefixComment = 2 | Mail form inserted:
}
}

/* ====================== Formatierung fuer Templatevorlage */
#page {
    background-color:transparent;
/*    background-image: url(Background.jpg); */
    width: 100%;
    height: 100%; 
}

#center {
    background-color: transparent;
    width: 1000px;
    position: absolute;
    left: 50%;
/* die hälfte von width ============== */
    margin-left: -500px;
}
 
#seitenschatten1 {
  position: absolute;
  background-color:#888;
  border: 1px solid #898989;
  top: 20px;
  left:0px;
  width: 1000px;
  height: 750px;
  z-index:4;
}
#seitenschatten2 {
  position: absolute;
  background-color:#666;
  border: 1px solid #777;
  top: -2px;
  left:-2px;
  width: 1000px;
  height: 750px;
  z-index:4;
}
#seitenschatten3 {
  position: absolute;
  background-color:#444;
  border: 1px solid #555;
  top: -4px;
  left: -4px;
  width: 1000px;
  height: 750px;
  z-index:4;
}
#seite {
  position: absolute;
  background-color:white;
  top: -6px;
  left: -6px;
  width: 1000px;
  height: 750px;
  z-index:4;
}
#header {
  position: absolute;
  background-color: #cdcdcd;
/*  background-image: url(kopf-bg-kaisersaal1000x221.png); */
/*  border: 1pt solid #898989; */
  top: 0px;
  left: 0px;
  width:1000px;	
  height:132px;
  z-index:3 
}
#headerleft {
  position: absolute;
  background-color: transparent;
  background-image: url(bt-wappen.png);
/*  border:1px solid #898989; */
  top: 6px;
  left: 52px;
  width:90px;	
  height:120px;
  z-index:3 
}
#headermiddle {
  position: absolute;
  background-color: transparent;
  background-image: url(Kopfbild_Brueckenlauf-neu.png);
/*  border:1px solid #898989; */
  top: 30px;
  left: 195px;
  width:605px;	
  height:72px;
  z-index:3 
}
#headerright {
  position: absolute;
  background-color: transparent;
  background-image: url(Bruecken.png);
/*  border:1px solid #898989; */
  top: 6px;
  left: 846px;
  width:113px;	
  height:120px;
  z-index:3 
}
#menue {
  position: absolute;
  background-color: #cdcdcd;
/*  background-image: url(Menuebalken-hg800x20.png); */
  border-bottom:1px solid #898989;
  text-align: center;
  top: 132px;
  left: 0px;
  width:1000px;	
  height:25px;
  z-index:3 
}

#bodyleft {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 160px;
  left: 0px;
  width: 200px;
  height: 546px;
  z-index:5;
}
#body {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid #898989; */
/*  padding-left: 10px; */
  top: 160px;
  left: 200px;
  width: 600px;
  height: 546px;
  overflow: auto;
  z-index: 2;
}
#bodyright {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 160px;
  left: 800px;
  width: 200px;
  height: 546px;
  z-index:5;
}
#foot {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 708px;
  left: 0px;
  width: 1000px;
  height: 40px;
  z-index:5;
}

/* Ende Angepasster Teil ############################# */


