

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
html, body {
    margin:0px;
    width:100%;
    font-size:12px;
    color:#5E5E5E;
    font-family: 'Asap', sans-serif;
    /*background-image: linear-gradient(to bottom,  black 0%, white 50%);*/
    background-color:#E0E0E0;
    overflow-x: hidden;
}


.marquee {
    width: 100%;
    height:20px;
    overflow: hidden;
    background: #ccc;
    line-height:20px;
    font-size:11px;
    font-family:verdana;
    vertical-align:middle;
    display:block;
    position:fixed;
    margin-top:-30px;
    z-index:100;
}

.marquee a {
    color:#5E5E5E;
    text-decoration:none;
    outline:none;
}

.marquee img {
    display: inline;
    vertical-align: middle;
    height:14px;
    margin: 0px 30px 3px 30px;
}

.grid-item {
    width: 260px;
    height:375px;
    /*height:250px;*/
    border:1px solid #C0C0C0;
    margin-bottom: 10px;
    /*padding:5px 10px 10px 10px;
    border-radius:10px;
    box-shadow: 2px 2px #E0E0E0;*/
    background-color:#CCC;
    background-image: linear-gradient(to bottom,  #fff 0%, #CCC 90%);
    opacity: 0.95;
}

.polSachsen {
    height:185px;
}

.grid-item img {
    /*margin:10px 0px;*/
    border:1px solid #CCC;
}

.grid-item img:hover{
    /*box-shadow: 2px 2px #E0E0E0;*/
}

.grid-item a {
    color:#FCFCFC;
    text-decoration:none;
    display:block;
    margin-bottom:0px;
    outline:none;
}

.grid {
    margin-top:30px;
    z-index:50;
    border:0px solid #000;
        background-position:center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 40%;
}

.head {
    background-color:#FD901E;
    color:#EBEBEB;
    width:240px;
    margin-top:-5px;
    padding:5px 10px 5px 10px;
    font-size:12px;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    /*border-top-left-radius:10px;
    border-top-right-radius:10px;*/
}
