﻿/* v0.1 */
/* © 2009 by Dirk Weishaar */

/*##### TAGS #####*/

body {
	padding: 0px;
	margin: 0px;
	background: rgb(136,186,20);
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', sans-serif;
	color: white;
}

a {
	text-decoration: underline;
	color: rgb(136,186,20);
}

a:hover {
	background-color: rgb(136,186,20);
	color: white;
	text-decoration: underline overline;
}

/*##### CLASSES #####*/

.textBold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/*##### MAIN #####*/

#wraper {
	float: left;
	background: url(../PICS/marcokany.gif) no-repeat left top;
	width: 1024px;
	height: 768px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
}

/*##### CONTENT #####*/

#indication {
	margin-top: 190px;
	margin-left: 215px;
	color: rgb(136,186,20);
}

#address {
	margin-top: 320px;
	margin-left: 830px;
	font-weight: 100;
	font-size: 11px;
}

#address a {
	text-decoration: underline;
	color: white;
}

#address a:hover {
	background-color: white;
	color: rgb(136,186,20);
}
