/*
    Document   : style
    Created on : 16.05.2013, 07:12:52
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
   
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
h5, h2{
    font-family: "Open Sans";
}
div.container{
    background:white;
    margin: 0 auto;
    border: 1px solid gray;
    border-top: none;
    padding: 20px;
    box-shadow: #93b5ed 0px 5px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
body {
    line-height: 1;
    



/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/*background-color: #b3ccf2;
background-image: url("https://www.transparenttextures.com/patterns/crissxcross.png");*/
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    
    font-family: "Open Sans";
    
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


root { 
    display: block;
}

body {
   
    font-size: 15px;
    margin: 0;
    padding: 0;
  
    
}

div.main {
    background-color: white;
    width: 800px;
    margin: 0 auto;
    border: 1px solid gray;
    border-top: none;
    padding: 20px;
    box-shadow: #338ddf 0px 5px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

h2 {
    font-size: 25px;
   
    color: navy;
}
small {font-size: 11px;}


/*
div.Anzeigengruppe input {
    display: block;
}

div.Anzeigengruppe h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    color: #9900CC;
    font-style: italic;
}
*/

div.Anzeigengruppe {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted lightslategray;
}
div.Anzeigengruppe:first-child {
    margin-top: 30px;
}
div.Anzeigengruppe h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    color: #9900CC;
    font-style: italic;
}

div.Anzeigengruppe label {
    width: 200px;
}

div.Anzeigengruppe input {
    display: block;
    font-family: Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    width: 450px;
    margin-bottom: 10px;
}

button.submitbutton,
input.submitbutton {
    border: 1px solid gray;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 10px;
}
button.submitbutton,
input.submitbutton:hover {
    background-color: lavender;
    cursor: pointer;
}

div.openeertext {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted gray;
}
div.openeertext p {
    padding-bottom: 10px;
    font-size: 13px;
}

div.AnzeigenPreview {
    margin-top: 30px;
    border: 1px dotted #cccccc;
    background-color: beige;
    float: right;
}

div.AnzeigenPreview div {
    height: 16px;
    min-width: 226px;
}

.google_url {
    color: green;
}

a.google_title {
    font-size: medium;
}

.StandardFelder {
    background-color: antiquewhite;
    margin-bottom: 30px;
    border-bottom: 1px dotted grey;
}

.Anzeige {
    clear: both;
    width: 480px;
    float: left;
    margin-top: 30px;
    background-color: beige;
    /*margin-bottom: 30px;*/
    /*border-bottom: 1px dotted grey;*/
}
/*

div.Anzeigengruppe h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #9900CC;
    font-style: italic;
}
*/

h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #9900CC;
    font-style: italic;
}


.scrolltext {
        width: 90%;
        height: 100px;
        overflow: scroll;
}

strong {
    font-weight: bold;
}
.linkAdmin{
    float: right;
}