/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #eed27e url(../images/bgsotet.jpg) top left repeat-x;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table td { margin-right:10px; }
img.logo
{
position:absolute;
top:8px;
z-index:1;
left:520px;
}
img.pohar
{
position:absolute;
top:140px;
z-index:1;
left:160px;
}

/* the hyperlinks */
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #790000;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 760px;
	height: auto;
	margin: 0 auto 0 auto;

}

fieldset{
 border:solid 1px #D4A6A6;

}
fieldset legend {
	font-weight:bold;
	color:black;

}
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding:10px;
}

fieldset input{
	float:left;
}
fieldset label{
	width:140px;
	float:left;
}
/* the topbar that contains the most upper links */
#topbar {
	width: 760px;
	height: 20px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 760px;
	height: 275px;
	background: #790000 url(../images/header5555.jpg) top left no-repeat;
	position: relative;
/*		border-left: 1px solid #E48A8A;
      border-right: 1px solid #E48A8A;
        	border-top: 1px solid #af2227;          */

}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #458023;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 760px;
	height: auto;
	margin-top: 0px;
	background: #ffedb6 url(../images/corebackk.gif) top left repeat-y;
        /*	border-left: 1px solid #E48A8A;
        border-right: 1px solid #E48A8A; */
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 170px;
	height: auto;
	background: #790000;
	float: left;

}

/* the links in coreleft are another unordered list */
	#coreleft ul {

          background: #ffedb6;
          padding:10px;
          margin-left:5px;
          list-style-type: none;
          margin-right:5px;
	}
	#coreleft li {
		display: block;
		list-style-type: none;
		height: auto;
		width: 168px;
		margin: 0px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 150px;
		color: #5E0000;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 0;
	}

	#coreleft a:hover {
                margin-left:-12px;
		background: #790000 ;
		width: 155px;
		color: #ffedb6;
	}
	
	#coreleft h3 {
          color: #efc648;
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 16px;
		margin: 0 0 0 0px;
	}
	
	#coreleft p {
		padding: 5px;
                color: #ffedb6;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 590px;
	height: 800px auto;
	float: left;
		background: #ffedb6 url(../images/bgcent.jpg) top left repeat-x;

}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #5E0000;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: black;
		margin-left:10px;
	}
	

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 760px;
	height: 30px;
	background: #790000;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}





