/* ********************************* */
/* Document specific CSS-Definitions */
/* KONTAKT */

/***************** Contact form ********************/
#table_contact_form {font-family:Garamond,"Times New Roman",serif;}
#table_contact_form input {background-color:rgb(223,202,155); color:rgb(70,100,105); width:360px; font-family:Garamond,"Times New Roman", serif; font-size:16px; font-weight:bold; font-variant:normal;}
#table_contact_form textarea {background-color:rgb(223,202,155); color:rgb(70,100,105); width:360px; height:180px; font-family:Garamond,"Times New Roman", serif; font-size:16px; font-weight:bold; font-variant:normal;}

#send_button {margin:10px 0px 0px 165px; background-color:rgb(93,113,139); color:white; font-family:Garamond,"Times New Roman",serif; font-size:16px; font-variant:small-caps; width:200px;}

/***************** Links EMAIL/WEB ********************/
#a_email {font-variant:normal;}
#a_web {font-variant:normal;}

#error_msg {color:red; background-color:inherit; font-family:arial; font-weight:bold; font-size:13px; }
