html {
	height:100%;
	background-color:#333333;
}
body {
background-image:url(../img/style/back.jpg);
background-repeat:repeat-y;
background-position:center;
background-color:#333333;
text-align:center;
min-height:100%;
padding:0px;
margin:0px;
font-family:Geneva;
}

#all {
margin:auto;
width:850px;

background-color:#1a1a1a;
text-align:left;
}

#menue {
float:right;
width:190px;
padding-top:20px;
color:#FFFFFF;
text-align:left;
}

img {
	padding:0;
	margin:0;
}

#cont {
float:left;
margin:0px;
padding:0;
font-size:14px;
padding-left:20px;
font-family:Georgia, "Times New Roman", Times, serif;
width:630px;
line-height:2.0em;
text-align:left;
border:none;
background:#ffffff url(../img/style/all_back.jpg) no-repeat top left;
}

#cont p {
	padding-right:10px;
}

#cont a {
display:inline;
color:#000;
font-style:oblique;
padding-left:0px;
margin:0px;
border-bottom:1px solid #ff9900;
}

#cont a:hover {
color:#ff9900;
}

#cont img {
padding:0;
margin:0;
}

#cont cite {
	color:#666;
	font-size:22px;
}

#cont ul {
	margin:0px;
	padding:0;
}

#cont ul li{
	margin-left:15px;
	padding-right:10px;
	
}

#footer {
	background: #1a1a1a url(../img/style/footer_bg.jpg) bottom left repeat-x;
	color: #ccc;
	font-size:12px;
	padding:5px; 
	clear:both; 
	height:200px; 
	margin-top:5px;
}

#footer_content {
	padding:45px 0 45px 10px;
}

#footer a {
	display:inline;
	color:#666666;
	font-style:oblique;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #ff9900;
}

#footer a:hover {
color:#999999;
}

h1 {
padding:0px;
margin:0px;
color:#333;
font-size:25px;
border-bottom:1px solid #ccc;
margin-bottom:20px;
}

h2 {
padding:0px;
margin:0px;
color:#333;
font-size:20px;
margin:10px 0 10px 0;

}

.comments {
background-image:url(../img/style/comment.png);
background-position:center left;
background-repeat:no-repeat;
}

.blog_more {
color:#ff9900;
background-image:url(../img/style/orangle.png);
background-position:center left;
background-repeat:no-repeat;
}


#menue h1 {
padding-left:5px;
margin-left:5px;
width:180px !important;
width:170px;
height:18px;
color:#fff;
font-size:14px;
font-family:"Times New Roman", Times, serif;
background:url(../img/style/menubg.gif) no-repeat top left;
border:none;
}

#menue p {
	padding-left:15px;
	font-size:14px;
font-family:"Times New Roman", Times, serif;
}

.act {
margin-left:10px;
background-image:url(../img/style/arrow_or.gif);
background-repeat:no-repeat;
background-position:center left;
}

.corner_right {
height:100%;
width:100%;
margin:0;
padding:20px 0 0 0;
background:url(../img/style/corner.gif) no-repeat top right;
border:0px solid #ff3300;
}

.corner_right_bottom {
height:50px;
width:100%;
margin:0 0 0 0;
padding:10px 0 0 0;
background-image:url(../img/style/corner_right_bottom.gif);
background-position:bottom right;
background-repeat:no-repeat;
border:0px solid #000;

}

#cont img {
border:5px solid #ccc;
}

#footer img {
	border:0;
}

#menue ul {
margin-left:0px;
margin-left:15px;
padding-left:0px;
padding-top:0px;
width:170px;
}



#menue li {
list-style:none;
padding-top:0px;
margin-left:2px;
margin-top:5px;
border-bottom:1px solid #999999;
background-image:url(../img/style/arrow_or.gif);
background-repeat:no-repeat;
background-position:center left;
background-color:#1a1a1a;

}
 
#menue li a, a:visited, a:active, a:link{
margin-top:0px;
list-style:none;
font-family:"Times New Roman", Times, serif;
font-size:14px;
display:block;
text-decoration:none;
color:#ccc;
letter-spacing:.1em;
padding:0px;
padding-left:15px;
border-left:0px solid #ff9900;
/*font-weight:bold;*/
}

#menue li a:hover {
background-color:#333333;
background-image:url(../img/style/arrow_or_hov.gif);
background-repeat:no-repeat;
background-position:center left;
}

#menue li a.active {
	color:#ff9900;
}





input {
font-family:"Times New Roman", Times, serif;
border:1px solid #000000;
background-color:#999999;
}

textarea {
border:1px solid #000000;
background-color:#999999;
}

.cloud {
background-color:transparent; cursor:pointer; 
}

acronym {

border-bottom:1px dotted #ff9900;
}

abbr {
border-bottom:1px dotted #ff9900;

}

select {
border:1px solid #000000;
background-color:#999999;
}



#slider {
	text-align:left;
    width: 180px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
	margin-left:7px;
	
}

#sliderContent {
	margin:0;
	padding:0;
    width: 180px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 160px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ccc;
    display: none;
	margin-top:2px;
}

li.sliderImage {
	border:none;
	}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

#cont .box {
	padding:0;
	margin:0;
	float:left;
	margin-right:10px;
}

#cont .box .handler {
	margin:0;	
	padding:0 5px 0 5px;
	color:#fff;
	border-bottom:1px solid #ff9900;
	background-image:url(../img/style/menue.gif);
	background-repeat:repeat-x;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#cont .box .content {
	padding:0;
	margin:0;
	background:#ccc;
	border:1px solid #000;
	padding:5px;
	font-size:11px;
	line-height:15px;
}

#cont .content a.fancyboxGallery img {
		border:1px solid #ff9900;
		padding:2px;
}

#langs {
	margin-top:0px;
	z-index:1000;
	margin-bottom:10px;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

#langs a img{
	border:none;
	float:right;
}
