/* CSS Dokument zu www.thueringer-klosshotel.de.de *//* Aufbau */ body {background-image:url(../images/bg.jpg);background-repeat: repeat-x;background-color:rgb(255,204,0);font-family: Verdana, Arial, Helvetica ;color: black;margin-top:0px;}#seite {width:1000px;margin:0 auto;margin-top:20px;text-align: left;border: 1px solid #FFFFFF;background-color: rgb(241,225,206);}/* Header *****************************************************/ #header {background-repeat:repeat-none;height: 300px;width: 1000px;margin: 0px;}/* Navigation *************************************************//* Hauptcontainer der Navigation */#navigation {background-color:rgb(255,204,0);text-align:center;width:1000px;height: 30px;border-bottom: 1px solid white;}#navigation ul {text-align:center;list-style-type:none;display:inline;}#navigation li {font-size:12px;text-align:left;color: rgb(149,77,147);height: 15px;padding:9px;float: left;display:inline;}#navigation li a {color: rgb(149,77,147);font-weight: bold;text-decoration:none;}#navigation li a:hover, a:act {color: white;}/* Inhalt *************************************************/#inhalt {width:960px;height: 400px;text-align:left;font-size: 13px;padding:20px;}#inhalt_lang {width:960px;min-height: 570px;text-align:left;font-size: 13px;padding:20px;}#inhalt a {font-weight: bold;color:#101010;text-decoration:none;}#inhalt H1 {font-size:22px;color: rgb(149,77,147);}#inhalt H2 {font-size:18px;color: rgb(149,77,147);}#inhalt H3 {font-size:14px;color: rgb(149,77,147);}#inhalt H4 {display: inline;}/* Fuß *************************************************/#footer {background-image:url(../images/bg_gruen.jpg);background-repeat:repeat-x;height: 20px;width: 1000px;margin: 0px;}/* Terminafrageformular *******************************/label.desc {    font-size: 14px;    font-weight: 500;    color: #4b4d50;    padding-bottom: 10px;	width: 200px;    float: left;}.input {    width: 500px;    padding: 6px 6px;	margin-bottom:5px;    font-size: 14px;    line-height: 1.42857143;    color: #555;    background-color: #fff;    background-image: none;    border: 1px solid #ccc;    border-radius: 4px;    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}.input-small {    width: 170px;}.dropdown {	width: 515px;}.dropdown-small {	width: 185px;}.textarea {    font-size: 15px;    font-weight: normal;	padding: 6px 6px;	margin-bottom:5px;    color: #999;    border-radius: 0;    border-color: #fff;    outline: none;    box-shadow: none;    border: 1px solid #ddd;    letter-spacing: 1px;    width: 500px;    height: 5em;}.submit {    color: #000;    background-color:rgb(255,204,0);    border: none;    font-size: 17px;    padding: 15px 20px;    width: 100%;    margin: 25px 0 8px;    text-transform: uppercase;    letter-spacing: 1px;    outline: none;    box-shadow: none;    border-radius: 0px;}