/* **************************************************************************
 *  MEDIA MOTION AG															*
 ****************************************************************************

    Dateiname	base.css
    Funktion	PLACEHOLDER MIT BACKSTRECH (ohne js)
    Author		MEDIA MOTION AG, KO
    Datum		Juli 2013

    Änderungen	   
*****************************************************************************/


/**
 * ALLGEMEIN
 * Allgemeine Tags
 *****************************************************/
* { margin: 0; }


html { overflow-y: scroll; height:100%;} /* Scrollbalken immer anzeigen */

body {
    line-height: 1.5em;
    font-size: 14px;
    background-attachment: fixed;
    background-image: url("../img/bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'memostandard';
    font-weight: 400;
    height: 100%;
    color:#444; 
}

a {text-decoration:none;}

h1 { font-size: 16px; } 
h2 { font-size: 15px; }


img { border: 0; }

a { text-decoration: underline; color:#95C00F; }
a:hover { text-decoration: none; }


@font-face {
    font-family: 'memostandard';
    src: url('../fonts/nimbussansdot-regu-webfont.eot');
    src: url('../fonts/nimbussansdot-regu-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nimbussansdot-regu-webfont.woff') format('woff'),
         url('../fonts/nimbussansdot-regu-webfont.ttf') format('truetype'),
         url('../fonts/nimbussansdot-regu-webfont.svg#nimbus_sans_d_otregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width:700px;
}

div#inner {
	background: url("../img/inner_bg.png") repeat scroll 0 0 transparent;
    box-shadow: 0 0 9px #444444;
    padding: 40px;
    position: relative;
    top: 80px;
}

div#logo {
	
}

.left {width:290px; float:left; margin-right:40px; margin-top: 40px;}

.right {width:290px; float:left; margin-top: 40px;}

.fullwidth {
	clear: both;
    padding-top: 40px;
}

div#footer {
	background:url('../img/inner_bg.png');
	width:100%;
}

div#push,
div#footer {height:60px;}

.inner {
	padding:0 40px;
	margin:0 auto;
}

div#memo {
	float: left;
    height: 50px;
    margin-right: 20px;
    position: relative;
    top: 10px;
    width: 260px;
	
}

div#memo-text {
    line-height: 16px;
    position: relative;
    top: 20px;
    font-size:12px;
}

div#memo-text a {
    color: #444444;
    font-size: 10.79px;
    text-decoration: none;
}







