img { border: none; }

body { 
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 3%; 
	/* font-family: Helvetica, Verdana, sans-serif; */
	line-height: 1.3em;
	/* background-color: #EeEeEe;  */
	color: black;

	padding-left: 1em;
	border-left-style: solid;
	border-left-width: 1em;
	border-left-color: #e0e0e0;

    
	padding-bottom: 0em;
	border-bottom-style: solid;
	border-bottom-width: 1em;
	border-bottom-color: #e0e0e0;
	

}

h2 {
    font-size: medium;
    font-weight: normal;
    color:black; 
}

a {
	text-decoration: none;
	color: #333333;
}


#main {
    font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif; 
    font-size:small; 
    color:#7A7A7A;
    text-decoration:none; 
}


.imgtitle {
	font-weight: normal;
	color: black;
}

a.imgtagnext { color: #888888; text-decoration: underline; }
a.imgtagprev { color: #AaAaAa; text-decoration: underline; }

/*
.theimage {
	position: relative;
	left:  -2em;
	padding: 1em;
	border-style: solid;
	border-width: 1em;
	border-color: #f0f0f0;

}
*/

.theimg { }

.textonimg {
    padding: 1em;
    color: white;
}
.textonimg a { 
    color: red;
}

.copyright {
	font-style: italic;
	color: gray;
}



/* menu (first line) */

#menu p {
	font-family: serif;
	font-size: large;
	letter-spacing: 0.2em;
	font-size:large;
	font-weight: normal;
	text-decoration:none;
}
#menu a {
	text-decoration: none;
	color: gray;
}
#menu a:hover { 
	text-decoration: none;
	color:red;
}
#menu a.aktuell { 
	/* font-weight: bold;  */
	color:black;
}

