﻿
/* ====================================================   GLOBAL DEFINITION   ==================================================== */

@font-face {
    font-family: 'Tauri';
    font-style: normal;
    font-weight: 400;
    src: local('Tauri Regular'), local('Tauri-Regular'), url(http://themes.googleusercontent.com/static/fonts/tauri/v2/33NkxyDp8MBgQpwno_A-zw.woff) format('woff');
}

* {
    margin: 0;
    padding: 0;
}

html {
    padding: 5px 2%;
}

body {
    width: 950px;
    margin: 0 auto; 
    font: normal .75em Arial, sans-serif;
    color: #474747; 
    background: #ffffff;
}


a {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333333;
}

a.more {
    float: left;
}
a.more:after {
	content: ">";
	display: inline-block;
	height: 1em;
	padding: 0 .5em 0.5em 0.5em;
	border-radius: 1em;
	background: #FFFF66;
	margin-left: 10px;
}
footer a {
    color: #989898;
}

header a {
    color: #000080;
}


a.more:hover, footer a:hover {
	color: #333333;
	text-decoration: none;
}

p {
	line-height: 1.6em;
	margin: 20px 0;
}

tt {
	line-height: 5em;
	margin: 5px 0;
}

h1 {
	font: bold 1.875em Tauri, serif;
	color: #000080;
}
h2 {
	font-size: 1.875em;
	font-weight: normal;
	color: #000080;
	padding: 10 5px;
	border-bottom: 1px solid #BBBCBE;
}
h2.img {
	padding-left: 60px;
	background: left center no-repeat scroll;
	padding-bottom: 10px;
	padding-top: 30px;
	}
h3.img {
	padding-left: 10px;
	background: no-repeat scroll center;
	padding-bottom: 150px;
	padding-top: 150x;
}	
.img.about {
	background-image: url('img/Flag_of_Europe.PNG')
}
h3 {
    font: normal 1.10em Tauri, serif;
    color: #898989; 
    margin: 20px 0;
}
h4 {
	font-size: 1.875em;
	font-weight: normal;
	color: #000080;
	padding: 10 5px;
	border-bottom: 1px solid #BBBCBE;
	border-top: 1px solid #BBBCBE;
}
h5 {
    font: normal 1.10em Tauri, serif;
    color: #898989; 
    margin: 70px 0;
}


img {
	max-width: 100%;
	height: auto;
	padding: 0px;
}


img, a img {
	border: 0 none;
}

ul.bullets  {
	margin: 30px 0 0 13px;
	color: #FFFF66;
}
ul.bullets li {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	padding-left: 5px;
	line-height: 1.6em;
	color: #000088;
}
ul.bullets li span	{
    color: #474747;
}


dl {
    margin-bottom: 50px;
    clear: left;
}
 
dt {	
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px; 
    width: 90px;
}
 
dd {
    margin: 2px 0;
    padding: 5px 0;
}

/* ====================================================  HEADER   ==================================================== */

header {
	width: 100%;
	height: 164px;
	background: #FFFFFF url('img/titel2.png') no-repeat center
bottom;
	background-size: contain;
	border: 1px #FFFFFF solid;
}

#logo	{
	float: left;
	margin: 0px 50px 10px 30px;
	padding: 0px 150px 100px 100px;
	background: url('img/EURL_POPs.jpg') no-repeat left
100%;
	text-decoration: none;
}

#navlink {
    display:none;
    float: right;
    text-decoration: none;
    font-size: 1.875em;
    font-weight: bold;
    padding: 20px; 
    margin: 0px 30px 0 0;
    background: url('img/nav.png') no-repeat right 50%;
}


/* ====================================================   CONTENT   ==================================================== */

main	{
    display: block;
    position: relative;
    width: 100%
}

article {
    float: left;
    background: #FAFBFC;
    border: 1px #E5E7EB solid;
    margin-top: 70px;
    width: 96%; 
    padding: 20px 2%;
}
section {
    float: right;
    width: 74%;
}
section2 {
    float: left;
    width: 90%;
}

section.spalte {
	float: right;
	width: 33%;
	padding: 20px 2%;
	min-height: 220px;
}
section.spalte h2	{
	border-top: 0;
	border-bottom: 0 none;
}

aside {
	float: left;
	width: 23%;
}
aside ul {
    line-height: 1.6em;
    list-style: none outside none;
    padding: 1em 0 1em 5px;
    clear: left;
}
aside p {
    margin-bottom: 50px;
}
aside p:last-child {
    margin-bottom: 20px;
}
/* ====================================================  NAV   ==================================================== */

nav	{ 
	float: left; 
	width: 100%;  
	list-style-type: none; 
	box-shadow: 5px 5px 5px -2px #000000;
	position: absolute;
	top: -11px; left:0%;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	
}
nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	background: #0000FF url('img/start hell.jpg');
}
nav ul li {
    float: left; 
}
nav ul li:first-child {
    margin-left: 2%;
}
nav ul li a 	{
	float: left;
	padding: 16px 0 16px 16px;
	color: #000000;
	text-decoration: none;
	transition: background-color .35s ease-in;
	
}
nav ul li a:after {
	content: " | ";
	color: #FFFF00;
	margin-left: 20px;
} 
nav li a:hover, nav li a:focus {
	background: #FFFF99;
}


/* ====================================================   FOOTER   ==================================================== */

footer {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    color: #989898
}
footer ul {
    float: left;
    margin-left: 22px;
    list-style-type: none;
}
footer ul li	 {
    display: inline-block;
    border-left: 1px solid #989898;
}
footer ul li:first-child	 {
    border: 0 none;
}
footer ul li a {
    padding: 0 8px;
}
footer p {
	float: left;
	margin-right: 30px;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}
footer img {
	float: left;
	height: 100%;
	padding-bottom: 20px;
	margin-left:80px
}



/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 950px) {
    body {width:100%}
    section {width:58%;}
    section.spalte, 
    aside {width:29%;}
}

/* 1-Spaltenlayout mit Navigation unten*/
@media screen and (max-width: 640px) {
    section,
    section2, 
    section.spalte, 
    aside {
        float: none;
        width: 96%;
    }

    header {
        height: 200px; 
    }
    #navlink {
        display:block;
    }

    article {
        margin-top: 16px; 
    }
    nav {
        position:relative;
    }
    nav ul {
        display: block; 
        background: transparent;
        margin: 3em 0 2em;
    }
    nav ul li{
        width: 90%;
        margin: 5px 2%;
    }
    nav ul li a{
	width: 90%;
	background: #99CCFF;
	margin: 5px 5%;
	border-radius: 10px;
}
    nav ul li a:after {
        display:none;
    } 
}





