/*  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 $ */


html, body {
margin:0px;
padding:0px;
height:100%;
}

body{
text-align:center;
background-image:url(/fileadmin/framework/bg-gradient.gif);
background-repeat:repeat-x;
background-attachment:fixed;
background-color:#787C7C;
}

td, li, ul, ol, body{
color:#333;
font-family:Verdana, Arial;
font-size:12px;
}

td{vertical-align:top;}

img{border:0px;}

p{margin:0px}

b{font-size:11px}

hr{
height: 1px;
color:#333;
background-color:#333;
border: none;
}

span.red{
color:#db001b;
}

span.red-capital{
color:#db001b;
text-transform:uppercase;
}

span.red-capital-bold{
color:#db001b;
text-transform:uppercase;
font-weight:bold;
}

span.black-capital-bold{
color:#000;
text-transform:uppercase;
font-weight:bold;
font-size:11px;
}

span.red-dot{
padding-left:13px;
background-image:url(/fileadmin/framework/li.gif);
background-repeat:no-repeat;
background-position: 0px 6px;
}

a.red-arrows{
padding:0px 0px 0px 13px;
background-image:url(/fileadmin/framework/doppelpfeil.gif);
background-repeat:no-repeat;
background-position:0px 4px;
}

a.backlink{
padding:0px 0px 0px 13px;
background-image:url(/fileadmin/framework/doppelpfeil-rw.gif);
background-repeat:no-repeat;
background-position:0px 4px;
}

a.capital-link{text-transform:uppercase;}

a:link{color:#DB001B; text-decoration:none}
a:visited{color:#DB001B; text-decoration:none}
a:hover{color:#DB001B; text-decoration:underline}
a:active{color:#DB001B; text-decoration:none}

.toplink{height:30px;padding-top:12px;}

.toplink a, .toplink a:link, .toplink a:hover, .toplink a:visited{
text-decoration:none;
}

.csc-frame-frame1{
padding:5px;
border:1px solid #C89F2C;
background-color:#FFE191;
}

.csc-frame-frame2{
padding:5px;
border:1px solid #C89F2C;
background-color:#ffffff;
}

.align-right{text-align:right;}

#mainlayer{
position:relative;
width:764px;
height:100%;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#coltable{
width:764px;
height:100%;
border-collapse:collapse;
}

#col_left{width:134px;}

#col_right{width:134px;}

#col_center{width:496px;background-color:#fff;}

/* Mozilla */
html>body #mainlayer{
min-height: 80%;
}

#pageheader{
width:487px;
height:61px;
margin:4px 0px 15px 4px;
border-right:1px solid #ECECEC;
border-bottom:1px solid #ECECEC;
background-image:url(/fileadmin/framework/shadow_cont_left.gif);
background-repeat:repeat-y;
background-color:#fff;
}

/* Mozilla */
html>body #pageheader{
height:60px;
}

#logo{margin:1px 0px 0px 144px;}

.shadow_cont_top{
width:487px;
height:4px;
overflow:hidden;
background-image:url(/fileadmin/framework/shadow_cont_top.gif);
background-repeat:no-repeat;
}

#choosebox{
margin:4px 0px 25px 4px;
width:487px;
height:440px;
border-right:1px solid #BA0017;
border-bottom:1px solid #BA0017;
background-image:url(/fileadmin/framework/shadow_choose_left.gif);
background-repeat:repeat-y;
background-color:#DB001B;
}

.shadow_choose_top{
width:487px;
height:4px;
overflow:hidden;
background-image:url(/fileadmin/framework/shadow_choose_top.gif);
background-repeat:no-repeat;
}

#col_content{
width:487px;
height:300px;
margin:4px 0px 15px 4px;
border-right:1px solid #ECECEC;
border-bottom:1px solid #ECECEC;
background-image:url(/fileadmin/framework/shadow_cont_left.gif);
background-repeat:repeat-y;
background-color:#fff;
}
/* Mozilla */
html>body #col_content{
height: auto;
min-height: 300px;
}

.content{
margin:22px 0px 20px 30px;
width:440px;
}

.content ul{
margin:0px;
padding:0px;
list-style: none;

}

.content li{
padding:3px 0px 3px 10px;
background-image:url(/fileadmin/framework/li.gif);
background-repeat:no-repeat;
background-position: 0px 8px;
}

#langnav{margin-top:65px;text-align:right;}

#metanav{
position:absolute;
top:66px;
left:135px;
width:496px;
height:14px;
}

#shadow_nav_top{
width:134px;
height:4px;
overflow:hidden;
background-image:url(/fileadmin/framework/sh_teaser_left_top.gif);
background-repeat:no-repeat;
}

#nav_end{
height:4px;
width:134px;
overflow:hidden;
background-image:url(/fileadmin/framework/nav-end.gif);
background-repeat:no-repeat;
}

#nav{
width:134px;
padding-left:4px;
background-image:url(/fileadmin/framework/nav-bg.gif);
background-repeat:repeat-y;
}

/* Mozilla */
html>body #nav{
width:130px;
}


.shadow_box_right_top{
width:134px;
height:3px;
margin-top:80px;
overflow:hidden;
background-image:url(/fileadmin/framework/sh_box_right_top.gif);
background-repeat:no-repeat;
}

.box_right{
width:134px;
padding-bottom:2px;
font-size:11px;
border-right:1px solid #ECECEC;
background-image:url(/fileadmin/framework/sh_box_right_left.gif);
background-repeat:repeat-y;
background-color:#fff;
}

/* Mozilla */
html>body .box_right{
width:133px;
}

.box_right b{font-size:10px}
.box_right a{font-size:10px;font-weight:bold}

.box_right_inner_box{
width:131px;
margin-bottom:1px;
padding:5px 4px 5px 7px;
color:#000;
background-image:url(/fileadmin/framework/sh_box_right_inner_box.gif);
background-repeat:repeat-y;
background-color:#9AA6A1;
}

/* Mozilla */
html>body .box_right_inner_box{
width:120px;
}

.box_right_inner_box .csc-header, .box_right_inner_box .csc-textpicHeader{margin-bottom:0px}

.box_right_inner_box h2{
color:#000;
font-size:10px;
padding:0px;
margin:0px;
text-transform:none;
}

.shadow_teaser_left_top{
width:134px;
height:4px;
margin-top:14px;
overflow:hidden;
background-image:url(/fileadmin/framework/sh_teaser_left_top.gif);
background-repeat:no-repeat;
}

.teaser_left{
width:134px;
border-right:1px solid #ECECEC;
border-bottom:1px solid #B8B8B8;
background-image:url(/fileadmin/framework/sh_teaser_left_left.gif);
background-repeat:repeat-y;
background-color:#fff;
}

/* Mozilla */
html>body .teaser_left{
width:133px;
}

.teaser_right{
margin:14px 0px 0px 3px;
}

#footer{
width:470px;
color:#333;
font-size:10px;
margin-left:13px;
padding:10px 0px;
text-align:center;
border-top:1px solid #999;
}

.searchbox{text-align:right;padding-right:10px}

.searchbox input{
font-size:11px;
width:135px;
border:0px;
background-color:#fff;
}
.searchbox .formbutton{
margin-top:4px;
width:auto;
font-size:9px;
color:#000000;
border:0px;
background-color:#EEF6FC;
}

h1{
color:#333;
font-size:14px;
margin:0px 0px 10px 0px;
}

h2{
color:#333;
font-size:12px;
padding:0px;
margin:0px;
text-transform:uppercase;
}

.subhead1{
font-size:10px;
color:black;
}
.subhead2{
font-size:10px;
color:green;
}
.subhead3{
font-size:10px;
color:red;
}
.headerdate{
font-size:10px;
color:Green;
font-weight:normal;
}

.csc-textpic-caption{
color:#000;
font-size:10px;
}

.csc-header, .csc-textpicHeader{margin-bottom:10px}

.csc-mailform{
border:0px;
padding:0px;
margin:0px;
}

.csc-mailform-field{
margin-bottom:2px;
}

.csc-mailform-field label{
float: left;
width:120px;
padding-top:2px;
}

input, select, textarea{
width:240px;
color:#333;
font-family:Verdana,Arial;
border:1px solid #DB001B;
background-color:#fff;
}

.csc-mailform-radio fieldset{
margin-left:120px;
border:0px;
}


form{margin:0px}

.csc-mailform-radio fieldset label{
float: none;
width:auto;
margin-right:20px;
}

.formradio, .formcheckbox{
border:0px;
width:auto;
background-color:transparent;
}

.formcheckbox{
margin-left:120px;
}

.formbutton{
width:auto;
color:#333;
border:1px solid #DB001B;
background-color:#fff;
}

.loginform{
font-size:14px;
color:#2B3087;
font-weight:normal;
}

.filelinks{
font-size:14px;
color:#990000;
}
.filelinkssize{
font-size:14px;
color:Green;
}
.celmenu{
font-family:"Courier New", Courier, mono, serif;
font-size:12px;
color:olive;
margin-top:10px;
}
.celsubmenu{
font-family:"Courier New", Courier, mono, serif;
font-size:11px;
color:#666699;
margin-left:20px;
margin-top:3px;
}

.csc-uploads-fileName p{
margin:0px;
}