@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - -

Project : 
Author : mwld
URL : http://www.mwld.de

Description : Contact Martin Möhwald

Created : 2009/09/26
Modified : 2009/09/27

- - - - - - - - - - - - - - - - - - - - - */


/* ----- CSS ----- */
	
html
{
	font-size: 62.5%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: black url(../img/mwld_background.png) no-repeat center top;
}

body
{
	margin: 0 auto;
	text-align: center;
	background: transparent;
}


/* ----- IDS ----- */

#ae_container
{
	width: 452px;
	margin: 0 auto;
	position: relative;
	background: transparent;
	color: white;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.2em;
}

#ae_logo
{
	width: 452px;
	height: 299px;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	background: transparent;
}

#ae_content
{
	width: 318px;
	margin: 0 auto;
	padding: 130px 45px 0;
	position: absolute;
	top: 180px;
	left: 30px;
	z-index: 1;
	background: transparent url(../img/mwld_content_box.png) no-repeat;
}


/* ----- CLASSES ----- */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* ----- HEADINGS ----- */

h1, h2, h3 {	line-height: 0.5em; font-weight: normal; }

h1 { font-size: 2.0em; }

h2
{
	margin-top: 1.4em;
	font-size: 1.5em;
}


/* ----- PARAGRAPHS ----- */

p { margin-bottom: 0.6em; }


/* ----- LISTS ----- */

ul, ol
{
}

ul li, ol li
{
}


/* ----- IMAGES ----- */

img
{
}

img a
{
	border: 0;
}

img a:hover
{
}

/* ----- BREAK ----- */

hr
{
	width: 318px;
	height: 3px;
	margin: 0.8333em 0 0.7em;
	border: 0;
	padding: 0;
	background: transparent url(../img/mwld_content_line.png) no-repeat;
}
* html hr { margin: 0.4166em 0 0.35em; border-color: transparent; border: 0; }
*+html hr { margin: 0.4166em 0 0.35em; border-color: transparent; border: 0; }


/* ----- TEXT FORMATTING ----- */

strong { font-weight: bold; }

em { font-style: italic; }


/* ----- LINKS ----- */

a { color: white; }
/* Fix for IEPNGFIX */
* html a, a:link, a:hover , a:visited, a:active, a:focus, img a { position: relative; }

a:hover
{
}

a:visited, a:active, a:focus
{
}

a:visited
{
}

a:active
{
}

a:focus
{
}

p a
{
	padding-bottom: 2px;
	background: transparent url(../img/mwld_content_line.png) no-repeat bottom;
	text-decoration: none;
}
p a:hover { background: transparent; }


/* ----- DEFINITIONS ----- */

dl
{
}

dt
{
	width: 75px;
	float: left;
}
dt.mwld_icon { margin-top: 24px; }
dt.mwld_name { margin: 15px 0 13px; }

dd
{
	width: 243px;
	float: left;
	padding: 0;
}
dd.mwld_icon a.mwld_icon_mail { margin-right: 25px; }
dd.mwld_icon a { margin-right: 14px; }
dd.mwld_name { margin: 15px 0; }

.mwld_phone, .mwld_address { font-size: 0.8333em; }