/*
Stylesheets für Billigst-Reisen.de
(c) 2005
*/

body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#FFFFFF;
 text-align:center;
 margin:0px;
 color: #7a869e;
}
h1 {font-size:14px;color:#7a869e;margin-bottom:0px;}
h2 {font-size:12px;color:#7a869e;}
h3 {font-size:12px;color:#7a869e;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  color:#7a869e;
  font-size:11px;
}
a:active, a:hover
{
        color: Red;
}
a.menu:link, a.menu:visited
{
    color:#7a869e;
    background-color:#bbf5f6;
    text-decoration:none;
    font-size:11px;
}
a.menu:active
{
    color:#FFFFFF;
    background-color: #7a869e;
}
a.menu:hover
{
    color: White;
    background-color: #7a869e;
}

a.menu 
{
	display: block;
	padding: 1px;
	margin-left: 10px;
	text-align: left;
	text-decoration: none;
	/*font-weight: bold;*/
}

hr.menu
{
    color: #7a869e;
}

a.menuactiv
{
 	display:block;
	padding:1px;
	margin-left: 10px;
 	text-align:left;
 	text-decoration:none;
 	background-image: url(images/bg_menu.jpg);
 }

 
 
#title
{
	height:188px;
	padding:0px;
	background-image: url(images/TopLogo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#headmenu
{
	float: right;
	width: 700px;
	height: 17px;
	margin-top: -30px;
	text-align: right;
	color: #7a869e;
	background-position: right;
}

a.headmenuactiv
{
 	color: Red;
 }

 
#left 
{
	background-color: #ffffff;
	width: 194px;
	float: left;
	margin-left: 0px;
	margin-top: -10px;
}

.menucontainer
{
   background-color:#bbf5f6;
	width: 180px;
	margin-left: 14px;
	margin-bottom: -2px;
}

.content
{
   background-color:#ffffff;
   width: 100%;
   height: 100%;
}

.footer
{
   background-image: url(images/bottom.jpg);
   width: 100%;
   height: 100%;
	font-size: 10px;
	text-align: center;
}

.info
{
	background-color: White;
   text-align: center;
   font-weight: none;
	width: 100%;
	height: 100%;
	padding: 60px;
}


.boxleft
{
        float:left;
        border:1px dotted #000;
        background-color: #E3F2F7;
        width:290px;
        margin: 5 0 0 0;
        font-weight:bold;
        font-size : 11px;
        color : #2F53B6;
}
.boxright
{
        float:right;
        border:1px dotted #000;
        background-color: #E3F2F7;
        width:290px;
        margin: 5 0 0 0;
        font-weight:bold;
        font-size : 11px;
        color : #2F53B6;
}
