/*	steinkopf - allgemeines css
--------------------------------------------- */

/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo regular';
  font-style: normal;
  font-weight: 400;
  src: local('Heebo regular'),
  url('lib/fonts/heebo-v21-latin-regular.woff') format('woff');
}

/* heebo-bold - latin */
@font-face {
  font-family: 'Heebo bold';
  font-style: normal;
  font-weight: 700;
  src: local('Heebo bold'),
  url('lib/fonts/heebo-v21-latin-700.woff') format('woff');
}

#rahmen {
	background-color: #ffffff;
	width: 1010px;
	margin: 0;
	text-align: left;
}


/*  -------   navigation  ------  */

#menu {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 220px;
}

#mSteph {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	text-align: right;
}

.mStephanie {
	font-family: 'Heebo regular', sans-serif;
	font-size: 20px;
	color: #000000;
}

#mWork {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 220px;
	text-align: right;
}
#mVirpi {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 220px;
}
#mVogel {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 220px;
}
#mManhattan {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 220px;
}

#mAnekdote {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 220px;
}
#mCommi {
	position: absolute;
	left: 0px;
	top: 280px;
	width: 220px;
}
#mAbout {
	position: absolute;
	left: 0px;
	top: 310px;
	width: 220px;
}
#mContact {
	position: absolute;
	left: 0px;
	top: 340px;
	width: 220px;
}
#mImprint {
	position: absolute;
	left: 0px;
	top: 370px;
	width: 220px;
}

/*  -------   content   ---------  */

#content {
	position: absolute;
	top: 20px;
	margin-left: 240px;
	width: 750px;
	/*background-color: green;*/
}

/*  -------   rechte rand   -------  */

#rrand {
	position: absolute;
	left: 990px;
	top: 0px;
	width: 20px;
}


/*  --------  texte  ---------  */

.txt14m {    /* menu text */
	font-family: 'Heebo regular', sans-serif;
	font-size: 14px;
	text-align: right;
}

.txt12 {
	font-family: 'Heebo regular', sans-serif;
	font-size: 12px;
	line-height: 120%;
}

.txt14 {
	font-family: 'Heebo regular', sans-serif;
	font-size: 14px;
}

.txt14b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 14px;
}

.txt16 {
	font-family: 'Heebo regular', sans-serif;
	font-size: 16px;
}

.txt22 {
	font-family: 'Heebo regular', sans-serif;
	font-size: 22px;
}

a:link { color: #505050; text-decoration: none; }
a:visited { color: #505050; text-decoration: none; }
a:focus { color: #505050; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #505050; text-decoration: none; }


/*  ------   farben  -------  */

.sw {
	color: #000000;
}

.gr {
	color: #505050;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto
}


/*  --------  index  ------------  */

#bildtext {
	position: absolute;
	left: 74px;
	top: 470px;
	width: 300px;
}


/*  ----------  about  ------------  */

#about_text {
	position: absolute;
	width: 750px;
	display: block;
	left: 0px;
	top: 0px;
}


/*  -----------  kontakt  ----------  */

#kontakt_text {
	position: absolute;
	left: 80px;
	top: 0px;
	width: 330px;
	line-height: 130%;
	/*text-align: right;*/
}
/*
#kontakt_bild {
	position: absolute;
	left: 350px;
	top: 0px;
	width: 350px;
	text-align: right;
} */





.clear{
	clear:both;
}