@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {width:990px; margin:0 auto; border:0px #bdb296 solid;}

body {background:#f5efdf; color: #454648 ; padding:10px 0; font-family:Verdana, Helvetica, Arial, sans-serif; }
#page{border:1px #bdb296 solid; background:#fff; }
p, ul, ul, ol, dl, li{ line-height: 1.2em;} 

a { text-decoration: underline; color: #005fb3;}
a:hover { color: #66b7ff;}
input, textarea {margin-left:0px;}

/* Einstellungen für gerahmte Bilder*/
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
   border: solid #D9E0E6 1px;
   border-bottom-color: #c8cdd2; 
   border-right-color: #c8cdd2; 
   padding: 1px;
   background-color: #fff;
   
}


#header {
	background: #ffffff  url(../img/header_background.jpg) no-repeat ;
	height: 150px;
}
  #col1 { width: 730px; float:right;}
  #col1_content { padding: 0px 10px 0 0;margin: 0; }

  /* right column | Rechte Spalte */
  #col2, #col2_content { display:none; }

  #col3 { margin-right: 750px; margin: 0; width:250px; }
  #col3_content { padding: 10px; }
  
/*  alt 3er Layout
  #col1 {width:25%}
  #col1_content {padding:10px;}

  #col2 {width:0}
  #col2_content {padding:10px;}

  #col3 {margin:0}
  #col3_content {padding:10px}
  #col1 {width: 250px; }
  #col2 {width: 0%; visibility: hidden; }
  #col3 {margin-left: 250px; width: 738px; padding-bottom: 0; }
*/

h1 {font-size:1.3em; color:#005fb3; background:transparent; margin:10px 0 10px 0; border-bottom:1px #b5b8bd solid;}
h2 {font-size:1.1em; color:#fff; background:#005fb3; margin:10px 0 10px 0; padding:0.3em;}
h3 {font-size:1.1em; color:#b37f00; background:transparent; margin:10px 0 10px 0;}
h4 {font-size:1.0em; color:#66b7ff; background:transparent; margin:10px 0 10px 0; border-bottom:1px #b5b8bd solid;}
h5 {font-size:1.0em; color:#66b7ff; background:transparent; margin:10px 0 10px 0;}

  #teaser .rootline a {color:#fff; text-decoration:underline;}
  #teaser .rootline a:hover {color:#005fb3; background:transparent;}

#nav_main {float:left;  background-color:#ffffff; font-size:100%; line-height:normal;font-weight:bold;}

  #nav_main a,
  #nav_main strong {
    color:#ffbd19;  font-weight:bold;
}
  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active, 
  #nav_main #current a,
  #nav_main #current strong  { color: #fff; font-weight:bold; } 
  #nav_main li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    border-bottom: 1px solid #b5b8bd;

  }
  #submenu {
    border-top: 0px #fff solid; margin :0;
  }
  #submenu li#title {
    padding: 1px 0px 1px 4px;
	width: 224px;
	color: #fff;
    background: #66b7ff;
    border: 1px #fff solid;
	font-size: 1.1em;
  }
  #submenu li a { background:transparent url(../img/navi_arrow_16x16_blue.gif) 0% 50% no-repeat; color: #005fb3;}
  #submenu a,
  #submenu strong {
    background: transparent ;
    color: #005fb3;
    border-bottom: 1px #fff solid;	
  }
  #submenu li strong {
    background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 0% 50% no-repeat; color: #fff;
  }
  #submenu li a:hover,
  #submenu li a:active { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 0% 50% no-repeat; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { background: url(../img/navi_arrow_16x16_white.gif) 5% 50% no-repeat; width: 85%; padding-left: 15%; }

  #submenu li ul li strong { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 5% 50% no-repeat; color: #fff; }

  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 5% 50% no-repeat; color: #fff; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { background: url(../img/navi_arrow_16x16_white.gif) 10% 50% no-repeat; width: 85%; padding-left: 20%; }

  #submenu li ul li ul li strong { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 10% 50% no-repeat; color: #fff; }

  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 10% 50% no-repeat; color: #fff; }

  /* Level 4 */
  #submenu li ul li ul li ul li a,
  #submenu li ul li ul li ul li#active,
  #submenu li ul li ul li ul li strong,
  #submenu li ul li ul li ul li span { background: url(../img/navi_arrow_16x16_white.gif) 15% 50% no-repeat; width: 85%; padding-left: 25%; }

  #submenu li ul li ul li ul li strong { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 15% 50% no-repeat; color: #fff; }

  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { background:#005fb3 url(../img/navi_arrow_16x16_white.gif) 15% 50% no-repeat; color: #fff; }


#teaser {background:#66b7ff; color:#fff;}

  #teaser .langMenu {float:right; margin:1px 10px 0 0;}
  #teaser .langMenu img {margin-top:3px;padding-right:3px;}
  #teaser .langMenu .tx-srlanguagemenu-pi1 .CUR img {padding-right:1px; float:left;margin-top:6px;}
  #teaser .langMenu .tx-srlanguagemenu-pi1 .CUR img.tx-srlanguagemenu-pi1-flag {padding-right:3px;margin-top:3px;}

  #main {
    background-color: transparent;
    float:left;
    width:100%;
    background-image:  url(../img/navi_left.gif);
    background-repeat:repeat-y;
    background-position:left;
	padding: 0 0 10px 0;
  }



#footer {font-size: 0.8em; color:#888; background:#fff; margin:0; padding:1em; border-top:1px #bdb296 solid; line-height:2em;}

/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* green */
* html .REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGreenContent {display:block; background:#fff; border-left:1px solid #b5b8bd; border-right:1px solid #b5b8bd; padding:0.5em 1em 0.5em 1em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5 {margin-top:0;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#fff; border-left:1px solid #b5b8bd; border-right:1px solid #b5b8bd;}
.rGline1 {margin:0 5px; background:#b5b8bd;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}


/* red */
* html .REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#fff; border-left:1px solid #ffbd19; border-right:1px solid #ffbd19; padding:0.5em 1em 0.5em 1em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0; }
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fff; border-left:1px solid #ffbd19; border-right:1px solid #ffbd19;}
.rRline1 {margin:0 5px; background:#ffbd19;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}

/* blue */
* html .REboxBlueContent {height:1%; color:#fff; }
.REboxBlueContent {overflow:hidden; color:#fff;}
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#66b7ff; border-left:1px solid #005fb3; border-right:1px solid #005fb3; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0; color:#fff;}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#66b7ff; border-left:1px solid #005fb3; border-right:1px solid #005fb3;}
.rBline1 {margin:0 5px; background:#005fb3;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}
/* FCE 3 Boxes with rounded edges End */



 legend {
   background:#fff;
   color: #b5b8bd;
   padding:0px;
   margin: 0px;
}
.FormularFehler{
  background: url(../img/menu_icon_warning_orange.gif) 0% 50% no-repeat;
  padding: 5px 0 5px 20px; 
  font-style:normal; 
  line-height:20px;
  font-weight: bold;
}
.FormularOK{
  background: url(../img/menu_icon_info_gruen.gif) 0% 50% no-repeat;
  padding: 5px 0 5px 20px; 
  font-style:normal; 
  line-height:20px;
  font-weight: bold;

}
    #Anfrage_Formular{
	float: left;
	display: inline;
	width: 680px;
	border: solid 1px #005fb3;
	list-style: none;
	margin: 10px 0 10px 20px;
	padding: 0;
    }
    #Anfrage_Formular li.Zeitraum_Teilnehmer{
        float: left;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #005fb3; /*schönes grau! fast silber*/
        text-align: right;
    }
    #Anfrage_Formular li.Zeitraum_Teilnehmer  .Zeitraum_Header{
	margin: 0 0px 5px 0;
	color: #005fb3;
	font-size: 110%;
    }
    #Anfrage_Formular li.Zeitraum_Teilnehmer .Zeitraum{
        float: left;
        list-style: none;
        margin: 0;
        padding: 5px;
        width: 310px;
    }
    #Anfrage_Formular li.Zeitraum_Teilnehmer .Teilnehmer{
        float: right;
        list-style: none;
        margin: 0;
        padding: 5px;
        width: 340px;
    }
    #Anfrage_Formular .Ansprechpartner_Header{
        float: left;
        width: 100%;
        margin: 5px 0 0 0 ;
        text-align: center;
        color: #005fb3;
        font-size: 110%;
    }

    #Anfrage_Formular a img{
        border: 0;
    }
    #Anfrage_Formular li.Ansprechpartner_Daten{
        float: left;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #005fb3; /*schönes grau! fast silber*/
        text-align: right;
    }
    #Anfrage_Formular li.Ansprechpartner_Daten .Ansprechpartner_Daten_L{
        float: left;
        list-style: none;
        margin: 0;
        padding: 5px;
        width: 310px;
    }
    #Anfrage_Formular li.Ansprechpartner_Daten .Ansprechpartner_Daten_R{
        float: right;
        list-style: none;
        margin: 0;
        padding: 5px;
        width: 340px;
    }
    #Anfrage_Formular li.Fragen{
        float: left;
        width: 670px;
        margin: 0;
        padding: 5px 5px 10px 5px;
        border-bottom: solid 1px #005fb3; /*schönes grau! fast silber*/
        text-align: left;
    }
    #Anfrage_Formular li.Senden{
        float: left;
        margin: 0;
        padding: 0;
        background-color: #d9edff;
    }
    #Anfrage_Formular li.Senden ul{
        float: left;
        list-style: none;
        margin: 0;
        padding: 5px;
    }
    #Anfrage_Formular li.Senden .Senden_L{
        float: left;
        margin: 0;
        padding: 0;
    }
    #Anfrage_Formular li.Senden .Senden_L a{
		text-decoration:underline;
    }
    #Anfrage_Formular li.Senden .Senden_R{
        float: right;
        margin: 0;
        padding: 0;
    }

#Box_Contatti{
  border-top: #fff solid 2px;
 
}
#Box_Contatti h1, #Box_Contatti h2, #Box_Contatti h3, #Box_Contatti h4{ 
  background-color:#fff;
  border: none;
  color: #005fb3;
  font-size: 1em;
  line-height: 24px;
  padding: 0 0 0 30px;
  margin:0;
}
#Box_Contatti a{
  text-decoration: none;
}
#Box_Contatti h1{ color:#b37f00; padding:0; margin: 0 0 0.5em 0;  line-height: 1em; border-bottom: 1px solid #b5b8bd;}
#Box_Contatti h2{ background: url(../img/telefon.gif) no-repeat 0% 50%;}
#Box_Contatti h3{ background: url(../img/brief.gif) no-repeat 0% 50%;}
#Box_Contatti h4.Skype_Gargano{ background: url(http://mystatus.skype.com/mediumicon/gargano_travel) no-repeat 0pt 50%;}
#Box_Contatti h4.Skype_Salento{ background: url(http://mystatus.skype.com/mediumicon/salento.travel) no-repeat 0pt 50%;}

#searchform{
  padding: 0 0 10px 0;
}
input.Suchschlitz{
  background: #fff url(../img/16_16_Lupe.gif) no-repeat 1% 50%;
  width: 204px;
  padding-left: 22px;
}

#Box_Suche h3{
  margin:20px 0 5px 0;
  border-bottom: #fff solid 1px;
  color: #005fb3;  
}
	
}

