﻿html {
	height:100%; 
	margin:0px; 
	max-height:100%; 
	padding:0px;
	}


body {
	background:#333; 
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	margin:0px; 
	padding:0px; 
	width:100%;
	}

#visitenkarte {
	font-family:Arial,Sans-Serif; 
	font-size:13px; 
	font-weight:normal; 
	line-height:20px; 
	text-align:justify;
	background:#fff; 
	position:absolute; 
	top:25%; 
	margin:0px; 
	right:10%; 
	padding:20px 40px 00px 40px; 
	width:480px;
	}

#visitenkarte img {
	width:330px;
	}
	
h1 {
	margin:0px;
	padding:0px;
	}


h1 a:link, h1 a:visited, h1 a:active {
	border:none; 
	color:#000; 
	font-size:25px; 
	font-weight:normal; 
	line-height:30px;
	}


h1 a:hover {
	border:none; 
	color:#f90;
	}


h1 a:link span, h1 a:visited span, h1 a:hover span, h1 a:active span {
	border:none;
	color:#000;
	font-size:25px;
	font-weight:bold;
	}


p.copy {
	color:#999; 
	font-size:9px; 
	padding:10px 0px 0px 0px;
	}

div.outter {
	top:0px; 
	left:0px; 
	background:#666; 
	height:200%; 
	margin:0px; 
	padding:0px; 
	width:200%; 
	z-index:30;
	}


div.inner {
	background:#999; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	width:100%;
	}


div.inner img {
	height:50%;
	margin:0px;	
	padding:0px;
	width:50%;
	}

a {
	border-bottom:1px solid #ccc;
	color:#999;
	text-decoration:none;
	}

p.copy a {
	border:none;
	color:#999;
	text-decoration:none;
}