/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #cccccc;
	color: #333333;
    font-family: Verdana, Arial, serif;
	font-size: medium;
}

.banner {
    font-family: Verdana, Arial, serif;
    color: #333333; 
	background-image: url(http://blog.enomisk.net/header.jpg);
    background-color: #DFDFDF;
    text-align: left;
    border-bottom: 1px solid #333333;
    /*border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;*/
    width: 700px;
    height: 76px;
    /*margin: auto; */
	margin-top: 4px; /*15*/
	background-repeat: no-repeat;
	background-position: right;
}

.ha{
    color: #333333;
    font-size: xx-large;
    font-weight: normal;
    padding-left:20px;
   	padding-top: 5px;
  	margin-top: 0px; 
    text-decoration: none; 
}

.ha2 {
    color: #333333;
    font-size: small;
    font-weight: normal;
    padding-left: 23px;
}

.main {
    font-family: Verdana, Arial, serif;
    background-color: #DFDFDF;
    color: #333333; 
    font-size: small;
	width: 700px;
	text-align: left;
}

.main h1 {
	font-size: medium;
	font-weight: bold;
}
	
	
A:link {
	color: #333333;
}

A:visited {
	color: #333333;
}

A:hover {
	color: #666666;
}

.SPECIALLINK {
	text-decoration: none;
	font-weight: bold;
}

.SPECIALLINK:hover {
	color: #666666;
	font-weight: bold;
}
/*
.MENU {
	color: #ff00ff;
}
*/
/*
.MENU a:link {
	color: #333333;
	text-decoration: none;
    font-size: medium;
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.MENU a:visited {
	color: #333333;
	text-decoration: none;	
    font-size: medium;
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}

.MENU a:hover {
	color: #666666;
	text-decoration: none;
    font-size: medium;
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}
	
.EINTRAG a:link {
	font-size: small;
	margin-left: 15px;
}

.EINTRAG a:visited {
	font-size: small;
	margin-left: 15px;
}

.EINTRAG a:hover {
	font-size: small;
	margin-left: 15px;
}
*/