/* CSS Document */

/* unvisited link */
a:link {
  color: #A87E00;
}

/* visited link */
a:visited {
  color: #A87E00;
}

/* mouse over link */
a:hover {
  color: #000;
}

/* selected link */
a:active {
  color: #000;
}

/* unvisited link */
#navbar-menu a:link {
  color: #FFF;
}

/* visited link */
#navbar-menu a:visited {
  color: #FFF;
}

/* mouse over link */
#navbar-menu a:hover {
  color: #A87E00;
}

/* selected link */
#navbar-menu a:active {
  color: #A87E00;
}

/* unvisited link */
#contactpane a:link {
  color: #000;
}

/* visited link */
#contactpane a:visited {
  color: #000;
}

/* mouse over link */
#contactpane a:hover {
  color: #A87E00;
}

/* selected link */
#contactpane a:active {
  color: #A87E00;
}

/* unvisited link */
#contactbox a:link {
  color: #A87E00;
}

/* visited link */
#contactbox a:visited {
  color: #A87E00;
}

/* mouse over link */
#contactbox a:hover {
  color: #000;
}

/* selected link */
#contactbox a:active {
  color: #000;
}

/* unvisited link */
#contactbox2 a:link {
  color: #A87E00;
}

/* visited link */
#contactbox2 a:visited {
  color: #A87E00;
}

/* mouse over link */
#contactbox2 a:hover {
  color: #FFF;
}

/* selected link */
#contactbox2 a:active {
  color: #FFF;
}

/* unvisited link */
#Tarife a:link {
  color: #FFF;
}

/* visited link */
#Tarife a:visited {
  color: #FFF;
}

/* mouse over link */
#Tarife a:hover {
  color: #A87E00;
}

/* selected link */
#Tarife a:active {
  color: #A87E00;
}

/* unvisited link */
#portfolio-grid a:link {
  color: #000;
}

/* visited link */
#portfolio-grid a:visited {
  color: #000;
}

/* mouse over link */
#portfolio-grid a:hover {
  color: #A87E00;
}

/* selected link */
#portfolio-grid a:active {
  color: #A87E00;
}

/* unvisited link */
#copyrightpane a:link {
  color: #000;
}

/* visited link */
#copyrightpane a:visited {
  color: #000;
}

/* mouse over link */
#copyrightpane a:hover {
  color: #A87E00;
}

/* selected link */
#copyrightpane a:active {
  color: #A87E00;
}

        #SliderTextBox{
        color: white;
        font-family:'Didot LT STD';
        font-size: 25px;
		font-weight: bold;
        text-shadow: -1px 2px 2px #000,
                      2px 2px 2px #000,
                      2px -1px 0 #000,
                      -1px -1px 0 #000;
        }
        
        #SliderTitleBox{
        color: black;
        font-family:'Didot LT STD';
        font-size: 40px;
        font-weight:bold;
        text-shadow: -1px 2px 2px #FFF,
                      2px 2px 2px #FFF,
                      2px -1px 0 #FFF,
                      -1px -1px 0 #FFF;
        }
	
		#ActionFooter{
		background-color: #000;
		border-top:#FFF;
		border-top-style:solid;
		background-position: bottom;
		width:100%;
		height:auto;
		position: fixed;
  		bottom: 0;
		z-index: 99;
		text-align:center;
		font-size:16px;

		color:#FFF;
		width:100%;
		height:auto;
		padding:10px;
		position: fixed;
  		bottom: 0;
		z-index: 100;
		text-align:center;
		font-family:'Didot LT STD';
		vertical-align:bottom;
		
		}
		
		#ActionFooter a:link { color: #FFF; }
		#ActionFooter a:visited { color: #FFF; }
		#ActionFooter a:hover { color: #DA9800; }
		#ActionFooter a:active { color: #DA9800; }

		#ActionFooter2{
		background-color: #FFF;
		border-top:solid;
		border-right:solid;
		background-position: bottom;
		height:auto;
		position: fixed;
  		bottom: 0;
		z-index: 99;
		font-size:14px;
		color:#000;
		width:auto;
		height:auto;
		padding-bottom:55px;
		padding-left:15px;
		padding-right:20px;
		padding-top:10px;
  		bottom: 0;
		font-family:'Didot LT STD';
		vertical-align:bottom;
		border-color:#DA9800;
		border-width: 3px;

		-moz-border-radius-topright:  30px;  /* Firefox bis Version 3.6 */
		-webkit-border-top-right-radius: 30px;  /* Safari, Chrome (vor WebKit Version 533) */
        border-top-right-radius: 30px;  /* Firefox 4; Browser mit CSS3 Unterstützung */

		}
		
		#ActionFooter2 a:link { color: #000; }
		#ActionFooter2 a:visited { color: #000; }
		#ActionFooter2 a:hover { color: #DA9800; }
		#ActionFooter2 a:active { color: #DA9800; }