/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
		color: rgb(245, 222, 179);
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: rgb(0, 0, 0);
}

#container {
	background-image: url(graf1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	margin: 4px;
}


#left {
	position: absolute;
	top: 90px;
	left: 47%;
	color: rgb(255, 226, 79);
	font-family: impact,"courier new", arial;
	font-size: 1.2em;
	font-weight: normal;
	width: 250px;
}

#left2 {
	position: absolute;
	top: 0px;
	left: 255px;
	color: rgb(255, 226, 79);
	font-family: impact,"courier new", arial;
	font-size: 1.2em;
	font-weight: normal;
	width: 225px;
}

#footer {
	position: absolute;
	margin-left: 60%;
	margin-right: 50px;
	margin-top: 470px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
}


/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 45px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 25px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #1596F8;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	color: #bf8a44;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h5 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}


.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #E9DC00; text-decoration: underline;}     /* внутренние ссылки */
a:visited {color: #1394F7; text-decoration: none;}  /* отдельные ссылки */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* ссылка сохраняет цвет после перессылки */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	width: 250px;
	background-color: #000000;
	border-bottom: 1px solid #000000;
	background-image: url(menu0.png);
	background-repeat: repeat-x;
	height: 50px;
}


#navcontainer a:link, #navlist a:visited
{
color: #151FF0;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(menu0.png) 0 -50px;
	color: #EF4F15;
}

/********************************* Navigation **********************************/

#navcontainer2 { }

#navcontainer2 ul
{
	list-style-type: none;
	
	color: #990000;
}

#navcontainer2 a
{
	display: block;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	width: 250px;
	background-color: #000000;
	border-bottom: 1px solid #000000;
	background-image: url(menu0.png);
	background-repeat: repeat-x;
	height: 50px;
}


#navcontainer2 a:link, #navlist2 a:visited
{
color: #62BD19;
text-decoration: none;
}

#navcontainer2 a:hover 
{	
	background: url(menu0.png) 0 -50px;
	color: #EF4F15;
}


/********************************* Begining **********************************/

#beg1 { }

.red {
	color: red;
	font-size: 0.9em;
}

.vnim {
	color: #FEFCFC;
	font-size: 0.9em;
}

.blu {
	color: #15C7F3;
	font-size: 0.9em;
}

.blue {
	color: #0904E8;
	font-size: 0.9em;
}


#beg1 ul
{
	list-style-type: none;
	font-family: Tahoma,"courier new", arial;
	color: #000000;
	font-size: 0.9em;
}

#beg1 a
{
	list-style-type: none;
	font-family: Tahoma,"courier new", arial;
	color: #15C7F3;
	font-size: 0.9em;
	
}


#beg1 a:link,
{
	color: #62BD19;
	text-decoration: none;
	font-family: Tahoma,"courier new", arial;
	font-size: 0.9em;
}

#beg1 a:hover 
{	
	background: url(menu0.png) 0 -50px;
	color: #EF4F15;
	font-family: Tahoma,"courier new", arial;
	font-size: 0.9em;
}




/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}


label {
	color: #A5BB73;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

