body
{
	background: #283488;
	color:#283488;
	font-family:Arial, sans serif;
	font-size: 14px;
	text-align: justify;
	line-height:1.5em;
}
a, a:visited, a:active
{
	color: #283488;
}
a:hover
{
   color:#0000ff;
}
#container
{
	background-color:#ffffff;
	width: 900px;
	height: 540px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -450px;
	border-left: 1px solid #fed201;
	border-right: 1px solid #fed201;
	border-top: 1px solid #fed201;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(images/citytours-europe.jpg);
}
#imgheader
{
	height: 60px;
	width: 760px;
	border-right: 0px solid black;
	line-height:48px;
}
#imgheader a, a:visited, a:active {
   color:#283488;
   text-decoration:none;
}
#imgheader a:hover {
   color:#0000ff;
}
#navigation
{
	height: 20px;
	line-height:20px;
	text-align: center;
	padding-top: 4px;
	width: 760px;
	top: 50px;
	font-size: 16px;
	font-weight: bold;
	color:#283488;
	border-bottom: 1px solid #000000;
	border-right: 0px solid #000000;
}
#navigation a
{
	text-decoration: none;
	color:#283488;
}
#navigation a:visited, a:active
{
	text-decoration: none;
	color:#283488;
}
#navigation a:hover
{
   text-decoration: underline;
   color:#0000ff;
}
#navigation h2
{
   text-decoration:none;
   color:#efdec0;
}
#content
{
	width: 760px;
	top: 80px;
	height: 420px;
	overflow: auto;
	border-right: 0px solid #fed201;
	border-bottom:1px solid #283488;
	margin-bottom: -1px;
	color:#283488;
}
#content a:visited
{
   color:#283488;
   text-decoration:underline;
}
#webdesign
{
   width: 890px;
   height: 35px;
   background:#ffffff;
   line-height: 31px;
   overflow: hidden;
   text-align: left;
   padding: 0 0 0 10px;
   border-left: 1px solid #fed201;
   border-bottom: 1px solid #fed201;
   border-right: 1px solid #fed201;
   border-top: 0px solid #fed201;
   margin-left: -1px;
   font-weight: bold;
}
#webdesign img
{
   vertical-align: bottom;
}
#webdesign a
{
   font-weight: bold;
   font-size: 12px;
   text-decoration:none;
}
#webdesign a:hover {color:#283488;}
h2
{
   text-align:center;
   text-decoration:none;
   font-size:30px;
   margin:0 0 0 0;
}

h1, h3
{
	margin:0px;
	background-color: #ffffff;
	color: #283488;
	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;
line-height:30px;
padding:0;
margin:0;
}
.rechts
{
float: right;
}
#werbung
{
   float:right;
   width:136px;
   height:340px;
   margin-right:2px;
   margin-top:180px;
   padding-top:5px;
   font-size:12px;
   text-align:right;
   font-weight:bold;
}
#werbung a {text-decoration: none;}
#werbung a:hover {color:#0000ff;}





/* Mobile Styles */
@media only screen and (max-width: 900px) {

#container
{
	width: 100%;
	height: auto;
    margin:0px auto;
	background-image: none !important;
	position:relative;
	left: 0%;
	top: 0%;
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;  
    flex-wrap: wrap;
}
#imgheader
{
	height: auto;
	width: 100%;
	order:1;
}
#navigation
{
	height: auto;
	line-height:20px;
	text-align: center;
	padding-top: 4px;
	width: 100%;
	padding-bottom:10px;
	order:2;
}
#navigation h2
{
   display:block;
}

#content
{
	width: 100%;
	height: auto;
	overflow: auto;
	margin:0px;
	order:3;
}
#content a:visited
{
   color:#283488;
   text-decoration:underline;
}
#webdesign
{
   width: 96%;
   height: auto;
   margin:0px;
   line-height:inherit;
   order:5;
}
#webdesign img
{
   vertical-align: bottom;
}
.links
{
float: left;
line-height:30px;
padding:0;
margin:0;
}
.rechts
{
float: right;
}
#werbung
{
   width:100%;
   height:auto;
   margin:0px;
   text-align:center;
   border-bottom:1 px solid #283488;
   margin-bottom:10px;
   order:4;
}
}

/* Desktop Styles */
@media only screen and (min-width: 901px) {

}




