*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font: 85% "Lucida Grande", geneva, "Trebuchet MS", "Lucida Sans Unicode", verdana,sans-serif;
	margin:0px;
	color:#000;
	background-color: black;
	background: url(../body.png);
  /*background-repeat:repeat-x;*/
}
html { 
	height: 100%; 
	margin-bottom: 1px;
	background-color: transparent;
}

#mladen {
  position: absolute;
}

#mladen img{
  border: none;
  display: block;
}


.header {
	background: #000;
	cursor: pointer;
	padding: 4px;
}
#header {
  padding:0px;
	width:790px;
	z-index:2;
	margin:0 auto;
}
#footer {
	width:790px;
	margin:-14px auto;
	color:#FFF;
	background-color: transparent;
  min-height:300px;
  background-image: url(../images/stage.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}

#footer img {
  border: none;
}
#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}

.selected{
	background-color:#000;
	color:#FFF;
}

.content{
	background: #000;
	padding: 4px;
}

.accordion_child a {
	color:#F33;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(../images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(../images/submit.jpg) top no-repeat;
}
input[type=reset] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(../images/submit.jpg) top no-repeat;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

#accordian table {
	width:100%;
	padding:5px;
}

#accordian td {
	background:#000;
	padding:4px;
	text-align:center;
	background:url(../images/td.jpg) top repeat-x;
}

h2 {
clear:both;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#752010;
	border-bottom:1px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
}

#header h1 {
text-align:center;
font:350% Georgia;
font-style:italic;
color:#232323;
margin-top:0px;
letter-spacing:-1px;
}

#header h2 {
text-align:center;
font:100% Verdana;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
margin:10px 0 40px;
}




#accordian{
	padding:0px;
	width:790px;
	z-index:2;
	margin:0 auto;
}
#accordian img {
    border-color: #ccc;
    }
.accordion_headings{
	padding:7px 30px;
	background:url(../images/bar_hover.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:115% "Trebuchet MS",georgia;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/bar.jpg) top no-repeat;
}

.accordion_child{
	padding:0px 30px;
	background:#fafafa;
	border:15px solid #efefef;
}

.foto img{
  border: 0px;
}
/*img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}*/

p {
	margin:15px 0;
	line-height:19px;
}

.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}
	
#sideBar{
		position: absolute;
		width: auto;
		height: auto;
		top: 145px;
		right:4px;
		background-image:url(../images/background.gif);
		background-position:top left;
		background-repeat:repeat-y;
		outline: none;
	}
	
#sideBarTab{
		float:left;
		height:196px;
		width:40px;
	}
	
#sideBar img{
    border: none;
    outline: none;
	}
	
#sideBarContents{
		overflow:hidden !important;
	}
	
#sideBarContentsInner{
		width:200px;
	}
#sideBar	ul{
    font-variant: small-caps;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
#sideBar	li{
		margin:0px 10px 3px 10px;
		padding:2px;
		list-style-type:none;
		display:block;
		background-color:#7A2707;
		width:177px;
	}
	
#sideBar	li a{
		width:100%;
		outline: none;
	}
	
#sideBar	li a:link,
#sideBar	li a:visited{
		color:#FFFFFF;
		font-family:verdana;
		font-size:90%;
		text-decoration:none;
		display:block;
		margin:0px 0px 0px 0px;
		padding:0px;
		width:100%;
		outline: none;
	}
	
#sideBar li a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
#sideBar h2{
		color:#FFFFFF;
		font-size:85%;
		font-family:arial;
		margin:10px 10px 10px 30px;
		font-weight:bold;
	}
	
#sideBar h2 span{
		font-size:105%;
		font-weight:normal;
	}	
#sprachwahl {
	width:790px;
	margin:0px auto;
	color:#FFF;
	background-color: transparent;
	text-align: right;
}

#sprachwahl img {
  border: 0;
}

#menuleiste{	
  width:790px;
	margin: 0px auto;
	color:#FFF;
	background-color: transparent;
	border-top: 4px solid black;
}

.solidblockmenu{
	margin: 0;
	float: left;
	font: normal 0.8em arial, verdana, sans-serif;
	width: 790px;
	background-image: url(../images/bg_menu.jpg);
}

.solidblockmenu li{
  display: inline;
	background: #d3d3d3;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
}

.solidblockmenu li a:hover, .solidblockmenu li {
	color: white;
	background: black;
	text-decoration: none;

}

.solidblockmenu li .current{
	color: silver;
	background: #F1F1F1;
	text-decoration: none;
	font-weight: bold;
}
#menudown  {
  width:790px;
	margin: 0px auto;
	color:#FFF;
	height: 36px;
	background-color: transparent;
	border-top: 2px solid black;
	text-align: center;
	background-image: url(../images/bg_menu.jpg);
}
.Desno {
  width: 340px; 
  height: 288px;
  float: left; 
  margin-right:10px; 
  margin-bottom:10px"
}
.BorderGrey {
  border: 1px solid silver;
  padding: 4px;
}
.hpx {
  padding: 18px;
  height: 85px;
}
.ulindex {
  list-style-image: url(img/cd.gif);
  padding: 0px 0px 0px 80px;
}
.form {
  margin:15px 0;
	line-height:19px;
}
#myContent {
	margin:0 auto;
}
.flashreplace img{
  border: 0px;
}
#dva50 {
width: 100%;
padding: 1px;
}

#prva50 {
  width: 48%;
  float: left;
  border-right: 0px;
}
#druga50 {
  width: 48%;
  float: right;
  border-left: 1px;
}

.leftones {
	text-align:center;
  float:left;
  color:#000;
  background:#eee;
  border:1px solid #ccc;
  width:330px;
	font-weight: normal;
	font-size: 0.8em;
	color: #333;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.rightones {
	margin-right: 15px;
	text-align:center;
	float:right;
	color:#000;
	background:#eee;
	border:1px solid #ccc;
	width:330px;
	font-weight: normal;
	font-size: 0.8em;
	color: #333;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

