/* Club 74 e.V. CSS Document */

body {
	background-color: #ffffff;
	}

p {
	font-family: arial,verdana,sans-serif;
	font-size: 80%;
	}
	
a {
	text-decoration: none;
	color: #046CA1;
	font-weight: bold;
	}

.blue {
	color: #046CA1;
	}
	
.bluebold {
	color: #046CA1;
	font-weight: bold;
	}

.img1 {
	margin-left: 10px;;
	}
	
.img2 {
	margin-right: 10px;;
	}
		
a:hover {
	text-decoration:underline;
	font-weight: bold;
	}
	
.MenuItem {
	background-color: #187DB1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95B8D2;
	vertical-align: middle;
	height: 18px;
	font-family: arial,verdana,sans-serif;
	font-size: 80%;}

.MenuItem a:link {
	display:block;
	background-color: #187DB1;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 17px;}
	
.MenuItem a:visited {
	display:block;
	background-color: #187DB1;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 17px;}
	
.MenuItem a:active {
	display:block;
	background-color: #3E9FD0;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 17px;}

.MenuItem a:hover {
	display:block;
	background-color: #3E9FD0;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 17px;}