/*
 * Style Sheet
 *
 * site		Driving Camp Austria Fahrsicherheitszentrum
 * author	Richard Neuböck
 *
 */

/* site wide defaults */
body {
	color: black;
	background-color: rgb(102,153,204);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

div.wrapper {
	margin: 8% auto 40px auto;
	padding: 0px;
	width: 720px;
	background-color: rgb(245,245,245);
}

/* into page style */
div.intro {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	color: white;
	background-color: rgb(102,153,204);
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
}

div.intro a {
	padding: 0px 0px 0px 20px;
	color: white;
	text-decoration: none;
}

div.intro a:hover {
	color: rgb(28,23,140);
	text-decoration: none;
}

div.intro img {
    border: none;
}
