body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #A9BDCF;
scrollbar-highlight-color: #A9BDCF;
scrollbar-3d-light-color: #A9BDCF;
scrollbar-darkshadow-color: #A9BDCF;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #ffffff;
background-color: #A9BDCF;
}

#container {
width:100%;
max-width:1200px;
margin-left: auto;
margin-right: auto; 
height: 99%;
min-height: 550px;
min-width: 814px;
}

#frame
 {
width:98%;
max-width:1180px;
margin-top: 10px;
margin-left: auto;
margin-right: auto; 
margin-bottom: 10px;
height: auto;
min-height: 550px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
}

#title
 {
width:100%;
height: 70px;
max-width:1180px;
margin-left: auto;
margin-right: auto; 
background-color: white;
padding: 0;
}

#menu1
 {
width:100%;
height: 27px;
max-width:1180px;
overflow:hidden;
margin-left: auto;
margin-right: auto; 
background-image: url(/images/content2_2011_04_15.gif);
padding: 0;
}

#menu2
 {
width:100%;
height: 27px;
max-width:1180px;
overflow:hidden;
margin-left: auto;
margin-right: auto; 
background-image: url(/images/fr-mk-content_empty_24.gif);
background-repeat:no-repeat;
padding: 0;
}

#menutext
{
height: 27px;
line-height:190%;
text-align:left;
vertical-align:middle;
padding-left: 21px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#content {
width:100%;
max-width:1180px;
margin-left: auto;
margin-right: auto; 
margin-top: 10px;
}

#contenttext {
max-width:1160px;
margin-left: auto;
margin-right: auto; 
padding-left: 21px;
padding-right: 21px;
padding-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

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


#content_wide {
position:absolute; 
width:770px; 
height:370px; 
z-index:1; 
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#content_small {
position:absolute; 
width:550px; 
height:370px; 
z-index:1; 
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}





.hr {
height:1px;
background-color: #A9BDCF;
border-color: #FFFFFF black black;
border-style: dotted; 
border-top-width: 1px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px
}



/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;  (Background 1)
Background Color 1-dimmed: #D8D7DC; (Background 1 - dimmed)
Background Color 2: #F5FFAA;  (Background 2)
Background Color 3: #D1D2E4;  (Background 2)

Text, main: #000000
Text Color 1: #186900;  (red)
Text Color 2: #10007B;  (green)
Text Color 3: #8A0020;  (blue)

Links  #000066
Link hover: #660000;

Borders/Lines #333333
*/


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Arial, Helvetica, sans-serif; color: #000000; }
PRE { font-family: monospace; }
A { color: #000000; text-decoration: none; }
A:hover { color: #000000; text-decoration: underline; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 10px 0px; }
P, TD, UL, OL { font-size: 13px; }
INPUT, TEXTAREA, SELECT { padding-left: 3px; font-size: 11px; margin-left: 17px;}


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

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; }
       
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 13px; color: #000000; }
H2 { font-size: 13px; color: #000000; }
H3 { font-size: 13px; color: #000000; }
H4 { font-size: 13px; color: #000000; padding: 6px; background-color: #FCC000; }
H5 { font-size: 13px; color: #000000; }
H6 { font-size: 13px; color: #000000; font-weight: normal; }
H1, H2 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 12px; }
H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; }
H1.csc-firstHeader, H2.csc-firstHeader { margin-top: 12px; }
H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { color: #000000; text-decoration: underline; }

/*H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }




