/*This is the core style sheet of www.elefunk.de*/

body
{
	background-color: #004080;					/*#004080 blau, #ff8000 orange*/
	color: #000000;							/*Textfarbe*/
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin:0;							/*Rand um den gesamten body*/
}

div
{
	font-size: 0.8em;
	text-align:justify;
	line-height: 1.7em;													/*Zeilenabstand*/
	font-weight: bold;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 50px;
}

h1
{
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 4px; /*Abstand zwischen den Buchstaben*/
 	padding-left: 200px;
	padding-right: 200px;
}

h2
{
    font-size: 1.1em;
    font-weight: bold;
}

h3
{
    font-size: 0.7em;
    font-weight: normal;
    text-align: justify;
	padding-left: 200px;
}

h4
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}

h5
{
    font-size: 0.8em;
    text-align: right;
    line-height: 1.4em;													/*Zeilenabstand*/
    font-weight: bold;
}

h6
{
    font-size: 0.7em;
    font-weight: bold;
}

h7
{
    font-size: 1.0em;
	text-align: center;
    font-weight: bold;
	padding-left: 380px;
}

a:link
{
	color:#004080;
	text-decoration: none;												/*Unterstreichen abschalten bei Link*/
	/*background-color: #6f5759;*/
}

a:visited
{
	color:#004080;
	text-decoration: none;
}

a:hover
{
	color:#ffffff;
	text-decoration: none;
}

a:active
{
	color:#f2974a;
	text-decoration: none;
}


#content
{
//	width: 100%;
}

