@import url(/styles/live/toolbox.css);
@import url(/styles/live/articles.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/new/guestbook.css);
@import url(/styles/live/new/print.css);
@import url(/styles/live/new/reservation.css);
@import url(/styles/live/new/aufbau.css);
@import url(/styles/live/new/navigation.css);

/* Structure */
html, body {
    background-color : #d0d3d1;
}

body {
    margin : 0;
    padding : 0;
    font-family : "Verdana", Helvetica, sans-serif;
    font-size : 11px;
    color: #0060a9;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}


/* Images */
img {
    border: 0;
}

/* Links */
a {
    text-decoration: none;
    color: #60ACDA;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}




/* Headings */
h1 {
    font-size: 12px;
    margin: 0;
    color: #a2a3a3;
    text-transform: uppercase;
    font-weight:bold;
    width: 300px; 
    border-bottom: 1px solid #a2a3a3;
    padding-bottom: 5px;
}

h2 {
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #a2a3a3;
    text-transform: uppercase;
    font-weight:normal;
    padding-bottom: 5px;
    padding-top: 5px;
}

h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #448AC0;
    font-weight:bold;
}

h4 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #a2a3a3;
    text-transform: uppercase;
    font-weight:normal;
    width:180px;
    border-bottom: 1px solid #a2a3a3; 
    padding-bottom: 5px;
    padding-top: 5px;
}



.label {
    display: block;
}

input {
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    padding:2px;
}

textarea {
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    padding:2px;
}

select {
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    padding:2px;
}

button {
	margin:0;
}

.p {
	clear:both;
}



