﻿body {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-color:#555555;
	}
.Stil_1 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	line-height: 2.0;
	}
/* шрифт со ссылкой на файл шрифта */
@font-face {
	font-family: Comic Sans MS; /* Имя шрифта */
	src: url(fonts/ComicSansMS.ttf); /* Путь к файлу со шрифтом */
}

/*стили для шрифтов.*/
h1 {     /* Стили для шрифта h1 */
	font-family: "Comic Sans MS";
    font-size: 21px;     /* Размер шрифта заголовка */
/*    text-align: center;     /* Выравнивание */
    color: black;     /* Цвет шрифта заголовка */
	margin: 0 auto;		/* Отступ заголовка */
    padding: 0px;     /* Отступы вокруг текста */
    background: none;     /* Фон заголовка */
    }
h2 {     /* Стили для шрифта h2 */	
	font-family: "Comic Sans MS";	
	font-size: 24px;	/* Размер шрифта заголовка */
    text-align: left;     /* Выравнивание */
    color: black;     /* Цвет шрифта заголовка */
    margin: 0;     /* Отступы вокруг заголовка */
    }

/* стили для стандартных ссылок */
a:link {     /* Цвет ссылки */
	color: #00F; /* font-family: Arial, Verdana;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
a:visited {  /* Цвет посещенной ссылки */
	color:#00F;	 /* #00008B; font-family: Verdana, Arial;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
a:active {   /* Цвет активной ссылки */
	color: #0000CC; /* #f00; font-family: Verdana, Arial;*/
	text-decoration:none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
a:hover {    /* Цвет ссылки при наведении курсора*/
	color: #0000CC;	 /* #f00;  font-family: Verdana, Arial;*/
	text-decoration:none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
	
/* стили для ссылок lsou=Link, schwarz ohne Unterlinie*/
.lsou:link {     /* Цвет ссылки */
	color: #000; /* font-family: Arial, Verdana;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsou:visited {  /* Цвет посещенной ссылки */
	color:#000;	 /* #00008B; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsou:active {   /* Цвет активной ссылки */
	color: #000; /* #f00; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsou:hover {    /* Цвет ссылки при наведении курсора*/
	color: #000;	 /* #f00;  font-family: Verdana, Arial;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}

/* стили для ссылок lsmu=Link, schwarz mit Unterlinie*/
.lsmu:link {     /* Цвет ссылки */
	color: #000; /* font-family: Arial, Verdana;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsmu:visited {  /* Цвет посещенной ссылки */
	color:#000;	 /* #00008B; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsmu:active {   /* Цвет активной ссылки */
	color: #000; /* #f00; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lsmu:hover {    /* Цвет ссылки при наведении курсора*/
	color: #000;	 /* #f00;  font-family: Verdana, Arial;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}

/* стили для ссылок lbou=Link, blau ohne Unterlinie*/
.lbou:link {     /* Цвет ссылки */
	color: #00C; /* font-family: Arial, Verdana;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lbou:visited {  /* Цвет посещенной ссылки */
	color:#000;	 /* #00008B; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lbou:active {   /* Цвет активной ссылки */
	color: #000; /* #f00; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.lbou:hover {    /* Цвет ссылки при наведении курсора*/
	color: #00C;	 /* #f00;  font-family: Verdana, Arial;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}

	
.shadow {
	box-shadow:5px 5px 15px #000000; /*сдвиг по горизонтали, сдвиг по вертикали, радиус размытия тени, цвет тени*/
	-webkit-box-shadow: 5px 5px 15px #000000;
	-moz-box-shadow: 5px 5px 15px #000000;
}

/* стили для названия спойлеров */
.splLink:link {     /* Цвет ссылки */
	color: #000; /* font-family: Arial, Verdana;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.splLink:visited {  /* Цвет посещенной ссылки */
	color:#000;	 /* #00008B; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.splLink:active {   /* Цвет активной ссылки */
	color: #000; /* #f00; font-family: Verdana, Arial;*/
	text-decoration: none;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
.splLink:hover {    /* Цвет ссылки при наведении курсора*/
	color: #000;	 /* #f00;  font-family: Verdana, Arial;*/
	text-decoration: underline;
	outline: none;	/*пунктирная рамка вокруг ссылки*/
	}
