body
{
	background: #A6D0FF;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}
a, a:hover, a:visited, a:active
{
	color: #000000;
}
#flagstripe
{
   width: 900px;
   height: 30px;
   overflow: hidden;
   text-align: center;
   padding: 0;
   border-bottom: 1px solid black;
   background-image:url(images/slovenia.png);
   background-repeat:x-repeat;
   margin-bottom:10px;
}
#container
{
	background:#ECECEC;
	width: 900px;
	height: 480px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -450px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(images/ljubljanabus.jpg);
}
#imgheader
{
	height: 48px;
	width: 578px;
	padding-left:4px;
}
#imgheader a {text-decoration:none;}
#imgheader a:hover {text-decoration:underline;}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	width: 578px;
	top: 50px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.3px;
	border-bottom: 1px solid #000000;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:visited, a:active
{
	text-decoration: none;
}
#navigation a:hover
{
   text-decoration: underline;
}
#navigation h1
{
   text-decoration:none;
}
#content
{
	width: 580px;
	top: 60px;
	height: 335px;
	overflow: auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#content a:hover {color:#596e4f;}
#content h1 {margin-top:1em;font-size:2em;}
#content h3 {margin-left:10px;}
#webdesign
{
   width: 900px;
   height: 35px;
   line-height: 31px;
   overflow: hidden;
   text-align: center;
   padding: 0;
   border-left: 1px solid black;
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px solid black;
   margin-left: -1px;
   font-weight: bold;
	background:#005DA4;
	color:#ffffff;
}
#webdesign img
{
   vertical-align: bottom;
}
#webdesign a
{
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
	color:#ececec;
}
#webdesign a:hover {text-decoration:underline;}
h1
{
   text-align:center;
   text-decoration:none;
   font-size:30px;
   margin:0 0 0 0;
}

h2
{
	margin:0px;
	background-color: #CCC5B2;
	color: #111111;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
p
{
	padding: 0px 10px 10px 10px;
}
li
{
   padding-right: 10px;
}
.links
{
float: left;
}
.rechts
{
float: right;
}

#titelwerbung {float:right;}


/* Mobile Styles */
@media only screen and (max-width: 900px) {

#container
{
	width: 96%;
	height: auto;
	position:relative;
	margin:0 auto;
	left:0px;
	top:0px;
	background-image:none !important;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
}
#titelwerbung {
	width:100%;height:auto;text-align:center;
	padding-bottom:10px;
    -webkit-order: 4;
    order:4;
}
#flagstripe
{
   width: 100%;
   height: 30px;
   overflow: hidden;
   text-align: center;
   padding: 0;
   border-bottom: 1px solid black;
   margin-bottom:10px;
}
#imgheader
{
	height: auto;
	width: 96%;
	border-right: none;
	padding-right:0px;
	margin:0px auto;
    -webkit-order: 1;
    order:1;
}
#navigation
{
	height: auto;
	text-align: center;
	padding-top: 4px;
	padding-bottom:10px;
	width: 100%;
	top: 0px;
	border-bottom: 1px solid #000000;
	border-right: none;
	-webkit-order: 2;
	order:2;
}
#content
{
	width: 100%;
	top: 0px;
	height: auto;
	overflow: auto;
	border-right: none;
	margin-bottom: 0px;
	-webkit-order: 3;
	order:3;
}

#webdesign
{
   width: 100%;
   height: auto;
   line-height: 31px;
   overflow: hidden;
   text-align: center;
   padding: 0;
	-webkit-order: 5;
	order:5;
}


#bildlizenz {display:none;}




}


/* Desktop Styles */
@media only screen and (min-width: 901px) {

}









