/*
Name: Ron Schickler Homepage
URL: http://www.ron-s.com
Version: 0.1
Author: Ron Dell
Author URL: http://www.ron-s.com
*/

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style-type: none;
}

/* ---------------------------------------------------------------- 
 *  Links
 * ---------------------------------------------------------------- 
*/ 
a:link, a:visited {
	color: #BD722E;

}

a:active {
	color: #FFBC2F;
}



/* ---------------------------------------------------------------- 
 *  Main
 * ---------------------------------------------------------------- 
*/


body {
	color: #333;
	font-family: 'Ropa Sans', cursive;
	background-image: url(images/wood_pattern.png);
}

#vcard {
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
	height: 440px;
	background-image: url(images/vcard.png);
	background-repeat: no-repeat;
	position: relative;
}

#impressum_container {
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 60px;
}

#logo {
	width: 630px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	padding-left: 50px;
}

#copy {
	position: absolute;
	left: 40px;
	width: 360px;
	padding: 32px 0px 0 15px;
}

#copy p {
	color: #555;
	font-size: 15px;
}

#web_projects {
	position: absolute;
	left: 40px;
	bottom: 130px;
	width: 360px;
	padding: 32px 0px 0 15px;
}

#impressum {
	position: absolute;
	right: 20px;
	bottom: 40px;
	font-size: 12px;
}
