/*
    Document   : index
    Created on : 17.03.2010, 14:25:05
    Author     : Erion
    Description:
       CSS DATEI für die INDEX Seite
*/

@import "../../../templates/css/blogsyle.css";

div {
    margin: 0px;
    padding: 0px;
}
.container img {
    float: none;
    clear: none;
    margin: 0px;
}

.ActionLinkContainer  {
height:100px;
position:relative;
}

.ActionLinkContainer img  {
text-decoration: none;
border: none;
}
.hausContainer
{
    display: block;
    position: relative;
    width: 177px;
    height: 240px;
    padding: 0px;
    border: 1px solid #cfcfcf;
    float: left;
    display: inline;


    background-color: #f5f5f5;
}

.hausContainer h3 {

    text-align: center;

}

a.hoverunderline  {
    text-decoration: none;
}

a p {
    color: #555555;
}

a.hoverunderline:hover h3 {
    text-decoration: underline;
}

.hausContainer img
{
    border: 1px solid #cfcfcf;
    margin-left: 12px;

}

.hausContainer p
{
    display: block;
    font-size: 0.8em;
    text-align: left;
    height: 75px;
    padding: 0px 2px;
    margin: 0px !important;

}

.hausPreis
{
    display: block;
    position: relative;
    padding-top: 5px;
    color: green;
    text-align: right;
    float: right;
    margin-right: 4px;
}


.container h3 {
    margin:0px -1px;
}

h3 small, h2 small {
    color: #757575;
    text-align: right;
    float:right;
}

.container_mainContent .container p {
    margin-left: 0px;
}

.container {
    border-bottom-style: none;
}



/*
.angebot_container p {
    margin: 8px 26px 0px 26px;
}*/

ul.angebot_column {
    background-color: transparent;
    float: left;
}

.container_mainContent li.angebot {
    width: 350px;
}


.angebotKategorie
{
    padding: 5px;
    background:url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border:1px solid #D3D3D3;
    color:#555555;
    font-weight:bold;
    margin-top: 10px;
}

.container_mainContent .angebot_content {
    background: url("../images/angebot_top.png") left top transparent;
    padding: 2px 10px 0px 2px;
    margin: 0px;
}

.container_mainContent .angebot_bottom
{
    margin: 0px;
    position: relative;
    display: block;
    padding: 0px 16px 12px 0px;
    font-size: 0.9em;
    background: url("../images/angebot_bottom.png") no-repeat left bottom transparent;
}


.container_mainContent .angebot .image {
    height:80px;
    margin: -2px -2px 0px -2px;
    border-right: 1px solid #757575;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.angebot table {
    float: none;
    margin: 0px;
    padding: 0px;
    border:none;
    margin-left: 10px;

}

.angebot td {
    text-align: left;
    border:none;
    padding: 1px 4px;
}

.angebot td.colAnreise {
    width: 100px;
}

.angebot td.colTage {
    width: 120px;
}

.angebot td.preis {
    width: 150px;
}

td.preis .alter_preis {
    color: black;
    text-decoration: line-through;
    font-size: 80%;
}

.angebot_content h3 {
    background:url("../../../templates/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    font-size: 1em;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

