
@charset "utf-8";
img, object, embed, video {
    max-width: 100%;
}
.ie6 img {
    width: 100%;
}
body {
    background: url("start.jpg") no-repeat fixed center center / contain rgba(0, 0, 0, 0);
    position: relative;
}
#a {
    float: right;
    height: auto;
    position: relative;
    top: 50px;
    width: auto;
}

.fluid {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
.fluidList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.gridContainer {
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.275%;
    padding-right: 2.275%;
    width: 86.45%;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
@media only screen and (min-width: 481px) {
.gridContainer {
    clear: none;
    float: none;
    margin-left: auto;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    width: 90.675%;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}
@media only screen and (min-width: 769px) {
.gridContainer {
    clear: none;
    float: none;
    margin: auto;
    max-width: 1232px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 88.5%;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
1

@charset "utf-8";

2

/* Simple fluid media

3

   Note: Fluid media requires that you remove the media's height and width attributes from the HTML

4

   http://www.alistapart.com/articles/fluid-images/ 

5

*/

6

img, object, embed, video {

7

  max-width: 100%;

8

}

9

 

10

/* IE 6 does not support max-width so default to width 100% */

11

.ie6 img {

12

  width:100%;

13

}

14

 

15

/*

16

  Dreamweaver Fluid Grid Properties

17

  ----------------------------------

18

  dw-num-cols-mobile:   4;

19

  dw-num-cols-tablet:   8;

20

  dw-num-cols-desktop:  12;

21

  dw-gutter-percentage: 25;

22

  

23

  Inspiration from "Responsive Web Design" by Ethan Marcotte 

24

  http://www.alistapart.com/articles/responsive-web-design

25

  

26

  and Golden Grid System by Joni Korpi

27

  http://goldengridsystem.com/

28

*/

29

body {

30

  background: url(acrobaat_2014_4.jpg) no-repeat center center fixed;

31

  -webkit-background-size: contain;

32

  -moz-background-size: contain;

33

  -o-background-size: contain;

34

  background-size: contain;

35

  position: relative;

36

  }

37

#a {

38

  width: auto;

39

  height: auto;

40

  top: 50px;

41

  float: right;

42

  position: relative;

43

  }

44

#fb {

45

  width: auto;

46

  height: auto;

47

  top: 50px;

48

  float: right;

49

  position: relative;

50

  clear: both;

51

  }

52

#grafiker {

53

  width: auto;

54

  height: auto;

55

  position: relative;

56

  float: right;

 
