/* CSS Document */
/* Logoreflex ------------------------------*/
/* Website Konzept, Design und Realisierung */
/* metome.design - crossmedia communication */


/* ---------------------------------
   BASICS
--------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
	background: #fff
	}
	
p {
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 1em;
	}
img {
	border: none;
	}	
	
/* ---------------------------------
   BASIC CONTAINER
--------------------------------- */
#BasicContainer {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
	}
#Box1 {
	position: relative;
	width: 300px;
	height: 300px;
	margin-top: 30px;
	color: #333;
	padding: 0;
	float: left;
	z-index:2;
	}
#Box2 {
	position: relative;
	width: 400px;
	height: auto;
	margin-top: 30px;
	color: #333;
	padding: 0;
	float: left;
	z-index:3;
	}	
.uppercase {
	text-transform: uppercase;
	font-weight: bold;
	}

/* ---------------------------------
   LINKS
--------------------------------- */
a {
	text-decoration: underline;
	color: #0d999b;
	}
a:link, a:visited {
	text-decoration: underline;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	color: #0d999b;
	}
