@import url(/styles/live/rhy/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/rhy/aufbau.css);
@import url(/styles/live/rhy/navigation.css);

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

body {
    margin : 0;
    padding : 0;
    font-family : "Verdana", Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #36393d;
    text-align : left;
}

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

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 1px solid #979594;
}

.headimage {
	margin-left: 50px;
	margin-top: 5px; 
	border: 0;
}


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

}

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

a.footer {
	color: #979594;
	}


/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #b32927;
    padding-bottom: 5px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    color: #b32927;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #b32927;
}

h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #b32927;
}




.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


