/* import reset styles */



@import url(reset.css);



/* main css follows */



	body,

	html {

		margin:0;

		padding:0;

		color:#000;

	  background-color:#310e00;

	}



	#wrap {

		width:899px;

		margin:0 auto;

		background:#ffffff;

	}



	#header {

    width:899px;

		height:167px;

		margin:0 auto;

		background: url(../images/header-bkg.jpg) no-repeat;

	}

	

	#header-container {

    width:100%;

    background: url(../images/header-container.jpg) repeat-x;

  }



	#header-container h1 {

    color:#FFFFFF;

    font-size:45px;

    font-family:Geneva;

    font-weight:bold;

    font-style:italic;

    margin:0;

    padding:0;

  }



	#header-container h2 {

    color:#FFFFFF;

    font-size:14px;

    font-family:Geneva;

    font-weight:bold;

    font-style:italic;

    line-height: 20px;

    margin:0;

    padding:0;

  }



  #obsah1-container {

    width:100%;

    background:#310e00;

    text-align:justify;

    color:#FFFFFF;

    font-family:Verdana, Arial;

    font-size:13px;

    line-height:18px;

  }



  #obsah2-container {

    width:100%;

    background: url(../images/middlebox-bkg.jpg) repeat-x;

    color:#FFFFFF;

    font-family:Verdana, Arial;

    font-size:13px;

    line-height:18px

  }



  #obsah2-container a:link {

  	color: #FFFFFF;

  	text-decoration: none;

  }

  

  #obsah2-container a:visited {

  	color: #FFFFFF;

  	text-decoration: none;

  }

  

  #obsah2-container a:hover {

  	color: #c35719;

  	text-decoration: underline;

  }

  

  #obsah2-container a:active {

  	color: #FFFFFF;

  	text-decoration: none;

  }



  h2 {

   margin: 0;

   padding:10px 0 10px 0;

   color:#FFFFFF;

   font-family:Verdana;

   font-size:16px;

  }

  

  hr {

  height:2px;

  background-color:#792a0a;

  border:0px

  }



	#footer {

    background: url(../images/footer-bkg.jpg) repeat-x #FFFFFF;

    width:100%;

    height:50px;

	}



	* html #footer {

		height:1px;

	}

	

	#footer-content {

    width: 899px;

    margin: 0 auto;

    font-family: arial;

    font-size: 11px;

    color: #310e00;

    line-height: 15px;

    padding-bottom: 15px;

  }



  #footer a:link {

  	color: #310E00;

  	text-decoration: none;

  }

  

  #footer a:visited {

  	color: #310E00;

  	text-decoration: none;

  }

  

  #footer a:hover {

  	color: #310E00;

  	text-decoration: underline;

  }

  

  #footer a:active {

  	color: #310E00;

  	text-decoration: none;

  }



  #gallery {

    width:100%;

    background:#310e00;

  }

	

  .foto-ram {

  border:6px solid #FFFFFF;

  margin:10px 0px 5px 23px;

  }

	



/* sidebar */



	#sidebar {

		float:right;

		width:250px;

		background:#ffffff;

		height:100%;

		margin-left:10px;

		overflow:hidden;

	}



	.sidebar-content {

   width: 230px;

   margin: 10px;

   color:#000000;

   font-family:Verdana, Arial;

   font-size:13px;

  }



  .sidebar-content h3 {

   margin: 0;

   padding:10px 0 10px 8px;

   color:#5f1b00;

   font-family:Verdana;

   font-size:14px;

   background: url(../images/h3arrow.jpg) no-repeat;

  }



  .sidebar-content h3:hover {

    color:#E75300;

    background: url(../images/h3arrow2.jpg) no-repeat;

    cursor:pointer;

  }



  .sidebar-content div {

    padding: .5em .25em;

  }



  .fade {

    float:right;

    background: url(../images/1.jpg) no-repeat;

    height: 62px;

    width: 195px;

  }

 

  .fade div {

    display: none;

    height: 62px;

    width: 189px;

  }



  .highlight

  {

    background-image: none !important;

    border: 1px solid #ff0000 !important;

	  color: Black;

  }



  .alertbox

  {

    position: absolute;

    padding-left: 45px;

    width: 216px;

    background: url(../images/aarow.png) no-repeat left top;

    color: Black;

  }



  .alertbox div

  {

    min-height: 34px;

    width: 200px;

    padding: 8px;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    background-color: #FFEB8C;

  }



/* formular */



  .submit { margin-top: 10px }

  .form-row { width: 331px; } 

  label.error { color: red; font-size:12px; font-family:arial } 

  input[type=text], textarea { width: 250px; } 

  textarea { height: 50px; }
