/**************************************/
/* StyleSheet für kurekhome - Layout  */
/*                                    */
/* Stand: 28.02.2018 - 11:28h        */
/**************************************/

/* Allgemeine HTML-Definitionen */
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
        background: url("/grafiken/Logo_Wappen.png") no-repeat fixed 50px center, url("/grafiken/background_1.jpg") no-repeat fixed center #fff;
		background-size: auto, cover;
        color: #000;
        font-family: "Lato", "Segoe UI", Helvetica, Arial;
        font-size: 12pt;
		position: static;
        }


/* Link-Definitionen */
a {
    color: #808080;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

    a:active {
        color: #ff0000;
        text-decoration: line-through;
    }

    a:visited {
        color: #c0c0c0;
    }

a.index {margin:0px 10px;}

a span.fas {
    margin-right: 0.3em;
}

a.external::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75em;
    font-weight: 900;
    content: "\f35d";
    margin-right: 0.25em;
    vertical-align: baseline;
}

a.email::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75em;
    font-weight: 400;
    content: "\f0e0";
    margin-right: 0.25em;
    vertical-align: baseline;
}

a.vcard::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75em;
    font-weight: 900;
    content: "\f2bb";
    margin-right: 0.25em;
    vertical-align: baseline;
}

a.icon {
        text-decoration: none;
        background-image: none;
        padding: 0;
        }


/* Container-Defs */
div#MainLayout {
        background: rgba(255,255,255,0.95);
        width: 1100px;
        min-height: 650px;
        margin: 50px auto;
        padding: 10px 20px;

        border: solid 1px #000;
        border-radius: 2px;
        box-shadow: 0px 0px 30px 10px #000;

        overflow: hidden;
		/* position: relative; */
        }

div#ContentHeadline {
         margin-top: 20px;
         margin-bottom: 40px;
         }

div#Footer, footer {
		 margin-top: 100px;
		 margin-bottom: 10px;
         width: 98%;
		 font-size: 0.75em;
		 /* position: absolute; */
		 bottom: 0px;
        }

#BitteWartenContainer {
         font-size: 1em;
         font-weight: bold;
         font-style: italic;
         text-shadow: #808080 2px 2px 4px;
         text-align: center;
         margin-top: 100px;
         }

label, input[type=checkbox]:hover        {cursor: pointer;}


/* Tabellen-Definitionen */
table {
         border: none;
         width: 100%;
         }

th {
         font-size: 1.2em;
         background: #ccccff;
         }
td {
         text-align: left;
         vertical-align: top;
         padding: 0px 10px;
   }

table.headline {
         width: auto;
         }

table.headline td {
         font-size: 1.5em;
         font-weight: bold;
         font-style: italic;
         text-shadow: #808080 3px 2px 4px;
         text-align: left;
         vertical-align: middle;
         padding: 0px;
         }
		 
table.NetworkList  {
		border-spacing: 0 4px;
		padding: 2px;
		}

td.leftLayout {
            width: 300px;
            height: 100%;
            }
td.rightLayout {
        height: 100%;
        }

td.breakline {
        background: url("/grafiken/info.png") #DFDFDF no-repeat left center;
        padding: 0px 15px;
        font-weight: bold;
        font-size: 1em;
        border-top: 2px dotted #808080;
        height: 20px;
        vertical-align:bottom;
        }


/* Überschriften-Definitionen */
h1 {
    text-align: left;
    vertical-align: middle;
    font-style: italic;
    font-size: 1.5em;
    }

/* Linien-Definitionen */
hr.News {
    width: 400px;
    height: 2px;
    color: #000;
	background: #808080;
    margin-left: 10px;
    }

/* Bild-Definition */
img.icon {
    width: 32px;
    height: 32px;
    border: none;
    margin-right: 10px;
    vertical-align: middle;
    }

img.menuicon {
    width: 24px;
    height: 24px;
    border: none;
    margin-right: 10px;
    vertical-align: middle;
    }

img#Logo {
    border: none;
    }

img#TitleImage {
	border: none;
	width: 100%;
	margin: 10px auto;}
	
img.NewsFeed {
	border: none;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Listen */
ul.ShortCuts {
    margin-top: 0.2em;
    margin-bottom: 3em;
}

ul.ShortCuts li {
    display: inline;
    list-style-type: none;
    margin-right: 0.5em;
}

/* SPAN-Definitionen */
span.NewsTitle {
         font-size: 1.2em;
         font-weight: bold;
         }

span.NewsDate {
         font-size: 0.7em;
         color: #808080;
         }

span.NewsText {
        /* */
         }