/* -------------------------------------------------------------- alles auf null
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, em, 
img, small, strong, sub, sup, var, b, i, hr, 
ol, ul, li, form, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video 
{ margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  color: #330099;
}

html 
{ overflow-y: scroll;
}

@-webkit-keyframes pulse 
{ 0% 
  { -webkit-transform: scale(1);
  }
  50% 
  { -webkit-transform: scale(1.1);
  }
  100% 
  { -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse 
{ 0% 
  { -moz-transform: scale(1);
  }
  50% 
  { -moz-transform: scale(1.1);
  }
  100% 
  { -moz-transform: scale(1);
  }
}
@-o-keyframes pulse 
{ 0% 
  { -o-transform: scale(1);
  }
  50% 
  { -o-transform: scale(1.1);
  }
  100% 
  { -o-transform: scale(1);
  }
}
@keyframes pulse 
{ 0% 
  { transform: scale(1);
  }
  50% 
  { transform: scale(1.1);
  }
  100% 
  { transform: scale(1);
  }
}
.pulse 
{ -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

article
{ display: block;
  position: float;
  background: #CCCCCC;
}

aside
{ display: block;
  position: float;
  padding: 10px;
  background: #CCCCCC;
}

footer
{ display: block;
  position: float;
  bottom: 0px;
  height: 60px;
  background: #CCCCCC;
}
  
header
{ position: float;
  height: 140px;
  background: #CCCCCC;
}
  
nav
{ position: absolute;
  left: 0px;
  background: #CCCCCC;
  padding: 10px;
}
  
section
{ position: relative;
  background: #FFFFFF;
  padding: 10px;
}
  
canvas, figure, figcaption, hgroup, audio, video 
{ display: block;
}

li
{ margin: 0px 0px 0px 20px;
}

hr
{ border: 0; 
  height: 1px; 
  margin: 2px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));       
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  width: 100%; 
}

a, img 
{ border: 0px;
  text-decoration: none;
}

a:link, a:active  
{ color: #330066;
}

a:visited, a:active  
{ color: #660066;
}

a:hover
{ color: #FF3366;
}


/* ----------------------------------------------------------------- Typografien 
*/

font 
{ font-size: 16px;
  font-family: Arial;
  font-style: normal;
  color: #330099;
}

font#prod 
{ font-family: Arial;
  font-style: ITALIC;
  font-size: 28px;
  font-weight: bold;
  color: #330099;
}

font#prodsml 
{ font-family: Arial;
  font-style: ITALIC;
  font-size: 16px;
  font-weight: bold;
  color: #330099;
}

.big, h1 
{ font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  text-shadow: 0px 1px 3px #666666;
  margin-right: 20px; 
}

.mdl, h2 
{ font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  text-shadow: 0px 0px 0px #666666;
}

.sml, h3
{ font-size: 12px;
  line-height: 14px;
}

div.postit
{ position: absolute;
  top: 300px; 
  left: 780px; 
  width: 160px; 
  height: 160px; 
  background: #FFFF99;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  box-shadow: 5px 5px 5px #888888;
  z-index: 4;
  padding: 10px;
  font-family: 'Qwigley';
  font-size: 28px; 
  line-height: 20px;
  color: #0000FF;
  -moz-transform: rotate(10deg); /* Firefox */
  -webkit-transform: rotate(10deg); /* Safari */
  -o-transform: rotate(10deg); /* Opera */
  -ms-transform: rotate(10deg); /* IE */
  transform: rotate(10deg);
}

div.notiz
{ position: relative;
  top:0px; 
  left:0px; 
}

div.descr
{ position: absolute;
  width:280px; 
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  box-shadow: 5px 5px 5px #888888;
  z-index: 4;
  padding: 10px;
  color:#0000FF;
  visibility : hidden;
}

div.makro
{ position: relative;
  left: 0px;
  top: 0px;
  height: 540px;
  background: #FFFFFF;
  box-shadow: 5px 5px 5px #888888;
  z-index: 3;
}

div.makall
{ position: relative;
  height: 720px;
}

div.makprint
{ position: relative;
  top: 10px;
  height: 720px;
}

div.makview1
{ position: relative;
  width: 150px; 
  height: 230px;
  left: 0px; 
  top: 0px;
}

div.makview2
{ position: relative;
  left: 150px; 
  top: -230px;
  width: 150px; 
  height: 230px;
}

div.makview3
{ position: relative;
  width: 150px; 
  height: 230px;
}

div.makview4
{ position: relative;
  width: 150px; 
  height: 230px;
}

div.makview5
{ position: relative;
  width: 150px; 
  height: 230px;
}

img.makview
{ width: 146px; 
  height: 224px;
  border: 1px solid #000000;
}

img.maksel
{ width: 250px; 
  height: 386px;
  border: 1px solid #000000;
}

/* ----------------------------------------------------------- Selection colours 
*/

::selection 	 	
{ background: #FFFF99;
}

::-moz-selection 	
{ background: #FFFFCC;
}

img::selection 		
{ background: transparent;
}

img::-moz-selection	
{ background: transparent;
}

body 
{ -webkit-tap-highlight-color: #FFFF99;
  -webkit-text-size-adjust: 100%;
  background: #CCCCCC;
}

/* --------------------------------------------------------------------- Buttons 
*/

a.topMenu 
{ padding: 4px 10px;
  background: #CCCCCC;
  color: #330099;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 0px #3399FF;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

a.topMenu:hover 
{ background: #3300CC;
  color: #FFFFFF;
  border: solid 0px #3399FF;
  text-decoration: none;
}

div.topmenue1
{ position: relative;
  top: 10px;
  left: 350px;
  height: 22px;
}

div.topSub11, div.topSub12, div.topSub13, 
div.topSub14, div.topSub15, div.topSub16 
{ position: absolute;
  top: 34px; 
  z-index: 8;
  visibility: hidden;
}

div.topSub11
{ left: 356px; 
}

div.topSub12
{ left: 405px; 
}

div.topSub13
{ left: 492px; 
}

div.topSub14
{ left: 543px; 
}

div.topSub15
{ left: 623px; 
}

div.topSub16
{ left: 706px; 
}

div.topSub11.hover, div.topSub12.hover, div.topSub13.hover, 
div.topSub14.hover, div.topSub15.hover, div.topSub16.hover
{ visibility: visible;
}

div.topimg1
{ position: relative;
  top: 18px;
}

div.topimg2
{ position: relative;
  top: -85px;
}

div.topimg3
{ position: relative;
  top: -184px;
}

a.navMenu, a.topNavMenu 
{ display: block;
  width: 160px;
  height: 14px;
  padding: 2px 10px 10px;
  background: #CCCCCC;
  color: #330099;
  border: solid 1px #3399FF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

a.topNavMenu 
{ width: 180px;
  background: #FFFFFF;
}

a.navMenu:hover, a.topNavMenu:hover 
{ background: #3300CC;
  color: #FFFFFF;
  border: solid 1px #3399FF;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

a.sf, a.yt, a.fb, a.fg, a.de, a.en, a.cn, a.download
{ position: absolute;
  display: block;
  top: 0px;
  width: 64px;
  height: 64px;
  background-position: top;
}

a.de, a.en, a.cn
{ top: 30px;
  width: 22px;
  height: 14px;
}

a.download
{ top: 10px;
  width: 50px;
  height: 70px;
  right: 10px;
  align: left;
  background-image: url(images/download.png);
}

a.logo
{ display: block;
  width: 99px;
  height: 99px;
  background-image: url(images/logo.png);
  background-position: top;
}

a.sf:hover, a.yt:hover, a.fb:hover, a.fg:hover, a.de:hover, a.en:hover, a.cn:hover,
a.download:hover, a.logo:hover
{ background-position: bottom;
}

a.fg
{ background-image: url(images/fgoogle.png);
  left: 0px;
}

a.sf
{ background-image: url(images/fschneidforum.png);
  left: 56px;
}

a.yt
{ background-image: url(images/fyoutube.png);
  left: 112px;
}

a.fb
{ background-image: url(images/ffacebook.png);
  left: 168px;
}

a.de
{ background-image: url(images/lng_de.png);
  left: 0px;
}

a.en
{ background-image: url(images/lng_en.png);
  left: 24px;
}

a.cn
{ background-image: url(images/lng_cn.png);
  left: 48px;
}

div.languages, div.bottomimg
{ position: relative;
}
  
div.bottommenue
{ position: relative;
  font-size: 12px;
  width: 310px;
}
  
/* ------------------------------------------------------ Default Layout: 1280px
  	Leftover space for scrollbars 1280px: 32px.                               
*/

@media only screen and (min-width: 1280px)
{	
  body 
  { width: 1248px;
  }
  
  .big, h1 
  { font-size: 24px;
  }

  div.postit
  { left: 1000px; 
    top: 300px; 
  }  
  
  header
  { width: 1248px;
  }
  
  div.topmenue1
  { left: 350px;
  }
  
  div.topimg1
  { left: 0px;
  }
  
  div.topimg2
  { left: 200px;
  }
  
  div.topimg3
  { left: 689px;
  }

  article
  { width: 992px;
  }
  
  nav
  { width: 180px;
  }
  
  section
  { left: 200px;
    width: 772px;
  }
  
  aside
  { position: absolute;
    top: 140px;
	left: 992px;
    width: 180px;
  }
  
  footer
  { width: 1228px;
  }
  
  div.bottommenue
  { top: 12px;
    left: 250px;
	width: 450px;
  }
  
  div.bottomimg
  { top: 12px;
    left: 768px;
  }
  
  div.languages
  { top: 12px;
    left: 20px;
  }
  
  div.makro
  { left: 260px;
    top: -420px;
    height: 510px;
	width: 510px;
  }

  div.makall
  { top: -400px;
    height: 260px;
  }
  
  div.makview3
  { left: 300px; 
    top: -460px;
  }
  
  div.makview4
  { left: 450px; 
    top: -690px;
  }
  
  div.makview5
  { left: 600px; 
    top: -920px;
  }
  
  
  div.startimgbox
   { width: 772px;
    background: #ffffff;
	height: 150px;
  }

  div.startimg
   { position: relative;
   	width: 380px;
	/*border: 1px dashed silver;/*
	background: #ffffff;*/
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 380px;
	/*border: 1px dashed silver;
	background: #ffffff;*/
	float: right;
  }
  
  .embed-container 
   { position: relative; 
   padding-bottom: 10%;
   height: 0; 
   overflow: hidden; 
   width: 100%;
   height: auto;
  }
  
  /*
 .embed-container iframe 
  { position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
  }
 
  
  .embed-container.ratio4x3  
  { padding-bottom: 75%;
  }
 */
}

/* ------------------------------------------------------ Default Layout: 1024px
  	Leftover space for scrollbars 1024px: 32px.                               
*/

@media only screen and (max-width: 1279px)
{	
  body 
  { width: 992px;
  }
    
  .big, h1 
  { font-size: 24px;
  }
  
  header
  { width: 992px;
  }
  
  div.topmenue1
  { left: 350px;
  }
  
  div.topimg1
  { left: 0px;
  }
  
  div.topimg2
  { left: 200px;
  }
  
  div.topimg3
  { left: 489px;
  }
  
  article
  { width: 992px;
  }
  
  nav
  { width: 180px;
  }
  
  section
  { left: 200px;
    width: 572px;
  }
  
  aside
  { position: absolute;
    top: 140px;
	left: 792px;
    width: 180px;
  }
  
  footer
  { width: 992px;
  }
  
  div.bottommenue
  { top: 12px;
    left: 250px;
	width: 460px;
  }
  
  div.bottomimg
  { top: 12px;
    left: 566px;
  }
  
  div.languages
  { top: 12px;
    left: 20px;
  }
  
  div.makro
  { left: 260px;
    top: -420px;
    height: 510px;
	width: 510px;
  }

  div.makall
  { top: -400px;
    height: 260px;
  }
  
  div.makview3
  { left: 300px; 
    top: -460px;
  }
  
  div.makview4
  { left: 450px; 
    top: -690px;
  }
  
  div.makview5
  { left: 600px; 
    top: -920px;
  }
  
  div.startimgbox
   { width: 572px;
    background: #ffffff;
	height: 210px;
  }
  
  div.startimg
   { position: relative;
   	width: 280px;
	/*border: 1px dashed silver;
	background: #ffffff;*/
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 280px;
	/*border: 1px dashed silver;
	background: #ffffff;*/
	float: left;
  }

}

/* --------------------------------------------------- Wide Mobile Layout: 768px
*/

@media only screen and (max-width: 799px) 
{
  body 
  { width: 768px;
  }

  div.postit
  { left: 10px; 
    top: 400px; 
    width: 120px; 
    height: 120px; 
    font-size: 24px; 
    transform: rotate(-5deg);
  }

  div.topSub11
  { left: 30px; 
  }
  
  div.topSub12
  { left: 78px; 
  }
  
  div.topSub13
  { left: 165px; 
  }
  
  div.topSub14
  { left: 215px; 
  }
  
  div.topSub15
  { left: 260px; 
  }
  
  div.topSub16
  { left: 278px; 
  }
  
  a.navMenu 
  { width: 100px;
  }
  
  header
  { width: 768px;
  }
  
  div.topmenue1
  { left: 23px;
  }
  
  div.topimg1
  { width: 768px;
  }
  
  div.topimg2
  { left: 41px;
  }
  
  div.topimg3
  { left: 159px;
  }
  
  article
  { width: 768px;
  }
  
  nav
  { width: 140px;
  }
  
  section
  { left: 140px;
    width: 420px;
  }
  
  aside
  { position: absolute;
    top: 140px;
    left: 580px;
    width: 140px;
  }
  
  footer
  { width: 748px;
  }
  
  div.bottommenue
  { top: 20px;
    left: 150px;
  }
  
  div.bottomimg
  { top: 24px;
    left: 350px;
  }

  div.languages
  { top: 30px;
    left: 20px;
  }
  
  div.makro
  { left: 0px;
    top: 0px;
	width: 300px;
	height: 300px;
  }

  div.makall
  { top: 10px;
	height: 720px;
  }
  
  div.makview3
  { left: 0px; 
    top: -230px;
  }
  
  div.makview4
  { left: 150px; 
    top: -460px;
  }
  
  div.makview5
  { left: 0px; 
    top: -460px;
  }
  
  div.startimgbox
   { width: 420px;
    background: #ffffff;
	height: 260px;
  }
  
  div.startimg
   { position: relative;
   	width: 400px;
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 400px;
	float: left;
  }
  
  
}

/* --------------------------------------------------- Wide Mobile Layout: 640px
*/

@media only screen and (max-width: 767px) 
{
  body 
  { width: 640px;
  }

  .big, h1 
   { font-size: 18px;
  }

  div.postit
  { left: 10px; 
    top: 400px; 
    width: 120px; 
    height: 120px; 
    font-size: 24px; 
    transform: rotate(-5deg);
  }

  div.topSub11
  { left: 30px; 
  }
  
  div.topSub12
  { left: 78px; 
  }
  
  div.topSub13
  { left: 165px; 
  }
  
  div.topSub14
  { left: 215px; 
  }
  
  div.topSub15
  { left: 260px; 
  }
  
  div.topSub16
  { left: 278px; 
  }
  
  a.navMenu 
  { width: 100px;
  }
  
  header
  { width: 640px;
  }
  
  div.topmenue1
  { left: 23px;
  }
  
  div.topimg1
  { width: 768px;
  }
  
  div.topimg2
  { left: 41px;
  }
  
  div.topimg3
  { left: 159px;
  }
  
  article
  { width: 640px;
  }
  
  nav
  { width: 140px;
  }
  
  section
  { left: 140px;
    width: 320px;
  }
  
  aside
  { position: absolute;
    top: 140px;
    left: 480px;
    width: 140px;
  }
  
  footer
  { width: 640px;
  }
  
  div.bottommenue
  { top: 20px;
    left: 150px;
	width: 250px;
  }
  
  div.bottomimg
  { top: 24px;
    left: 250px;
  }

  div.languages
  { top: 30px;
    left: 20px;
  }
  
  div.makro
  { left: 0px;
    top: 0px;
	width: 300px;
	height: 300px;
  }

  div.makall
  { top: 10px;
	height: 720px;
  }
  
  div.makview3
  { left: 0px; 
    top: -230px;
  }
  
  div.makview4
  { left: 150px; 
    top: -460px;
  }
  
  div.makview5
  { left: 0px; 
    top: -460px;
  }
  
  div.startimgbox
   { width: 320px;
    background: #ffffff;
	height: 265px;
  }
  
  div.startimg
   { position: relative;
   	width: 310px;
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 310px;
	float: left;
  }
  
}

/* --------------------------------------------------- Wide Mobile Layout: 480px
*/

@media only screen and (max-width: 639px) 
{
  body 
  { width: 448px;
  }

  div.postit
  { left: 10px; 
    top: 400px; 
    width: 120px; 
    height: 120px; 
    font-size: 24px; 
    transform: rotate(-5deg);
  }

  div.topSub11
  { left: 30px; 
  }
  
  div.topSub12
  { left: 78px; 
  }
  
  div.topSub13
  { left: 165px; 
  }
  
  div.topSub14
  { left: 215px; 
  }
  
  div.topSub15
  { left: 260px; 
  }
  
  div.topSub16
  { left: 278px; 
  }
  
  a.navMenu 
  { width: 100px;
  }
  
  header
  { width: 448px;
  }
  
  div.topmenue1
  { left: 23px;
  }
  
  div.topimg1
  { width: 448px;
  }
  
  div.topimg2
  { left: 41px;
  }
  
  div.topimg3
  { left: 159px;
  }
  
  article
  { width: 448px;
  }
  
  nav
  { width: 140px;
  }
  
  section
  { left: 140px;
    width: 302px;
  }
  
  aside
  { position: relative;
    top: 10px;
    left: 140px;
    width: 302px;
  }
  
  footer
  { width: 460px;
  }
  
  div.bottommenue
  { top: 20px;
    left: 150px;
  }
  
  div.bottomimg
  { top: 24px;
    left: 234px;
  }

  div.languages
  { top: 30px;
    left: 20px;
  }
  
  div.makro
  { left: 0px;
    top: 0px;
	width: 300px;
	height: 300px;
  }

  div.makall
  { top: 10px;
	height: 720px;
  }
  
  div.makview3
  { left: 0px; 
    top: -230px;
  }
  
  div.makview4
  { left: 150px; 
    top: -460px;
  }
  
  div.makview5
  { left: 0px; 
    top: -460px;
  }
  
  div.startimgbox
   { width: 302px;
    background: #ffffff;
	height: 280px;
  }
  
  div.startimg
   { position: relative;
   	width: 295px;
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 295px;
	float: left;
  }
  
}

/* -------------------------------------------------------- Mobile Layout: 380px 
*/

@media only screen and (max-width: 479px) 
{
  body 
  { width: 380px;
  }

  div.postit
  { left: 220px; 
    top: 60px; 
    width: 120px; 
    height: 120px; 
    font-size: 24px; 
  }

  div.topSub11
  { left: 10px; 
  }
  
  div.topSub12
  { left: 58px; 
  }
  
  div.topSub13
  { left: 146px; 
  }
  
  div.topSub14
  { left: 198px; 
  }
  
  div.topSub15
  { top: 68px; 
    left: 10px; 
  }
  
  div.topSub16
  { top: 68px; 
    left: 60px; 
  }
  
  a.navMenu 
  { width: 360px;
  }
  
  header
  { width: 380px;
    height: 172px;
  }
  
  a.topMenu 
  { line-height: 34px;
  }
  
  div.topmenue1
  { top: 3px;
    left: 10px;
  }
  
  div.topimg1
  { top: 50px;
    width: 400px;
  }
  
  div.topimg2
  { top: -52px;
    left: 41px;
  }
  
  div.topimg3
  { top: -52px;
    left: 140px;
	width: 0px;
	overflow: hidden;
  }
  
  article
  { width: 380px;
  }
  
  nav
  { position: relative;
    width: 380px;
  }
  
  section
  { position: float;
    left: 0px;
    width: 380px;
  }
  
  aside
  { left: 0px;
    width: 380px;
  }
  
  footer
  { width: 380px;
    height: 90px;
  }
  
  div.bottommenue
  { top: 10px;
    left: 10px;
  }
  
  div.bottomimg
  { top: 80px;
    left: 88px;
  }

  div.languages
  { top: 10px;
    left: 10px;
  }
  
  div.makro
  { left: 0px;
    top: 0px;
    height: 324px;
  }

  div.makall
  { height: 720px;
  }
  
  div.makview3
  { left: 0px; 
    top: -230px;
  }
  
  div.makview4
  { left: 150px; 
    top: -460px;
  }
  
  div.makview5
  { left: 0px; 
    top: -460px;
  }
  
  div.startimgbox
   { width: 380px;
    background: #ffffff;
	height: 260px;
  }
  
  div.startimg
   { position: relative;
   	width: 360px;
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 360px;
	float: left;
  }
  
}

/* -------------------------------------------------------- Mobile Layout: 320px 
*/

@media only screen and (max-width: 379px) 
{
  body 
  { width: 320px;
  }

  div.postit
  { left: 160px; 
    top: 120px; 
    width: 120px; 
    height: 120px; 
    font-size: 24px; 
  }

  div.topSub11
  { left: 10px; 
  }
  
  div.topSub12
  { left: 58px; 
  }
  
  div.topSub13
  { left: 118px; 
  }
  
  div.topSub14
  { left: 118px; 
  }
  
  div.topSub15
  { top: 68px; 
    left: 10px; 
  }
  
  div.topSub16
  { top: 68px; 
    left: 60px; 
  }
  
  a.navMenu 
  { width: 280px;
  }
  
  header
  { width: 320px;
    height: 172px;
  }
  
  a.topMenu 
  { line-height: 34px;
  }
  
  div.topmenue1
  { top: 3px;
    left: 10px;
  }
  
  div.topimg1
  { top: 50px;
    width: 320px;
  }
  
  div.topimg2
  { top: -52px;
    left: 41px;
  }
  
  div.topimg3
  { top: -52px;
    left: 140px;
	width: 0px;
	overflow: hidden;
  }
  
  article
  { width: 320px;
  }
  
  nav
  { position: relative;
    width: 300px;
  }
  
  section
  { position: float;
    left: 0px;
    width: 300px;
  }
  
  aside
  { left: 0px;
    width: 300px;
  }
  
  footer
  { width: 320px;
    height: 90px;
  }
  
  div.bottommenue
  { top: 10px;
    left: 10px;
  }
  
  div.bottomimg
  { top: 80px;
    left: 88px;
  }

  div.languages
  { top: 10px;
    left: 10px;
  }
  
  div.makro
  { left: 0px;
    top: 0px;
    height: 324px;
  }

  div.makall
  { height: 720px;
  }
  
  div.makview3
  { left: 0px; 
    top: -230px;
  }
  
  div.makview4
  { left: 150px; 
    top: -460px;
  }
  
  div.makview5
  { left: 0px; 
    top: -460px;
  }
  
  div.startimgbox
   { width: 300px;
    background: #ffffff;
	height: 280px;
  }
  
  div.startimg
   { position: relative;
   	width: 300px;
	float: left;
  }

  div.startimg2
   { position: relative;
   	width: 300px;
	float: left;
  }

}

/* ---------------------------------------------------------- Retina media query
   Overrides styles for devices with a device-pixel-ratio of 2+, such as iPhone 4.
*/

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) 
{
  body 
  {
  }
}
