﻿
/*Formatierung für News-Seite CONews.aspx */
.News_Kopf
{
	background-color: #CC0099;
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
	background-image: "";
	background-repeat:repeat-x;
	width: 850px;
}
.News_Titel
{	
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-large;
	font-weight: bold;
}
.News_News
{
	background-color: #CCCCDD;
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-large;
	vertical-align: middle;
	font-weight: bold;
}
.News_Date
{
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
}

.News_App
{
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	font-weight: bold;
}

.News_Text
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	color: black;
}
.News_Text_Fett
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: bold;
	color: black;
}

.News_ZUEF_Row {
    border-style: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    background-color: #C9C6C6;
    border-collapse: collapse;
}

/*Formatierung für grid*/

.News_Grid
{
	border: thin solid #FF0000;
	font-size: small;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #F0D0FF;
}

.gridRowStyle
{
	font-weight: bold;
	color: black;
	background-color: #E2E2E2;
}

.gridAlternatingRowStyle
{
	font-weight: bold;
	color: black;
	background-color: #EEEEEE;
}
html {
    background-color: #e6e6e6;}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    padding: 15px;
    background: #c3c3c3;
    border-radius: 5px;
    width: 61%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 700px;
    margin: 100px auto;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #fff;
        }

    .popup .content {
        max-height: 90%;
        overflow-y: scroll;
        background: white;
        padding: 10px;
    }
.footer-info {
    width: 850px;
    margin: auto;
    padding: 24px 0;
    background-image: url(../../build/pix/Fotolia_164293957_S.jpg);
    background-position: 0 35%;
}
#Datenschutzlink,#Impressumlink {margin:0 15px; color:white !important;}