/*  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 ####################################### */

ul {
    margin: 0px;
    padding: 0px 0px 0px 25px;
}

li {
    margin: 0px;
    padding: 0px 0px 5px 5px;
}


A:link {
	background-color : transparent;
	text-decoration : none;
	color : #660000;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	font-weight : bold;
        color : #660000;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : green;  
	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 : #e47e25;
	margin-bottom : 0px;
	margin-top : 10px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color: black;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color: #e47e25;
	margin-bottom : 0px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #e47e25;
	margin-bottom : 0px;
	margin-top : 10px;
}


#body P {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 180%;
/*	color: #660000; */
	color: black;
	margin-top : 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px; 
}

#bodyright P {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 180%;
/*	color: #660000;  */
        color: black;
	margin-top : 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px; 
}

.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #660000;
}
/* Rahmen um 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: 10%; }
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; }

/** Menue ############################ */

#bodyleftdown .vernavi_no {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	line-height : 120%;
	color: #660000;   
	margin:0 10px 0 0;
	padding:0;
}

#bodyleftdown a:hover {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	line-height : 120%;
	color: green;    
	margin:0 10px 0 0;
      	padding:0;
}

#bodyleftdown .vernavi_cur {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	line-height : 120%;
	color: #330000;
	margin:0 10px 0 0;
	padding:0;
}
#whois a {
	font-family : Verdana, sans-serif;
	font-size : 16px;
	line-height : 140%;
	color: #e47e25;  
	font-weight : bold; 
	margin:0 10px 0 0;
	padding:0;
}

#whois a:hover {
	font-family : Verdana, sans-serif;
	font-size : 16px;
	line-height : 140%;
	color: green; 
	font-weight : bold;   
	margin:0 10px 0 0;
      	padding:0;
}



