@import url(/styles/live/fox/articles.css);
@import url(/styles/live/fox/content.css);
@import url(/styles/live/fox/loginbox.css);
@import url(/styles/live/fox/navigation.css);
@import url(/styles/live/fox/article.css);
@import url(/styles/live/fox/tabelle.css);

 /* Structure */
html, body { 
    margin: 0; 
    padding: 0; 
    border: none; 
}

body { 
    background-color:#E4E5E4;
    margin:0px;
}

body, input, textarea, select { 
    font-size:11px;
    font-weight:normal;
	color: #727272;
	font-family:Verdana;
}

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

p {
    margin: 0px;
}

input {
    margin: 0px;
}

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

/* Forms */
form { 
    margin: 0px; 
    padding: 0px;
}

#search {
    float: right;
    color: white;
    margin: 20px;
    padding-right: 5px;
    margin-right: 10px;
}

#form_container label {
    width: 150px;
    float: left;
    text-align: left;
    margin: 0 1em 10px 0;
    clear: both;
    padding: 2px 4px;
}

#form_container input {
    margin-bottom: 6px;
}

#form_container select {
    margin-bottom: 6px;
}

.form_separator {
    color: black;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: both;
}

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

/* Links */
a { 
    text-decoration:underline;
    color:#727272; 
}

/* Headings */
h1 {
    font-size: 13px;
    color: black;
}

h2 {
    font-size: 12px;
    color: #727272;
	font-family:Verdana,  Arial, sans-serif;
}
 

