/* Allgemeine Definition */

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* unna-regular - latin */
  @font-face {
    font-family: 'Unna';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/unna-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/unna-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/unna-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/unna-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/unna-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/unna-v21-latin-regular.svg#Unna') format('svg'); /* Legacy iOS */
  }
  /* unna-700 - latin */
  @font-face {
    font-family: 'Unna';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/unna-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/unna-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/unna-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/unna-v21-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/unna-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/unna-v21-latin-700.svg#Unna') format('svg'); /* Legacy iOS */
  }
  

body {
background-color: #ff33cc;
background-image: url(../img/background.jpg);
background-position: top center;
background-repeat: repeat;
text-align: center;
}

* {
border: 0;
margin: 0;
padding: 0;
color: #000000;
font-family: "century gothic", verdana, helvetica, arial, sans-serif;
font-size: 12pt;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-align: left;
vertical-align: top;
}


/* Allgemeine Links */

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

/* None Links */

a.none {
text-decoration: none;
}
a.none:hover {
color: #000000;
}

/* Kopfbereich */

div#top {
/*background-image: url(../img/top.jpg);*/
background-color: transparent;
background-position: top center;
background-repeat: repeat-y;
position: absolute;
top: 0px; left: 0px;
/*height: 250px;*/
width: 100%;
z-index: 1;
}

div#content {
background-color: transparent;
background-image: url(../img/save_the_date_2020.jpg);
background-position: top left;
background-repeat: no-repeat;
position: relative;
margin: 0px auto 0px auto;
min-height: 690px;
width: 760px;
padding: 320px 0px 0px;
text-align: left;
z-index: 2;
}

/* Navigationsleiste */

ul#nav {
background-color: inherit;
position: relative;
height: 40px;
width: 700px;
margin: 0px auto 10px;
list-style-type: none;
z-index: 3;
}

li {
display: inline;
}

li a {
float: left;
margin: 0px 18.75px 0px 0px;
height: 40px;
width: 125px;
text-decoration: none;
display: inline;
font-weight: bold;
}

li#right a {
margin: 0px;
}

li a.angle:hover {
cursor: auto;
}

/* Inhalt */

div#maincontent {
background-color: white;
background-image: url(../img/bg_border.jpg);
background-repeat: repeat;
position: relative;
min-height: 600px;
width: 706px;
margin: 0px 27px 0px 27px;
padding: 3px 0px 3px 0px;
z-index: 3;
}

div#text {
background-color: #7cafc0;
background-image: url(../img/bg_maincontent.jpg);
background-position: top center;
background-repeat: repeat-y;
text-shadow:#333;
position: relative;
min-height: 579px;
margin: 0px 3px 0px 3px;
padding: 10px;
width: 680px;
z-index: 4;
}

div#sponsor {
margin: 50px auto 0px 60px;
height: 70px;
}

/* Fussbereich */

div#bottom { 
margin: 10px auto 10px auto;
padding: 10px 0 10px 0;
position: relative;
width: 700px;
color: #ffffff;
font-size: 9pt;
text-align: center;
}

div#bottom a {
color: #ffffff;
font-size: 9pt;
}

.footer_part {
  margin-bottom: 25px;
}

/* Banner */

div#bannerposition {
position: relativ;
margin: 365px auto 0px auto;
padding: 8px 0px 0px 0px;
height: 200px;
width: 700px;
}

div#banner {
position: relativ;
margin: 0px -160px auto auto;
height: 600px;
width: 150px;
}