@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');


.div {
	width: 460px;
	height: 280px;
	overflow-x: hidden;
	overflow: auto;	
}	
	
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #fff;
}

/* LINKS */

A:link {
    text-decoration: none;
    color: #624833;
}

A:visited {
    text-decoration: none;
    color: #624833;
}

A:hover {
    text-decoration: underline;
    color: #624833;
}

A:active {
    text-decoration: none;
    color: #624833;
}

/* LINKS ENDE */

/* AUSRICHTUNG DER SEITE */

#distance {
  width: 1px;
  height: 40%;
  margin-bottom: -250px; /* 1/2 Hoehe der Box */
  float: left;
}

#box {
  clear: left;
  position: relative;
  margin: 0 auto;
  width: 305px;
  height: 500px;
  text-align: left;
  overflow: none;
  background-image: url(designmaid_logo.png);
  background-size: 305px 500px;
  background-repeat: no-repeat;
}

.font {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #624833;
    }

.font_pink {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #E6007E;
    }

.font_bold {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #624833;
    }

ul {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #624833;
    list-style-type: disc;
    }

li { 
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #E6007E;
    margin-left: -15px;
    line-height: 1.0;
    
}

