/* --------------------------------------------------------
 * CSS for at-newmedia.de
 * (c) 2009 at|newmedia
 * Andreas Tschirpke
 * Krechtinger Straße 3 - 46414 Rhede
 * +49 2872 809269
 *
 * Vers. 0.01
 * ========================================================*/

@import url(reset.css);

html {
	background: url('../images/gradient.jpg') repeat-x 0 0 #da0000;
}

body {
	background: url('../images/background.jpg') no-repeat 0 0;
	margin: 0 0 0 50px;
	padding: 10px 30px 230px 50px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 62.5%;
}

#page {
    width: 340px;
    height: 275px;
	padding: 30px 230px 0 0;
	position: relative;
}

h2.brand {
	width: 122px;
	height: 77px;
	text-indent: -9000px;
	background: url('../images/at_newmedia_logo.gif') no-repeat 0 0;
	position: absolute;
	left: 370px;
	top: 30px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #da0000;
}

h1 {
	font-size: 3em;
	color: #333;
	margin: .4em 0 .5em 0;
}

.vcard {
	position: absolute;
	left: 370px;
	top: 130px;
	width: 200px;
}

p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}
p.br {
	margin-bottom: 0;
}

.org {
	font-weight: bold;
}

.tel abbr,
.email abbr {
	width: 33px;
	float: left;
	color: #666;
}


/* --------------------------------------------------------
 * Helper
 * ========================================================*/
.clear {
	clear: both;
} 
 
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf {
	display: inline-table;
}

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