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

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

body {
    margin : 0;
    padding : 0;
    font-size:11px;
    font-weight:normal;
	color: #000000;
	font-family:Verdana,  Arial, sans-serif;
    text-align : left;
}

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

p {
    margin: 0;
}

input {
    margin: 0;
}

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

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

.headimage {
	margin-left: 136px;
}


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

}

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

a.lang {
	text-decoration: none;
    color: #fff;
    }
    
a.lang:hover {
	text-decoration: none;
    color: #727170;
    }
    


h1 {
    color:#4375A9;
    font-weight:bold;
    font-size:15px;
    text-decoration:none;
    text-transform: uppercase;
}
h2 {
    color:#4375A9;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
}
h3{
    margin:10px 0px 0px 0px;
    color:#666666;
    font-weight:bold;
    text-decoration:none;
    font-size:13px;
} 



.label {
    display: block;
}

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


